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

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

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

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

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

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

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

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

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

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

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

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

#s-63bac1ff-5d3c-477c-9f9e-39738f0b5572 {
  min-height: 50px;
}








#s-63bac1ff-5d3c-477c-9f9e-39738f0b5572 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63bac1ff-5d3c-477c-9f9e-39738f0b5572.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-e306dec9-a26f-46e6-b27c-22c545b2be5b {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-e306dec9-a26f-46e6-b27c-22c545b2be5b {
  display: none;
}
#s-e306dec9-a26f-46e6-b27c-22c545b2be5b, #wrap-s-e306dec9-a26f-46e6-b27c-22c545b2be5b, #wrap-content-s-e306dec9-a26f-46e6-b27c-22c545b2be5b { display: none !important; }}
#s-e306dec9-a26f-46e6-b27c-22c545b2be5b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e306dec9-a26f-46e6-b27c-22c545b2be5b .shg-sld-nav-button.shg-sld-left,
#s-e306dec9-a26f-46e6-b27c-22c545b2be5b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  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-867f9168-6b1d-464c-84e9-c9b3cc551fbe {
  max-width: 1440px;
text-align: center;
}

#s-867f9168-6b1d-464c-84e9-c9b3cc551fbe {
  overflow: hidden;
  
  
      max-width: 1440px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-867f9168-6b1d-464c-84e9-c9b3cc551fbe .shogun-image-content {
  
    justify-content: 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-d5322dd4-2325-4f59-9e78-c10e29224e28 {
  padding-top: 13px;
padding-left: 50px;
padding-bottom: 13px;
padding-right: 50px;
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: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d5322dd4-2325-4f59-9e78-c10e29224e28:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d5322dd4-2325-4f59-9e78-c10e29224e28:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d5322dd4-2325-4f59-9e78-c10e29224e28-root {
    text-align: center;
  }


#s-d5322dd4-2325-4f59-9e78-c10e29224e28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d5322dd4-2325-4f59-9e78-c10e29224e28-root {
    text-align: center;
  }


#s-d5322dd4-2325-4f59-9e78-c10e29224e28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5322dd4-2325-4f59-9e78-c10e29224e28-root {
    text-align: center;
  }


#s-d5322dd4-2325-4f59-9e78-c10e29224e28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5322dd4-2325-4f59-9e78-c10e29224e28-root {
    text-align: center;
  }


#s-d5322dd4-2325-4f59-9e78-c10e29224e28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d5322dd4-2325-4f59-9e78-c10e29224e28-root {
    text-align: center;
  }


#s-d5322dd4-2325-4f59-9e78-c10e29224e28.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-319e4f74-446b-4b9f-9755-68e4b475b3d4 {
  text-align: center;
}

#s-319e4f74-446b-4b9f-9755-68e4b475b3d4 {
  overflow: hidden;
  
  
}







  #s-319e4f74-446b-4b9f-9755-68e4b475b3d4 img.shogun-image {
    

    
    
    
  }


#s-319e4f74-446b-4b9f-9755-68e4b475b3d4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3116f333-1bbc-4a5a-acc2-0501495fb990 {
  padding-top: 13px;
padding-left: 50px;
padding-bottom: 13px;
padding-right: 50px;
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: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
}
#s-3116f333-1bbc-4a5a-acc2-0501495fb990:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3116f333-1bbc-4a5a-acc2-0501495fb990:active {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3116f333-1bbc-4a5a-acc2-0501495fb990-root {
    text-align: center;
  }


#s-3116f333-1bbc-4a5a-acc2-0501495fb990.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3116f333-1bbc-4a5a-acc2-0501495fb990-root {
    text-align: center;
  }


#s-3116f333-1bbc-4a5a-acc2-0501495fb990.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3116f333-1bbc-4a5a-acc2-0501495fb990-root {
    text-align: center;
  }


#s-3116f333-1bbc-4a5a-acc2-0501495fb990.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3116f333-1bbc-4a5a-acc2-0501495fb990-root {
    text-align: center;
  }


#s-3116f333-1bbc-4a5a-acc2-0501495fb990.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3116f333-1bbc-4a5a-acc2-0501495fb990-root {
    text-align: center;
  }


#s-3116f333-1bbc-4a5a-acc2-0501495fb990.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-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 ::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 {
  
  
  
}

@media (min-width: 1200px){#s-a65637cd-6233-4c84-bcf3-5388ce9808b9 {
  margin-top: 0px;
margin-bottom: 0em;
padding-top: 20px;
padding-left: 130px;
padding-bottom: 20px;
padding-right: 130px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a65637cd-6233-4c84-bcf3-5388ce9808b9 {
  margin-top: 0px;
padding-top: 20px;
padding-left: 130px;
padding-bottom: 20px;
padding-right: 130px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a65637cd-6233-4c84-bcf3-5388ce9808b9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 1200px){#s-3d1afa25-be19-480f-be6a-c7406fc1fb3a {
  margin-top: 0px;
margin-bottom: 0em;
padding-top: 20px;
padding-left: 130px;
padding-bottom: 20px;
padding-right: 130px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d1afa25-be19-480f-be6a-c7406fc1fb3a {
  margin-top: 0px;
padding-top: 20px;
padding-left: 130px;
padding-bottom: 20px;
padding-right: 130px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3d1afa25-be19-480f-be6a-c7406fc1fb3a {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
display: none;
}
#s-3d1afa25-be19-480f-be6a-c7406fc1fb3a, #wrap-s-3d1afa25-be19-480f-be6a-c7406fc1fb3a, #wrap-content-s-3d1afa25-be19-480f-be6a-c7406fc1fb3a { display: none !important; }}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  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-eff7b836-9bdf-42ee-b5fe-5333a86217af {
  margin-top: 40px;
margin-bottom: 40px;
}
@media (max-width: 767px){#s-eff7b836-9bdf-42ee-b5fe-5333a86217af {
  display: none;
}
#s-eff7b836-9bdf-42ee-b5fe-5333a86217af, #wrap-s-eff7b836-9bdf-42ee-b5fe-5333a86217af, #wrap-content-s-eff7b836-9bdf-42ee-b5fe-5333a86217af { display: none !important; }}
@media (min-width: 0px) {
[id="s-eff7b836-9bdf-42ee-b5fe-5333a86217af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eff7b836-9bdf-42ee-b5fe-5333a86217af"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-eff7b836-9bdf-42ee-b5fe-5333a86217af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-eff7b836-9bdf-42ee-b5fe-5333a86217af"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-eff7b836-9bdf-42ee-b5fe-5333a86217af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-eff7b836-9bdf-42ee-b5fe-5333a86217af"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-eff7b836-9bdf-42ee-b5fe-5333a86217af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

#s-dfcf4d0e-d47f-4990-939b-3a5b6e001f4d {
  min-height: 50px;
}








#s-dfcf4d0e-d47f-4990-939b-3a5b6e001f4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dfcf4d0e-d47f-4990-939b-3a5b6e001f4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-ef984f7d-e8f2-4b29-8364-c8c013b47cd2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ef984f7d-e8f2-4b29-8364-c8c013b47cd2 {
  padding-left: 15px;
padding-right: 15px;
}
}
#s-ef984f7d-e8f2-4b29-8364-c8c013b47cd2 .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-c9b7a4ef-43cc-4ccb-9edb-05911bae2f16 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-c9b7a4ef-43cc-4ccb-9edb-05911bae2f16 {
  padding-top: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9b7a4ef-43cc-4ccb-9edb-05911bae2f16 {
  padding-top: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9b7a4ef-43cc-4ccb-9edb-05911bae2f16 {
  padding-top: 40px;
}
}@media (max-width: 767px){#s-c9b7a4ef-43cc-4ccb-9edb-05911bae2f16 {
  padding-left: 15px;
padding-right: 15px;
}
}
#s-c9b7a4ef-43cc-4ccb-9edb-05911bae2f16 .shogun-heading-component h6 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.875em;
  
  
}



#s-ff4dc423-f547-431a-aa16-e7bf044e623d {
  min-height: 50px;
}
@media (max-width: 767px){#s-ff4dc423-f547-431a-aa16-e7bf044e623d {
  display: none;
}
#s-ff4dc423-f547-431a-aa16-e7bf044e623d, #wrap-s-ff4dc423-f547-431a-aa16-e7bf044e623d, #wrap-content-s-ff4dc423-f547-431a-aa16-e7bf044e623d { display: none !important; }}







#s-ff4dc423-f547-431a-aa16-e7bf044e623d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff4dc423-f547-431a-aa16-e7bf044e623d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-ad429732-7d6f-4cee-b18b-e92e951fe135 {
  padding-left: 15px;
padding-right: 15px;
display: none;
}
#s-ad429732-7d6f-4cee-b18b-e92e951fe135, #wrap-s-ad429732-7d6f-4cee-b18b-e92e951fe135, #wrap-content-s-ad429732-7d6f-4cee-b18b-e92e951fe135 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ad429732-7d6f-4cee-b18b-e92e951fe135"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad429732-7d6f-4cee-b18b-e92e951fe135"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ad429732-7d6f-4cee-b18b-e92e951fe135"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ad429732-7d6f-4cee-b18b-e92e951fe135"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ad429732-7d6f-4cee-b18b-e92e951fe135"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ad429732-7d6f-4cee-b18b-e92e951fe135"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-ad429732-7d6f-4cee-b18b-e92e951fe135"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-0eb256f4-94ac-4d30-9ea1-0e5a5f17ce80 {
  min-height: 50px;
}








#s-0eb256f4-94ac-4d30-9ea1-0e5a5f17ce80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0eb256f4-94ac-4d30-9ea1-0e5a5f17ce80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8c8dc5e5-1f11-4fa0-8826-dbe18dfe3c09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c8dc5e5-1f11-4fa0-8826-dbe18dfe3c09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-8c8dc5e5-1f11-4fa0-8826-dbe18dfe3c09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-8c8dc5e5-1f11-4fa0-8826-dbe18dfe3c09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-f4643b09-6be4-4a97-a089-b85314c5f3aa {
  margin-bottom: 20px;
min-height: 50px;
}








#s-f4643b09-6be4-4a97-a089-b85314c5f3aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4643b09-6be4-4a97-a089-b85314c5f3aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1dbc2ea-e652-4c8a-b171-6846c4a81ea8 {
  max-width: 1668px;
text-align: center;
}

#s-e1dbc2ea-e652-4c8a-b171-6846c4a81ea8 {
  overflow: hidden;
  
  
      max-width: 1668px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-e1dbc2ea-e652-4c8a-b171-6846c4a81ea8 img.shogun-image {
    

    
    
    
  }


#s-e1dbc2ea-e652-4c8a-b171-6846c4a81ea8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-61246914-8b16-4bbf-80d6-fa0bd4cfb3ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-61246914-8b16-4bbf-80d6-fa0bd4cfb3ed .shogun-heading-component h5 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-61246914-8b16-4bbf-80d6-fa0bd4cfb3ed .shogun-heading-component h5 a {
  color: rgba(83, 77, 71, 1);
}


#s-209ee2cd-c35c-4c3a-88a5-de03147c890b {
  margin-bottom: 20px;
min-height: 50px;
}








#s-209ee2cd-c35c-4c3a-88a5-de03147c890b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-209ee2cd-c35c-4c3a-88a5-de03147c890b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8694604e-8c7e-4b4b-a2d6-c5a761f36eff {
  max-width: 2380px;
text-align: center;
}

#s-8694604e-8c7e-4b4b-a2d6-c5a761f36eff {
  overflow: hidden;
  
  
      max-width: 2380px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-8694604e-8c7e-4b4b-a2d6-c5a761f36eff img.shogun-image {
    

    
    
    
  }


#s-8694604e-8c7e-4b4b-a2d6-c5a761f36eff .shogun-image-content {
  
    justify-content: center;
  
}

#s-edbf6449-9ff7-4415-95a3-3c60af816819 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-edbf6449-9ff7-4415-95a3-3c60af816819 .shogun-heading-component h5 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-edbf6449-9ff7-4415-95a3-3c60af816819 .shogun-heading-component h5 a {
  color: rgba(83, 77, 71, 1);
}


#s-609b200d-6ae2-40bc-abb5-57ea66b91b54 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-609b200d-6ae2-40bc-abb5-57ea66b91b54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-609b200d-6ae2-40bc-abb5-57ea66b91b54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-255a9def-d76c-4fc9-b89f-d35f232d03ee {
  max-width: 6143px;
aspect-ratio: 1:1;
text-align: center;
}

#s-255a9def-d76c-4fc9-b89f-d35f232d03ee {
  overflow: hidden;
  
  
      max-width: 6143px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-255a9def-d76c-4fc9-b89f-d35f232d03ee img.shogun-image,
  #s-255a9def-d76c-4fc9-b89f-d35f232d03ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-255a9def-d76c-4fc9-b89f-d35f232d03ee {
    width: 100%;
    height: auto;
  }




#s-255a9def-d76c-4fc9-b89f-d35f232d03ee .shogun-image-content {
  
    justify-content: center;
  
}

#s-e97da7f9-b893-438d-b4a4-9d57a6f654eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e97da7f9-b893-438d-b4a4-9d57a6f654eb .shogun-heading-component h5 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-e97da7f9-b893-438d-b4a4-9d57a6f654eb .shogun-heading-component h5 a {
  color: rgba(83, 77, 71, 1);
}


@media (min-width: 0px) {
[id="s-86520e3e-1623-41ff-a5d5-61f3eef405cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86520e3e-1623-41ff-a5d5-61f3eef405cb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-86520e3e-1623-41ff-a5d5-61f3eef405cb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-86520e3e-1623-41ff-a5d5-61f3eef405cb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-f024d517-ef3d-40f5-b3ed-24d13cd3dd14 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-f024d517-ef3d-40f5-b3ed-24d13cd3dd14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f024d517-ef3d-40f5-b3ed-24d13cd3dd14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d2f777e-07da-4ffd-bc78-751c2be1cacd {
  max-width: 865px;
text-align: center;
}

#s-4d2f777e-07da-4ffd-bc78-751c2be1cacd {
  overflow: hidden;
  
  
      max-width: 865px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-4d2f777e-07da-4ffd-bc78-751c2be1cacd img.shogun-image {
    

    
    
    
  }


#s-4d2f777e-07da-4ffd-bc78-751c2be1cacd .shogun-image-content {
  
    justify-content: center;
  
}

#s-94dae1c1-057a-4aa2-bfc2-80fff1ebb921 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-94dae1c1-057a-4aa2-bfc2-80fff1ebb921 .shogun-heading-component h5 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-94dae1c1-057a-4aa2-bfc2-80fff1ebb921 .shogun-heading-component h5 a {
  color: rgba(83, 77, 71, 1);
}


#s-77baabdb-b478-463d-acc2-b95194d1b58f {
  margin-top: 0px;
margin-bottom: 20px;
min-height: 50px;
}








#s-77baabdb-b478-463d-acc2-b95194d1b58f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-77baabdb-b478-463d-acc2-b95194d1b58f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28a463b4-7673-4f11-962f-69cb02816dc2 {
  text-align: center;
}

#s-28a463b4-7673-4f11-962f-69cb02816dc2 {
  overflow: hidden;
  
  
}







  #s-28a463b4-7673-4f11-962f-69cb02816dc2 img.shogun-image {
    

    
    
    
  }


#s-28a463b4-7673-4f11-962f-69cb02816dc2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a3fc174c-f977-490f-9686-1b503a43bcb1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a3fc174c-f977-490f-9686-1b503a43bcb1 .shogun-heading-component h5 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-a3fc174c-f977-490f-9686-1b503a43bcb1 .shogun-heading-component h5 a {
  color: rgba(83, 77, 71, 1);
}


#s-f751f127-f3f1-4e5f-8370-36e11659b679 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-f751f127-f3f1-4e5f-8370-36e11659b679 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f751f127-f3f1-4e5f-8370-36e11659b679.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-426de86d-8aab-403d-985a-662630874246 {
  text-align: center;
}

#s-426de86d-8aab-403d-985a-662630874246 {
  overflow: hidden;
  
  
}







  #s-426de86d-8aab-403d-985a-662630874246 img.shogun-image {
    

    
    
    
  }


#s-426de86d-8aab-403d-985a-662630874246 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b98754e3-0517-4734-9719-9a2021730d86 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b98754e3-0517-4734-9719-9a2021730d86 .shogun-heading-component h5 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


#s-b98754e3-0517-4734-9719-9a2021730d86 .shogun-heading-component h5 a {
  color: rgba(83, 77, 71, 1);
}


#s-495efedb-c86b-4fbd-94ab-f23bea5ec365 {
  margin-top: 100px;
margin-bottom: 100px;
min-height: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-495efedb-c86b-4fbd-94ab-f23bea5ec365 {
  margin-top: 100px;
margin-bottom: 100px;
}
}@media (max-width: 767px){#s-495efedb-c86b-4fbd-94ab-f23bea5ec365 {
  display: none;
}
#s-495efedb-c86b-4fbd-94ab-f23bea5ec365, #wrap-s-495efedb-c86b-4fbd-94ab-f23bea5ec365, #wrap-content-s-495efedb-c86b-4fbd-94ab-f23bea5ec365 { display: none !important; }}







#s-495efedb-c86b-4fbd-94ab-f23bea5ec365 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-495efedb-c86b-4fbd-94ab-f23bea5ec365.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-600441c6-7ea6-4e37-8c5f-dbd34052c5ea {
  padding-top: 95px;
padding-bottom: 95px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-600441c6-7ea6-4e37-8c5f-dbd34052c5ea {
  display: none;
}
#s-600441c6-7ea6-4e37-8c5f-dbd34052c5ea, #wrap-s-600441c6-7ea6-4e37-8c5f-dbd34052c5ea, #wrap-content-s-600441c6-7ea6-4e37-8c5f-dbd34052c5ea { display: none !important; }}
@media (min-width: 0px) {
[id="s-600441c6-7ea6-4e37-8c5f-dbd34052c5ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-600441c6-7ea6-4e37-8c5f-dbd34052c5ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-600441c6-7ea6-4e37-8c5f-dbd34052c5ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-600441c6-7ea6-4e37-8c5f-dbd34052c5ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-600441c6-7ea6-4e37-8c5f-dbd34052c5ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-600441c6-7ea6-4e37-8c5f-dbd34052c5ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-600441c6-7ea6-4e37-8c5f-dbd34052c5ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-7a99669a-02f1-4fb2-b46e-3b77579b18b5 {
  min-height: 50px;
}








#s-7a99669a-02f1-4fb2-b46e-3b77579b18b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a99669a-02f1-4fb2-b46e-3b77579b18b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-aa2ab4d1-96a2-4d1f-b512-8304b6327295"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa2ab4d1-96a2-4d1f-b512-8304b6327295"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-aa2ab4d1-96a2-4d1f-b512-8304b6327295"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-aa2ab4d1-96a2-4d1f-b512-8304b6327295"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-aa2ab4d1-96a2-4d1f-b512-8304b6327295"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa2ab4d1-96a2-4d1f-b512-8304b6327295"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-aa2ab4d1-96a2-4d1f-b512-8304b6327295"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

}

#s-5859f2df-c581-423a-8248-6761dd0c3e29 {
  min-height: 50px;
max-width: 200px;
}
@media (max-width: 767px){#s-5859f2df-c581-423a-8248-6761dd0c3e29 {
  padding-left: 15px;
padding-right: 15px;
max-width: 100%;
}
}







#s-5859f2df-c581-423a-8248-6761dd0c3e29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5859f2df-c581-423a-8248-6761dd0c3e29.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e433afe2-b38c-409a-b893-d395b8c0aef4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e433afe2-b38c-409a-b893-d395b8c0aef4 .shogun-heading-component h5 {
  color: rgba(208, 49, 55, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-025e0f21-d485-483c-9cb7-994f5514efbc {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-025e0f21-d485-483c-9cb7-994f5514efbc .shogun-heading-component h2 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-4def2a26-561c-4c69-b46f-9784ae0b3fcf {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4def2a26-561c-4c69-b46f-9784ae0b3fcf .shogun-heading-component h5 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.625em;
  
  text-align: left;
}



#s-a2722272-2ec8-444c-913e-fbbc6a24fc2f {
  border-style: solid;
padding-top: 12px;
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(83, 77, 71, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(83, 77, 71, 1);
}
#s-a2722272-2ec8-444c-913e-fbbc6a24fc2f:hover {border-style: solid !important;
border-color: rgba(83, 77, 71, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(83, 77, 71, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a2722272-2ec8-444c-913e-fbbc6a24fc2f:active {border-style: solid !important;
border-color: rgba(83, 77, 71, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(83, 77, 71, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-a2722272-2ec8-444c-913e-fbbc6a24fc2f {
  margin-top: 0px;
margin-bottom: 20px;
}
}

  #s-a2722272-2ec8-444c-913e-fbbc6a24fc2f-root {
    text-align: left;
  }


#s-a2722272-2ec8-444c-913e-fbbc6a24fc2f.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a2722272-2ec8-444c-913e-fbbc6a24fc2f-root {
    text-align: left;
  }


#s-a2722272-2ec8-444c-913e-fbbc6a24fc2f.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a2722272-2ec8-444c-913e-fbbc6a24fc2f-root {
    text-align: left;
  }


#s-a2722272-2ec8-444c-913e-fbbc6a24fc2f.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a2722272-2ec8-444c-913e-fbbc6a24fc2f-root {
    text-align: left;
  }


#s-a2722272-2ec8-444c-913e-fbbc6a24fc2f.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a2722272-2ec8-444c-913e-fbbc6a24fc2f-root {
    text-align: left;
  }


#s-a2722272-2ec8-444c-913e-fbbc6a24fc2f.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bdeef482-5f8d-44ed-9cd2-bd20f5233d39 {
  min-height: 50px;
}








#s-bdeef482-5f8d-44ed-9cd2-bd20f5233d39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bdeef482-5f8d-44ed-9cd2-bd20f5233d39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b32ae8d-0b4d-4b7b-9f67-6cd51d2f7168 {
  text-align: center;
}

#s-5b32ae8d-0b4d-4b7b-9f67-6cd51d2f7168 {
  overflow: hidden;
  
  
}







  #s-5b32ae8d-0b4d-4b7b-9f67-6cd51d2f7168 img.shogun-image {
    

    
    
    
  }


#s-5b32ae8d-0b4d-4b7b-9f67-6cd51d2f7168 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1d2742a4-3728-446a-9de4-2a80d5de910d {
  margin-bottom: 100px;
min-height: 50px;
}
@media (min-width: 1200px){#s-1d2742a4-3728-446a-9de4-2a80d5de910d {
  display: none;
}
#s-1d2742a4-3728-446a-9de4-2a80d5de910d, #wrap-s-1d2742a4-3728-446a-9de4-2a80d5de910d, #wrap-content-s-1d2742a4-3728-446a-9de4-2a80d5de910d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d2742a4-3728-446a-9de4-2a80d5de910d {
  display: none;
}
#s-1d2742a4-3728-446a-9de4-2a80d5de910d, #wrap-s-1d2742a4-3728-446a-9de4-2a80d5de910d, #wrap-content-s-1d2742a4-3728-446a-9de4-2a80d5de910d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d2742a4-3728-446a-9de4-2a80d5de910d {
  display: none;
}
#s-1d2742a4-3728-446a-9de4-2a80d5de910d, #wrap-s-1d2742a4-3728-446a-9de4-2a80d5de910d, #wrap-content-s-1d2742a4-3728-446a-9de4-2a80d5de910d { display: none !important; }}@media (max-width: 767px){#s-1d2742a4-3728-446a-9de4-2a80d5de910d {
  display: none;
}
#s-1d2742a4-3728-446a-9de4-2a80d5de910d, #wrap-s-1d2742a4-3728-446a-9de4-2a80d5de910d, #wrap-content-s-1d2742a4-3728-446a-9de4-2a80d5de910d { display: none !important; }}







#s-1d2742a4-3728-446a-9de4-2a80d5de910d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d2742a4-3728-446a-9de4-2a80d5de910d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9b51667-abd2-4fe3-9134-7cf6c49d2251 {
  margin-bottom: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d9b51667-abd2-4fe3-9134-7cf6c49d2251 {
  display: none;
}
#s-d9b51667-abd2-4fe3-9134-7cf6c49d2251, #wrap-s-d9b51667-abd2-4fe3-9134-7cf6c49d2251, #wrap-content-s-d9b51667-abd2-4fe3-9134-7cf6c49d2251 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d9b51667-abd2-4fe3-9134-7cf6c49d2251 {
  display: none;
}
#s-d9b51667-abd2-4fe3-9134-7cf6c49d2251, #wrap-s-d9b51667-abd2-4fe3-9134-7cf6c49d2251, #wrap-content-s-d9b51667-abd2-4fe3-9134-7cf6c49d2251 { display: none !important; }}@media (max-width: 767px){#s-d9b51667-abd2-4fe3-9134-7cf6c49d2251 {
  display: none;
}
#s-d9b51667-abd2-4fe3-9134-7cf6c49d2251, #wrap-s-d9b51667-abd2-4fe3-9134-7cf6c49d2251, #wrap-content-s-d9b51667-abd2-4fe3-9134-7cf6c49d2251 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d9b51667-abd2-4fe3-9134-7cf6c49d2251"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9b51667-abd2-4fe3-9134-7cf6c49d2251"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-d9b51667-abd2-4fe3-9134-7cf6c49d2251"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-d9b51667-abd2-4fe3-9134-7cf6c49d2251"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-d9b51667-abd2-4fe3-9134-7cf6c49d2251"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-d9b51667-abd2-4fe3-9134-7cf6c49d2251"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-d9b51667-abd2-4fe3-9134-7cf6c49d2251"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

#s-be065149-8847-4805-8b44-3cf53acba3e5 {
  min-height: 50px;
}
@media (max-width: 767px){#s-be065149-8847-4805-8b44-3cf53acba3e5 {
  display: none;
}
#s-be065149-8847-4805-8b44-3cf53acba3e5, #wrap-s-be065149-8847-4805-8b44-3cf53acba3e5, #wrap-content-s-be065149-8847-4805-8b44-3cf53acba3e5 { display: none !important; }}







#s-be065149-8847-4805-8b44-3cf53acba3e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-be065149-8847-4805-8b44-3cf53acba3e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d80e3058-0af9-4158-a86f-e6697936567b {
  margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d80e3058-0af9-4158-a86f-e6697936567b .shogun-heading-component h2 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-58ef1653-087e-4b1d-afa8-2853556d9a10 {
  text-align: center;
}
@media (max-width: 767px){#s-58ef1653-087e-4b1d-afa8-2853556d9a10 {
  display: none;
}
#s-58ef1653-087e-4b1d-afa8-2853556d9a10, #wrap-s-58ef1653-087e-4b1d-afa8-2853556d9a10, #wrap-content-s-58ef1653-087e-4b1d-afa8-2853556d9a10 { display: none !important; }}
#s-58ef1653-087e-4b1d-afa8-2853556d9a10 {
  overflow: hidden;
  
  
}








#s-58ef1653-087e-4b1d-afa8-2853556d9a10 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f2ec930d-01d9-4a9d-a680-e08dc2350788 {
  min-height: 50px;
}








#s-f2ec930d-01d9-4a9d-a680-e08dc2350788 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2ec930d-01d9-4a9d-a680-e08dc2350788.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-509d579b-53c0-479f-9084-83d4d83fc943 {
  border-style: solid;
margin-top: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(83, 77, 71, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(83, 77, 71, 1);
}
#s-509d579b-53c0-479f-9084-83d4d83fc943:hover {border-style: solid !important;
border-color: rgba(83, 77, 71, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(83, 77, 71, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-509d579b-53c0-479f-9084-83d4d83fc943:active {border-style: solid !important;
border-color: rgba(83, 77, 71, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(83, 77, 71, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-509d579b-53c0-479f-9084-83d4d83fc943 {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(83, 77, 71, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(83, 77, 71, 1);
}
#s-509d579b-53c0-479f-9084-83d4d83fc943:hover {border-style: solid !important;
border-color: rgba(83, 77, 71, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(83, 77, 71, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-509d579b-53c0-479f-9084-83d4d83fc943:active {border-style: solid !important;
border-color: rgba(83, 77, 71, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(83, 77, 71, 1) !important;
background-image: none !important;
hover-type: color !important;}}

  #s-509d579b-53c0-479f-9084-83d4d83fc943-root {
    text-align: left;
  }


#s-509d579b-53c0-479f-9084-83d4d83fc943.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-509d579b-53c0-479f-9084-83d4d83fc943-root {
    text-align: left;
  }


#s-509d579b-53c0-479f-9084-83d4d83fc943.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-509d579b-53c0-479f-9084-83d4d83fc943-root {
    text-align: left;
  }


#s-509d579b-53c0-479f-9084-83d4d83fc943.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-509d579b-53c0-479f-9084-83d4d83fc943-root {
    text-align: left;
  }


#s-509d579b-53c0-479f-9084-83d4d83fc943.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-509d579b-53c0-479f-9084-83d4d83fc943-root {
    text-align: center;
  }


#s-509d579b-53c0-479f-9084-83d4d83fc943.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-793de7a8-1b10-48a0-b895-2b8f5f2d1652 {
  margin-left: 33%;
margin-right: 33%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-793de7a8-1b10-48a0-b895-2b8f5f2d1652 {
  display: none;
}
#s-793de7a8-1b10-48a0-b895-2b8f5f2d1652, #wrap-s-793de7a8-1b10-48a0-b895-2b8f5f2d1652, #wrap-content-s-793de7a8-1b10-48a0-b895-2b8f5f2d1652 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-793de7a8-1b10-48a0-b895-2b8f5f2d1652 {
  display: none;
}
#s-793de7a8-1b10-48a0-b895-2b8f5f2d1652, #wrap-s-793de7a8-1b10-48a0-b895-2b8f5f2d1652, #wrap-content-s-793de7a8-1b10-48a0-b895-2b8f5f2d1652 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-793de7a8-1b10-48a0-b895-2b8f5f2d1652 {
  display: none;
}
#s-793de7a8-1b10-48a0-b895-2b8f5f2d1652, #wrap-s-793de7a8-1b10-48a0-b895-2b8f5f2d1652, #wrap-content-s-793de7a8-1b10-48a0-b895-2b8f5f2d1652 { display: none !important; }}
#s-ab65464c-c9a8-4f75-bc0b-48009a9c00e9 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab65464c-c9a8-4f75-bc0b-48009a9c00e9 .shogun-heading-component h1 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-22f20cb4-0bb5-482d-857e-83593586b14c {
  margin-bottom: 100px;
min-height: 50px;
}
@media (max-width: 767px){#s-22f20cb4-0bb5-482d-857e-83593586b14c {
  display: none;
}
#s-22f20cb4-0bb5-482d-857e-83593586b14c, #wrap-s-22f20cb4-0bb5-482d-857e-83593586b14c, #wrap-content-s-22f20cb4-0bb5-482d-857e-83593586b14c { display: none !important; }}







#s-22f20cb4-0bb5-482d-857e-83593586b14c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22f20cb4-0bb5-482d-857e-83593586b14c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43ecfa4c-9d40-49a8-8a1b-a8282e83a065 {
  margin-bottom: 0px;
}
@media (max-width: 767px){#s-43ecfa4c-9d40-49a8-8a1b-a8282e83a065 {
  display: none;
}
#s-43ecfa4c-9d40-49a8-8a1b-a8282e83a065, #wrap-s-43ecfa4c-9d40-49a8-8a1b-a8282e83a065, #wrap-content-s-43ecfa4c-9d40-49a8-8a1b-a8282e83a065 { display: none !important; }}
@media (min-width: 0px) {
[id="s-43ecfa4c-9d40-49a8-8a1b-a8282e83a065"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43ecfa4c-9d40-49a8-8a1b-a8282e83a065"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-43ecfa4c-9d40-49a8-8a1b-a8282e83a065"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-43ecfa4c-9d40-49a8-8a1b-a8282e83a065"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-43ecfa4c-9d40-49a8-8a1b-a8282e83a065"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-43ecfa4c-9d40-49a8-8a1b-a8282e83a065"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-43ecfa4c-9d40-49a8-8a1b-a8282e83a065"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 0px) {
[id="s-f5485368-4470-40d0-acac-aa586ffdbe91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5485368-4470-40d0-acac-aa586ffdbe91"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f5485368-4470-40d0-acac-aa586ffdbe91"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f5485368-4470-40d0-acac-aa586ffdbe91"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f5485368-4470-40d0-acac-aa586ffdbe91"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5485368-4470-40d0-acac-aa586ffdbe91"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-f5485368-4470-40d0-acac-aa586ffdbe91"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

}

#s-ce446df7-fac2-4cd3-b515-8f8cb37fea00 {
  text-align: center;
}

#s-ce446df7-fac2-4cd3-b515-8f8cb37fea00 {
  overflow: hidden;
  
  
}







  #s-ce446df7-fac2-4cd3-b515-8f8cb37fea00 img.shogun-image {
    

    
    
    
  }


#s-ce446df7-fac2-4cd3-b515-8f8cb37fea00 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8f3f4bf7-74fe-412c-aedc-a8fb3a2ac04b {
  border-style: solid;
margin-top: 20px;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(83, 77, 71, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(83, 77, 71, 1);
}
#s-8f3f4bf7-74fe-412c-aedc-a8fb3a2ac04b:hover {border-style: solid !important;
border-color: rgba(83, 77, 71, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(83, 77, 71, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8f3f4bf7-74fe-412c-aedc-a8fb3a2ac04b:active {border-style: solid !important;
border-color: rgba(83, 77, 71, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(83, 77, 71, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-8f3f4bf7-74fe-412c-aedc-a8fb3a2ac04b {
  border-style: solid;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(83, 77, 71, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(83, 77, 71, 1);
}
#s-8f3f4bf7-74fe-412c-aedc-a8fb3a2ac04b:hover {border-style: solid !important;
border-color: rgba(83, 77, 71, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(83, 77, 71, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8f3f4bf7-74fe-412c-aedc-a8fb3a2ac04b:active {border-style: solid !important;
border-color: rgba(83, 77, 71, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(83, 77, 71, 1) !important;
background-image: none !important;
hover-type: color !important;}}

  #s-8f3f4bf7-74fe-412c-aedc-a8fb3a2ac04b-root {
    text-align: left;
  }


#s-8f3f4bf7-74fe-412c-aedc-a8fb3a2ac04b.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8f3f4bf7-74fe-412c-aedc-a8fb3a2ac04b-root {
    text-align: left;
  }


#s-8f3f4bf7-74fe-412c-aedc-a8fb3a2ac04b.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8f3f4bf7-74fe-412c-aedc-a8fb3a2ac04b-root {
    text-align: left;
  }


#s-8f3f4bf7-74fe-412c-aedc-a8fb3a2ac04b.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8f3f4bf7-74fe-412c-aedc-a8fb3a2ac04b-root {
    text-align: left;
  }


#s-8f3f4bf7-74fe-412c-aedc-a8fb3a2ac04b.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8f3f4bf7-74fe-412c-aedc-a8fb3a2ac04b-root {
    text-align: center;
  }


#s-8f3f4bf7-74fe-412c-aedc-a8fb3a2ac04b.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9e77533e-9b99-44d6-b95b-3565a322298f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}
@media (max-width: 767px){#s-9e77533e-9b99-44d6-b95b-3565a322298f {
  padding-left: 15px;
padding-right: 15px;
display: none;
}
#s-9e77533e-9b99-44d6-b95b-3565a322298f, #wrap-s-9e77533e-9b99-44d6-b95b-3565a322298f, #wrap-content-s-9e77533e-9b99-44d6-b95b-3565a322298f { display: none !important; }}







#s-9e77533e-9b99-44d6-b95b-3565a322298f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e77533e-9b99-44d6-b95b-3565a322298f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20fcb4ae-365f-4bfd-9e76-37aca83ac875 {
  margin-left: 33%;
margin-right: 33%;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-20fcb4ae-365f-4bfd-9e76-37aca83ac875 {
  display: none;
}
#s-20fcb4ae-365f-4bfd-9e76-37aca83ac875, #wrap-s-20fcb4ae-365f-4bfd-9e76-37aca83ac875, #wrap-content-s-20fcb4ae-365f-4bfd-9e76-37aca83ac875 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-20fcb4ae-365f-4bfd-9e76-37aca83ac875 {
  display: none;
}
#s-20fcb4ae-365f-4bfd-9e76-37aca83ac875, #wrap-s-20fcb4ae-365f-4bfd-9e76-37aca83ac875, #wrap-content-s-20fcb4ae-365f-4bfd-9e76-37aca83ac875 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-20fcb4ae-365f-4bfd-9e76-37aca83ac875 {
  display: none;
}
#s-20fcb4ae-365f-4bfd-9e76-37aca83ac875, #wrap-s-20fcb4ae-365f-4bfd-9e76-37aca83ac875, #wrap-content-s-20fcb4ae-365f-4bfd-9e76-37aca83ac875 { display: none !important; }}
#s-9e3c5750-1fb2-47ee-9b61-bb2928abf5f6 {
  margin-bottom: 100px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-9e3c5750-1fb2-47ee-9b61-bb2928abf5f6 {
  display: none;
}
#s-9e3c5750-1fb2-47ee-9b61-bb2928abf5f6, #wrap-s-9e3c5750-1fb2-47ee-9b61-bb2928abf5f6, #wrap-content-s-9e3c5750-1fb2-47ee-9b61-bb2928abf5f6 { display: none !important; }}







#s-9e3c5750-1fb2-47ee-9b61-bb2928abf5f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e3c5750-1fb2-47ee-9b61-bb2928abf5f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-972bcbd3-27ce-4034-a539-54ee71268c2b {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-972bcbd3-27ce-4034-a539-54ee71268c2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-972bcbd3-27ce-4034-a539-54ee71268c2b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-972bcbd3-27ce-4034-a539-54ee71268c2b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-972bcbd3-27ce-4034-a539-54ee71268c2b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-972bcbd3-27ce-4034-a539-54ee71268c2b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-972bcbd3-27ce-4034-a539-54ee71268c2b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-972bcbd3-27ce-4034-a539-54ee71268c2b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-3e5a39d3-27cb-4472-ab4f-aa18c9437bfc {
  min-height: 50px;
}








#s-3e5a39d3-27cb-4472-ab4f-aa18c9437bfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e5a39d3-27cb-4472-ab4f-aa18c9437bfc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2464da1e-1163-4737-ae27-5eaf77798e42 {
  padding-top: 95px;
padding-bottom: 95px;
}
@media (max-width: 767px){#s-2464da1e-1163-4737-ae27-5eaf77798e42 {
  display: none;
}
#s-2464da1e-1163-4737-ae27-5eaf77798e42, #wrap-s-2464da1e-1163-4737-ae27-5eaf77798e42, #wrap-content-s-2464da1e-1163-4737-ae27-5eaf77798e42 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2464da1e-1163-4737-ae27-5eaf77798e42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2464da1e-1163-4737-ae27-5eaf77798e42"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2464da1e-1163-4737-ae27-5eaf77798e42"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-2464da1e-1163-4737-ae27-5eaf77798e42"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2464da1e-1163-4737-ae27-5eaf77798e42"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-2464da1e-1163-4737-ae27-5eaf77798e42"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-2464da1e-1163-4737-ae27-5eaf77798e42"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

}

#s-6b1c8f20-7bc9-4485-8191-b97c550f5359 {
  min-height: 50px;
}








#s-6b1c8f20-7bc9-4485-8191-b97c550f5359 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b1c8f20-7bc9-4485-8191-b97c550f5359.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3caaff6-3adb-42e0-9815-802eafae0c5d {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f3caaff6-3adb-42e0-9815-802eafae0c5d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f3caaff6-3adb-42e0-9815-802eafae0c5d .shg-sld-nav-button.shg-sld-left,
#s-f3caaff6-3adb-42e0-9815-802eafae0c5d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-94925d5c-d2f5-45c7-8651-aef040800da6 {
  text-align: center;
}

#s-94925d5c-d2f5-45c7-8651-aef040800da6 {
  overflow: hidden;
  
  
}







  #s-94925d5c-d2f5-45c7-8651-aef040800da6 img.shogun-image {
    

    
    
    
  }


#s-94925d5c-d2f5-45c7-8651-aef040800da6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-98881ce0-176f-4c7c-b7b2-e45e01d6ecd4 {
  text-align: center;
}

#s-98881ce0-176f-4c7c-b7b2-e45e01d6ecd4 {
  overflow: hidden;
  
  
}







  #s-98881ce0-176f-4c7c-b7b2-e45e01d6ecd4 img.shogun-image {
    

    
    
    
  }


#s-98881ce0-176f-4c7c-b7b2-e45e01d6ecd4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0923bd1c-40fa-4c95-8b81-e654f1649a36 {
  min-height: 50px;
}








#s-0923bd1c-40fa-4c95-8b81-e654f1649a36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0923bd1c-40fa-4c95-8b81-e654f1649a36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88954a46-8289-467c-8d2c-3355d3a1741b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}
@media (max-width: 767px){#s-88954a46-8289-467c-8d2c-3355d3a1741b {
  padding-left: 15px;
padding-right: 15px;
max-width: 100%;
}
}







#s-88954a46-8289-467c-8d2c-3355d3a1741b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-88954a46-8289-467c-8d2c-3355d3a1741b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c38f21af-4e0d-4a92-a300-27328d3b3c3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c38f21af-4e0d-4a92-a300-27328d3b3c3b .shogun-heading-component h5 {
  color: rgba(208, 49, 55, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f18d2f3a-1003-420a-acb5-f7d899866df5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f18d2f3a-1003-420a-acb5-f7d899866df5 .shogun-heading-component h2 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-5cd11964-ec01-4ddc-b1e1-d389f4017d60 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5cd11964-ec01-4ddc-b1e1-d389f4017d60 .shogun-heading-component h5 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.625em;
  
  text-align: left;
}



#s-25daa8c4-24b0-4049-9735-f61905eb2936 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-25daa8c4-24b0-4049-9735-f61905eb2936 {
  display: none;
}
#s-25daa8c4-24b0-4049-9735-f61905eb2936, #wrap-s-25daa8c4-24b0-4049-9735-f61905eb2936, #wrap-content-s-25daa8c4-24b0-4049-9735-f61905eb2936 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25daa8c4-24b0-4049-9735-f61905eb2936 {
  display: none;
}
#s-25daa8c4-24b0-4049-9735-f61905eb2936, #wrap-s-25daa8c4-24b0-4049-9735-f61905eb2936, #wrap-content-s-25daa8c4-24b0-4049-9735-f61905eb2936 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25daa8c4-24b0-4049-9735-f61905eb2936 {
  display: none;
}
#s-25daa8c4-24b0-4049-9735-f61905eb2936, #wrap-s-25daa8c4-24b0-4049-9735-f61905eb2936, #wrap-content-s-25daa8c4-24b0-4049-9735-f61905eb2936 { display: none !important; }}@media (max-width: 767px){#s-25daa8c4-24b0-4049-9735-f61905eb2936 {
  display: none;
}
#s-25daa8c4-24b0-4049-9735-f61905eb2936, #wrap-s-25daa8c4-24b0-4049-9735-f61905eb2936, #wrap-content-s-25daa8c4-24b0-4049-9735-f61905eb2936 { display: none !important; }}







#s-25daa8c4-24b0-4049-9735-f61905eb2936 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25daa8c4-24b0-4049-9735-f61905eb2936.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-646e265c-4c20-4651-b63c-d57e6cae31e8 {
  margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-646e265c-4c20-4651-b63c-d57e6cae31e8 .shogun-heading-component h2 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 42px;
  
  
  
}



#s-f044eab2-385a-4c02-9044-cb1e20c58112 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-f044eab2-385a-4c02-9044-cb1e20c58112 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f044eab2-385a-4c02-9044-cb1e20c58112 .shg-sld-nav-button.shg-sld-left,
#s-f044eab2-385a-4c02-9044-cb1e20c58112 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-64e2862b-b920-434b-b8ae-550c87280418"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-64e2862b-b920-434b-b8ae-550c87280418"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-64e2862b-b920-434b-b8ae-550c87280418"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-64e2862b-b920-434b-b8ae-550c87280418"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

#s-0f852017-d955-4e8c-9915-42bd169bf2bf {
  text-align: center;
}

#s-0f852017-d955-4e8c-9915-42bd169bf2bf {
  overflow: hidden;
  
  
}







  #s-0f852017-d955-4e8c-9915-42bd169bf2bf img.shogun-image {
    

    
    
    
  }


#s-0f852017-d955-4e8c-9915-42bd169bf2bf .shogun-image-content {
  
    justify-content: center;
  
}

#s-06f35e01-00b6-42f7-86d3-9acbdb949cff {
  text-align: center;
}

#s-06f35e01-00b6-42f7-86d3-9acbdb949cff {
  overflow: hidden;
  
  
}







  #s-06f35e01-00b6-42f7-86d3-9acbdb949cff img.shogun-image {
    

    
    
    
  }


#s-06f35e01-00b6-42f7-86d3-9acbdb949cff .shogun-image-content {
  
    justify-content: center;
  
}

#s-e53c9734-cb05-4917-8036-7c26e3d5b010 {
  text-align: center;
}

#s-e53c9734-cb05-4917-8036-7c26e3d5b010 {
  overflow: hidden;
  
  
}







  #s-e53c9734-cb05-4917-8036-7c26e3d5b010 img.shogun-image {
    

    
    
    
  }


#s-e53c9734-cb05-4917-8036-7c26e3d5b010 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3ef22ba7-57e8-46a0-b471-49ebcc048e7d {
  text-align: center;
}

#s-3ef22ba7-57e8-46a0-b471-49ebcc048e7d {
  overflow: hidden;
  
  
}







  #s-3ef22ba7-57e8-46a0-b471-49ebcc048e7d img.shogun-image {
    

    
    
    
  }


#s-3ef22ba7-57e8-46a0-b471-49ebcc048e7d .shogun-image-content {
  
    justify-content: center;
  
}

#s-8b783819-43b7-43cb-a074-8f46e95d6652 {
  text-align: center;
}

#s-8b783819-43b7-43cb-a074-8f46e95d6652 {
  overflow: hidden;
  
  
}







  #s-8b783819-43b7-43cb-a074-8f46e95d6652 img.shogun-image {
    

    
    
    
  }


#s-8b783819-43b7-43cb-a074-8f46e95d6652 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-c190afb6-8565-4db1-9f1f-e55970a0e791"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-c190afb6-8565-4db1-9f1f-e55970a0e791"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-c190afb6-8565-4db1-9f1f-e55970a0e791"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-c190afb6-8565-4db1-9f1f-e55970a0e791"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 0px) {
[id="s-812e110c-f7e7-415d-a59b-8eca513566cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-812e110c-f7e7-415d-a59b-8eca513566cd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-812e110c-f7e7-415d-a59b-8eca513566cd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-812e110c-f7e7-415d-a59b-8eca513566cd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

#s-5a7fc545-8c1a-428e-95e6-3945a3f5e3c9 {
  text-align: center;
}

#s-5a7fc545-8c1a-428e-95e6-3945a3f5e3c9 {
  overflow: hidden;
  
  
}







  #s-5a7fc545-8c1a-428e-95e6-3945a3f5e3c9 img.shogun-image {
    

    
    
    
  }


#s-5a7fc545-8c1a-428e-95e6-3945a3f5e3c9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-871b3437-29d0-46b8-9b3d-7aa9ecea21bf {
  text-align: center;
}

#s-871b3437-29d0-46b8-9b3d-7aa9ecea21bf {
  overflow: hidden;
  
  
}







  #s-871b3437-29d0-46b8-9b3d-7aa9ecea21bf img.shogun-image {
    

    
    
    
  }


#s-871b3437-29d0-46b8-9b3d-7aa9ecea21bf .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-17d42d70-0058-4d79-9474-260214ae52f7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-17d42d70-0058-4d79-9474-260214ae52f7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-17d42d70-0058-4d79-9474-260214ae52f7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-17d42d70-0058-4d79-9474-260214ae52f7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

#s-a3963833-8f0d-4e30-802d-df6fcbde416a {
  text-align: center;
}

#s-a3963833-8f0d-4e30-802d-df6fcbde416a {
  overflow: hidden;
  
  
}







  #s-a3963833-8f0d-4e30-802d-df6fcbde416a img.shogun-image {
    

    
    
    
  }


#s-a3963833-8f0d-4e30-802d-df6fcbde416a .shogun-image-content {
  
    justify-content: center;
  
}

#s-f46155bd-b1bc-4edf-9bc6-26720f915043 {
  text-align: center;
}

#s-f46155bd-b1bc-4edf-9bc6-26720f915043 {
  overflow: hidden;
  
  
}







  #s-f46155bd-b1bc-4edf-9bc6-26720f915043 img.shogun-image {
    

    
    
    
  }


#s-f46155bd-b1bc-4edf-9bc6-26720f915043 .shogun-image-content {
  
    justify-content: center;
  
}

#s-39481f57-adb1-4201-b957-662e66fab996 {
  text-align: center;
}

#s-39481f57-adb1-4201-b957-662e66fab996 {
  overflow: hidden;
  
  
}







  #s-39481f57-adb1-4201-b957-662e66fab996 img.shogun-image {
    

    
    
    
  }


#s-39481f57-adb1-4201-b957-662e66fab996 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5491ed61-d5fb-478f-bd89-5f61a7008fdf {
  text-align: center;
}

#s-5491ed61-d5fb-478f-bd89-5f61a7008fdf {
  overflow: hidden;
  
  
}







  #s-5491ed61-d5fb-478f-bd89-5f61a7008fdf img.shogun-image {
    

    
    
    
  }


#s-5491ed61-d5fb-478f-bd89-5f61a7008fdf .shogun-image-content {
  
    justify-content: center;
  
}

#s-c2cf9d1c-96c6-4c28-9a58-1248010a7bfd {
  text-align: center;
}

#s-c2cf9d1c-96c6-4c28-9a58-1248010a7bfd {
  overflow: hidden;
  
  
}







  #s-c2cf9d1c-96c6-4c28-9a58-1248010a7bfd img.shogun-image {
    

    
    
    
  }


#s-c2cf9d1c-96c6-4c28-9a58-1248010a7bfd .shogun-image-content {
  
    justify-content: center;
  
}

#s-a3052109-f411-4df1-ab39-61232a799962 {
  text-align: center;
}

#s-a3052109-f411-4df1-ab39-61232a799962 {
  overflow: hidden;
  
  
}







  #s-a3052109-f411-4df1-ab39-61232a799962 img.shogun-image {
    

    
    
    
  }


#s-a3052109-f411-4df1-ab39-61232a799962 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-8f75c662-5194-4fea-a3d5-14f7729721fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-8f75c662-5194-4fea-a3d5-14f7729721fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-8f75c662-5194-4fea-a3d5-14f7729721fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-8f75c662-5194-4fea-a3d5-14f7729721fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

#s-2bfc6dde-0533-433a-a52f-a9a72caa99c0 {
  text-align: center;
}

#s-2bfc6dde-0533-433a-a52f-a9a72caa99c0 {
  overflow: hidden;
  
  
}







  #s-2bfc6dde-0533-433a-a52f-a9a72caa99c0 img.shogun-image {
    

    
    
    
  }


#s-2bfc6dde-0533-433a-a52f-a9a72caa99c0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-44904f84-c4f3-4a4b-abd8-81504397bbd2 {
  text-align: center;
}

#s-44904f84-c4f3-4a4b-abd8-81504397bbd2 {
  overflow: hidden;
  
  
}







  #s-44904f84-c4f3-4a4b-abd8-81504397bbd2 img.shogun-image {
    

    
    
    
  }


#s-44904f84-c4f3-4a4b-abd8-81504397bbd2 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f0dc95ad-dfa3-485e-96ff-1895f0dbd44f {
  text-align: center;
}

#s-f0dc95ad-dfa3-485e-96ff-1895f0dbd44f {
  overflow: hidden;
  
  
}







  #s-f0dc95ad-dfa3-485e-96ff-1895f0dbd44f img.shogun-image {
    

    
    
    
  }


#s-f0dc95ad-dfa3-485e-96ff-1895f0dbd44f .shogun-image-content {
  
    justify-content: center;
  
}

#s-2f5a660d-47a9-4902-a437-a218f3e029ca {
  text-align: center;
}

#s-2f5a660d-47a9-4902-a437-a218f3e029ca {
  overflow: hidden;
  
  
}







  #s-2f5a660d-47a9-4902-a437-a218f3e029ca img.shogun-image {
    

    
    
    
  }


#s-2f5a660d-47a9-4902-a437-a218f3e029ca .shogun-image-content {
  
    justify-content: center;
  
}

#s-003b5411-a727-4ef6-9898-350db182dbd1 {
  text-align: center;
}

#s-003b5411-a727-4ef6-9898-350db182dbd1 {
  overflow: hidden;
  
  
}







  #s-003b5411-a727-4ef6-9898-350db182dbd1 img.shogun-image {
    

    
    
    
  }


#s-003b5411-a727-4ef6-9898-350db182dbd1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-29bc4243-1027-4d95-92d4-2e005d6fb5d4 {
  text-align: center;
}

#s-29bc4243-1027-4d95-92d4-2e005d6fb5d4 {
  overflow: hidden;
  
  
}







  #s-29bc4243-1027-4d95-92d4-2e005d6fb5d4 img.shogun-image {
    

    
    
    
  }


#s-29bc4243-1027-4d95-92d4-2e005d6fb5d4 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-453e2766-f16b-4c3f-bf1f-f58948d56113"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.5px);
}

}

@media (min-width: 768px) {
[id="s-453e2766-f16b-4c3f-bf1f-f58948d56113"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-453e2766-f16b-4c3f-bf1f-f58948d56113"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-453e2766-f16b-4c3f-bf1f-f58948d56113"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

#s-42dba3e9-b6fe-4b2e-b9a1-dc3178b077c4 {
  text-align: center;
}

#s-42dba3e9-b6fe-4b2e-b9a1-dc3178b077c4 {
  overflow: hidden;
  
  
}







  #s-42dba3e9-b6fe-4b2e-b9a1-dc3178b077c4 img.shogun-image {
    

    
    
    
  }


#s-42dba3e9-b6fe-4b2e-b9a1-dc3178b077c4 .shogun-image-content {
  
    justify-content: center;
  
}

#s-738ce00b-e72e-4019-a4c9-c2533295b03c {
  text-align: center;
}

#s-738ce00b-e72e-4019-a4c9-c2533295b03c {
  overflow: hidden;
  
  
}







  #s-738ce00b-e72e-4019-a4c9-c2533295b03c img.shogun-image {
    

    
    
    
  }


#s-738ce00b-e72e-4019-a4c9-c2533295b03c .shogun-image-content {
  
    justify-content: center;
  
}

#s-1dbff5a2-4b3c-4e78-9ccf-31005d56fc97 {
  text-align: center;
}

#s-1dbff5a2-4b3c-4e78-9ccf-31005d56fc97 {
  overflow: hidden;
  
  
}







  #s-1dbff5a2-4b3c-4e78-9ccf-31005d56fc97 img.shogun-image {
    

    
    
    
  }


#s-1dbff5a2-4b3c-4e78-9ccf-31005d56fc97 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c9d5075b-f0c8-4110-a8ec-05de0994580b {
  text-align: center;
}

#s-c9d5075b-f0c8-4110-a8ec-05de0994580b {
  overflow: hidden;
  
  
}







  #s-c9d5075b-f0c8-4110-a8ec-05de0994580b img.shogun-image {
    

    
    
    
  }


#s-c9d5075b-f0c8-4110-a8ec-05de0994580b .shogun-image-content {
  
    justify-content: center;
  
}

#s-a8d5cac2-7126-456a-9a9b-33fe3c6d5c95 {
  text-align: center;
}

#s-a8d5cac2-7126-456a-9a9b-33fe3c6d5c95 {
  overflow: hidden;
  
  
}







  #s-a8d5cac2-7126-456a-9a9b-33fe3c6d5c95 img.shogun-image {
    

    
    
    
  }


#s-a8d5cac2-7126-456a-9a9b-33fe3c6d5c95 .shogun-image-content {
  
    justify-content: center;
  
}

#s-bd0a9775-c6b0-4f42-aeab-5ab7c6f9bd0d {
  max-width: 938px;
aspect-ratio: 1/1;
text-align: center;
}

#s-bd0a9775-c6b0-4f42-aeab-5ab7c6f9bd0d {
  overflow: hidden;
  
  
      max-width: 938px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-bd0a9775-c6b0-4f42-aeab-5ab7c6f9bd0d img.shogun-image,
  #s-bd0a9775-c6b0-4f42-aeab-5ab7c6f9bd0d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd0a9775-c6b0-4f42-aeab-5ab7c6f9bd0d {
    width: 100%;
    height: auto;
  }



  #s-bd0a9775-c6b0-4f42-aeab-5ab7c6f9bd0d img.shogun-image {
    

    
    
    
  }


#s-bd0a9775-c6b0-4f42-aeab-5ab7c6f9bd0d .shogun-image-content {
  
    justify-content: center;
  
}

#s-79ece547-12ea-4d17-9cd7-ef2a5102b2d3 {
  text-align: center;
}

#s-79ece547-12ea-4d17-9cd7-ef2a5102b2d3 {
  overflow: hidden;
  
  
}







  #s-79ece547-12ea-4d17-9cd7-ef2a5102b2d3 img.shogun-image {
    

    
    
    
  }


#s-79ece547-12ea-4d17-9cd7-ef2a5102b2d3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-764e133c-fb9d-4ee5-abb9-ec8dba22dfee {
  margin-top: 0px;
margin-bottom: 100px;
min-height: 50px;
}
@media (min-width: 1200px){#s-764e133c-fb9d-4ee5-abb9-ec8dba22dfee {
  display: none;
}
#s-764e133c-fb9d-4ee5-abb9-ec8dba22dfee, #wrap-s-764e133c-fb9d-4ee5-abb9-ec8dba22dfee, #wrap-content-s-764e133c-fb9d-4ee5-abb9-ec8dba22dfee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-764e133c-fb9d-4ee5-abb9-ec8dba22dfee {
  display: none;
}
#s-764e133c-fb9d-4ee5-abb9-ec8dba22dfee, #wrap-s-764e133c-fb9d-4ee5-abb9-ec8dba22dfee, #wrap-content-s-764e133c-fb9d-4ee5-abb9-ec8dba22dfee { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-764e133c-fb9d-4ee5-abb9-ec8dba22dfee {
  display: none;
}
#s-764e133c-fb9d-4ee5-abb9-ec8dba22dfee, #wrap-s-764e133c-fb9d-4ee5-abb9-ec8dba22dfee, #wrap-content-s-764e133c-fb9d-4ee5-abb9-ec8dba22dfee { display: none !important; }}@media (max-width: 767px){#s-764e133c-fb9d-4ee5-abb9-ec8dba22dfee {
  display: none;
}
#s-764e133c-fb9d-4ee5-abb9-ec8dba22dfee, #wrap-s-764e133c-fb9d-4ee5-abb9-ec8dba22dfee, #wrap-content-s-764e133c-fb9d-4ee5-abb9-ec8dba22dfee { display: none !important; }}







#s-764e133c-fb9d-4ee5-abb9-ec8dba22dfee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-764e133c-fb9d-4ee5-abb9-ec8dba22dfee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64aa4125-a1ce-4b25-8029-987bacdf78b7 {
  border-style: solid;
margin-top: 20px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(83, 77, 71, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(83, 77, 71, 1);
}
#s-64aa4125-a1ce-4b25-8029-987bacdf78b7:hover {border-style: solid !important;
border-color: rgba(83, 77, 71, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(83, 77, 71, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-64aa4125-a1ce-4b25-8029-987bacdf78b7:active {border-style: solid !important;
border-color: rgba(83, 77, 71, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(83, 77, 71, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-64aa4125-a1ce-4b25-8029-987bacdf78b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-64aa4125-a1ce-4b25-8029-987bacdf78b7 {
  display: none;
}
#s-64aa4125-a1ce-4b25-8029-987bacdf78b7, #wrap-s-64aa4125-a1ce-4b25-8029-987bacdf78b7, #wrap-content-s-64aa4125-a1ce-4b25-8029-987bacdf78b7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-64aa4125-a1ce-4b25-8029-987bacdf78b7 {
  display: none;
}
#s-64aa4125-a1ce-4b25-8029-987bacdf78b7, #wrap-s-64aa4125-a1ce-4b25-8029-987bacdf78b7, #wrap-content-s-64aa4125-a1ce-4b25-8029-987bacdf78b7 { display: none !important; }}

  #s-64aa4125-a1ce-4b25-8029-987bacdf78b7-root {
    text-align: center;
  }


#s-64aa4125-a1ce-4b25-8029-987bacdf78b7.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-64aa4125-a1ce-4b25-8029-987bacdf78b7-root {
    text-align: center;
  }


#s-64aa4125-a1ce-4b25-8029-987bacdf78b7.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-64aa4125-a1ce-4b25-8029-987bacdf78b7-root {
    text-align: center;
  }


#s-64aa4125-a1ce-4b25-8029-987bacdf78b7.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-64aa4125-a1ce-4b25-8029-987bacdf78b7-root {
    text-align: center;
  }


#s-64aa4125-a1ce-4b25-8029-987bacdf78b7.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-64aa4125-a1ce-4b25-8029-987bacdf78b7-root {
    text-align: center;
  }


#s-64aa4125-a1ce-4b25-8029-987bacdf78b7.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cc41c83c-24cd-41be-89c4-7efd790057e6 {
  margin-bottom: 100px;
min-height: 50px;
}
@media (max-width: 767px){#s-cc41c83c-24cd-41be-89c4-7efd790057e6 {
  display: none;
}
#s-cc41c83c-24cd-41be-89c4-7efd790057e6, #wrap-s-cc41c83c-24cd-41be-89c4-7efd790057e6, #wrap-content-s-cc41c83c-24cd-41be-89c4-7efd790057e6 { display: none !important; }}







#s-cc41c83c-24cd-41be-89c4-7efd790057e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc41c83c-24cd-41be-89c4-7efd790057e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dffb8a6f-06eb-4f40-b714-d444b685225d {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-dffb8a6f-06eb-4f40-b714-d444b685225d {
  display: none;
}
#s-dffb8a6f-06eb-4f40-b714-d444b685225d, #wrap-s-dffb8a6f-06eb-4f40-b714-d444b685225d, #wrap-content-s-dffb8a6f-06eb-4f40-b714-d444b685225d { display: none !important; }}
@media (min-width: 0px) {
[id="s-dffb8a6f-06eb-4f40-b714-d444b685225d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dffb8a6f-06eb-4f40-b714-d444b685225d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dffb8a6f-06eb-4f40-b714-d444b685225d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dffb8a6f-06eb-4f40-b714-d444b685225d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dffb8a6f-06eb-4f40-b714-d444b685225d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dffb8a6f-06eb-4f40-b714-d444b685225d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-dffb8a6f-06eb-4f40-b714-d444b685225d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-4c55377d-0b2e-4c77-a5d4-46f5578dfce5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-4c55377d-0b2e-4c77-a5d4-46f5578dfce5 .shogun-heading-component h5 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-15fd0cbf-c931-403d-a474-03b1562bb2cd {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-15fd0cbf-c931-403d-a474-03b1562bb2cd {
  margin-bottom: 20px;
}
}
#s-15fd0cbf-c931-403d-a474-03b1562bb2cd .shogun-heading-component h5 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 2.125em;
  
  
}



#s-b9f79652-9df0-472d-99f1-11e4e61433cc {
  min-height: 50px;
}








#s-b9f79652-9df0-472d-99f1-11e4e61433cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b9f79652-9df0-472d-99f1-11e4e61433cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50db5f46-32f5-4037-8928-aff2a4fcb6ad {
  text-align: center;
}

#s-50db5f46-32f5-4037-8928-aff2a4fcb6ad {
  overflow: hidden;
  
  
}







  #s-50db5f46-32f5-4037-8928-aff2a4fcb6ad img.shogun-image {
    

    
    
    
  }


#s-50db5f46-32f5-4037-8928-aff2a4fcb6ad .shogun-image-content {
  
    justify-content: center;
  
}

#s-971a52ce-0c53-413c-856c-349519b81903 {
  border-style: solid;
margin-top: 40px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(83, 77, 71, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(83, 77, 71, 1);
}
#s-971a52ce-0c53-413c-856c-349519b81903:hover {border-style: solid !important;
border-color: rgba(83, 77, 71, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(83, 77, 71, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-971a52ce-0c53-413c-856c-349519b81903:active {border-style: solid !important;
border-color: rgba(83, 77, 71, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(83, 77, 71, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-971a52ce-0c53-413c-856c-349519b81903-root {
    text-align: center;
  }


#s-971a52ce-0c53-413c-856c-349519b81903.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-971a52ce-0c53-413c-856c-349519b81903-root {
    text-align: center;
  }


#s-971a52ce-0c53-413c-856c-349519b81903.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-971a52ce-0c53-413c-856c-349519b81903-root {
    text-align: center;
  }


#s-971a52ce-0c53-413c-856c-349519b81903.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-971a52ce-0c53-413c-856c-349519b81903-root {
    text-align: center;
  }


#s-971a52ce-0c53-413c-856c-349519b81903.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-971a52ce-0c53-413c-856c-349519b81903-root {
    text-align: center;
  }


#s-971a52ce-0c53-413c-856c-349519b81903.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-359eda34-1f77-4199-89b2-b2a85d9a98cb {
  min-height: 50px;
}
@media (max-width: 767px){#s-359eda34-1f77-4199-89b2-b2a85d9a98cb {
  display: none;
}
#s-359eda34-1f77-4199-89b2-b2a85d9a98cb, #wrap-s-359eda34-1f77-4199-89b2-b2a85d9a98cb, #wrap-content-s-359eda34-1f77-4199-89b2-b2a85d9a98cb { display: none !important; }}







#s-359eda34-1f77-4199-89b2-b2a85d9a98cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-359eda34-1f77-4199-89b2-b2a85d9a98cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 992px) and (max-width: 1199px){#s-69b8fa39-fe5f-4165-b936-5b12a771e857 {
  display: none;
}
#s-69b8fa39-fe5f-4165-b936-5b12a771e857, #wrap-s-69b8fa39-fe5f-4165-b936-5b12a771e857, #wrap-content-s-69b8fa39-fe5f-4165-b936-5b12a771e857 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69b8fa39-fe5f-4165-b936-5b12a771e857 {
  display: none;
}
#s-69b8fa39-fe5f-4165-b936-5b12a771e857, #wrap-s-69b8fa39-fe5f-4165-b936-5b12a771e857, #wrap-content-s-69b8fa39-fe5f-4165-b936-5b12a771e857 { display: none !important; }}@media (max-width: 767px){#s-69b8fa39-fe5f-4165-b936-5b12a771e857 {
  display: none;
}
#s-69b8fa39-fe5f-4165-b936-5b12a771e857, #wrap-s-69b8fa39-fe5f-4165-b936-5b12a771e857, #wrap-content-s-69b8fa39-fe5f-4165-b936-5b12a771e857 { display: none !important; }}
@media (min-width: 0px) {
[id="s-69b8fa39-fe5f-4165-b936-5b12a771e857"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69b8fa39-fe5f-4165-b936-5b12a771e857"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-69b8fa39-fe5f-4165-b936-5b12a771e857"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-69b8fa39-fe5f-4165-b936-5b12a771e857"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-69b8fa39-fe5f-4165-b936-5b12a771e857"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-69b8fa39-fe5f-4165-b936-5b12a771e857"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-69b8fa39-fe5f-4165-b936-5b12a771e857"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-ec38bbf6-af05-4199-a44a-fea799c87dcd {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ec38bbf6-af05-4199-a44a-fea799c87dcd {
  display: none;
}
#s-ec38bbf6-af05-4199-a44a-fea799c87dcd, #wrap-s-ec38bbf6-af05-4199-a44a-fea799c87dcd, #wrap-content-s-ec38bbf6-af05-4199-a44a-fea799c87dcd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec38bbf6-af05-4199-a44a-fea799c87dcd {
  display: none;
}
#s-ec38bbf6-af05-4199-a44a-fea799c87dcd, #wrap-s-ec38bbf6-af05-4199-a44a-fea799c87dcd, #wrap-content-s-ec38bbf6-af05-4199-a44a-fea799c87dcd { display: none !important; }}@media (max-width: 767px){#s-ec38bbf6-af05-4199-a44a-fea799c87dcd {
  padding-left: 15px;
padding-right: 15px;
}
}







#s-ec38bbf6-af05-4199-a44a-fea799c87dcd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec38bbf6-af05-4199-a44a-fea799c87dcd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1abf7a2-28a6-4521-9a25-10541b2afa9e {
  margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e1abf7a2-28a6-4521-9a25-10541b2afa9e .shogun-heading-component h5 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



@media (min-width: 0px) {
[id="s-df2a82db-57c1-4819-965b-536302091c15"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-df2a82db-57c1-4819-965b-536302091c15"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-df2a82db-57c1-4819-965b-536302091c15"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-df2a82db-57c1-4819-965b-536302091c15"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-74b02d62-8533-4684-9031-bc2435f1cbef {
  min-height: 50px;
}
@media (max-width: 767px){#s-74b02d62-8533-4684-9031-bc2435f1cbef {
  margin-bottom: 20px;
}
}







#s-74b02d62-8533-4684-9031-bc2435f1cbef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74b02d62-8533-4684-9031-bc2435f1cbef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ac4ef70-5353-4bf4-8921-ca18d33de1fe {
  text-align: center;
}

#s-2ac4ef70-5353-4bf4-8921-ca18d33de1fe {
  overflow: hidden;
  
  
}







  #s-2ac4ef70-5353-4bf4-8921-ca18d33de1fe img.shogun-image {
    

    
    
    
  }


#s-2ac4ef70-5353-4bf4-8921-ca18d33de1fe .shogun-image-content {
  
    justify-content: center;
  
}

#s-26bb5188-7167-4b49-a277-a19f1833e544 {
  min-height: 50px;
}
@media (max-width: 767px){#s-26bb5188-7167-4b49-a277-a19f1833e544 {
  margin-bottom: 20px;
}
}







#s-26bb5188-7167-4b49-a277-a19f1833e544 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26bb5188-7167-4b49-a277-a19f1833e544.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-badd75f2-8548-45c7-984b-899ac092d890 {
  text-align: center;
}

#s-badd75f2-8548-45c7-984b-899ac092d890 {
  overflow: hidden;
  
  
}







  #s-badd75f2-8548-45c7-984b-899ac092d890 img.shogun-image {
    

    
    
    
  }


#s-badd75f2-8548-45c7-984b-899ac092d890 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a4d2f6a4-cc8d-42df-afba-87560e25edb5 {
  min-height: 50px;
}
@media (max-width: 767px){#s-a4d2f6a4-cc8d-42df-afba-87560e25edb5 {
  margin-bottom: 20px;
}
}







#s-a4d2f6a4-cc8d-42df-afba-87560e25edb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a4d2f6a4-cc8d-42df-afba-87560e25edb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e82ba30f-3250-4a7e-8a32-2ea217e0af93 {
  text-align: center;
}

#s-e82ba30f-3250-4a7e-8a32-2ea217e0af93 {
  overflow: hidden;
  
  
}







  #s-e82ba30f-3250-4a7e-8a32-2ea217e0af93 img.shogun-image {
    

    
    
    
  }


#s-e82ba30f-3250-4a7e-8a32-2ea217e0af93 .shogun-image-content {
  
    justify-content: center;
  
}

#s-bfb35ca3-a492-445b-813f-1a80cf52b60d {
  min-height: 50px;
}
@media (max-width: 767px){#s-bfb35ca3-a492-445b-813f-1a80cf52b60d {
  margin-bottom: 20px;
}
}







#s-bfb35ca3-a492-445b-813f-1a80cf52b60d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bfb35ca3-a492-445b-813f-1a80cf52b60d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b22d210b-8864-4b64-9074-d0cee1c121e0 {
  text-align: center;
}

#s-b22d210b-8864-4b64-9074-d0cee1c121e0 {
  overflow: hidden;
  
  
}







  #s-b22d210b-8864-4b64-9074-d0cee1c121e0 img.shogun-image {
    

    
    
    
  }


#s-b22d210b-8864-4b64-9074-d0cee1c121e0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-250dbf4c-3d63-42bc-8fb8-667c228c121b {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-align: center;
}
@media (max-width: 767px){#s-250dbf4c-3d63-42bc-8fb8-667c228c121b {
  padding-left: 15px;
padding-right: 15px;
}
}
#s-250dbf4c-3d63-42bc-8fb8-667c228c121b .shogun-heading-component h5 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-07535100-122e-4f92-9631-00b7d316b518 {
  border-style: solid;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(83, 77, 71, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(83, 77, 71, 1);
}
#s-07535100-122e-4f92-9631-00b7d316b518:hover {border-style: solid !important;
border-color: rgba(83, 77, 71, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(83, 77, 71, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-07535100-122e-4f92-9631-00b7d316b518:active {border-style: solid !important;
border-color: rgba(83, 77, 71, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(83, 77, 71, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-07535100-122e-4f92-9631-00b7d316b518-root {
    text-align: center;
  }


#s-07535100-122e-4f92-9631-00b7d316b518.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-07535100-122e-4f92-9631-00b7d316b518-root {
    text-align: center;
  }


#s-07535100-122e-4f92-9631-00b7d316b518.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-07535100-122e-4f92-9631-00b7d316b518-root {
    text-align: center;
  }


#s-07535100-122e-4f92-9631-00b7d316b518.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-07535100-122e-4f92-9631-00b7d316b518-root {
    text-align: center;
  }


#s-07535100-122e-4f92-9631-00b7d316b518.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-07535100-122e-4f92-9631-00b7d316b518-root {
    text-align: center;
  }


#s-07535100-122e-4f92-9631-00b7d316b518.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1176a5f0-1263-4f34-9c7f-2e2c8fba2750 {
  margin-top: 100px;
margin-bottom: 100px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-1176a5f0-1263-4f34-9c7f-2e2c8fba2750 {
  display: none;
}
#s-1176a5f0-1263-4f34-9c7f-2e2c8fba2750, #wrap-s-1176a5f0-1263-4f34-9c7f-2e2c8fba2750, #wrap-content-s-1176a5f0-1263-4f34-9c7f-2e2c8fba2750 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1176a5f0-1263-4f34-9c7f-2e2c8fba2750 {
  display: none;
}
#s-1176a5f0-1263-4f34-9c7f-2e2c8fba2750, #wrap-s-1176a5f0-1263-4f34-9c7f-2e2c8fba2750, #wrap-content-s-1176a5f0-1263-4f34-9c7f-2e2c8fba2750 { display: none !important; }}@media (max-width: 767px){#s-1176a5f0-1263-4f34-9c7f-2e2c8fba2750 {
  display: none;
}
#s-1176a5f0-1263-4f34-9c7f-2e2c8fba2750, #wrap-s-1176a5f0-1263-4f34-9c7f-2e2c8fba2750, #wrap-content-s-1176a5f0-1263-4f34-9c7f-2e2c8fba2750 { display: none !important; }}







#s-1176a5f0-1263-4f34-9c7f-2e2c8fba2750 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1176a5f0-1263-4f34-9c7f-2e2c8fba2750.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9c6f195-0198-48b0-a761-73e5d7da3ab1 {
  margin-bottom: 0px;
}
@media (max-width: 767px){#s-e9c6f195-0198-48b0-a761-73e5d7da3ab1 {
  display: none;
}
#s-e9c6f195-0198-48b0-a761-73e5d7da3ab1, #wrap-s-e9c6f195-0198-48b0-a761-73e5d7da3ab1, #wrap-content-s-e9c6f195-0198-48b0-a761-73e5d7da3ab1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e9c6f195-0198-48b0-a761-73e5d7da3ab1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9c6f195-0198-48b0-a761-73e5d7da3ab1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-e9c6f195-0198-48b0-a761-73e5d7da3ab1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-e9c6f195-0198-48b0-a761-73e5d7da3ab1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-e9c6f195-0198-48b0-a761-73e5d7da3ab1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-e9c6f195-0198-48b0-a761-73e5d7da3ab1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-e9c6f195-0198-48b0-a761-73e5d7da3ab1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

#s-0b2d2880-ebbc-4a59-8de1-ae74101ef505 {
  min-height: 50px;
}








#s-0b2d2880-ebbc-4a59-8de1-ae74101ef505 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b2d2880-ebbc-4a59-8de1-ae74101ef505.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17445367-82e0-4de0-b522-9d667dabea4e {
  padding-top: 95px;
padding-bottom: 95px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-17445367-82e0-4de0-b522-9d667dabea4e {
  display: none;
}
#s-17445367-82e0-4de0-b522-9d667dabea4e, #wrap-s-17445367-82e0-4de0-b522-9d667dabea4e, #wrap-content-s-17445367-82e0-4de0-b522-9d667dabea4e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17445367-82e0-4de0-b522-9d667dabea4e {
  display: none;
}
#s-17445367-82e0-4de0-b522-9d667dabea4e, #wrap-s-17445367-82e0-4de0-b522-9d667dabea4e, #wrap-content-s-17445367-82e0-4de0-b522-9d667dabea4e { display: none !important; }}@media (max-width: 767px){#s-17445367-82e0-4de0-b522-9d667dabea4e {
  display: none;
}
#s-17445367-82e0-4de0-b522-9d667dabea4e, #wrap-s-17445367-82e0-4de0-b522-9d667dabea4e, #wrap-content-s-17445367-82e0-4de0-b522-9d667dabea4e { display: none !important; }}
@media (min-width: 0px) {
[id="s-17445367-82e0-4de0-b522-9d667dabea4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17445367-82e0-4de0-b522-9d667dabea4e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-17445367-82e0-4de0-b522-9d667dabea4e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-17445367-82e0-4de0-b522-9d667dabea4e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-17445367-82e0-4de0-b522-9d667dabea4e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-17445367-82e0-4de0-b522-9d667dabea4e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-17445367-82e0-4de0-b522-9d667dabea4e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

}

#s-07d9f834-501b-402b-960b-d0537d28790a {
  min-height: 50px;
}








#s-07d9f834-501b-402b-960b-d0537d28790a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07d9f834-501b-402b-960b-d0537d28790a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96ab1cce-ced4-400f-a33c-9ebb801cdd07 {
  text-align: center;
}

#s-96ab1cce-ced4-400f-a33c-9ebb801cdd07 {
  overflow: hidden;
  
  
}







  #s-96ab1cce-ced4-400f-a33c-9ebb801cdd07 img.shogun-image {
    

    
    
    
  }


#s-96ab1cce-ced4-400f-a33c-9ebb801cdd07 .shogun-image-content {
  
    justify-content: center;
  
}

#s-422bc8b4-ff1d-4728-b0c5-f2ab2b9ff0af {
  min-height: 50px;
}








#s-422bc8b4-ff1d-4728-b0c5-f2ab2b9ff0af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-422bc8b4-ff1d-4728-b0c5-f2ab2b9ff0af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc6a66b8-001d-4c5f-8a19-c6b2886f1af1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 200px;
}
@media (max-width: 767px){#s-dc6a66b8-001d-4c5f-8a19-c6b2886f1af1 {
  padding-left: 15px;
padding-right: 15px;
max-width: 100%;
}
}







#s-dc6a66b8-001d-4c5f-8a19-c6b2886f1af1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dc6a66b8-001d-4c5f-8a19-c6b2886f1af1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad1c32ca-3daa-43a7-bc92-02ea30ef15f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ad1c32ca-3daa-43a7-bc92-02ea30ef15f6 .shogun-heading-component h5 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}



#s-0fcd8fe3-d31e-42cf-8575-c21bb50ef18d {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0fcd8fe3-d31e-42cf-8575-c21bb50ef18d .shogun-heading-component h5 {
  color: rgba(83, 77, 71, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  line-height: 2.125em;
  
  text-align: left;
}



#s-2b545d5f-0e97-41c5-9577-7b6a0a697f03 {
  border-style: solid;
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(83, 77, 71, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(83, 77, 71, 1);
}
#s-2b545d5f-0e97-41c5-9577-7b6a0a697f03:hover {border-style: solid !important;
border-color: rgba(83, 77, 71, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(83, 77, 71, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2b545d5f-0e97-41c5-9577-7b6a0a697f03:active {border-style: solid !important;
border-color: rgba(83, 77, 71, 1) !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(83, 77, 71, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2b545d5f-0e97-41c5-9577-7b6a0a697f03-root {
    text-align: left;
  }


#s-2b545d5f-0e97-41c5-9577-7b6a0a697f03.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2b545d5f-0e97-41c5-9577-7b6a0a697f03-root {
    text-align: left;
  }


#s-2b545d5f-0e97-41c5-9577-7b6a0a697f03.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2b545d5f-0e97-41c5-9577-7b6a0a697f03-root {
    text-align: left;
  }


#s-2b545d5f-0e97-41c5-9577-7b6a0a697f03.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2b545d5f-0e97-41c5-9577-7b6a0a697f03-root {
    text-align: left;
  }


#s-2b545d5f-0e97-41c5-9577-7b6a0a697f03.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2b545d5f-0e97-41c5-9577-7b6a0a697f03-root {
    text-align: left;
  }


#s-2b545d5f-0e97-41c5-9577-7b6a0a697f03.shg-btn {
  color: rgba(83, 77, 71, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a2dbb76f-70a4-41af-8347-7b3826b69415 {
  min-height: 50px;
}
@media (max-width: 767px){#s-a2dbb76f-70a4-41af-8347-7b3826b69415 {
  display: none;
}
#s-a2dbb76f-70a4-41af-8347-7b3826b69415, #wrap-s-a2dbb76f-70a4-41af-8347-7b3826b69415, #wrap-content-s-a2dbb76f-70a4-41af-8347-7b3826b69415 { display: none !important; }}







#s-a2dbb76f-70a4-41af-8347-7b3826b69415 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2dbb76f-70a4-41af-8347-7b3826b69415.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-2185f804-6a7a-4c59-816e-5aca09e311d3 {
  display: none;
}
#s-2185f804-6a7a-4c59-816e-5aca09e311d3, #wrap-s-2185f804-6a7a-4c59-816e-5aca09e311d3, #wrap-content-s-2185f804-6a7a-4c59-816e-5aca09e311d3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2185f804-6a7a-4c59-816e-5aca09e311d3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2185f804-6a7a-4c59-816e-5aca09e311d3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2185f804-6a7a-4c59-816e-5aca09e311d3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-2185f804-6a7a-4c59-816e-5aca09e311d3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2185f804-6a7a-4c59-816e-5aca09e311d3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-2185f804-6a7a-4c59-816e-5aca09e311d3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-2185f804-6a7a-4c59-816e-5aca09e311d3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

}

@media (max-width: 767px){#s-cbe9afe0-53fc-434c-8a8e-c75e10c0777d {
  padding-left: 15px;
padding-right: 15px;
}
}
@media (max-width: 767px){#s-195e4927-3536-4119-934b-40152fd19258 {
  padding-left: 15px;
padding-right: 15px;
}
}
.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

#s-6f97fc11-edb9-403c-b831-dae3a607ac7a {
  min-height: 50px;
}








#s-6f97fc11-edb9-403c-b831-dae3a607ac7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f97fc11-edb9-403c-b831-dae3a607ac7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2258f12a-a4d6-4135-9f62-073b6d72e5fc {
  text-align: center;
}
@media (min-width: 1200px){#s-2258f12a-a4d6-4135-9f62-073b6d72e5fc {
  display: none;
}
#s-2258f12a-a4d6-4135-9f62-073b6d72e5fc, #wrap-s-2258f12a-a4d6-4135-9f62-073b6d72e5fc, #wrap-content-s-2258f12a-a4d6-4135-9f62-073b6d72e5fc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2258f12a-a4d6-4135-9f62-073b6d72e5fc {
  display: none;
}
#s-2258f12a-a4d6-4135-9f62-073b6d72e5fc, #wrap-s-2258f12a-a4d6-4135-9f62-073b6d72e5fc, #wrap-content-s-2258f12a-a4d6-4135-9f62-073b6d72e5fc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2258f12a-a4d6-4135-9f62-073b6d72e5fc {
  display: none;
}
#s-2258f12a-a4d6-4135-9f62-073b6d72e5fc, #wrap-s-2258f12a-a4d6-4135-9f62-073b6d72e5fc, #wrap-content-s-2258f12a-a4d6-4135-9f62-073b6d72e5fc { display: none !important; }}@media (max-width: 767px){#s-2258f12a-a4d6-4135-9f62-073b6d72e5fc {
  
}
}
#s-2258f12a-a4d6-4135-9f62-073b6d72e5fc {
  overflow: hidden;
  
  
}







  #s-2258f12a-a4d6-4135-9f62-073b6d72e5fc img.shogun-image {
    

    
    
    
  }


#s-2258f12a-a4d6-4135-9f62-073b6d72e5fc .shogun-image-content {
  
    justify-content: center;
  
}

#s-db2aa733-c75a-48ef-952f-f95bca54849e {
  margin-top: 88%;
margin-left: 4%;
margin-bottom: 4%;
margin-right: 0%;
}

#s-1b8013a4-063e-48c7-9b14-3851a9bb014a {
  margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-left: 38px;
padding-bottom: 10px;
padding-right: 38px;
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: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1b8013a4-063e-48c7-9b14-3851a9bb014a:hover {background-color: rgba(255, 255, 255, 0.01) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 0.01) !important;}#s-1b8013a4-063e-48c7-9b14-3851a9bb014a:active {background-color: rgba(160, 160, 160, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1b8013a4-063e-48c7-9b14-3851a9bb014a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1b8013a4-063e-48c7-9b14-3851a9bb014a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1b8013a4-063e-48c7-9b14-3851a9bb014a {
  
}
}

  #s-1b8013a4-063e-48c7-9b14-3851a9bb014a-root {
    text-align: left;
  }


#s-1b8013a4-063e-48c7-9b14-3851a9bb014a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1b8013a4-063e-48c7-9b14-3851a9bb014a-root {
    text-align: left;
  }


#s-1b8013a4-063e-48c7-9b14-3851a9bb014a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b8013a4-063e-48c7-9b14-3851a9bb014a-root {
    text-align: left;
  }


#s-1b8013a4-063e-48c7-9b14-3851a9bb014a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b8013a4-063e-48c7-9b14-3851a9bb014a-root {
    text-align: left;
  }


#s-1b8013a4-063e-48c7-9b14-3851a9bb014a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1b8013a4-063e-48c7-9b14-3851a9bb014a-root {
    text-align: left;
  }


#s-1b8013a4-063e-48c7-9b14-3851a9bb014a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4fef6818-5a4c-46fd-ac03-2006d1dfcead {
  margin-top: 11%;
margin-left: 5%;
margin-bottom: 2em;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-4fef6818-5a4c-46fd-ac03-2006d1dfcead {
  display: none;
}
#s-4fef6818-5a4c-46fd-ac03-2006d1dfcead, #wrap-s-4fef6818-5a4c-46fd-ac03-2006d1dfcead, #wrap-content-s-4fef6818-5a4c-46fd-ac03-2006d1dfcead { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4fef6818-5a4c-46fd-ac03-2006d1dfcead {
  display: none;
}
#s-4fef6818-5a4c-46fd-ac03-2006d1dfcead, #wrap-s-4fef6818-5a4c-46fd-ac03-2006d1dfcead, #wrap-content-s-4fef6818-5a4c-46fd-ac03-2006d1dfcead { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4fef6818-5a4c-46fd-ac03-2006d1dfcead {
  display: none;
}
#s-4fef6818-5a4c-46fd-ac03-2006d1dfcead, #wrap-s-4fef6818-5a4c-46fd-ac03-2006d1dfcead, #wrap-content-s-4fef6818-5a4c-46fd-ac03-2006d1dfcead { display: none !important; }}







#s-4fef6818-5a4c-46fd-ac03-2006d1dfcead > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4fef6818-5a4c-46fd-ac03-2006d1dfcead.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40dc4018-825b-4b14-ba85-b455d5ad854b {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-aea17837-91bb-4108-9dc9-9c1f40514eb6 {
  margin-top: 4%;
margin-bottom: 0em;
}

#s-95c9bdac-4580-40e4-9bfe-6c8646e9f18b {
  margin-bottom: 5em;
}
@media (min-width: 1200px){#s-95c9bdac-4580-40e4-9bfe-6c8646e9f18b {
  display: none;
}
#s-95c9bdac-4580-40e4-9bfe-6c8646e9f18b, #wrap-s-95c9bdac-4580-40e4-9bfe-6c8646e9f18b, #wrap-content-s-95c9bdac-4580-40e4-9bfe-6c8646e9f18b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95c9bdac-4580-40e4-9bfe-6c8646e9f18b {
  display: none;
}
#s-95c9bdac-4580-40e4-9bfe-6c8646e9f18b, #wrap-s-95c9bdac-4580-40e4-9bfe-6c8646e9f18b, #wrap-content-s-95c9bdac-4580-40e4-9bfe-6c8646e9f18b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-95c9bdac-4580-40e4-9bfe-6c8646e9f18b {
  display: none;
}
#s-95c9bdac-4580-40e4-9bfe-6c8646e9f18b, #wrap-s-95c9bdac-4580-40e4-9bfe-6c8646e9f18b, #wrap-content-s-95c9bdac-4580-40e4-9bfe-6c8646e9f18b { display: none !important; }}
@media (min-width: 0px) {
[id="s-95c9bdac-4580-40e4-9bfe-6c8646e9f18b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-95c9bdac-4580-40e4-9bfe-6c8646e9f18b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-95c9bdac-4580-40e4-9bfe-6c8646e9f18b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-95c9bdac-4580-40e4-9bfe-6c8646e9f18b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-b65766b3-b571-4042-b389-bd5721e0fd41 {
  min-height: 50px;
}








#s-b65766b3-b571-4042-b389-bd5721e0fd41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b65766b3-b571-4042-b389-bd5721e0fd41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb9020a0-78e8-4340-a8f5-5857909669cc {
  max-width: 195px;
text-align: center;
}

#s-bb9020a0-78e8-4340-a8f5-5857909669cc {
  overflow: hidden;
  
  
      max-width: 195px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-bb9020a0-78e8-4340-a8f5-5857909669cc img.shogun-image {
    

    
    
    
  }


#s-bb9020a0-78e8-4340-a8f5-5857909669cc .shogun-image-content {
  
    justify-content: center;
  
}

#s-fdaf354c-0e81-4083-855b-4fac80a10a2f {
  margin-top: 1em;
margin-bottom: 2em;
}

#s-4da804d0-97fd-4fab-bc54-df7bdd65d56f {
  min-height: 50px;
}








#s-4da804d0-97fd-4fab-bc54-df7bdd65d56f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4da804d0-97fd-4fab-bc54-df7bdd65d56f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f4940d3-d5d5-4ebc-8da2-354856ed3dfb {
  max-width: 195px;
text-align: center;
}

#s-1f4940d3-d5d5-4ebc-8da2-354856ed3dfb {
  overflow: hidden;
  
  
      max-width: 195px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-1f4940d3-d5d5-4ebc-8da2-354856ed3dfb img.shogun-image {
    

    
    
    
  }


#s-1f4940d3-d5d5-4ebc-8da2-354856ed3dfb .shogun-image-content {
  
    justify-content: center;
  
}

#s-ca3c471f-eba2-418d-95c0-bf82f9fda411 {
  margin-top: 1em;
margin-bottom: 2em;
}

#s-0490c320-6d70-4df7-bd2d-7b9c32256eba {
  min-height: 50px;
}








#s-0490c320-6d70-4df7-bd2d-7b9c32256eba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0490c320-6d70-4df7-bd2d-7b9c32256eba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-715f2496-688f-4a7a-bffb-8e0814b8d1b8 {
  max-width: 195px;
text-align: center;
}

#s-715f2496-688f-4a7a-bffb-8e0814b8d1b8 {
  overflow: hidden;
  
  
      max-width: 195px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-715f2496-688f-4a7a-bffb-8e0814b8d1b8 img.shogun-image {
    

    
    
    
  }


#s-715f2496-688f-4a7a-bffb-8e0814b8d1b8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-11c57ca3-2f2a-4817-8812-4b54aaace66e {
  min-height: 50px;
}








#s-11c57ca3-2f2a-4817-8812-4b54aaace66e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-11c57ca3-2f2a-4817-8812-4b54aaace66e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ad33088-417c-486e-b892-c71056c3a5ff {
  max-width: 195px;
text-align: center;
}

#s-6ad33088-417c-486e-b892-c71056c3a5ff {
  overflow: hidden;
  
  
      max-width: 195px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-6ad33088-417c-486e-b892-c71056c3a5ff img.shogun-image {
    

    
    
    
  }


#s-6ad33088-417c-486e-b892-c71056c3a5ff .shogun-image-content {
  
    justify-content: center;
  
}

#s-9e214641-4b2d-465a-8bab-1ecf28863ca9 {
  min-height: 50px;
}








#s-9e214641-4b2d-465a-8bab-1ecf28863ca9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e214641-4b2d-465a-8bab-1ecf28863ca9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5b447e6-8d3f-4a89-a4cd-58b632ca9aa4 {
  margin-top: 1em;
margin-bottom: 2em;
}

#s-483fe12f-88d9-448a-a247-da558c340cac {
  max-width: 195px;
text-align: center;
}

#s-483fe12f-88d9-448a-a247-da558c340cac {
  overflow: hidden;
  
  
      max-width: 195px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-483fe12f-88d9-448a-a247-da558c340cac img.shogun-image {
    

    
    
    
  }


#s-483fe12f-88d9-448a-a247-da558c340cac .shogun-image-content {
  
    justify-content: center;
  
}

#s-2c8411c3-6458-414d-9350-6740f38865d4 {
  margin-top: 1em;
margin-bottom: 2em;
}

#s-75826f47-cb00-4b54-a57e-747abb84265e {
  min-height: 50px;
}








#s-75826f47-cb00-4b54-a57e-747abb84265e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-75826f47-cb00-4b54-a57e-747abb84265e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-540c5f84-b90c-476d-87ae-80365d75a57a {
  padding-top: 1em;
padding-bottom: 2em;
}

#s-cbbe6472-e9d6-4cc2-ad07-4aa1b0272071 {
  max-width: 195px;
text-align: center;
}

#s-cbbe6472-e9d6-4cc2-ad07-4aa1b0272071 {
  overflow: hidden;
  
  
      max-width: 195px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-cbbe6472-e9d6-4cc2-ad07-4aa1b0272071 img.shogun-image {
    

    
    
    
  }


#s-cbbe6472-e9d6-4cc2-ad07-4aa1b0272071 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6c1b7371-b5ff-43dc-b605-c7eadd4f3ca5 {
  margin-top: 1em;
margin-bottom: 2em;
}

#s-55f32e7c-bd16-4730-b89b-e50686b293e5 {
  padding-bottom: 25%;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-55f32e7c-bd16-4730-b89b-e50686b293e5 {
  display: none;
}
#s-55f32e7c-bd16-4730-b89b-e50686b293e5, #wrap-s-55f32e7c-bd16-4730-b89b-e50686b293e5, #wrap-content-s-55f32e7c-bd16-4730-b89b-e50686b293e5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55f32e7c-bd16-4730-b89b-e50686b293e5 {
  display: none;
}
#s-55f32e7c-bd16-4730-b89b-e50686b293e5, #wrap-s-55f32e7c-bd16-4730-b89b-e50686b293e5, #wrap-content-s-55f32e7c-bd16-4730-b89b-e50686b293e5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55f32e7c-bd16-4730-b89b-e50686b293e5 {
  display: none;
}
#s-55f32e7c-bd16-4730-b89b-e50686b293e5, #wrap-s-55f32e7c-bd16-4730-b89b-e50686b293e5, #wrap-content-s-55f32e7c-bd16-4730-b89b-e50686b293e5 { display: none !important; }}







#s-55f32e7c-bd16-4730-b89b-e50686b293e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55f32e7c-bd16-4730-b89b-e50686b293e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7246a818-bc89-4259-adcc-0373ee16d0cb {
  margin-top: 18%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

#s-693ee295-d771-4b74-b6c7-91355d1b00a1 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 3%;
padding-bottom: 3%;
}

#s-95572bd6-3423-4a2e-bf9f-4252986192c0 {
  padding-left: 3%;
padding-right: 3%;
max-width: 90%;
}

#s-bf45d0ea-a117-4b59-85c5-f0f80d496d07 {
  margin-top: 5%;
margin-left: 3%;
margin-bottom: 5%;
margin-right: 3%;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(242, 242, 242, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 0.5px;
}
#s-bf45d0ea-a117-4b59-85c5-f0f80d496d07:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bf45d0ea-a117-4b59-85c5-f0f80d496d07:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bf45d0ea-a117-4b59-85c5-f0f80d496d07 {
  display: none;
}
#s-bf45d0ea-a117-4b59-85c5-f0f80d496d07, #wrap-s-bf45d0ea-a117-4b59-85c5-f0f80d496d07, #wrap-content-s-bf45d0ea-a117-4b59-85c5-f0f80d496d07 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf45d0ea-a117-4b59-85c5-f0f80d496d07 {
  display: none;
}
#s-bf45d0ea-a117-4b59-85c5-f0f80d496d07, #wrap-s-bf45d0ea-a117-4b59-85c5-f0f80d496d07, #wrap-content-s-bf45d0ea-a117-4b59-85c5-f0f80d496d07 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bf45d0ea-a117-4b59-85c5-f0f80d496d07 {
  display: none;
}
#s-bf45d0ea-a117-4b59-85c5-f0f80d496d07, #wrap-s-bf45d0ea-a117-4b59-85c5-f0f80d496d07, #wrap-content-s-bf45d0ea-a117-4b59-85c5-f0f80d496d07 { display: none !important; }}

  #s-bf45d0ea-a117-4b59-85c5-f0f80d496d07-root {
    text-align: left;
  }


#s-bf45d0ea-a117-4b59-85c5-f0f80d496d07.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bf45d0ea-a117-4b59-85c5-f0f80d496d07-root {
    text-align: left;
  }


#s-bf45d0ea-a117-4b59-85c5-f0f80d496d07.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bf45d0ea-a117-4b59-85c5-f0f80d496d07-root {
    text-align: left;
  }


#s-bf45d0ea-a117-4b59-85c5-f0f80d496d07.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bf45d0ea-a117-4b59-85c5-f0f80d496d07-root {
    text-align: left;
  }


#s-bf45d0ea-a117-4b59-85c5-f0f80d496d07.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bf45d0ea-a117-4b59-85c5-f0f80d496d07-root {
    text-align: left;
  }


#s-bf45d0ea-a117-4b59-85c5-f0f80d496d07.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-7391f0e3-29a3-4773-9503-1cca3166f0fe {
  margin-top: 1em;
margin-bottom: 0em;
padding-left: 3%;
padding-right: 3%;
text-align: center;
}

#s-7391f0e3-29a3-4773-9503-1cca3166f0fe {
  overflow: hidden;
  
  
}







  #s-7391f0e3-29a3-4773-9503-1cca3166f0fe img.shogun-image {
    

    
    
    
  }


#s-7391f0e3-29a3-4773-9503-1cca3166f0fe .shogun-image-content {
  
    justify-content: center;
  
}

#s-58c567c0-b4c1-489c-ab8b-34cdb05be8af {
  min-height: 50px;
}
@media (min-width: 1200px){#s-58c567c0-b4c1-489c-ab8b-34cdb05be8af {
  display: none;
}
#s-58c567c0-b4c1-489c-ab8b-34cdb05be8af, #wrap-s-58c567c0-b4c1-489c-ab8b-34cdb05be8af, #wrap-content-s-58c567c0-b4c1-489c-ab8b-34cdb05be8af { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58c567c0-b4c1-489c-ab8b-34cdb05be8af {
  display: none;
}
#s-58c567c0-b4c1-489c-ab8b-34cdb05be8af, #wrap-s-58c567c0-b4c1-489c-ab8b-34cdb05be8af, #wrap-content-s-58c567c0-b4c1-489c-ab8b-34cdb05be8af { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58c567c0-b4c1-489c-ab8b-34cdb05be8af {
  display: none;
}
#s-58c567c0-b4c1-489c-ab8b-34cdb05be8af, #wrap-s-58c567c0-b4c1-489c-ab8b-34cdb05be8af, #wrap-content-s-58c567c0-b4c1-489c-ab8b-34cdb05be8af { display: none !important; }}







#s-58c567c0-b4c1-489c-ab8b-34cdb05be8af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58c567c0-b4c1-489c-ab8b-34cdb05be8af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e287f781-5000-41d0-87e9-eb139888801d {
  padding-bottom: 5%;
}

#s-50f9f824-b55c-450c-91e9-6801f4f03147 {
  text-align: center;
}

#s-50f9f824-b55c-450c-91e9-6801f4f03147 {
  overflow: hidden;
  
  
}







  #s-50f9f824-b55c-450c-91e9-6801f4f03147 img.shogun-image {
    

    
    
    
  }


#s-50f9f824-b55c-450c-91e9-6801f4f03147 .shogun-image-content {
  
    justify-content: center;
  
}

#s-962154a2-40b3-4c39-b0eb-1c4a2d58777b {
  margin-top: 10%;
margin-bottom: 27%;
}
@media (min-width: 1200px){#s-962154a2-40b3-4c39-b0eb-1c4a2d58777b {
  display: none;
}
#s-962154a2-40b3-4c39-b0eb-1c4a2d58777b, #wrap-s-962154a2-40b3-4c39-b0eb-1c4a2d58777b, #wrap-content-s-962154a2-40b3-4c39-b0eb-1c4a2d58777b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-962154a2-40b3-4c39-b0eb-1c4a2d58777b {
  display: none;
}
#s-962154a2-40b3-4c39-b0eb-1c4a2d58777b, #wrap-s-962154a2-40b3-4c39-b0eb-1c4a2d58777b, #wrap-content-s-962154a2-40b3-4c39-b0eb-1c4a2d58777b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-962154a2-40b3-4c39-b0eb-1c4a2d58777b {
  display: none;
}
#s-962154a2-40b3-4c39-b0eb-1c4a2d58777b, #wrap-s-962154a2-40b3-4c39-b0eb-1c4a2d58777b, #wrap-content-s-962154a2-40b3-4c39-b0eb-1c4a2d58777b { display: none !important; }}
@media (min-width: 0px) {
[id="s-962154a2-40b3-4c39-b0eb-1c4a2d58777b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-962154a2-40b3-4c39-b0eb-1c4a2d58777b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-962154a2-40b3-4c39-b0eb-1c4a2d58777b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-962154a2-40b3-4c39-b0eb-1c4a2d58777b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

}

#s-e9a488f5-9779-4b0e-b00b-55732c33e127 {
  margin-right: 0%;
}

#s-be323308-a3da-42d2-85a5-18a533e2de9d {
  margin-top: 10%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
padding-top: 11px;
padding-left: 30px;
padding-bottom: 11px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 0.5px;
}
#s-be323308-a3da-42d2-85a5-18a533e2de9d:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-be323308-a3da-42d2-85a5-18a533e2de9d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-be323308-a3da-42d2-85a5-18a533e2de9d {
  display: none;
}
#s-be323308-a3da-42d2-85a5-18a533e2de9d, #wrap-s-be323308-a3da-42d2-85a5-18a533e2de9d, #wrap-content-s-be323308-a3da-42d2-85a5-18a533e2de9d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-be323308-a3da-42d2-85a5-18a533e2de9d {
  display: none;
}
#s-be323308-a3da-42d2-85a5-18a533e2de9d, #wrap-s-be323308-a3da-42d2-85a5-18a533e2de9d, #wrap-content-s-be323308-a3da-42d2-85a5-18a533e2de9d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-be323308-a3da-42d2-85a5-18a533e2de9d {
  display: none;
}
#s-be323308-a3da-42d2-85a5-18a533e2de9d, #wrap-s-be323308-a3da-42d2-85a5-18a533e2de9d, #wrap-content-s-be323308-a3da-42d2-85a5-18a533e2de9d { display: none !important; }}

  #s-be323308-a3da-42d2-85a5-18a533e2de9d-root {
    text-align: left;
  }


#s-be323308-a3da-42d2-85a5-18a533e2de9d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-be323308-a3da-42d2-85a5-18a533e2de9d-root {
    text-align: left;
  }


#s-be323308-a3da-42d2-85a5-18a533e2de9d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-be323308-a3da-42d2-85a5-18a533e2de9d-root {
    text-align: left;
  }


#s-be323308-a3da-42d2-85a5-18a533e2de9d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-be323308-a3da-42d2-85a5-18a533e2de9d-root {
    text-align: left;
  }


#s-be323308-a3da-42d2-85a5-18a533e2de9d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-be323308-a3da-42d2-85a5-18a533e2de9d-root {
    text-align: left;
  }


#s-be323308-a3da-42d2-85a5-18a533e2de9d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-ee7d7373-8f22-46be-b220-3360b87f3d5c {
  padding-bottom: 26%;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-ee7d7373-8f22-46be-b220-3360b87f3d5c {
  display: none;
}
#s-ee7d7373-8f22-46be-b220-3360b87f3d5c, #wrap-s-ee7d7373-8f22-46be-b220-3360b87f3d5c, #wrap-content-s-ee7d7373-8f22-46be-b220-3360b87f3d5c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee7d7373-8f22-46be-b220-3360b87f3d5c {
  display: none;
}
#s-ee7d7373-8f22-46be-b220-3360b87f3d5c, #wrap-s-ee7d7373-8f22-46be-b220-3360b87f3d5c, #wrap-content-s-ee7d7373-8f22-46be-b220-3360b87f3d5c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee7d7373-8f22-46be-b220-3360b87f3d5c {
  display: none;
}
#s-ee7d7373-8f22-46be-b220-3360b87f3d5c, #wrap-s-ee7d7373-8f22-46be-b220-3360b87f3d5c, #wrap-content-s-ee7d7373-8f22-46be-b220-3360b87f3d5c { display: none !important; }}







#s-ee7d7373-8f22-46be-b220-3360b87f3d5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ee7d7373-8f22-46be-b220-3360b87f3d5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9744689b-fcfd-4023-b59f-b2e940750cf8 {
  margin-top: 18%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

#s-b70cce93-1327-43e1-8af4-2bc0cf452462 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 3%;
padding-bottom: 3%;
}

#s-ceee85d6-91d3-4183-ae45-5ef4128ef464 {
  padding-left: 3%;
padding-right: 3%;
max-width: 90%;
}

#s-d5b678cf-dea6-403a-8487-d75276c86d4d {
  margin-top: 5%;
margin-left: 3%;
margin-bottom: 5%;
margin-right: 3%;
padding-top: 15px;
padding-left: 35px;
padding-bottom: 15px;
padding-right: 35px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(242, 242, 242, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 0.5px;
}
#s-d5b678cf-dea6-403a-8487-d75276c86d4d:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d5b678cf-dea6-403a-8487-d75276c86d4d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d5b678cf-dea6-403a-8487-d75276c86d4d {
  display: none;
}
#s-d5b678cf-dea6-403a-8487-d75276c86d4d, #wrap-s-d5b678cf-dea6-403a-8487-d75276c86d4d, #wrap-content-s-d5b678cf-dea6-403a-8487-d75276c86d4d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d5b678cf-dea6-403a-8487-d75276c86d4d {
  display: none;
}
#s-d5b678cf-dea6-403a-8487-d75276c86d4d, #wrap-s-d5b678cf-dea6-403a-8487-d75276c86d4d, #wrap-content-s-d5b678cf-dea6-403a-8487-d75276c86d4d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d5b678cf-dea6-403a-8487-d75276c86d4d {
  display: none;
}
#s-d5b678cf-dea6-403a-8487-d75276c86d4d, #wrap-s-d5b678cf-dea6-403a-8487-d75276c86d4d, #wrap-content-s-d5b678cf-dea6-403a-8487-d75276c86d4d { display: none !important; }}

  #s-d5b678cf-dea6-403a-8487-d75276c86d4d-root {
    text-align: left;
  }


#s-d5b678cf-dea6-403a-8487-d75276c86d4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d5b678cf-dea6-403a-8487-d75276c86d4d-root {
    text-align: left;
  }


#s-d5b678cf-dea6-403a-8487-d75276c86d4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5b678cf-dea6-403a-8487-d75276c86d4d-root {
    text-align: left;
  }


#s-d5b678cf-dea6-403a-8487-d75276c86d4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5b678cf-dea6-403a-8487-d75276c86d4d-root {
    text-align: left;
  }


#s-d5b678cf-dea6-403a-8487-d75276c86d4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d5b678cf-dea6-403a-8487-d75276c86d4d-root {
    text-align: left;
  }


#s-d5b678cf-dea6-403a-8487-d75276c86d4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-a09ae8fa-a997-497a-a64c-b2d7c387c150 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a09ae8fa-a997-497a-a64c-b2d7c387c150 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a09ae8fa-a997-497a-a64c-b2d7c387c150 .shg-sld-nav-button.shg-sld-left,
#s-a09ae8fa-a997-497a-a64c-b2d7c387c150 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-70f036b0-25fb-4db7-bcca-f9ecb409439f {
  text-align: center;
}

#s-70f036b0-25fb-4db7-bcca-f9ecb409439f {
  overflow: hidden;
  
  
}







  #s-70f036b0-25fb-4db7-bcca-f9ecb409439f img.shogun-image {
    

    
    
    
  }


#s-70f036b0-25fb-4db7-bcca-f9ecb409439f .shogun-image-content {
  
    justify-content: center;
  
}

#s-6fee0109-bc5a-49a1-b5d9-629435a43f61 {
  text-align: center;
}

#s-6fee0109-bc5a-49a1-b5d9-629435a43f61 {
  overflow: hidden;
  
  
}







  #s-6fee0109-bc5a-49a1-b5d9-629435a43f61 img.shogun-image {
    

    
    
    
  }


#s-6fee0109-bc5a-49a1-b5d9-629435a43f61 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 1200px){#s-e3b910a8-9d28-4919-8394-b08a96c0c6ec {
  display: none;
}
#s-e3b910a8-9d28-4919-8394-b08a96c0c6ec, #wrap-s-e3b910a8-9d28-4919-8394-b08a96c0c6ec, #wrap-content-s-e3b910a8-9d28-4919-8394-b08a96c0c6ec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3b910a8-9d28-4919-8394-b08a96c0c6ec {
  display: none;
}
#s-e3b910a8-9d28-4919-8394-b08a96c0c6ec, #wrap-s-e3b910a8-9d28-4919-8394-b08a96c0c6ec, #wrap-content-s-e3b910a8-9d28-4919-8394-b08a96c0c6ec { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e3b910a8-9d28-4919-8394-b08a96c0c6ec {
  display: none;
}
#s-e3b910a8-9d28-4919-8394-b08a96c0c6ec, #wrap-s-e3b910a8-9d28-4919-8394-b08a96c0c6ec, #wrap-content-s-e3b910a8-9d28-4919-8394-b08a96c0c6ec { display: none !important; }}
#s-99d20f23-dc36-430a-aba9-8e6cfa35d616 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-99d20f23-dc36-430a-aba9-8e6cfa35d616 {
  display: none;
}
#s-99d20f23-dc36-430a-aba9-8e6cfa35d616, #wrap-s-99d20f23-dc36-430a-aba9-8e6cfa35d616, #wrap-content-s-99d20f23-dc36-430a-aba9-8e6cfa35d616 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99d20f23-dc36-430a-aba9-8e6cfa35d616 {
  display: none;
}
#s-99d20f23-dc36-430a-aba9-8e6cfa35d616, #wrap-s-99d20f23-dc36-430a-aba9-8e6cfa35d616, #wrap-content-s-99d20f23-dc36-430a-aba9-8e6cfa35d616 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-99d20f23-dc36-430a-aba9-8e6cfa35d616 {
  display: none;
}
#s-99d20f23-dc36-430a-aba9-8e6cfa35d616, #wrap-s-99d20f23-dc36-430a-aba9-8e6cfa35d616, #wrap-content-s-99d20f23-dc36-430a-aba9-8e6cfa35d616 { display: none !important; }}
#s-99d20f23-dc36-430a-aba9-8e6cfa35d616 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-99d20f23-dc36-430a-aba9-8e6cfa35d616 .shg-sld-nav-button.shg-sld-left,
#s-99d20f23-dc36-430a-aba9-8e6cfa35d616 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e {
  text-align: center;
}

#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e {
  margin: 0 !important;
  overflow: visible;
}

#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e img.shogun-image {
  /* Add background color handling */
  
}

#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e.shogun-image {
    
    
    
    
  }


.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e.shogun-image {
  box-sizing: border-box;
}



.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e img.shogun-image {
  
}


@media (min-width: 1200px){#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e {
  margin: 0 !important;
  overflow: visible;
}

#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e img.shogun-image {
  /* Add background color handling */
  
}

#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e.shogun-image {
    
    
    
    
  }


.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e.shogun-image {
  box-sizing: border-box;
}



.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e {
  margin: 0 !important;
  overflow: visible;
}

#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e img.shogun-image {
  /* Add background color handling */
  
}

#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e.shogun-image {
    
    
    
    
  }


.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e.shogun-image {
  box-sizing: border-box;
}



.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e {
  margin: 0 !important;
  overflow: visible;
}

#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e img.shogun-image {
  /* Add background color handling */
  
}

#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e.shogun-image {
    
    
    
    
  }


.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e.shogun-image {
  box-sizing: border-box;
}



.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e img.shogun-image {
  
}


}@media (max-width: 767px){#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e {
  margin: 0 !important;
  overflow: visible;
}

#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e img.shogun-image {
  /* Add background color handling */
  
}

#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e.shogun-image {
    
    
    
    
  }


.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e.shogun-image {
  box-sizing: border-box;
}



.s-f2d64e8a-82b5-4877-8c5a-7be4aa88ef4e img.shogun-image {
  
}


}
#s-cfe44200-b045-4a7f-9461-826da50020c0 {
  text-align: center;
}

#s-cfe44200-b045-4a7f-9461-826da50020c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-cfe44200-b045-4a7f-9461-826da50020c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfe44200-b045-4a7f-9461-826da50020c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfe44200-b045-4a7f-9461-826da50020c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfe44200-b045-4a7f-9461-826da50020c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-cfe44200-b045-4a7f-9461-826da50020c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cfe44200-b045-4a7f-9461-826da50020c0.shogun-image {
    
    
    
    
  }


.s-cfe44200-b045-4a7f-9461-826da50020c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfe44200-b045-4a7f-9461-826da50020c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe44200-b045-4a7f-9461-826da50020c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe44200-b045-4a7f-9461-826da50020c0.shogun-image {
  box-sizing: border-box;
}



.s-cfe44200-b045-4a7f-9461-826da50020c0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-cfe44200-b045-4a7f-9461-826da50020c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-cfe44200-b045-4a7f-9461-826da50020c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfe44200-b045-4a7f-9461-826da50020c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfe44200-b045-4a7f-9461-826da50020c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfe44200-b045-4a7f-9461-826da50020c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-cfe44200-b045-4a7f-9461-826da50020c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cfe44200-b045-4a7f-9461-826da50020c0.shogun-image {
    
    
    
    
  }


.s-cfe44200-b045-4a7f-9461-826da50020c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfe44200-b045-4a7f-9461-826da50020c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe44200-b045-4a7f-9461-826da50020c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe44200-b045-4a7f-9461-826da50020c0.shogun-image {
  box-sizing: border-box;
}



.s-cfe44200-b045-4a7f-9461-826da50020c0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-cfe44200-b045-4a7f-9461-826da50020c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-cfe44200-b045-4a7f-9461-826da50020c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfe44200-b045-4a7f-9461-826da50020c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfe44200-b045-4a7f-9461-826da50020c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfe44200-b045-4a7f-9461-826da50020c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-cfe44200-b045-4a7f-9461-826da50020c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cfe44200-b045-4a7f-9461-826da50020c0.shogun-image {
    
    
    
    
  }


.s-cfe44200-b045-4a7f-9461-826da50020c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfe44200-b045-4a7f-9461-826da50020c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe44200-b045-4a7f-9461-826da50020c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe44200-b045-4a7f-9461-826da50020c0.shogun-image {
  box-sizing: border-box;
}



.s-cfe44200-b045-4a7f-9461-826da50020c0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-cfe44200-b045-4a7f-9461-826da50020c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-cfe44200-b045-4a7f-9461-826da50020c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfe44200-b045-4a7f-9461-826da50020c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfe44200-b045-4a7f-9461-826da50020c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfe44200-b045-4a7f-9461-826da50020c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-cfe44200-b045-4a7f-9461-826da50020c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cfe44200-b045-4a7f-9461-826da50020c0.shogun-image {
    
    
    
    
  }


.s-cfe44200-b045-4a7f-9461-826da50020c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfe44200-b045-4a7f-9461-826da50020c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe44200-b045-4a7f-9461-826da50020c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe44200-b045-4a7f-9461-826da50020c0.shogun-image {
  box-sizing: border-box;
}



.s-cfe44200-b045-4a7f-9461-826da50020c0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-cfe44200-b045-4a7f-9461-826da50020c0 {
  margin: 0 !important;
  overflow: visible;
}

#s-cfe44200-b045-4a7f-9461-826da50020c0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-cfe44200-b045-4a7f-9461-826da50020c0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cfe44200-b045-4a7f-9461-826da50020c0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cfe44200-b045-4a7f-9461-826da50020c0 img.shogun-image {
  /* Add background color handling */
  
}

#s-cfe44200-b045-4a7f-9461-826da50020c0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-cfe44200-b045-4a7f-9461-826da50020c0.shogun-image {
    
    
    
    
  }


.s-cfe44200-b045-4a7f-9461-826da50020c0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cfe44200-b045-4a7f-9461-826da50020c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfe44200-b045-4a7f-9461-826da50020c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfe44200-b045-4a7f-9461-826da50020c0.shogun-image {
  box-sizing: border-box;
}



.s-cfe44200-b045-4a7f-9461-826da50020c0 img.shogun-image {
  
}


}
#s-6052e20d-04f9-47fd-963d-fb5c91734634 {
  text-align: center;
}

#s-6052e20d-04f9-47fd-963d-fb5c91734634 {
  margin: 0 !important;
  overflow: visible;
}

#s-6052e20d-04f9-47fd-963d-fb5c91734634-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6052e20d-04f9-47fd-963d-fb5c91734634 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6052e20d-04f9-47fd-963d-fb5c91734634 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6052e20d-04f9-47fd-963d-fb5c91734634 img.shogun-image {
  /* Add background color handling */
  
}

#s-6052e20d-04f9-47fd-963d-fb5c91734634 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6052e20d-04f9-47fd-963d-fb5c91734634.shogun-image {
    
    
    
    
  }


.s-6052e20d-04f9-47fd-963d-fb5c91734634 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6052e20d-04f9-47fd-963d-fb5c91734634.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6052e20d-04f9-47fd-963d-fb5c91734634.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6052e20d-04f9-47fd-963d-fb5c91734634.shogun-image {
  box-sizing: border-box;
}



.s-6052e20d-04f9-47fd-963d-fb5c91734634 img.shogun-image {
  
}


@media (min-width: 1200px){#s-6052e20d-04f9-47fd-963d-fb5c91734634 {
  margin: 0 !important;
  overflow: visible;
}

#s-6052e20d-04f9-47fd-963d-fb5c91734634-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6052e20d-04f9-47fd-963d-fb5c91734634 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6052e20d-04f9-47fd-963d-fb5c91734634 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6052e20d-04f9-47fd-963d-fb5c91734634 img.shogun-image {
  /* Add background color handling */
  
}

#s-6052e20d-04f9-47fd-963d-fb5c91734634 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6052e20d-04f9-47fd-963d-fb5c91734634.shogun-image {
    
    
    
    
  }


.s-6052e20d-04f9-47fd-963d-fb5c91734634 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6052e20d-04f9-47fd-963d-fb5c91734634.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6052e20d-04f9-47fd-963d-fb5c91734634.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6052e20d-04f9-47fd-963d-fb5c91734634.shogun-image {
  box-sizing: border-box;
}



.s-6052e20d-04f9-47fd-963d-fb5c91734634 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6052e20d-04f9-47fd-963d-fb5c91734634 {
  margin: 0 !important;
  overflow: visible;
}

#s-6052e20d-04f9-47fd-963d-fb5c91734634-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6052e20d-04f9-47fd-963d-fb5c91734634 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6052e20d-04f9-47fd-963d-fb5c91734634 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6052e20d-04f9-47fd-963d-fb5c91734634 img.shogun-image {
  /* Add background color handling */
  
}

#s-6052e20d-04f9-47fd-963d-fb5c91734634 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6052e20d-04f9-47fd-963d-fb5c91734634.shogun-image {
    
    
    
    
  }


.s-6052e20d-04f9-47fd-963d-fb5c91734634 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6052e20d-04f9-47fd-963d-fb5c91734634.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6052e20d-04f9-47fd-963d-fb5c91734634.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6052e20d-04f9-47fd-963d-fb5c91734634.shogun-image {
  box-sizing: border-box;
}



.s-6052e20d-04f9-47fd-963d-fb5c91734634 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6052e20d-04f9-47fd-963d-fb5c91734634 {
  margin: 0 !important;
  overflow: visible;
}

#s-6052e20d-04f9-47fd-963d-fb5c91734634-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6052e20d-04f9-47fd-963d-fb5c91734634 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6052e20d-04f9-47fd-963d-fb5c91734634 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6052e20d-04f9-47fd-963d-fb5c91734634 img.shogun-image {
  /* Add background color handling */
  
}

#s-6052e20d-04f9-47fd-963d-fb5c91734634 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6052e20d-04f9-47fd-963d-fb5c91734634.shogun-image {
    
    
    
    
  }


.s-6052e20d-04f9-47fd-963d-fb5c91734634 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6052e20d-04f9-47fd-963d-fb5c91734634.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6052e20d-04f9-47fd-963d-fb5c91734634.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6052e20d-04f9-47fd-963d-fb5c91734634.shogun-image {
  box-sizing: border-box;
}



.s-6052e20d-04f9-47fd-963d-fb5c91734634 img.shogun-image {
  
}


}@media (max-width: 767px){#s-6052e20d-04f9-47fd-963d-fb5c91734634 {
  margin: 0 !important;
  overflow: visible;
}

#s-6052e20d-04f9-47fd-963d-fb5c91734634-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6052e20d-04f9-47fd-963d-fb5c91734634 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6052e20d-04f9-47fd-963d-fb5c91734634 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6052e20d-04f9-47fd-963d-fb5c91734634 img.shogun-image {
  /* Add background color handling */
  
}

#s-6052e20d-04f9-47fd-963d-fb5c91734634 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-6052e20d-04f9-47fd-963d-fb5c91734634.shogun-image {
    
    
    
    
  }


.s-6052e20d-04f9-47fd-963d-fb5c91734634 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6052e20d-04f9-47fd-963d-fb5c91734634.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6052e20d-04f9-47fd-963d-fb5c91734634.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6052e20d-04f9-47fd-963d-fb5c91734634.shogun-image {
  box-sizing: border-box;
}



.s-6052e20d-04f9-47fd-963d-fb5c91734634 img.shogun-image {
  
}


}
#s-0c6aba9e-c278-4bed-9b57-fd85679154a1 {
  text-align: center;
}

#s-0c6aba9e-c278-4bed-9b57-fd85679154a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c6aba9e-c278-4bed-9b57-fd85679154a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c6aba9e-c278-4bed-9b57-fd85679154a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c6aba9e-c278-4bed-9b57-fd85679154a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c6aba9e-c278-4bed-9b57-fd85679154a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c6aba9e-c278-4bed-9b57-fd85679154a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0c6aba9e-c278-4bed-9b57-fd85679154a1.shogun-image {
    
    
    
    
  }


.s-0c6aba9e-c278-4bed-9b57-fd85679154a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c6aba9e-c278-4bed-9b57-fd85679154a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6aba9e-c278-4bed-9b57-fd85679154a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6aba9e-c278-4bed-9b57-fd85679154a1.shogun-image {
  box-sizing: border-box;
}



.s-0c6aba9e-c278-4bed-9b57-fd85679154a1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-0c6aba9e-c278-4bed-9b57-fd85679154a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c6aba9e-c278-4bed-9b57-fd85679154a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c6aba9e-c278-4bed-9b57-fd85679154a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c6aba9e-c278-4bed-9b57-fd85679154a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c6aba9e-c278-4bed-9b57-fd85679154a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c6aba9e-c278-4bed-9b57-fd85679154a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0c6aba9e-c278-4bed-9b57-fd85679154a1.shogun-image {
    
    
    
    
  }


.s-0c6aba9e-c278-4bed-9b57-fd85679154a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c6aba9e-c278-4bed-9b57-fd85679154a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6aba9e-c278-4bed-9b57-fd85679154a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6aba9e-c278-4bed-9b57-fd85679154a1.shogun-image {
  box-sizing: border-box;
}



.s-0c6aba9e-c278-4bed-9b57-fd85679154a1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0c6aba9e-c278-4bed-9b57-fd85679154a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c6aba9e-c278-4bed-9b57-fd85679154a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c6aba9e-c278-4bed-9b57-fd85679154a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c6aba9e-c278-4bed-9b57-fd85679154a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c6aba9e-c278-4bed-9b57-fd85679154a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c6aba9e-c278-4bed-9b57-fd85679154a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0c6aba9e-c278-4bed-9b57-fd85679154a1.shogun-image {
    
    
    
    
  }


.s-0c6aba9e-c278-4bed-9b57-fd85679154a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c6aba9e-c278-4bed-9b57-fd85679154a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6aba9e-c278-4bed-9b57-fd85679154a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6aba9e-c278-4bed-9b57-fd85679154a1.shogun-image {
  box-sizing: border-box;
}



.s-0c6aba9e-c278-4bed-9b57-fd85679154a1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-0c6aba9e-c278-4bed-9b57-fd85679154a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c6aba9e-c278-4bed-9b57-fd85679154a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c6aba9e-c278-4bed-9b57-fd85679154a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c6aba9e-c278-4bed-9b57-fd85679154a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c6aba9e-c278-4bed-9b57-fd85679154a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c6aba9e-c278-4bed-9b57-fd85679154a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0c6aba9e-c278-4bed-9b57-fd85679154a1.shogun-image {
    
    
    
    
  }


.s-0c6aba9e-c278-4bed-9b57-fd85679154a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c6aba9e-c278-4bed-9b57-fd85679154a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6aba9e-c278-4bed-9b57-fd85679154a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6aba9e-c278-4bed-9b57-fd85679154a1.shogun-image {
  box-sizing: border-box;
}



.s-0c6aba9e-c278-4bed-9b57-fd85679154a1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-0c6aba9e-c278-4bed-9b57-fd85679154a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-0c6aba9e-c278-4bed-9b57-fd85679154a1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-0c6aba9e-c278-4bed-9b57-fd85679154a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-0c6aba9e-c278-4bed-9b57-fd85679154a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-0c6aba9e-c278-4bed-9b57-fd85679154a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-0c6aba9e-c278-4bed-9b57-fd85679154a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-0c6aba9e-c278-4bed-9b57-fd85679154a1.shogun-image {
    
    
    
    
  }


.s-0c6aba9e-c278-4bed-9b57-fd85679154a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-0c6aba9e-c278-4bed-9b57-fd85679154a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0c6aba9e-c278-4bed-9b57-fd85679154a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c6aba9e-c278-4bed-9b57-fd85679154a1.shogun-image {
  box-sizing: border-box;
}



.s-0c6aba9e-c278-4bed-9b57-fd85679154a1 img.shogun-image {
  
}


}
#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 {
  text-align: center;
}

#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 {
  margin: 0 !important;
  overflow: visible;
}

#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 img.shogun-image {
  /* Add background color handling */
  
}

#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897.shogun-image {
    
    
    
    
  }


.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897.shogun-image {
  box-sizing: border-box;
}



.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 img.shogun-image {
  
}


@media (min-width: 1200px){#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 {
  margin: 0 !important;
  overflow: visible;
}

#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 img.shogun-image {
  /* Add background color handling */
  
}

#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897.shogun-image {
    
    
    
    
  }


.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897.shogun-image {
  box-sizing: border-box;
}



.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 {
  margin: 0 !important;
  overflow: visible;
}

#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 img.shogun-image {
  /* Add background color handling */
  
}

#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897.shogun-image {
    
    
    
    
  }


.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897.shogun-image {
  box-sizing: border-box;
}



.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 {
  margin: 0 !important;
  overflow: visible;
}

#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 img.shogun-image {
  /* Add background color handling */
  
}

#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897.shogun-image {
    
    
    
    
  }


.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897.shogun-image {
  box-sizing: border-box;
}



.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 img.shogun-image {
  
}


}@media (max-width: 767px){#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 {
  margin: 0 !important;
  overflow: visible;
}

#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 img.shogun-image {
  /* Add background color handling */
  
}

#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897.shogun-image {
    
    
    
    
  }


.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 .shogun-image-content {
  
    justify-content: center;
  
}

.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897.shogun-image {
  box-sizing: border-box;
}



.s-f2fb552b-cf3c-4dc1-87dc-0a19d4312897 img.shogun-image {
  
}


}
#s-dfe493c5-7d26-4403-861f-c54329363b31 {
  text-align: center;
}

#s-dfe493c5-7d26-4403-861f-c54329363b31 {
  margin: 0 !important;
  overflow: visible;
}

#s-dfe493c5-7d26-4403-861f-c54329363b31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dfe493c5-7d26-4403-861f-c54329363b31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dfe493c5-7d26-4403-861f-c54329363b31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dfe493c5-7d26-4403-861f-c54329363b31 img.shogun-image {
  /* Add background color handling */
  
}

#s-dfe493c5-7d26-4403-861f-c54329363b31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dfe493c5-7d26-4403-861f-c54329363b31.shogun-image {
    
    
    
    
  }


.s-dfe493c5-7d26-4403-861f-c54329363b31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dfe493c5-7d26-4403-861f-c54329363b31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfe493c5-7d26-4403-861f-c54329363b31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfe493c5-7d26-4403-861f-c54329363b31.shogun-image {
  box-sizing: border-box;
}



.s-dfe493c5-7d26-4403-861f-c54329363b31 img.shogun-image {
  
}


@media (min-width: 1200px){#s-dfe493c5-7d26-4403-861f-c54329363b31 {
  margin: 0 !important;
  overflow: visible;
}

#s-dfe493c5-7d26-4403-861f-c54329363b31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dfe493c5-7d26-4403-861f-c54329363b31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dfe493c5-7d26-4403-861f-c54329363b31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dfe493c5-7d26-4403-861f-c54329363b31 img.shogun-image {
  /* Add background color handling */
  
}

#s-dfe493c5-7d26-4403-861f-c54329363b31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dfe493c5-7d26-4403-861f-c54329363b31.shogun-image {
    
    
    
    
  }


.s-dfe493c5-7d26-4403-861f-c54329363b31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dfe493c5-7d26-4403-861f-c54329363b31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfe493c5-7d26-4403-861f-c54329363b31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfe493c5-7d26-4403-861f-c54329363b31.shogun-image {
  box-sizing: border-box;
}



.s-dfe493c5-7d26-4403-861f-c54329363b31 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-dfe493c5-7d26-4403-861f-c54329363b31 {
  margin: 0 !important;
  overflow: visible;
}

#s-dfe493c5-7d26-4403-861f-c54329363b31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dfe493c5-7d26-4403-861f-c54329363b31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dfe493c5-7d26-4403-861f-c54329363b31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dfe493c5-7d26-4403-861f-c54329363b31 img.shogun-image {
  /* Add background color handling */
  
}

#s-dfe493c5-7d26-4403-861f-c54329363b31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dfe493c5-7d26-4403-861f-c54329363b31.shogun-image {
    
    
    
    
  }


.s-dfe493c5-7d26-4403-861f-c54329363b31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dfe493c5-7d26-4403-861f-c54329363b31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfe493c5-7d26-4403-861f-c54329363b31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfe493c5-7d26-4403-861f-c54329363b31.shogun-image {
  box-sizing: border-box;
}



.s-dfe493c5-7d26-4403-861f-c54329363b31 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-dfe493c5-7d26-4403-861f-c54329363b31 {
  margin: 0 !important;
  overflow: visible;
}

#s-dfe493c5-7d26-4403-861f-c54329363b31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dfe493c5-7d26-4403-861f-c54329363b31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dfe493c5-7d26-4403-861f-c54329363b31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dfe493c5-7d26-4403-861f-c54329363b31 img.shogun-image {
  /* Add background color handling */
  
}

#s-dfe493c5-7d26-4403-861f-c54329363b31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dfe493c5-7d26-4403-861f-c54329363b31.shogun-image {
    
    
    
    
  }


.s-dfe493c5-7d26-4403-861f-c54329363b31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dfe493c5-7d26-4403-861f-c54329363b31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfe493c5-7d26-4403-861f-c54329363b31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfe493c5-7d26-4403-861f-c54329363b31.shogun-image {
  box-sizing: border-box;
}



.s-dfe493c5-7d26-4403-861f-c54329363b31 img.shogun-image {
  
}


}@media (max-width: 767px){#s-dfe493c5-7d26-4403-861f-c54329363b31 {
  margin: 0 !important;
  overflow: visible;
}

#s-dfe493c5-7d26-4403-861f-c54329363b31-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-dfe493c5-7d26-4403-861f-c54329363b31 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dfe493c5-7d26-4403-861f-c54329363b31 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dfe493c5-7d26-4403-861f-c54329363b31 img.shogun-image {
  /* Add background color handling */
  
}

#s-dfe493c5-7d26-4403-861f-c54329363b31 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-dfe493c5-7d26-4403-861f-c54329363b31.shogun-image {
    
    
    
    
  }


.s-dfe493c5-7d26-4403-861f-c54329363b31 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dfe493c5-7d26-4403-861f-c54329363b31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfe493c5-7d26-4403-861f-c54329363b31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfe493c5-7d26-4403-861f-c54329363b31.shogun-image {
  box-sizing: border-box;
}



.s-dfe493c5-7d26-4403-861f-c54329363b31 img.shogun-image {
  
}


}
#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce {
  text-align: center;
}

#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce {
  margin: 0 !important;
  overflow: visible;
}

#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce img.shogun-image {
  /* Add background color handling */
  
}

#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce.shogun-image {
    
    
    
    
  }


.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce.shogun-image {
  box-sizing: border-box;
}



.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce img.shogun-image {
  
}


@media (min-width: 1200px){#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce {
  margin: 0 !important;
  overflow: visible;
}

#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce img.shogun-image {
  /* Add background color handling */
  
}

#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce.shogun-image {
    
    
    
    
  }


.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce.shogun-image {
  box-sizing: border-box;
}



.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce {
  margin: 0 !important;
  overflow: visible;
}

#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce img.shogun-image {
  /* Add background color handling */
  
}

#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce.shogun-image {
    
    
    
    
  }


.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce.shogun-image {
  box-sizing: border-box;
}



.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce {
  margin: 0 !important;
  overflow: visible;
}

#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce img.shogun-image {
  /* Add background color handling */
  
}

#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce.shogun-image {
    
    
    
    
  }


.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce.shogun-image {
  box-sizing: border-box;
}



.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce img.shogun-image {
  
}


}@media (max-width: 767px){#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce {
  margin: 0 !important;
  overflow: visible;
}

#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce img.shogun-image {
  /* Add background color handling */
  
}

#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce.shogun-image {
    
    
    
    
  }


.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce .shogun-image-content {
  
    justify-content: center;
  
}

.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce.shogun-image {
  box-sizing: border-box;
}



.s-906f70ab-47fd-4a62-8c4c-2cbe694da2ce img.shogun-image {
  
}


}
#s-2e5af039-29b5-450e-9151-72f41325be53 {
  text-align: center;
}

#s-2e5af039-29b5-450e-9151-72f41325be53 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e5af039-29b5-450e-9151-72f41325be53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e5af039-29b5-450e-9151-72f41325be53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e5af039-29b5-450e-9151-72f41325be53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e5af039-29b5-450e-9151-72f41325be53 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e5af039-29b5-450e-9151-72f41325be53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e5af039-29b5-450e-9151-72f41325be53.shogun-image {
    
    
    
    
  }


.s-2e5af039-29b5-450e-9151-72f41325be53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e5af039-29b5-450e-9151-72f41325be53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e5af039-29b5-450e-9151-72f41325be53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e5af039-29b5-450e-9151-72f41325be53.shogun-image {
  box-sizing: border-box;
}



.s-2e5af039-29b5-450e-9151-72f41325be53 img.shogun-image {
  
}


@media (min-width: 1200px){#s-2e5af039-29b5-450e-9151-72f41325be53 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e5af039-29b5-450e-9151-72f41325be53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e5af039-29b5-450e-9151-72f41325be53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e5af039-29b5-450e-9151-72f41325be53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e5af039-29b5-450e-9151-72f41325be53 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e5af039-29b5-450e-9151-72f41325be53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e5af039-29b5-450e-9151-72f41325be53.shogun-image {
    
    
    
    
  }


.s-2e5af039-29b5-450e-9151-72f41325be53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e5af039-29b5-450e-9151-72f41325be53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e5af039-29b5-450e-9151-72f41325be53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e5af039-29b5-450e-9151-72f41325be53.shogun-image {
  box-sizing: border-box;
}



.s-2e5af039-29b5-450e-9151-72f41325be53 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2e5af039-29b5-450e-9151-72f41325be53 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e5af039-29b5-450e-9151-72f41325be53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e5af039-29b5-450e-9151-72f41325be53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e5af039-29b5-450e-9151-72f41325be53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e5af039-29b5-450e-9151-72f41325be53 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e5af039-29b5-450e-9151-72f41325be53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e5af039-29b5-450e-9151-72f41325be53.shogun-image {
    
    
    
    
  }


.s-2e5af039-29b5-450e-9151-72f41325be53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e5af039-29b5-450e-9151-72f41325be53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e5af039-29b5-450e-9151-72f41325be53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e5af039-29b5-450e-9151-72f41325be53.shogun-image {
  box-sizing: border-box;
}



.s-2e5af039-29b5-450e-9151-72f41325be53 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2e5af039-29b5-450e-9151-72f41325be53 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e5af039-29b5-450e-9151-72f41325be53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e5af039-29b5-450e-9151-72f41325be53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e5af039-29b5-450e-9151-72f41325be53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e5af039-29b5-450e-9151-72f41325be53 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e5af039-29b5-450e-9151-72f41325be53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e5af039-29b5-450e-9151-72f41325be53.shogun-image {
    
    
    
    
  }


.s-2e5af039-29b5-450e-9151-72f41325be53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e5af039-29b5-450e-9151-72f41325be53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e5af039-29b5-450e-9151-72f41325be53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e5af039-29b5-450e-9151-72f41325be53.shogun-image {
  box-sizing: border-box;
}



.s-2e5af039-29b5-450e-9151-72f41325be53 img.shogun-image {
  
}


}@media (max-width: 767px){#s-2e5af039-29b5-450e-9151-72f41325be53 {
  margin: 0 !important;
  overflow: visible;
}

#s-2e5af039-29b5-450e-9151-72f41325be53-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2e5af039-29b5-450e-9151-72f41325be53 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2e5af039-29b5-450e-9151-72f41325be53 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2e5af039-29b5-450e-9151-72f41325be53 img.shogun-image {
  /* Add background color handling */
  
}

#s-2e5af039-29b5-450e-9151-72f41325be53 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-2e5af039-29b5-450e-9151-72f41325be53.shogun-image {
    
    
    
    
  }


.s-2e5af039-29b5-450e-9151-72f41325be53 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2e5af039-29b5-450e-9151-72f41325be53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e5af039-29b5-450e-9151-72f41325be53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e5af039-29b5-450e-9151-72f41325be53.shogun-image {
  box-sizing: border-box;
}



.s-2e5af039-29b5-450e-9151-72f41325be53 img.shogun-image {
  
}


}
#s-eb24010b-7552-4fab-8194-958b14e23ddd {
  text-align: center;
}

#s-eb24010b-7552-4fab-8194-958b14e23ddd {
  margin: 0 !important;
  overflow: visible;
}

#s-eb24010b-7552-4fab-8194-958b14e23ddd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb24010b-7552-4fab-8194-958b14e23ddd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb24010b-7552-4fab-8194-958b14e23ddd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb24010b-7552-4fab-8194-958b14e23ddd img.shogun-image {
  /* Add background color handling */
  
}

#s-eb24010b-7552-4fab-8194-958b14e23ddd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eb24010b-7552-4fab-8194-958b14e23ddd.shogun-image {
    
    
    
    
  }


.s-eb24010b-7552-4fab-8194-958b14e23ddd .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb24010b-7552-4fab-8194-958b14e23ddd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb24010b-7552-4fab-8194-958b14e23ddd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb24010b-7552-4fab-8194-958b14e23ddd.shogun-image {
  box-sizing: border-box;
}



.s-eb24010b-7552-4fab-8194-958b14e23ddd img.shogun-image {
  
}


@media (min-width: 1200px){#s-eb24010b-7552-4fab-8194-958b14e23ddd {
  margin: 0 !important;
  overflow: visible;
}

#s-eb24010b-7552-4fab-8194-958b14e23ddd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb24010b-7552-4fab-8194-958b14e23ddd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb24010b-7552-4fab-8194-958b14e23ddd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb24010b-7552-4fab-8194-958b14e23ddd img.shogun-image {
  /* Add background color handling */
  
}

#s-eb24010b-7552-4fab-8194-958b14e23ddd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eb24010b-7552-4fab-8194-958b14e23ddd.shogun-image {
    
    
    
    
  }


.s-eb24010b-7552-4fab-8194-958b14e23ddd .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb24010b-7552-4fab-8194-958b14e23ddd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb24010b-7552-4fab-8194-958b14e23ddd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb24010b-7552-4fab-8194-958b14e23ddd.shogun-image {
  box-sizing: border-box;
}



.s-eb24010b-7552-4fab-8194-958b14e23ddd img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-eb24010b-7552-4fab-8194-958b14e23ddd {
  margin: 0 !important;
  overflow: visible;
}

#s-eb24010b-7552-4fab-8194-958b14e23ddd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb24010b-7552-4fab-8194-958b14e23ddd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb24010b-7552-4fab-8194-958b14e23ddd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb24010b-7552-4fab-8194-958b14e23ddd img.shogun-image {
  /* Add background color handling */
  
}

#s-eb24010b-7552-4fab-8194-958b14e23ddd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eb24010b-7552-4fab-8194-958b14e23ddd.shogun-image {
    
    
    
    
  }


.s-eb24010b-7552-4fab-8194-958b14e23ddd .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb24010b-7552-4fab-8194-958b14e23ddd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb24010b-7552-4fab-8194-958b14e23ddd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb24010b-7552-4fab-8194-958b14e23ddd.shogun-image {
  box-sizing: border-box;
}



.s-eb24010b-7552-4fab-8194-958b14e23ddd img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-eb24010b-7552-4fab-8194-958b14e23ddd {
  margin: 0 !important;
  overflow: visible;
}

#s-eb24010b-7552-4fab-8194-958b14e23ddd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb24010b-7552-4fab-8194-958b14e23ddd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb24010b-7552-4fab-8194-958b14e23ddd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb24010b-7552-4fab-8194-958b14e23ddd img.shogun-image {
  /* Add background color handling */
  
}

#s-eb24010b-7552-4fab-8194-958b14e23ddd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eb24010b-7552-4fab-8194-958b14e23ddd.shogun-image {
    
    
    
    
  }


.s-eb24010b-7552-4fab-8194-958b14e23ddd .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb24010b-7552-4fab-8194-958b14e23ddd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb24010b-7552-4fab-8194-958b14e23ddd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb24010b-7552-4fab-8194-958b14e23ddd.shogun-image {
  box-sizing: border-box;
}



.s-eb24010b-7552-4fab-8194-958b14e23ddd img.shogun-image {
  
}


}@media (max-width: 767px){#s-eb24010b-7552-4fab-8194-958b14e23ddd {
  margin: 0 !important;
  overflow: visible;
}

#s-eb24010b-7552-4fab-8194-958b14e23ddd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-eb24010b-7552-4fab-8194-958b14e23ddd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-eb24010b-7552-4fab-8194-958b14e23ddd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-eb24010b-7552-4fab-8194-958b14e23ddd img.shogun-image {
  /* Add background color handling */
  
}

#s-eb24010b-7552-4fab-8194-958b14e23ddd img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-eb24010b-7552-4fab-8194-958b14e23ddd.shogun-image {
    
    
    
    
  }


.s-eb24010b-7552-4fab-8194-958b14e23ddd .shogun-image-content {
  
    justify-content: center;
  
}

.s-eb24010b-7552-4fab-8194-958b14e23ddd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb24010b-7552-4fab-8194-958b14e23ddd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb24010b-7552-4fab-8194-958b14e23ddd.shogun-image {
  box-sizing: border-box;
}



.s-eb24010b-7552-4fab-8194-958b14e23ddd img.shogun-image {
  
}


}
#s-79be8b83-7147-4d72-b7d4-f736781bd1a0 {
  text-align: center;
}

#s-79be8b83-7147-4d72-b7d4-f736781bd1a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-79be8b83-7147-4d72-b7d4-f736781bd1a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79be8b83-7147-4d72-b7d4-f736781bd1a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79be8b83-7147-4d72-b7d4-f736781bd1a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79be8b83-7147-4d72-b7d4-f736781bd1a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-79be8b83-7147-4d72-b7d4-f736781bd1a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-79be8b83-7147-4d72-b7d4-f736781bd1a0.shogun-image {
    
    
    
    
  }


.s-79be8b83-7147-4d72-b7d4-f736781bd1a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79be8b83-7147-4d72-b7d4-f736781bd1a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79be8b83-7147-4d72-b7d4-f736781bd1a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79be8b83-7147-4d72-b7d4-f736781bd1a0.shogun-image {
  box-sizing: border-box;
}



.s-79be8b83-7147-4d72-b7d4-f736781bd1a0 img.shogun-image {
  
}


@media (min-width: 1200px){#s-79be8b83-7147-4d72-b7d4-f736781bd1a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-79be8b83-7147-4d72-b7d4-f736781bd1a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79be8b83-7147-4d72-b7d4-f736781bd1a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79be8b83-7147-4d72-b7d4-f736781bd1a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79be8b83-7147-4d72-b7d4-f736781bd1a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-79be8b83-7147-4d72-b7d4-f736781bd1a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-79be8b83-7147-4d72-b7d4-f736781bd1a0.shogun-image {
    
    
    
    
  }


.s-79be8b83-7147-4d72-b7d4-f736781bd1a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79be8b83-7147-4d72-b7d4-f736781bd1a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79be8b83-7147-4d72-b7d4-f736781bd1a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79be8b83-7147-4d72-b7d4-f736781bd1a0.shogun-image {
  box-sizing: border-box;
}



.s-79be8b83-7147-4d72-b7d4-f736781bd1a0 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-79be8b83-7147-4d72-b7d4-f736781bd1a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-79be8b83-7147-4d72-b7d4-f736781bd1a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79be8b83-7147-4d72-b7d4-f736781bd1a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79be8b83-7147-4d72-b7d4-f736781bd1a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79be8b83-7147-4d72-b7d4-f736781bd1a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-79be8b83-7147-4d72-b7d4-f736781bd1a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-79be8b83-7147-4d72-b7d4-f736781bd1a0.shogun-image {
    
    
    
    
  }


.s-79be8b83-7147-4d72-b7d4-f736781bd1a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79be8b83-7147-4d72-b7d4-f736781bd1a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79be8b83-7147-4d72-b7d4-f736781bd1a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79be8b83-7147-4d72-b7d4-f736781bd1a0.shogun-image {
  box-sizing: border-box;
}



.s-79be8b83-7147-4d72-b7d4-f736781bd1a0 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-79be8b83-7147-4d72-b7d4-f736781bd1a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-79be8b83-7147-4d72-b7d4-f736781bd1a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79be8b83-7147-4d72-b7d4-f736781bd1a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79be8b83-7147-4d72-b7d4-f736781bd1a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79be8b83-7147-4d72-b7d4-f736781bd1a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-79be8b83-7147-4d72-b7d4-f736781bd1a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-79be8b83-7147-4d72-b7d4-f736781bd1a0.shogun-image {
    
    
    
    
  }


.s-79be8b83-7147-4d72-b7d4-f736781bd1a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79be8b83-7147-4d72-b7d4-f736781bd1a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79be8b83-7147-4d72-b7d4-f736781bd1a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79be8b83-7147-4d72-b7d4-f736781bd1a0.shogun-image {
  box-sizing: border-box;
}



.s-79be8b83-7147-4d72-b7d4-f736781bd1a0 img.shogun-image {
  
}


}@media (max-width: 767px){#s-79be8b83-7147-4d72-b7d4-f736781bd1a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-79be8b83-7147-4d72-b7d4-f736781bd1a0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-79be8b83-7147-4d72-b7d4-f736781bd1a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-79be8b83-7147-4d72-b7d4-f736781bd1a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-79be8b83-7147-4d72-b7d4-f736781bd1a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-79be8b83-7147-4d72-b7d4-f736781bd1a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}





  img.s-79be8b83-7147-4d72-b7d4-f736781bd1a0.shogun-image {
    
    
    
    
  }


.s-79be8b83-7147-4d72-b7d4-f736781bd1a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-79be8b83-7147-4d72-b7d4-f736781bd1a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-79be8b83-7147-4d72-b7d4-f736781bd1a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-79be8b83-7147-4d72-b7d4-f736781bd1a0.shogun-image {
  box-sizing: border-box;
}



.s-79be8b83-7147-4d72-b7d4-f736781bd1a0 img.shogun-image {
  
}


}
#s-86fffb66-c77f-4937-98e4-2a09a3745132 {
  max-width: 425px;
text-align: center;
}

#s-86fffb66-c77f-4937-98e4-2a09a3745132 {
  overflow: hidden;
  
  
      max-width: 425px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-86fffb66-c77f-4937-98e4-2a09a3745132 img.shogun-image {
    

    
    
    
  }


#s-86fffb66-c77f-4937-98e4-2a09a3745132 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5118b876-c9b1-4261-8b01-099ba11a6c62 {
  max-width: 425px;
text-align: center;
}

#s-5118b876-c9b1-4261-8b01-099ba11a6c62 {
  overflow: hidden;
  
  
      max-width: 425px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-5118b876-c9b1-4261-8b01-099ba11a6c62 img.shogun-image {
    

    
    
    
  }


#s-5118b876-c9b1-4261-8b01-099ba11a6c62 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c74251c0-24c0-4be1-80f6-d84e7786296c {
  max-width: 425px;
text-align: center;
}

#s-c74251c0-24c0-4be1-80f6-d84e7786296c {
  overflow: hidden;
  
  
      max-width: 425px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-c74251c0-24c0-4be1-80f6-d84e7786296c img.shogun-image {
    

    
    
    
  }


#s-c74251c0-24c0-4be1-80f6-d84e7786296c .shogun-image-content {
  
    justify-content: center;
  
}

#s-fb2014af-cfc2-4b82-b591-cc9b895fcbcd {
  max-width: 425px;
text-align: center;
}

#s-fb2014af-cfc2-4b82-b591-cc9b895fcbcd {
  overflow: hidden;
  
  
      max-width: 425px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-fb2014af-cfc2-4b82-b591-cc9b895fcbcd img.shogun-image {
    

    
    
    
  }


#s-fb2014af-cfc2-4b82-b591-cc9b895fcbcd .shogun-image-content {
  
    justify-content: center;
  
}

#s-05f2e3ee-1f85-4302-b1a5-83d6a5f4e245 {
  max-width: 425px;
text-align: center;
}

#s-05f2e3ee-1f85-4302-b1a5-83d6a5f4e245 {
  overflow: hidden;
  
  
      max-width: 425px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-05f2e3ee-1f85-4302-b1a5-83d6a5f4e245 img.shogun-image {
    

    
    
    
  }


#s-05f2e3ee-1f85-4302-b1a5-83d6a5f4e245 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f90d528e-30d7-48a5-85d5-3b9cd854fa82 {
  max-width: 425px;
text-align: center;
}

#s-f90d528e-30d7-48a5-85d5-3b9cd854fa82 {
  overflow: hidden;
  
  
      max-width: 425px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-f90d528e-30d7-48a5-85d5-3b9cd854fa82 img.shogun-image {
    

    
    
    
  }


#s-f90d528e-30d7-48a5-85d5-3b9cd854fa82 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e4a9d228-e9f6-4528-af1a-bdb65683c335 {
  max-width: 425px;
text-align: center;
}

#s-e4a9d228-e9f6-4528-af1a-bdb65683c335 {
  overflow: hidden;
  
  
      max-width: 425px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-e4a9d228-e9f6-4528-af1a-bdb65683c335 img.shogun-image {
    

    
    
    
  }


#s-e4a9d228-e9f6-4528-af1a-bdb65683c335 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9600128d-1c93-4f2a-b062-66c466855199 {
  max-width: 425px;
text-align: center;
}

#s-9600128d-1c93-4f2a-b062-66c466855199 {
  overflow: hidden;
  
  
      max-width: 425px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-9600128d-1c93-4f2a-b062-66c466855199 img.shogun-image {
    

    
    
    
  }


#s-9600128d-1c93-4f2a-b062-66c466855199 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5da4f669-f8f5-4de4-953c-0ca4813a6d5f {
  text-align: center;
}

#s-5da4f669-f8f5-4de4-953c-0ca4813a6d5f {
  overflow: hidden;
  
  
}







  #s-5da4f669-f8f5-4de4-953c-0ca4813a6d5f img.shogun-image {
    

    
    
    
  }


#s-5da4f669-f8f5-4de4-953c-0ca4813a6d5f .shogun-image-content {
  
    justify-content: center;
  
}

#s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 7em;
margin-right: 0%;
padding-top: 15px;
padding-left: 67px;
padding-bottom: 15px;
padding-right: 67px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 0.5px;
}
#s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d {
  display: none;
}
#s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d, #wrap-s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d, #wrap-content-s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d {
  display: none;
}
#s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d, #wrap-s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d, #wrap-content-s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d {
  display: none;
}
#s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d, #wrap-s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d, #wrap-content-s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d { display: none !important; }}

  #s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d-root {
    text-align: left;
  }


#s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d-root {
    text-align: left;
  }


#s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d-root {
    text-align: left;
  }


#s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d-root {
    text-align: left;
  }


#s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d-root {
    text-align: left;
  }


#s-38fe658a-4173-4eb3-bf1c-9eaa09b32a1d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-3300a612-c942-4379-913a-a3da5cf25def {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-3300a612-c942-4379-913a-a3da5cf25def {
  display: none;
}
#s-3300a612-c942-4379-913a-a3da5cf25def, #wrap-s-3300a612-c942-4379-913a-a3da5cf25def, #wrap-content-s-3300a612-c942-4379-913a-a3da5cf25def { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3300a612-c942-4379-913a-a3da5cf25def {
  display: none;
}
#s-3300a612-c942-4379-913a-a3da5cf25def, #wrap-s-3300a612-c942-4379-913a-a3da5cf25def, #wrap-content-s-3300a612-c942-4379-913a-a3da5cf25def { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3300a612-c942-4379-913a-a3da5cf25def {
  display: none;
}
#s-3300a612-c942-4379-913a-a3da5cf25def, #wrap-s-3300a612-c942-4379-913a-a3da5cf25def, #wrap-content-s-3300a612-c942-4379-913a-a3da5cf25def { display: none !important; }}







#s-3300a612-c942-4379-913a-a3da5cf25def > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3300a612-c942-4379-913a-a3da5cf25def.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5870d770-5692-4487-b723-c089d6f35a22 {
  margin-top: 10%;
margin-left: 0%;
margin-bottom: 1em;
margin-right: 0%;
}
@media (min-width: 1200px){#s-5870d770-5692-4487-b723-c089d6f35a22 {
  display: none;
}
#s-5870d770-5692-4487-b723-c089d6f35a22, #wrap-s-5870d770-5692-4487-b723-c089d6f35a22, #wrap-content-s-5870d770-5692-4487-b723-c089d6f35a22 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5870d770-5692-4487-b723-c089d6f35a22 {
  display: none;
}
#s-5870d770-5692-4487-b723-c089d6f35a22, #wrap-s-5870d770-5692-4487-b723-c089d6f35a22, #wrap-content-s-5870d770-5692-4487-b723-c089d6f35a22 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5870d770-5692-4487-b723-c089d6f35a22 {
  display: none;
}
#s-5870d770-5692-4487-b723-c089d6f35a22, #wrap-s-5870d770-5692-4487-b723-c089d6f35a22, #wrap-content-s-5870d770-5692-4487-b723-c089d6f35a22 { display: none !important; }}
@media (min-width: 1200px){#s-cd220272-01d3-43d7-a668-6151c976e1e8 {
  display: none;
}
#s-cd220272-01d3-43d7-a668-6151c976e1e8, #wrap-s-cd220272-01d3-43d7-a668-6151c976e1e8, #wrap-content-s-cd220272-01d3-43d7-a668-6151c976e1e8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd220272-01d3-43d7-a668-6151c976e1e8 {
  display: none;
}
#s-cd220272-01d3-43d7-a668-6151c976e1e8, #wrap-s-cd220272-01d3-43d7-a668-6151c976e1e8, #wrap-content-s-cd220272-01d3-43d7-a668-6151c976e1e8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cd220272-01d3-43d7-a668-6151c976e1e8 {
  display: none;
}
#s-cd220272-01d3-43d7-a668-6151c976e1e8, #wrap-s-cd220272-01d3-43d7-a668-6151c976e1e8, #wrap-content-s-cd220272-01d3-43d7-a668-6151c976e1e8 { display: none !important; }}
@media (min-width: 1200px){#s-edbb1b0d-c242-4546-ba80-7145aa289eee {
  display: none;
}
#s-edbb1b0d-c242-4546-ba80-7145aa289eee, #wrap-s-edbb1b0d-c242-4546-ba80-7145aa289eee, #wrap-content-s-edbb1b0d-c242-4546-ba80-7145aa289eee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-edbb1b0d-c242-4546-ba80-7145aa289eee {
  display: none;
}
#s-edbb1b0d-c242-4546-ba80-7145aa289eee, #wrap-s-edbb1b0d-c242-4546-ba80-7145aa289eee, #wrap-content-s-edbb1b0d-c242-4546-ba80-7145aa289eee { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-edbb1b0d-c242-4546-ba80-7145aa289eee {
  display: none;
}
#s-edbb1b0d-c242-4546-ba80-7145aa289eee, #wrap-s-edbb1b0d-c242-4546-ba80-7145aa289eee, #wrap-content-s-edbb1b0d-c242-4546-ba80-7145aa289eee { display: none !important; }}
#s-e6bc9a88-6d15-4efd-b8cd-a037bd509c27 {
  text-align: center;
}
@media (min-width: 1200px){#s-e6bc9a88-6d15-4efd-b8cd-a037bd509c27 {
  display: none;
}
#s-e6bc9a88-6d15-4efd-b8cd-a037bd509c27, #wrap-s-e6bc9a88-6d15-4efd-b8cd-a037bd509c27, #wrap-content-s-e6bc9a88-6d15-4efd-b8cd-a037bd509c27 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6bc9a88-6d15-4efd-b8cd-a037bd509c27 {
  display: none;
}
#s-e6bc9a88-6d15-4efd-b8cd-a037bd509c27, #wrap-s-e6bc9a88-6d15-4efd-b8cd-a037bd509c27, #wrap-content-s-e6bc9a88-6d15-4efd-b8cd-a037bd509c27 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e6bc9a88-6d15-4efd-b8cd-a037bd509c27 {
  display: none;
}
#s-e6bc9a88-6d15-4efd-b8cd-a037bd509c27, #wrap-s-e6bc9a88-6d15-4efd-b8cd-a037bd509c27, #wrap-content-s-e6bc9a88-6d15-4efd-b8cd-a037bd509c27 { display: none !important; }}
#s-e6bc9a88-6d15-4efd-b8cd-a037bd509c27 {
  overflow: hidden;
  
  
}







  #s-e6bc9a88-6d15-4efd-b8cd-a037bd509c27 img.shogun-image {
    

    
    
    
  }


#s-e6bc9a88-6d15-4efd-b8cd-a037bd509c27 .shogun-image-content {
  
    justify-content: center;
  
}

#s-24ab8e82-e119-4426-ac36-742986781ccd {
  margin-top: 8%;
margin-left: 0%;
margin-bottom: 7em;
margin-right: 0%;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 57px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 0.5px;
}
#s-24ab8e82-e119-4426-ac36-742986781ccd:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-24ab8e82-e119-4426-ac36-742986781ccd:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-24ab8e82-e119-4426-ac36-742986781ccd {
  display: none;
}
#s-24ab8e82-e119-4426-ac36-742986781ccd, #wrap-s-24ab8e82-e119-4426-ac36-742986781ccd, #wrap-content-s-24ab8e82-e119-4426-ac36-742986781ccd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-24ab8e82-e119-4426-ac36-742986781ccd {
  display: none;
}
#s-24ab8e82-e119-4426-ac36-742986781ccd, #wrap-s-24ab8e82-e119-4426-ac36-742986781ccd, #wrap-content-s-24ab8e82-e119-4426-ac36-742986781ccd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-24ab8e82-e119-4426-ac36-742986781ccd {
  display: none;
}
#s-24ab8e82-e119-4426-ac36-742986781ccd, #wrap-s-24ab8e82-e119-4426-ac36-742986781ccd, #wrap-content-s-24ab8e82-e119-4426-ac36-742986781ccd { display: none !important; }}

  #s-24ab8e82-e119-4426-ac36-742986781ccd-root {
    text-align: left;
  }


#s-24ab8e82-e119-4426-ac36-742986781ccd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-24ab8e82-e119-4426-ac36-742986781ccd-root {
    text-align: left;
  }


#s-24ab8e82-e119-4426-ac36-742986781ccd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-24ab8e82-e119-4426-ac36-742986781ccd-root {
    text-align: left;
  }


#s-24ab8e82-e119-4426-ac36-742986781ccd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-24ab8e82-e119-4426-ac36-742986781ccd-root {
    text-align: left;
  }


#s-24ab8e82-e119-4426-ac36-742986781ccd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-24ab8e82-e119-4426-ac36-742986781ccd-root {
    text-align: left;
  }


#s-24ab8e82-e119-4426-ac36-742986781ccd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-c3b831f1-21b9-4a54-b8b8-5822b6fb262e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c3b831f1-21b9-4a54-b8b8-5822b6fb262e {
  display: none;
}
#s-c3b831f1-21b9-4a54-b8b8-5822b6fb262e, #wrap-s-c3b831f1-21b9-4a54-b8b8-5822b6fb262e, #wrap-content-s-c3b831f1-21b9-4a54-b8b8-5822b6fb262e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3b831f1-21b9-4a54-b8b8-5822b6fb262e {
  display: none;
}
#s-c3b831f1-21b9-4a54-b8b8-5822b6fb262e, #wrap-s-c3b831f1-21b9-4a54-b8b8-5822b6fb262e, #wrap-content-s-c3b831f1-21b9-4a54-b8b8-5822b6fb262e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3b831f1-21b9-4a54-b8b8-5822b6fb262e {
  display: none;
}
#s-c3b831f1-21b9-4a54-b8b8-5822b6fb262e, #wrap-s-c3b831f1-21b9-4a54-b8b8-5822b6fb262e, #wrap-content-s-c3b831f1-21b9-4a54-b8b8-5822b6fb262e { display: none !important; }}







#s-c3b831f1-21b9-4a54-b8b8-5822b6fb262e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3b831f1-21b9-4a54-b8b8-5822b6fb262e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33adc2e8-21b3-4837-a238-e8d18e5c313c {
  margin-top: 10%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-33adc2e8-21b3-4837-a238-e8d18e5c313c {
  display: none;
}
#s-33adc2e8-21b3-4837-a238-e8d18e5c313c, #wrap-s-33adc2e8-21b3-4837-a238-e8d18e5c313c, #wrap-content-s-33adc2e8-21b3-4837-a238-e8d18e5c313c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33adc2e8-21b3-4837-a238-e8d18e5c313c {
  display: none;
}
#s-33adc2e8-21b3-4837-a238-e8d18e5c313c, #wrap-s-33adc2e8-21b3-4837-a238-e8d18e5c313c, #wrap-content-s-33adc2e8-21b3-4837-a238-e8d18e5c313c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33adc2e8-21b3-4837-a238-e8d18e5c313c {
  display: none;
}
#s-33adc2e8-21b3-4837-a238-e8d18e5c313c, #wrap-s-33adc2e8-21b3-4837-a238-e8d18e5c313c, #wrap-content-s-33adc2e8-21b3-4837-a238-e8d18e5c313c { display: none !important; }}
#s-7d799afe-12cf-4014-a12a-3bdbdbbe3de5 {
  margin-bottom: 5%;
}

@media (min-width: 1200px){#s-b7144f82-0745-4220-b773-c0988a195d16 {
  display: none;
}
#s-b7144f82-0745-4220-b773-c0988a195d16, #wrap-s-b7144f82-0745-4220-b773-c0988a195d16, #wrap-content-s-b7144f82-0745-4220-b773-c0988a195d16 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7144f82-0745-4220-b773-c0988a195d16 {
  display: none;
}
#s-b7144f82-0745-4220-b773-c0988a195d16, #wrap-s-b7144f82-0745-4220-b773-c0988a195d16, #wrap-content-s-b7144f82-0745-4220-b773-c0988a195d16 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b7144f82-0745-4220-b773-c0988a195d16 {
  display: none;
}
#s-b7144f82-0745-4220-b773-c0988a195d16, #wrap-s-b7144f82-0745-4220-b773-c0988a195d16, #wrap-content-s-b7144f82-0745-4220-b773-c0988a195d16 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b7144f82-0745-4220-b773-c0988a195d16"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 9.0px);
}

}

@media (min-width: 768px) {
[id="s-b7144f82-0745-4220-b773-c0988a195d16"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.5px);
}

}

@media (min-width: 992px) {
[id="s-b7144f82-0745-4220-b773-c0988a195d16"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.5px);
}

}

@media (min-width: 1200px) {
[id="s-b7144f82-0745-4220-b773-c0988a195d16"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.5px);
}

}

#s-c7c185bb-da63-4479-9951-f8af77c40282 {
  text-align: center;
}

#s-c7c185bb-da63-4479-9951-f8af77c40282 {
  overflow: hidden;
  
  
}







  #s-c7c185bb-da63-4479-9951-f8af77c40282 img.shogun-image {
    

    
    
    
  }


#s-c7c185bb-da63-4479-9951-f8af77c40282 .shogun-image-content {
  
    justify-content: center;
  
}

#s-32612384-a9d8-4e21-90b0-6ea85051cdb6 {
  text-align: center;
}

#s-32612384-a9d8-4e21-90b0-6ea85051cdb6 {
  overflow: hidden;
  
  
}







  #s-32612384-a9d8-4e21-90b0-6ea85051cdb6 img.shogun-image {
    

    
    
    
  }


#s-32612384-a9d8-4e21-90b0-6ea85051cdb6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-937f9085-7ce9-4860-ab6f-fc786676b3ac {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-937f9085-7ce9-4860-ab6f-fc786676b3ac {
  overflow: hidden;
  
  
}







  #s-937f9085-7ce9-4860-ab6f-fc786676b3ac img.shogun-image {
    

    
    
    
  }


#s-937f9085-7ce9-4860-ab6f-fc786676b3ac .shogun-image-content {
  
    justify-content: center;
  
}

#s-64701dfe-ee16-4fa3-a89b-0f8afe67e2da {
  margin-top: 8px;
margin-bottom: 8px;
text-align: center;
}

#s-64701dfe-ee16-4fa3-a89b-0f8afe67e2da {
  overflow: hidden;
  
  
}







  #s-64701dfe-ee16-4fa3-a89b-0f8afe67e2da img.shogun-image {
    

    
    
    
  }


#s-64701dfe-ee16-4fa3-a89b-0f8afe67e2da .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 1200px){#s-4870eb7a-739b-4f2c-b603-3ed0e657c668 {
  display: none;
}
#s-4870eb7a-739b-4f2c-b603-3ed0e657c668, #wrap-s-4870eb7a-739b-4f2c-b603-3ed0e657c668, #wrap-content-s-4870eb7a-739b-4f2c-b603-3ed0e657c668 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4870eb7a-739b-4f2c-b603-3ed0e657c668 {
  display: none;
}
#s-4870eb7a-739b-4f2c-b603-3ed0e657c668, #wrap-s-4870eb7a-739b-4f2c-b603-3ed0e657c668, #wrap-content-s-4870eb7a-739b-4f2c-b603-3ed0e657c668 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4870eb7a-739b-4f2c-b603-3ed0e657c668 {
  display: none;
}
#s-4870eb7a-739b-4f2c-b603-3ed0e657c668, #wrap-s-4870eb7a-739b-4f2c-b603-3ed0e657c668, #wrap-content-s-4870eb7a-739b-4f2c-b603-3ed0e657c668 { display: none !important; }}
#s-26b80889-79ee-458d-b3da-5408e1445812 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 7em;
margin-right: 0%;
padding-top: 15px;
padding-left: 13%;
padding-bottom: 15px;
padding-right: 13%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 0.5px;
}
#s-26b80889-79ee-458d-b3da-5408e1445812:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-26b80889-79ee-458d-b3da-5408e1445812:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-26b80889-79ee-458d-b3da-5408e1445812 {
  display: none;
}
#s-26b80889-79ee-458d-b3da-5408e1445812, #wrap-s-26b80889-79ee-458d-b3da-5408e1445812, #wrap-content-s-26b80889-79ee-458d-b3da-5408e1445812 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26b80889-79ee-458d-b3da-5408e1445812 {
  display: none;
}
#s-26b80889-79ee-458d-b3da-5408e1445812, #wrap-s-26b80889-79ee-458d-b3da-5408e1445812, #wrap-content-s-26b80889-79ee-458d-b3da-5408e1445812 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-26b80889-79ee-458d-b3da-5408e1445812 {
  display: none;
}
#s-26b80889-79ee-458d-b3da-5408e1445812, #wrap-s-26b80889-79ee-458d-b3da-5408e1445812, #wrap-content-s-26b80889-79ee-458d-b3da-5408e1445812 { display: none !important; }}

  #s-26b80889-79ee-458d-b3da-5408e1445812-root {
    text-align: left;
  }


#s-26b80889-79ee-458d-b3da-5408e1445812.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-26b80889-79ee-458d-b3da-5408e1445812-root {
    text-align: left;
  }


#s-26b80889-79ee-458d-b3da-5408e1445812.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-26b80889-79ee-458d-b3da-5408e1445812-root {
    text-align: left;
  }


#s-26b80889-79ee-458d-b3da-5408e1445812.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-26b80889-79ee-458d-b3da-5408e1445812-root {
    text-align: left;
  }


#s-26b80889-79ee-458d-b3da-5408e1445812.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-26b80889-79ee-458d-b3da-5408e1445812-root {
    text-align: left;
  }


#s-26b80889-79ee-458d-b3da-5408e1445812.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-79228573-519f-4a61-8e06-7f8a840084cc {
  padding-bottom: 18%;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-79228573-519f-4a61-8e06-7f8a840084cc {
  display: none;
}
#s-79228573-519f-4a61-8e06-7f8a840084cc, #wrap-s-79228573-519f-4a61-8e06-7f8a840084cc, #wrap-content-s-79228573-519f-4a61-8e06-7f8a840084cc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79228573-519f-4a61-8e06-7f8a840084cc {
  display: none;
}
#s-79228573-519f-4a61-8e06-7f8a840084cc, #wrap-s-79228573-519f-4a61-8e06-7f8a840084cc, #wrap-content-s-79228573-519f-4a61-8e06-7f8a840084cc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79228573-519f-4a61-8e06-7f8a840084cc {
  display: none;
}
#s-79228573-519f-4a61-8e06-7f8a840084cc, #wrap-s-79228573-519f-4a61-8e06-7f8a840084cc, #wrap-content-s-79228573-519f-4a61-8e06-7f8a840084cc { display: none !important; }}







#s-79228573-519f-4a61-8e06-7f8a840084cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79228573-519f-4a61-8e06-7f8a840084cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0766dbf-a34b-4d96-b826-9bd619a65dfd {
  margin-left: 3%;
margin-right: 3%;
padding-top: 3%;
padding-bottom: 3%;
}

#s-c7779a36-8910-41ca-bd14-dda21731a12b {
  padding-left: 3%;
padding-right: 3%;
max-width: 90%;
}

#s-6881bb87-0074-4a7c-91f1-8aef13e0020f {
  margin-top: 5%;
margin-left: 3%;
margin-bottom: 5%;
margin-right: 3%;
padding-top: 11px;
padding-left: 44px;
padding-bottom: 11px;
padding-right: 44px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 2px;
background-color: rgba(242, 242, 242, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 0.5px;
}
#s-6881bb87-0074-4a7c-91f1-8aef13e0020f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6881bb87-0074-4a7c-91f1-8aef13e0020f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6881bb87-0074-4a7c-91f1-8aef13e0020f {
  display: none;
}
#s-6881bb87-0074-4a7c-91f1-8aef13e0020f, #wrap-s-6881bb87-0074-4a7c-91f1-8aef13e0020f, #wrap-content-s-6881bb87-0074-4a7c-91f1-8aef13e0020f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6881bb87-0074-4a7c-91f1-8aef13e0020f {
  display: none;
}
#s-6881bb87-0074-4a7c-91f1-8aef13e0020f, #wrap-s-6881bb87-0074-4a7c-91f1-8aef13e0020f, #wrap-content-s-6881bb87-0074-4a7c-91f1-8aef13e0020f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6881bb87-0074-4a7c-91f1-8aef13e0020f {
  display: none;
}
#s-6881bb87-0074-4a7c-91f1-8aef13e0020f, #wrap-s-6881bb87-0074-4a7c-91f1-8aef13e0020f, #wrap-content-s-6881bb87-0074-4a7c-91f1-8aef13e0020f { display: none !important; }}

  #s-6881bb87-0074-4a7c-91f1-8aef13e0020f-root {
    text-align: left;
  }


#s-6881bb87-0074-4a7c-91f1-8aef13e0020f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6881bb87-0074-4a7c-91f1-8aef13e0020f-root {
    text-align: left;
  }


#s-6881bb87-0074-4a7c-91f1-8aef13e0020f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6881bb87-0074-4a7c-91f1-8aef13e0020f-root {
    text-align: left;
  }


#s-6881bb87-0074-4a7c-91f1-8aef13e0020f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6881bb87-0074-4a7c-91f1-8aef13e0020f-root {
    text-align: left;
  }


#s-6881bb87-0074-4a7c-91f1-8aef13e0020f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6881bb87-0074-4a7c-91f1-8aef13e0020f-root {
    text-align: left;
  }


#s-6881bb87-0074-4a7c-91f1-8aef13e0020f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-1107bcf6-8adb-4a85-b73a-472cb1e35e8a {
  text-align: center;
}

#s-1107bcf6-8adb-4a85-b73a-472cb1e35e8a {
  overflow: hidden;
  
  
}







  #s-1107bcf6-8adb-4a85-b73a-472cb1e35e8a img.shogun-image {
    

    
    
    
  }


#s-1107bcf6-8adb-4a85-b73a-472cb1e35e8a .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 1200px){#s-1c811c85-48fb-4f5a-9ef8-e953ccbd28c2 {
  display: none;
}
#s-1c811c85-48fb-4f5a-9ef8-e953ccbd28c2, #wrap-s-1c811c85-48fb-4f5a-9ef8-e953ccbd28c2, #wrap-content-s-1c811c85-48fb-4f5a-9ef8-e953ccbd28c2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c811c85-48fb-4f5a-9ef8-e953ccbd28c2 {
  display: none;
}
#s-1c811c85-48fb-4f5a-9ef8-e953ccbd28c2, #wrap-s-1c811c85-48fb-4f5a-9ef8-e953ccbd28c2, #wrap-content-s-1c811c85-48fb-4f5a-9ef8-e953ccbd28c2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c811c85-48fb-4f5a-9ef8-e953ccbd28c2 {
  display: none;
}
#s-1c811c85-48fb-4f5a-9ef8-e953ccbd28c2, #wrap-s-1c811c85-48fb-4f5a-9ef8-e953ccbd28c2, #wrap-content-s-1c811c85-48fb-4f5a-9ef8-e953ccbd28c2 { display: none !important; }}
@media (min-width: 1200px){#s-e71a3ae5-0cff-4953-8e50-c810949590b1 {
  display: none;
}
#s-e71a3ae5-0cff-4953-8e50-c810949590b1, #wrap-s-e71a3ae5-0cff-4953-8e50-c810949590b1, #wrap-content-s-e71a3ae5-0cff-4953-8e50-c810949590b1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e71a3ae5-0cff-4953-8e50-c810949590b1 {
  display: none;
}
#s-e71a3ae5-0cff-4953-8e50-c810949590b1, #wrap-s-e71a3ae5-0cff-4953-8e50-c810949590b1, #wrap-content-s-e71a3ae5-0cff-4953-8e50-c810949590b1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e71a3ae5-0cff-4953-8e50-c810949590b1 {
  display: none;
}
#s-e71a3ae5-0cff-4953-8e50-c810949590b1, #wrap-s-e71a3ae5-0cff-4953-8e50-c810949590b1, #wrap-content-s-e71a3ae5-0cff-4953-8e50-c810949590b1 { display: none !important; }}
@media (min-width: 1200px){#s-5b8ebff2-2ecf-4ca0-be2a-8ea69dd84c07 {
  display: none;
}
#s-5b8ebff2-2ecf-4ca0-be2a-8ea69dd84c07, #wrap-s-5b8ebff2-2ecf-4ca0-be2a-8ea69dd84c07, #wrap-content-s-5b8ebff2-2ecf-4ca0-be2a-8ea69dd84c07 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b8ebff2-2ecf-4ca0-be2a-8ea69dd84c07 {
  display: none;
}
#s-5b8ebff2-2ecf-4ca0-be2a-8ea69dd84c07, #wrap-s-5b8ebff2-2ecf-4ca0-be2a-8ea69dd84c07, #wrap-content-s-5b8ebff2-2ecf-4ca0-be2a-8ea69dd84c07 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b8ebff2-2ecf-4ca0-be2a-8ea69dd84c07 {
  display: none;
}
#s-5b8ebff2-2ecf-4ca0-be2a-8ea69dd84c07, #wrap-s-5b8ebff2-2ecf-4ca0-be2a-8ea69dd84c07, #wrap-content-s-5b8ebff2-2ecf-4ca0-be2a-8ea69dd84c07 { display: none !important; }}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[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;
}
