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

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

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

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

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

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

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

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

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

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

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

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

#s-ff8ff9a5-daa0-44c5-8e37-76b9e81430ec {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-ff8ff9a5-daa0-44c5-8e37-76b9e81430ec {
  padding-left: 40px;
padding-right: 40px;
max-width: 1300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff8ff9a5-daa0-44c5-8e37-76b9e81430ec {
  padding-left: 28px;
padding-bottom: 30px;
padding-right: 28px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff8ff9a5-daa0-44c5-8e37-76b9e81430ec {
  padding-left: 28px;
padding-right: 28px;
}
}@media (max-width: 767px){#s-ff8ff9a5-daa0-44c5-8e37-76b9e81430ec {
  padding-top: 0px;
padding-left: 10px;
padding-right: 10px;
}
}







#s-ff8ff9a5-daa0-44c5-8e37-76b9e81430ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ff8ff9a5-daa0-44c5-8e37-76b9e81430ec.shg-box.shg-c {
  justify-content: center;
}

#s-e6bd1806-c761-4129-a4e1-181714480847 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 1120px;
}
@media (min-width: 1200px){#s-e6bd1806-c761-4129-a4e1-181714480847 {
  padding-left: 40px;
padding-right: 40px;
max-width: 1300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6bd1806-c761-4129-a4e1-181714480847 {
  padding-left: 0px;
padding-bottom: 50px;
padding-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6bd1806-c761-4129-a4e1-181714480847 {
  padding-left: 0px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-e6bd1806-c761-4129-a4e1-181714480847 {
  padding-bottom: 30px;
}
}







#s-e6bd1806-c761-4129-a4e1-181714480847 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6bd1806-c761-4129-a4e1-181714480847.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

#s-40eb5199-28b6-4192-a7f8-c7369fc7a0f8 {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(189, 189, 189, 0);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-40eb5199-28b6-4192-a7f8-c7369fc7a0f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40eb5199-28b6-4192-a7f8-c7369fc7a0f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-40eb5199-28b6-4192-a7f8-c7369fc7a0f8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-40eb5199-28b6-4192-a7f8-c7369fc7a0f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-40eb5199-28b6-4192-a7f8-c7369fc7a0f8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-40eb5199-28b6-4192-a7f8-c7369fc7a0f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-40eb5199-28b6-4192-a7f8-c7369fc7a0f8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  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-b0dd3727-dae0-4bb1-9696-b98fcb5f2e6a {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}

#s-b0dd3727-dae0-4bb1-9696-b98fcb5f2e6a {
  overflow: hidden;
  
  
}







  #s-b0dd3727-dae0-4bb1-9696-b98fcb5f2e6a img.shogun-image {
    

    
    
    
  }


#s-b0dd3727-dae0-4bb1-9696-b98fcb5f2e6a .shogun-image-content {
  
    justify-content: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-52b485ff-3b78-4c5d-b822-aa799c75a6f3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9aca0ece-9ada-41e5-9038-d6be6fae4f3e {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-01981e5e-3762-45b2-8c40-25b9916db496 {
  margin-left: auto;
margin-right: auto;
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-f439b742-6fa9-4d26-81c5-6fd0107fcc4f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
text-decoration: none;
text-align: left;
}

#s-f439b742-6fa9-4d26-81c5-6fd0107fcc4f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f439b742-6fa9-4d26-81c5-6fd0107fcc4f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f439b742-6fa9-4d26-81c5-6fd0107fcc4f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-f439b742-6fa9-4d26-81c5-6fd0107fcc4f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-f439b742-6fa9-4d26-81c5-6fd0107fcc4f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-f439b742-6fa9-4d26-81c5-6fd0107fcc4f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-f439b742-6fa9-4d26-81c5-6fd0107fcc4f .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-f439b742-6fa9-4d26-81c5-6fd0107fcc4f .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-f439b742-6fa9-4d26-81c5-6fd0107fcc4f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f439b742-6fa9-4d26-81c5-6fd0107fcc4f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f439b742-6fa9-4d26-81c5-6fd0107fcc4f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-f439b742-6fa9-4d26-81c5-6fd0107fcc4f .shg-product-selector-wrapper label {
    
    
    
    font-style:  normal ;
    
  }

  
    #s-f439b742-6fa9-4d26-81c5-6fd0107fcc4f .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      
    }
  




  #s-f439b742-6fa9-4d26-81c5-6fd0107fcc4f-btn-wrapper {
    text-align: center;
  }


#s-f439b742-6fa9-4d26-81c5-6fd0107fcc4f .shg-variant-btn {
  
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZThmM2NkM2QtMmQxNy00YWRkLWJiMDAtNDM1NDcwNGFhNWI1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlOGYzY2QzZC0yZDE3LTRhZGQtYmIwMC00MzU0NzA0YWE1YjUpIi8+PC9zdmc+');
    background-repeat: no-repeat;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-f439b742-6fa9-4d26-81c5-6fd0107fcc4f .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-f439b742-6fa9-4d26-81c5-6fd0107fcc4f .shg-variant-btn:active, #s-f439b742-6fa9-4d26-81c5-6fd0107fcc4f .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-f439b742-6fa9-4d26-81c5-6fd0107fcc4f .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

@media (min-width: 0px) {
[id="s-ef24f5b9-d5b1-4371-9608-2a89f4ef8926"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef24f5b9-d5b1-4371-9608-2a89f4ef8926"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef24f5b9-d5b1-4371-9608-2a89f4ef8926"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef24f5b9-d5b1-4371-9608-2a89f4ef8926"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef24f5b9-d5b1-4371-9608-2a89f4ef8926"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef24f5b9-d5b1-4371-9608-2a89f4ef8926"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ef24f5b9-d5b1-4371-9608-2a89f4ef8926"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-4feee1c7-b89c-491b-82e6-087eb31c1288 {
  margin-top: 5px;
margin-bottom: 5px;
text-align: left;
}

#s-4feee1c7-b89c-491b-82e6-087eb31c1288 .shg-product-quantity-wrapper {
  display: flex;
}

#s-4feee1c7-b89c-491b-82e6-087eb31c1288 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-4feee1c7-b89c-491b-82e6-087eb31c1288 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-4feee1c7-b89c-491b-82e6-087eb31c1288 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-4feee1c7-b89c-491b-82e6-087eb31c1288 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




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

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

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

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

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

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

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

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

#s-8a55b3e9-40b9-4500-9559-528fa7e084aa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(200, 78, 37, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-8a55b3e9-40b9-4500-9559-528fa7e084aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8a55b3e9-40b9-4500-9559-528fa7e084aa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8a55b3e9-40b9-4500-9559-528fa7e084aa-atc-btn-wrapper {
    text-align: left;
  }


#s-8a55b3e9-40b9-4500-9559-528fa7e084aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8a55b3e9-40b9-4500-9559-528fa7e084aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8a55b3e9-40b9-4500-9559-528fa7e084aa.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8a55b3e9-40b9-4500-9559-528fa7e084aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8a55b3e9-40b9-4500-9559-528fa7e084aa.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }

@media (min-width: 1200px){
  #s-8a55b3e9-40b9-4500-9559-528fa7e084aa-atc-btn-wrapper {
    text-align: left;
  }


#s-8a55b3e9-40b9-4500-9559-528fa7e084aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8a55b3e9-40b9-4500-9559-528fa7e084aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8a55b3e9-40b9-4500-9559-528fa7e084aa.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8a55b3e9-40b9-4500-9559-528fa7e084aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8a55b3e9-40b9-4500-9559-528fa7e084aa.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a55b3e9-40b9-4500-9559-528fa7e084aa-atc-btn-wrapper {
    text-align: left;
  }


#s-8a55b3e9-40b9-4500-9559-528fa7e084aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8a55b3e9-40b9-4500-9559-528fa7e084aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8a55b3e9-40b9-4500-9559-528fa7e084aa.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8a55b3e9-40b9-4500-9559-528fa7e084aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8a55b3e9-40b9-4500-9559-528fa7e084aa.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-8a55b3e9-40b9-4500-9559-528fa7e084aa-atc-btn-wrapper {
    text-align: left;
  }


#s-8a55b3e9-40b9-4500-9559-528fa7e084aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8a55b3e9-40b9-4500-9559-528fa7e084aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8a55b3e9-40b9-4500-9559-528fa7e084aa.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8a55b3e9-40b9-4500-9559-528fa7e084aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8a55b3e9-40b9-4500-9559-528fa7e084aa.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }

}@media (max-width: 767px){
  #s-8a55b3e9-40b9-4500-9559-528fa7e084aa-atc-btn-wrapper {
    text-align: left;
  }


#s-8a55b3e9-40b9-4500-9559-528fa7e084aa {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8a55b3e9-40b9-4500-9559-528fa7e084aa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8a55b3e9-40b9-4500-9559-528fa7e084aa.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-8a55b3e9-40b9-4500-9559-528fa7e084aa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8a55b3e9-40b9-4500-9559-528fa7e084aa.shg-btn.shg-product-atc-success {
    
    font-family: Montserrat;
    
    
    
  }

}
#s-1b41bdfb-ebf9-4cd5-8714-ef449d826d61 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d28fec8f-9743-45b6-be8f-d7a256554028 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-bottom: 26px;
padding-right: 0px;
min-height: 0px;
max-width: 1120px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d28fec8f-9743-45b6-be8f-d7a256554028 {
  padding-left: 28px;
padding-bottom: 30px;
padding-right: 28px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d28fec8f-9743-45b6-be8f-d7a256554028 {
  padding-left: 28px;
padding-bottom: 6px;
padding-right: 28px;
}
}@media (max-width: 767px){#s-d28fec8f-9743-45b6-be8f-d7a256554028 {
  padding-left: 10px;
padding-bottom: 6px;
padding-right: 10px;
}
}







#s-d28fec8f-9743-45b6-be8f-d7a256554028 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d28fec8f-9743-45b6-be8f-d7a256554028.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-7f3e1855-3b1a-40d8-a2e9-f1dbc0b09505 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 40px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7f3e1855-3b1a-40d8-a2e9-f1dbc0b09505 {
  padding-bottom: 24px;
}
}@media (max-width: 767px){#s-7f3e1855-3b1a-40d8-a2e9-f1dbc0b09505 {
  padding-bottom: 20px;
}
}
#s-7f3e1855-3b1a-40d8-a2e9-f1dbc0b09505 .shogun-heading-component h3 {
  color: rgba(56, 182, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (max-width: 767px){#s-7f3e1855-3b1a-40d8-a2e9-f1dbc0b09505 .shogun-heading-component h3 {
  color: rgba(56, 182, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
#s-a41f9e06-b022-40ee-85cc-271dec194988 {
  margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-a41f9e06-b022-40ee-85cc-271dec194988"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 6.0px);
}

}

@media (min-width: 768px) {
[id="s-a41f9e06-b022-40ee-85cc-271dec194988"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 9.0px);
}

}

@media (min-width: 992px) {
[id="s-a41f9e06-b022-40ee-85cc-271dec194988"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 9.0px);
}

}

@media (min-width: 1200px) {
[id="s-a41f9e06-b022-40ee-85cc-271dec194988"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 9.0px);
}

}

#s-d1c8d4f2-daed-45b4-859e-6ce0d043e5e5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d1c8d4f2-daed-45b4-859e-6ce0d043e5e5 {
  margin-bottom: 24px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
border-radius: 8px;
}
}







#s-d1c8d4f2-daed-45b4-859e-6ce0d043e5e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d1c8d4f2-daed-45b4-859e-6ce0d043e5e5.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf {
  margin-left: auto;
margin-right: auto;
max-width: 522px;
aspect-ratio: 522/440;
text-align: center;
}
@media (min-width: 1200px){#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf {
  max-width: 261px;
aspect-ratio: 522/440;
}
}
#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf {
  margin: 0 !important;
  overflow: visible;
}

#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf-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-43a47b75-9ffa-49d6-b9f4-a301b666afaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43a47b75-9ffa-49d6-b9f4-a301b666afaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image {
  /* Add background color handling */
  
}

#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43a47b75-9ffa-49d6-b9f4-a301b666afaf .shg-image-content-wrapper {
      aspect-ratio: 522/440;
      min-width: 100%;
      height: auto;
    }

    #s-43a47b75-9ffa-49d6-b9f4-a301b666afaf .shogun-image-link {
      aspect-ratio: 522/440;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43a47b75-9ffa-49d6-b9f4-a301b666afaf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image {
  box-sizing: border-box;
}



.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf {
      --shg-aspect-ratio: calc(522/440); 
    }

    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container {
      position: relative;
    }

    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

@media (min-width: 1200px){#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf {
  margin: 0 !important;
  overflow: visible;
}

#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf-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-43a47b75-9ffa-49d6-b9f4-a301b666afaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43a47b75-9ffa-49d6-b9f4-a301b666afaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image {
  /* Add background color handling */
  
}

#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43a47b75-9ffa-49d6-b9f4-a301b666afaf .shg-image-content-wrapper {
      aspect-ratio: 522/440;
      min-width: 100%;
      height: auto;
    }

    #s-43a47b75-9ffa-49d6-b9f4-a301b666afaf .shogun-image-link {
      aspect-ratio: 522/440;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43a47b75-9ffa-49d6-b9f4-a301b666afaf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image {
  box-sizing: border-box;
}



.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf {
      --shg-aspect-ratio: calc(522/440); 
    }

    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container {
      position: relative;
    }

    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf {
  margin: 0 !important;
  overflow: visible;
}

#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf-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-43a47b75-9ffa-49d6-b9f4-a301b666afaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43a47b75-9ffa-49d6-b9f4-a301b666afaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image {
  /* Add background color handling */
  
}

#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43a47b75-9ffa-49d6-b9f4-a301b666afaf .shg-image-content-wrapper {
      aspect-ratio: 522/440;
      min-width: 100%;
      height: auto;
    }

    #s-43a47b75-9ffa-49d6-b9f4-a301b666afaf .shogun-image-link {
      aspect-ratio: 522/440;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43a47b75-9ffa-49d6-b9f4-a301b666afaf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image {
  box-sizing: border-box;
}



.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf {
      --shg-aspect-ratio: calc(522/440); 
    }

    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container {
      position: relative;
    }

    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf {
  margin: 0 !important;
  overflow: visible;
}

#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf-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-43a47b75-9ffa-49d6-b9f4-a301b666afaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43a47b75-9ffa-49d6-b9f4-a301b666afaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image {
  /* Add background color handling */
  
}

#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43a47b75-9ffa-49d6-b9f4-a301b666afaf .shg-image-content-wrapper {
      aspect-ratio: 522/440;
      min-width: 100%;
      height: auto;
    }

    #s-43a47b75-9ffa-49d6-b9f4-a301b666afaf .shogun-image-link {
      aspect-ratio: 522/440;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43a47b75-9ffa-49d6-b9f4-a301b666afaf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image {
  box-sizing: border-box;
}



.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf {
      --shg-aspect-ratio: calc(522/440); 
    }

    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container {
      position: relative;
    }

    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}@media (max-width: 767px){#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf {
  margin: 0 !important;
  overflow: visible;
}

#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf-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-43a47b75-9ffa-49d6-b9f4-a301b666afaf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-43a47b75-9ffa-49d6-b9f4-a301b666afaf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image {
  /* Add background color handling */
  
}

#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-43a47b75-9ffa-49d6-b9f4-a301b666afaf .shg-image-content-wrapper {
      aspect-ratio: 522/440;
      min-width: 100%;
      height: auto;
    }

    #s-43a47b75-9ffa-49d6-b9f4-a301b666afaf .shogun-image-link {
      aspect-ratio: 522/440;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-43a47b75-9ffa-49d6-b9f4-a301b666afaf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 522px;
  }



  img.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image {
    
    
    
    max-height: 522px;
  }


.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf .shogun-image-content {
  
    justify-content: center;
  
}

.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image {
  box-sizing: border-box;
}



.s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf {
      --shg-aspect-ratio: calc(522/440); 
    }

    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container {
      position: relative;
    }

    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-43a47b75-9ffa-49d6-b9f4-a301b666afaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 522px;
    }
  }

}
.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-8b83cfd5-bc00-4948-b7ba-69fb6b5e7a13 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(220, 60, 68, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8b83cfd5-bc00-4948-b7ba-69fb6b5e7a13:hover {background-color: rgba(220, 60, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8b83cfd5-bc00-4948-b7ba-69fb6b5e7a13:active {background-color: rgba(220, 60, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-8b83cfd5-bc00-4948-b7ba-69fb6b5e7a13 {
  border-radius: 6px;
line-height: 1.7em;
background-image: none;
background-color: rgba(220, 60, 68, 1);
hover-type: color;
}
#s-8b83cfd5-bc00-4948-b7ba-69fb6b5e7a13:hover {background-color: rgba(220, 60, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-8b83cfd5-bc00-4948-b7ba-69fb6b5e7a13 {
  border-radius: 2px;
background-image: none;
background-color: rgba(220, 60, 68, 1);
hover-type: color;
}
#s-8b83cfd5-bc00-4948-b7ba-69fb6b5e7a13:hover {border-radius: 2px !important;
background-color: rgba(220, 60, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8b83cfd5-bc00-4948-b7ba-69fb6b5e7a13:active {background-color: rgba(220, 60, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-8b83cfd5-bc00-4948-b7ba-69fb6b5e7a13 {
  padding-left: 12px;
padding-right: 12px;
}
}

  #s-8b83cfd5-bc00-4948-b7ba-69fb6b5e7a13-root {
    text-align: center;
  }


#s-8b83cfd5-bc00-4948-b7ba-69fb6b5e7a13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8b83cfd5-bc00-4948-b7ba-69fb6b5e7a13-root {
    text-align: center;
  }


#s-8b83cfd5-bc00-4948-b7ba-69fb6b5e7a13.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b83cfd5-bc00-4948-b7ba-69fb6b5e7a13-root {
    text-align: center;
  }


#s-8b83cfd5-bc00-4948-b7ba-69fb6b5e7a13.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b83cfd5-bc00-4948-b7ba-69fb6b5e7a13-root {
    text-align: center;
  }


#s-8b83cfd5-bc00-4948-b7ba-69fb6b5e7a13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8b83cfd5-bc00-4948-b7ba-69fb6b5e7a13-root {
    text-align: center;
  }


#s-8b83cfd5-bc00-4948-b7ba-69fb6b5e7a13.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-fe9c7528-7785-4f72-b7a3-52b0ddbc9133 {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe9c7528-7785-4f72-b7a3-52b0ddbc9133 {
  padding-top: 12px;
padding-bottom: 12px;
}
}
#s-fe9c7528-7785-4f72-b7a3-52b0ddbc9133 .shogun-heading-component h3 {
  color: rgba(2, 6, 23, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-fe9c7528-7785-4f72-b7a3-52b0ddbc9133 .shogun-heading-component h3 {
  color: rgba(2, 6, 23, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-fe9c7528-7785-4f72-b7a3-52b0ddbc9133 .shogun-heading-component h3 {
  color: rgba(2, 6, 23, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-cea340a4-8a32-4f08-8826-5a88a5a3f9bf {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-cea340a4-8a32-4f08-8826-5a88a5a3f9bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cea340a4-8a32-4f08-8826-5a88a5a3f9bf.shg-box.shg-c {
  justify-content: center;
}

#s-82351b5b-7a6a-4449-b457-a9a55f40784a {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 1200px){#s-82351b5b-7a6a-4449-b457-a9a55f40784a {
  margin-bottom: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
border-radius: 8px;
}
}







#s-82351b5b-7a6a-4449-b457-a9a55f40784a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-82351b5b-7a6a-4449-b457-a9a55f40784a.shg-box.shg-c {
  justify-content: center;
}

#s-b6909d2e-4e40-4861-9959-02e14b401b6a {
  margin-left: auto;
margin-right: auto;
max-width: 261px;
aspect-ratio: 261/220;
text-align: center;
}
@media (min-width: 1200px){#s-b6909d2e-4e40-4861-9959-02e14b401b6a {
  max-width: 261px;
aspect-ratio: 522/440;
}
#s-b6909d2e-4e40-4861-9959-02e14b401b6a:hover {border-style: solid !important;
border-color: rgba(220, 60, 68, 1) !important;}}
#s-b6909d2e-4e40-4861-9959-02e14b401b6a {
  margin: 0 !important;
  overflow: visible;
}

#s-b6909d2e-4e40-4861-9959-02e14b401b6a-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-b6909d2e-4e40-4861-9959-02e14b401b6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6909d2e-4e40-4861-9959-02e14b401b6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image {
  /* Add background color handling */
  
}

#s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: none;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6909d2e-4e40-4861-9959-02e14b401b6a .shg-image-content-wrapper {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }

    #s-b6909d2e-4e40-4861-9959-02e14b401b6a .shogun-image-link {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6909d2e-4e40-4861-9959-02e14b401b6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-b6909d2e-4e40-4861-9959-02e14b401b6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6909d2e-4e40-4861-9959-02e14b401b6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image {
  box-sizing: border-box;
}



.s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6909d2e-4e40-4861-9959-02e14b401b6a {
      --shg-aspect-ratio: calc(261/220); 
    }

    .s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container {
      position: relative;
    }

    .s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

@media (min-width: 1200px){#s-b6909d2e-4e40-4861-9959-02e14b401b6a {
  margin: 0 !important;
  overflow: visible;
}

#s-b6909d2e-4e40-4861-9959-02e14b401b6a-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-b6909d2e-4e40-4861-9959-02e14b401b6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6909d2e-4e40-4861-9959-02e14b401b6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image {
  /* Add background color handling */
  
}

#s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  border-color: rgba(220, 60, 68, 1);
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6909d2e-4e40-4861-9959-02e14b401b6a .shg-image-content-wrapper {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }

    #s-b6909d2e-4e40-4861-9959-02e14b401b6a .shogun-image-link {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6909d2e-4e40-4861-9959-02e14b401b6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-b6909d2e-4e40-4861-9959-02e14b401b6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6909d2e-4e40-4861-9959-02e14b401b6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image {
  box-sizing: border-box;
}



.s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6909d2e-4e40-4861-9959-02e14b401b6a {
      --shg-aspect-ratio: calc(261/220); 
    }

    .s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container {
      position: relative;
    }

    .s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b6909d2e-4e40-4861-9959-02e14b401b6a {
  margin: 0 !important;
  overflow: visible;
}

#s-b6909d2e-4e40-4861-9959-02e14b401b6a-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-b6909d2e-4e40-4861-9959-02e14b401b6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6909d2e-4e40-4861-9959-02e14b401b6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image {
  /* Add background color handling */
  
}

#s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6909d2e-4e40-4861-9959-02e14b401b6a .shg-image-content-wrapper {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }

    #s-b6909d2e-4e40-4861-9959-02e14b401b6a .shogun-image-link {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6909d2e-4e40-4861-9959-02e14b401b6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-b6909d2e-4e40-4861-9959-02e14b401b6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6909d2e-4e40-4861-9959-02e14b401b6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image {
  box-sizing: border-box;
}



.s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6909d2e-4e40-4861-9959-02e14b401b6a {
      --shg-aspect-ratio: calc(261/220); 
    }

    .s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container {
      position: relative;
    }

    .s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b6909d2e-4e40-4861-9959-02e14b401b6a {
  margin: 0 !important;
  overflow: visible;
}

#s-b6909d2e-4e40-4861-9959-02e14b401b6a-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-b6909d2e-4e40-4861-9959-02e14b401b6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6909d2e-4e40-4861-9959-02e14b401b6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image {
  /* Add background color handling */
  
}

#s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6909d2e-4e40-4861-9959-02e14b401b6a .shg-image-content-wrapper {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }

    #s-b6909d2e-4e40-4861-9959-02e14b401b6a .shogun-image-link {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6909d2e-4e40-4861-9959-02e14b401b6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-b6909d2e-4e40-4861-9959-02e14b401b6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6909d2e-4e40-4861-9959-02e14b401b6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image {
  box-sizing: border-box;
}



.s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6909d2e-4e40-4861-9959-02e14b401b6a {
      --shg-aspect-ratio: calc(261/220); 
    }

    .s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container {
      position: relative;
    }

    .s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

}@media (max-width: 767px){#s-b6909d2e-4e40-4861-9959-02e14b401b6a {
  margin: 0 !important;
  overflow: visible;
}

#s-b6909d2e-4e40-4861-9959-02e14b401b6a-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-b6909d2e-4e40-4861-9959-02e14b401b6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6909d2e-4e40-4861-9959-02e14b401b6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image {
  /* Add background color handling */
  
}

#s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6909d2e-4e40-4861-9959-02e14b401b6a .shg-image-content-wrapper {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }

    #s-b6909d2e-4e40-4861-9959-02e14b401b6a .shogun-image-link {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6909d2e-4e40-4861-9959-02e14b401b6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-b6909d2e-4e40-4861-9959-02e14b401b6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6909d2e-4e40-4861-9959-02e14b401b6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image {
  box-sizing: border-box;
}



.s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6909d2e-4e40-4861-9959-02e14b401b6a {
      --shg-aspect-ratio: calc(261/220); 
    }

    .s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container {
      position: relative;
    }

    .s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6909d2e-4e40-4861-9959-02e14b401b6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6909d2e-4e40-4861-9959-02e14b401b6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

}
#s-b1b0dd3a-3c10-41f3-abdb-f8266dfb8df1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(220, 60, 68, 1);
text-align: center;
text-decoration: none;
}
#s-b1b0dd3a-3c10-41f3-abdb-f8266dfb8df1:hover {background-color: rgba(220, 60, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b1b0dd3a-3c10-41f3-abdb-f8266dfb8df1:active {background-color: rgba(220, 60, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-b1b0dd3a-3c10-41f3-abdb-f8266dfb8df1 {
  border-radius: 6px;
line-height: 1.7em;
background-image: none;
background-color: rgba(220, 60, 68, 1);
hover-type: color;
}
#s-b1b0dd3a-3c10-41f3-abdb-f8266dfb8df1:hover {background-color: rgba(220, 60, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-b1b0dd3a-3c10-41f3-abdb-f8266dfb8df1 {
  background-image: none;
background-color: rgba(220, 60, 68, 1);
hover-type: color;
}
#s-b1b0dd3a-3c10-41f3-abdb-f8266dfb8df1:active {background-color: rgba(220, 60, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-b1b0dd3a-3c10-41f3-abdb-f8266dfb8df1 {
  padding-left: 12px;
padding-right: 12px;
}
}

  #s-b1b0dd3a-3c10-41f3-abdb-f8266dfb8df1-root {
    text-align: center;
  }


#s-b1b0dd3a-3c10-41f3-abdb-f8266dfb8df1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b1b0dd3a-3c10-41f3-abdb-f8266dfb8df1-root {
    text-align: center;
  }


#s-b1b0dd3a-3c10-41f3-abdb-f8266dfb8df1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b1b0dd3a-3c10-41f3-abdb-f8266dfb8df1-root {
    text-align: center;
  }


#s-b1b0dd3a-3c10-41f3-abdb-f8266dfb8df1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b1b0dd3a-3c10-41f3-abdb-f8266dfb8df1-root {
    text-align: center;
  }


#s-b1b0dd3a-3c10-41f3-abdb-f8266dfb8df1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b1b0dd3a-3c10-41f3-abdb-f8266dfb8df1-root {
    text-align: center;
  }


#s-b1b0dd3a-3c10-41f3-abdb-f8266dfb8df1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-be6d614a-3ada-4604-a95c-57c481f289af {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-be6d614a-3ada-4604-a95c-57c481f289af {
  padding-top: 12px;
padding-bottom: 12px;
}
}
#s-be6d614a-3ada-4604-a95c-57c481f289af .shogun-heading-component h3 {
  color: rgba(2, 6, 23, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-be6d614a-3ada-4604-a95c-57c481f289af .shogun-heading-component h3 {
  color: rgba(2, 6, 23, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-be6d614a-3ada-4604-a95c-57c481f289af .shogun-heading-component h3 {
  color: rgba(2, 6, 23, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-eacaa83c-dbe8-4946-bb7f-a4042f5142d1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-eacaa83c-dbe8-4946-bb7f-a4042f5142d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eacaa83c-dbe8-4946-bb7f-a4042f5142d1.shg-box.shg-c {
  justify-content: center;
}

#s-de2a4394-6743-4c1e-8bd5-bdeb8d4c7bb7 {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 1200px){#s-de2a4394-6743-4c1e-8bd5-bdeb8d4c7bb7 {
  margin-bottom: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
border-radius: 8px;
}
}







#s-de2a4394-6743-4c1e-8bd5-bdeb8d4c7bb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-de2a4394-6743-4c1e-8bd5-bdeb8d4c7bb7.shg-box.shg-c {
  justify-content: center;
}

#s-63a01ebf-9aee-491a-b557-e12c9317d741 {
  margin-left: auto;
margin-right: auto;
max-width: 261px;
aspect-ratio: 261/220;
text-align: center;
}
@media (min-width: 1200px){#s-63a01ebf-9aee-491a-b557-e12c9317d741 {
  max-width: 261px;
aspect-ratio: 522/440;
}
}
#s-63a01ebf-9aee-491a-b557-e12c9317d741 {
  margin: 0 !important;
  overflow: visible;
}

#s-63a01ebf-9aee-491a-b557-e12c9317d741-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-63a01ebf-9aee-491a-b557-e12c9317d741 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63a01ebf-9aee-491a-b557-e12c9317d741 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image {
  /* Add background color handling */
  
}

#s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63a01ebf-9aee-491a-b557-e12c9317d741 .shg-image-content-wrapper {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }

    #s-63a01ebf-9aee-491a-b557-e12c9317d741 .shogun-image-link {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63a01ebf-9aee-491a-b557-e12c9317d741 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-63a01ebf-9aee-491a-b557-e12c9317d741 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63a01ebf-9aee-491a-b557-e12c9317d741.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image {
  box-sizing: border-box;
}



.s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63a01ebf-9aee-491a-b557-e12c9317d741 {
      --shg-aspect-ratio: calc(261/220); 
    }

    .s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container {
      position: relative;
    }

    .s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

@media (min-width: 1200px){#s-63a01ebf-9aee-491a-b557-e12c9317d741 {
  margin: 0 !important;
  overflow: visible;
}

#s-63a01ebf-9aee-491a-b557-e12c9317d741-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-63a01ebf-9aee-491a-b557-e12c9317d741 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63a01ebf-9aee-491a-b557-e12c9317d741 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image {
  /* Add background color handling */
  
}

#s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63a01ebf-9aee-491a-b557-e12c9317d741 .shg-image-content-wrapper {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }

    #s-63a01ebf-9aee-491a-b557-e12c9317d741 .shogun-image-link {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63a01ebf-9aee-491a-b557-e12c9317d741 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-63a01ebf-9aee-491a-b557-e12c9317d741 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63a01ebf-9aee-491a-b557-e12c9317d741.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image {
  box-sizing: border-box;
}



.s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63a01ebf-9aee-491a-b557-e12c9317d741 {
      --shg-aspect-ratio: calc(261/220); 
    }

    .s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container {
      position: relative;
    }

    .s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-63a01ebf-9aee-491a-b557-e12c9317d741 {
  margin: 0 !important;
  overflow: visible;
}

#s-63a01ebf-9aee-491a-b557-e12c9317d741-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-63a01ebf-9aee-491a-b557-e12c9317d741 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63a01ebf-9aee-491a-b557-e12c9317d741 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image {
  /* Add background color handling */
  
}

#s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63a01ebf-9aee-491a-b557-e12c9317d741 .shg-image-content-wrapper {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }

    #s-63a01ebf-9aee-491a-b557-e12c9317d741 .shogun-image-link {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63a01ebf-9aee-491a-b557-e12c9317d741 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-63a01ebf-9aee-491a-b557-e12c9317d741 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63a01ebf-9aee-491a-b557-e12c9317d741.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image {
  box-sizing: border-box;
}



.s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63a01ebf-9aee-491a-b557-e12c9317d741 {
      --shg-aspect-ratio: calc(261/220); 
    }

    .s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container {
      position: relative;
    }

    .s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-63a01ebf-9aee-491a-b557-e12c9317d741 {
  margin: 0 !important;
  overflow: visible;
}

#s-63a01ebf-9aee-491a-b557-e12c9317d741-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-63a01ebf-9aee-491a-b557-e12c9317d741 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63a01ebf-9aee-491a-b557-e12c9317d741 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image {
  /* Add background color handling */
  
}

#s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63a01ebf-9aee-491a-b557-e12c9317d741 .shg-image-content-wrapper {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }

    #s-63a01ebf-9aee-491a-b557-e12c9317d741 .shogun-image-link {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63a01ebf-9aee-491a-b557-e12c9317d741 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-63a01ebf-9aee-491a-b557-e12c9317d741 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63a01ebf-9aee-491a-b557-e12c9317d741.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image {
  box-sizing: border-box;
}



.s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63a01ebf-9aee-491a-b557-e12c9317d741 {
      --shg-aspect-ratio: calc(261/220); 
    }

    .s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container {
      position: relative;
    }

    .s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

}@media (max-width: 767px){#s-63a01ebf-9aee-491a-b557-e12c9317d741 {
  margin: 0 !important;
  overflow: visible;
}

#s-63a01ebf-9aee-491a-b557-e12c9317d741-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-63a01ebf-9aee-491a-b557-e12c9317d741 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-63a01ebf-9aee-491a-b557-e12c9317d741 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image {
  /* Add background color handling */
  
}

#s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-63a01ebf-9aee-491a-b557-e12c9317d741 .shg-image-content-wrapper {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }

    #s-63a01ebf-9aee-491a-b557-e12c9317d741 .shogun-image-link {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-63a01ebf-9aee-491a-b557-e12c9317d741 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-63a01ebf-9aee-491a-b557-e12c9317d741 .shogun-image-content {
  
    justify-content: center;
  
}

.s-63a01ebf-9aee-491a-b557-e12c9317d741.shg-align-container {
  display: flex;
  justify-content: center
}

.s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image {
  box-sizing: border-box;
}



.s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-63a01ebf-9aee-491a-b557-e12c9317d741 {
      --shg-aspect-ratio: calc(261/220); 
    }

    .s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container {
      position: relative;
    }

    .s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-63a01ebf-9aee-491a-b557-e12c9317d741.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-63a01ebf-9aee-491a-b557-e12c9317d741 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

}
#s-c34b94e6-5c53-4ee5-a378-a43cab335ba0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(220, 60, 68, 1);
text-align: center;
text-decoration: none;
}
#s-c34b94e6-5c53-4ee5-a378-a43cab335ba0:hover {background-color: rgba(220, 60, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c34b94e6-5c53-4ee5-a378-a43cab335ba0:active {background-color: rgba(220, 60, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-c34b94e6-5c53-4ee5-a378-a43cab335ba0 {
  border-radius: 6px;
line-height: 1.7em;
background-image: none;
background-color: rgba(220, 60, 68, 1);
hover-type: color;
}
#s-c34b94e6-5c53-4ee5-a378-a43cab335ba0:hover {background-color: rgba(220, 60, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-c34b94e6-5c53-4ee5-a378-a43cab335ba0 {
  
}
#s-c34b94e6-5c53-4ee5-a378-a43cab335ba0:active {background-color: rgba(220, 60, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-c34b94e6-5c53-4ee5-a378-a43cab335ba0 {
  padding-left: 12px;
padding-right: 12px;
}
}

  #s-c34b94e6-5c53-4ee5-a378-a43cab335ba0-root {
    text-align: center;
  }


#s-c34b94e6-5c53-4ee5-a378-a43cab335ba0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c34b94e6-5c53-4ee5-a378-a43cab335ba0-root {
    text-align: center;
  }


#s-c34b94e6-5c53-4ee5-a378-a43cab335ba0.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c34b94e6-5c53-4ee5-a378-a43cab335ba0-root {
    text-align: center;
  }


#s-c34b94e6-5c53-4ee5-a378-a43cab335ba0.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c34b94e6-5c53-4ee5-a378-a43cab335ba0-root {
    text-align: center;
  }


#s-c34b94e6-5c53-4ee5-a378-a43cab335ba0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c34b94e6-5c53-4ee5-a378-a43cab335ba0-root {
    text-align: center;
  }


#s-c34b94e6-5c53-4ee5-a378-a43cab335ba0.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-e1124b26-eca3-42b1-8732-c811d302c63a {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e1124b26-eca3-42b1-8732-c811d302c63a {
  padding-top: 12px;
padding-bottom: 12px;
}
}
#s-e1124b26-eca3-42b1-8732-c811d302c63a .shogun-heading-component h3 {
  color: rgba(2, 6, 23, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e1124b26-eca3-42b1-8732-c811d302c63a .shogun-heading-component h3 {
  color: rgba(2, 6, 23, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-e1124b26-eca3-42b1-8732-c811d302c63a .shogun-heading-component h3 {
  color: rgba(2, 6, 23, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-aa84a02b-a782-4fd2-a1d3-be2d27036789 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-aa84a02b-a782-4fd2-a1d3-be2d27036789 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa84a02b-a782-4fd2-a1d3-be2d27036789.shg-box.shg-c {
  justify-content: center;
}

#s-874cd551-a9fe-4cc2-8f78-a913380cd58b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-874cd551-a9fe-4cc2-8f78-a913380cd58b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-874cd551-a9fe-4cc2-8f78-a913380cd58b.shg-box.shg-c {
  justify-content: center;
}

#s-5191b011-8927-44d3-bb8d-6a38d4c0da57 {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}
@media (min-width: 1200px){#s-5191b011-8927-44d3-bb8d-6a38d4c0da57 {
  margin-bottom: 24px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
border-style: solid;
border-radius: 8px;
}
}







#s-5191b011-8927-44d3-bb8d-6a38d4c0da57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5191b011-8927-44d3-bb8d-6a38d4c0da57.shg-box.shg-c {
  justify-content: center;
}

#s-3b1573e6-929e-42ae-a30d-9f77e3243261 {
  margin-left: auto;
margin-right: auto;
max-width: 261px;
aspect-ratio: 261/220;
text-align: center;
}
@media (min-width: 1200px){#s-3b1573e6-929e-42ae-a30d-9f77e3243261 {
  max-width: 261px;
aspect-ratio: 522/440;
}
}
#s-3b1573e6-929e-42ae-a30d-9f77e3243261 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b1573e6-929e-42ae-a30d-9f77e3243261-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-3b1573e6-929e-42ae-a30d-9f77e3243261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b1573e6-929e-42ae-a30d-9f77e3243261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b1573e6-929e-42ae-a30d-9f77e3243261 .shg-image-content-wrapper {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }

    #s-3b1573e6-929e-42ae-a30d-9f77e3243261 .shogun-image-link {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b1573e6-929e-42ae-a30d-9f77e3243261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-3b1573e6-929e-42ae-a30d-9f77e3243261 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b1573e6-929e-42ae-a30d-9f77e3243261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image {
  box-sizing: border-box;
}



.s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b1573e6-929e-42ae-a30d-9f77e3243261 {
      --shg-aspect-ratio: calc(261/220); 
    }

    .s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container {
      position: relative;
    }

    .s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

@media (min-width: 1200px){#s-3b1573e6-929e-42ae-a30d-9f77e3243261 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b1573e6-929e-42ae-a30d-9f77e3243261-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-3b1573e6-929e-42ae-a30d-9f77e3243261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b1573e6-929e-42ae-a30d-9f77e3243261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b1573e6-929e-42ae-a30d-9f77e3243261 .shg-image-content-wrapper {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }

    #s-3b1573e6-929e-42ae-a30d-9f77e3243261 .shogun-image-link {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b1573e6-929e-42ae-a30d-9f77e3243261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-3b1573e6-929e-42ae-a30d-9f77e3243261 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b1573e6-929e-42ae-a30d-9f77e3243261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image {
  box-sizing: border-box;
}



.s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b1573e6-929e-42ae-a30d-9f77e3243261 {
      --shg-aspect-ratio: calc(261/220); 
    }

    .s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container {
      position: relative;
    }

    .s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3b1573e6-929e-42ae-a30d-9f77e3243261 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b1573e6-929e-42ae-a30d-9f77e3243261-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-3b1573e6-929e-42ae-a30d-9f77e3243261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b1573e6-929e-42ae-a30d-9f77e3243261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b1573e6-929e-42ae-a30d-9f77e3243261 .shg-image-content-wrapper {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }

    #s-3b1573e6-929e-42ae-a30d-9f77e3243261 .shogun-image-link {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b1573e6-929e-42ae-a30d-9f77e3243261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-3b1573e6-929e-42ae-a30d-9f77e3243261 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b1573e6-929e-42ae-a30d-9f77e3243261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image {
  box-sizing: border-box;
}



.s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b1573e6-929e-42ae-a30d-9f77e3243261 {
      --shg-aspect-ratio: calc(261/220); 
    }

    .s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container {
      position: relative;
    }

    .s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3b1573e6-929e-42ae-a30d-9f77e3243261 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b1573e6-929e-42ae-a30d-9f77e3243261-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-3b1573e6-929e-42ae-a30d-9f77e3243261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b1573e6-929e-42ae-a30d-9f77e3243261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b1573e6-929e-42ae-a30d-9f77e3243261 .shg-image-content-wrapper {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }

    #s-3b1573e6-929e-42ae-a30d-9f77e3243261 .shogun-image-link {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b1573e6-929e-42ae-a30d-9f77e3243261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-3b1573e6-929e-42ae-a30d-9f77e3243261 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b1573e6-929e-42ae-a30d-9f77e3243261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image {
  box-sizing: border-box;
}



.s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b1573e6-929e-42ae-a30d-9f77e3243261 {
      --shg-aspect-ratio: calc(261/220); 
    }

    .s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container {
      position: relative;
    }

    .s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

}@media (max-width: 767px){#s-3b1573e6-929e-42ae-a30d-9f77e3243261 {
  margin: 0 !important;
  overflow: visible;
}

#s-3b1573e6-929e-42ae-a30d-9f77e3243261-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-3b1573e6-929e-42ae-a30d-9f77e3243261 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3b1573e6-929e-42ae-a30d-9f77e3243261 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image {
  /* Add background color handling */
  
}

#s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b1573e6-929e-42ae-a30d-9f77e3243261 .shg-image-content-wrapper {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }

    #s-3b1573e6-929e-42ae-a30d-9f77e3243261 .shogun-image-link {
      aspect-ratio: 261/220;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b1573e6-929e-42ae-a30d-9f77e3243261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 261px;
  }



  img.s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image {
    
    
    
    max-height: 261px;
  }


.s-3b1573e6-929e-42ae-a30d-9f77e3243261 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3b1573e6-929e-42ae-a30d-9f77e3243261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image {
  box-sizing: border-box;
}



.s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3b1573e6-929e-42ae-a30d-9f77e3243261 {
      --shg-aspect-ratio: calc(261/220); 
    }

    .s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container {
      position: relative;
    }

    .s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b1573e6-929e-42ae-a30d-9f77e3243261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b1573e6-929e-42ae-a30d-9f77e3243261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 261px;
    }
  }

}
#s-d4aaff61-d8c3-4ad6-8ea6-f253ffe10a37 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(220, 60, 68, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d4aaff61-d8c3-4ad6-8ea6-f253ffe10a37:hover {background-color: rgba(220, 60, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d4aaff61-d8c3-4ad6-8ea6-f253ffe10a37:active {background-color: rgba(220, 60, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-d4aaff61-d8c3-4ad6-8ea6-f253ffe10a37 {
  border-radius: 6px;
line-height: 1.7em;
background-image: none;
background-color: rgba(220, 60, 68, 1);
hover-type: color;
}
#s-d4aaff61-d8c3-4ad6-8ea6-f253ffe10a37:hover {background-color: rgba(220, 60, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-d4aaff61-d8c3-4ad6-8ea6-f253ffe10a37 {
  border-radius: 2px;
background-image: none;
background-color: rgba(220, 60, 68, 1);
hover-type: color;
}
#s-d4aaff61-d8c3-4ad6-8ea6-f253ffe10a37:hover {border-radius: 2px !important;
background-color: rgba(220, 60, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d4aaff61-d8c3-4ad6-8ea6-f253ffe10a37:active {border-radius: 2px !important;
background-color: rgba(220, 60, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-d4aaff61-d8c3-4ad6-8ea6-f253ffe10a37 {
  border-radius: 2px;
}
#s-d4aaff61-d8c3-4ad6-8ea6-f253ffe10a37:hover {border-radius: 2px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-d4aaff61-d8c3-4ad6-8ea6-f253ffe10a37:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzk0YWQwNjItM2YxZC00YzdlLThjM2YtZWVjNjY1ZGJhMGFkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjOTRhZDA2Mi0zZjFkLTRjN2UtOGMzZi1lZWM2NjVkYmEwYWQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-radius: 6px !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}}@media (max-width: 767px){#s-d4aaff61-d8c3-4ad6-8ea6-f253ffe10a37 {
  padding-left: 12px;
padding-right: 12px;
}
}

  #s-d4aaff61-d8c3-4ad6-8ea6-f253ffe10a37-root {
    text-align: center;
  }


#s-d4aaff61-d8c3-4ad6-8ea6-f253ffe10a37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d4aaff61-d8c3-4ad6-8ea6-f253ffe10a37-root {
    text-align: center;
  }


#s-d4aaff61-d8c3-4ad6-8ea6-f253ffe10a37.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d4aaff61-d8c3-4ad6-8ea6-f253ffe10a37-root {
    text-align: center;
  }


#s-d4aaff61-d8c3-4ad6-8ea6-f253ffe10a37.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d4aaff61-d8c3-4ad6-8ea6-f253ffe10a37-root {
    text-align: center;
  }


#s-d4aaff61-d8c3-4ad6-8ea6-f253ffe10a37.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d4aaff61-d8c3-4ad6-8ea6-f253ffe10a37-root {
    text-align: center;
  }


#s-d4aaff61-d8c3-4ad6-8ea6-f253ffe10a37.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
#s-010dd308-818b-4ffc-a643-80ac1f443962 {
  margin-left: auto;
margin-right: auto;
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-010dd308-818b-4ffc-a643-80ac1f443962 {
  padding-top: 12px;
padding-bottom: 12px;
}
}
#s-010dd308-818b-4ffc-a643-80ac1f443962 .shogun-heading-component h3 {
  color: rgba(2, 6, 23, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-010dd308-818b-4ffc-a643-80ac1f443962 .shogun-heading-component h3 {
  color: rgba(2, 6, 23, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}@media (max-width: 767px){#s-010dd308-818b-4ffc-a643-80ac1f443962 .shogun-heading-component h3 {
  color: rgba(2, 6, 23, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-31aa197b-f546-4c05-b78d-4e0779bfa20a {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 50px;
max-width: 1120px;
background-color: rgba(18, 94, 165, 1);
}
@media (min-width: 1200px){#s-31aa197b-f546-4c05-b78d-4e0779bfa20a {
  padding-left: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31aa197b-f546-4c05-b78d-4e0779bfa20a {
  margin-left: 28px;
margin-right: 28px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-31aa197b-f546-4c05-b78d-4e0779bfa20a {
  margin-left: 28px;
margin-right: 28px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
}
}@media (max-width: 767px){#s-31aa197b-f546-4c05-b78d-4e0779bfa20a {
  margin-left: 10px;
margin-right: 10px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 15px;
}
}







#s-31aa197b-f546-4c05-b78d-4e0779bfa20a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-31aa197b-f546-4c05-b78d-4e0779bfa20a.shg-box.shg-c {
  justify-content: center;
}

#s-a93807e4-02af-498f-9f90-dd8b6820efe1 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-a93807e4-02af-498f-9f90-dd8b6820efe1 {
  padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-a93807e4-02af-498f-9f90-dd8b6820efe1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a93807e4-02af-498f-9f90-dd8b6820efe1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a93807e4-02af-498f-9f90-dd8b6820efe1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a93807e4-02af-498f-9f90-dd8b6820efe1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-fa90bbb2-e431-4423-9c08-670e46fb36e1 {
  margin-left: auto;
margin-right: auto;
}

#s-6e5a5540-8ba0-44cf-85fa-d3347d086964 {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-bottom: 16px;
text-align: left;
}

#s-6e5a5540-8ba0-44cf-85fa-d3347d086964 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (max-width: 767px){#s-6e5a5540-8ba0-44cf-85fa-d3347d086964 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
#s-832c91d6-7884-412c-8df8-558bb0f027bb {
  margin-left: auto;
margin-right: auto;
}

#s-c712987a-b1d7-4875-8cf9-a6613dda990d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c712987a-b1d7-4875-8cf9-a6613dda990d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c712987a-b1d7-4875-8cf9-a6613dda990d.shg-box.shg-c {
  justify-content: center;
}

#s-45cc0da0-9028-4ef1-b74e-87196bf6812b {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-45cc0da0-9028-4ef1-b74e-87196bf6812b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45cc0da0-9028-4ef1-b74e-87196bf6812b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-45cc0da0-9028-4ef1-b74e-87196bf6812b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-45cc0da0-9028-4ef1-b74e-87196bf6812b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-421b1407-f290-42f3-8ba9-5847b8255240 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-421b1407-f290-42f3-8ba9-5847b8255240 {
  box-shadow:0px 0px 0px 0px ;
}
}
@media (min-width: 0px) {
[id="s-421b1407-f290-42f3-8ba9-5847b8255240"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-421b1407-f290-42f3-8ba9-5847b8255240"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-421b1407-f290-42f3-8ba9-5847b8255240"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-421b1407-f290-42f3-8ba9-5847b8255240"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-421b1407-f290-42f3-8ba9-5847b8255240"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-421b1407-f290-42f3-8ba9-5847b8255240"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-421b1407-f290-42f3-8ba9-5847b8255240"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

}

#s-e8498e98-5db6-4d2f-b73c-6ee60291c107 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 50px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-e8498e98-5db6-4d2f-b73c-6ee60291c107 {
  max-width: 50px;
aspect-ratio: 40/41;
}
}
#s-e8498e98-5db6-4d2f-b73c-6ee60291c107 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8498e98-5db6-4d2f-b73c-6ee60291c107-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-e8498e98-5db6-4d2f-b73c-6ee60291c107 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8498e98-5db6-4d2f-b73c-6ee60291c107 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8498e98-5db6-4d2f-b73c-6ee60291c107 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8498e98-5db6-4d2f-b73c-6ee60291c107 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8498e98-5db6-4d2f-b73c-6ee60291c107 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 50px;
    max-height: 50px;
  }



  img.s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image {
    
    
    min-height: 50px;
    max-height: 50px;
  }


.s-e8498e98-5db6-4d2f-b73c-6ee60291c107 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image {
  box-sizing: border-box;
}



.s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image {
  min-height: 50px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container {
      position: relative;
    }

    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 50px;
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-e8498e98-5db6-4d2f-b73c-6ee60291c107 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8498e98-5db6-4d2f-b73c-6ee60291c107-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-e8498e98-5db6-4d2f-b73c-6ee60291c107 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8498e98-5db6-4d2f-b73c-6ee60291c107 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8498e98-5db6-4d2f-b73c-6ee60291c107 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8498e98-5db6-4d2f-b73c-6ee60291c107 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8498e98-5db6-4d2f-b73c-6ee60291c107 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 50px;
    max-height: 50px;
  }



  img.s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image {
    
    
    min-height: 50px;
    max-height: 50px;
  }


.s-e8498e98-5db6-4d2f-b73c-6ee60291c107 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image {
  box-sizing: border-box;
}



.s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image {
  min-height: 50px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container {
      position: relative;
    }

    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 50px;
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e8498e98-5db6-4d2f-b73c-6ee60291c107 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8498e98-5db6-4d2f-b73c-6ee60291c107-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-e8498e98-5db6-4d2f-b73c-6ee60291c107 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8498e98-5db6-4d2f-b73c-6ee60291c107 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8498e98-5db6-4d2f-b73c-6ee60291c107 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8498e98-5db6-4d2f-b73c-6ee60291c107 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8498e98-5db6-4d2f-b73c-6ee60291c107 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 50px;
    max-height: 50px;
  }



  img.s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image {
    
    
    min-height: 50px;
    max-height: 50px;
  }


.s-e8498e98-5db6-4d2f-b73c-6ee60291c107 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image {
  box-sizing: border-box;
}



.s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image {
  min-height: 50px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container {
      position: relative;
    }

    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 50px;
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e8498e98-5db6-4d2f-b73c-6ee60291c107 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8498e98-5db6-4d2f-b73c-6ee60291c107-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-e8498e98-5db6-4d2f-b73c-6ee60291c107 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8498e98-5db6-4d2f-b73c-6ee60291c107 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8498e98-5db6-4d2f-b73c-6ee60291c107 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8498e98-5db6-4d2f-b73c-6ee60291c107 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8498e98-5db6-4d2f-b73c-6ee60291c107 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 50px;
    max-height: 50px;
  }



  img.s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image {
    
    
    min-height: 50px;
    max-height: 50px;
  }


.s-e8498e98-5db6-4d2f-b73c-6ee60291c107 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image {
  box-sizing: border-box;
}



.s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image {
  min-height: 50px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container {
      position: relative;
    }

    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 50px;
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-e8498e98-5db6-4d2f-b73c-6ee60291c107 {
  margin: 0 !important;
  overflow: visible;
}

#s-e8498e98-5db6-4d2f-b73c-6ee60291c107-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-e8498e98-5db6-4d2f-b73c-6ee60291c107 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e8498e98-5db6-4d2f-b73c-6ee60291c107 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image {
  /* Add background color handling */
  
}

#s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8498e98-5db6-4d2f-b73c-6ee60291c107 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-e8498e98-5db6-4d2f-b73c-6ee60291c107 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8498e98-5db6-4d2f-b73c-6ee60291c107 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 50px;
    max-height: 50px;
  }



  img.s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image {
    
    
    min-height: 50px;
    max-height: 50px;
  }


.s-e8498e98-5db6-4d2f-b73c-6ee60291c107 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image {
  box-sizing: border-box;
}



.s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image {
  min-height: 50px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container {
      position: relative;
    }

    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8498e98-5db6-4d2f-b73c-6ee60291c107 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 50px;
      max-width: 50px;
    }
  }

}
#s-49d92986-6251-4238-92c3-f5ae8bfaf2d3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 4px;
text-align: left;
}

#s-49d92986-6251-4238-92c3-f5ae8bfaf2d3 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-d6b784a9-6d0a-43dc-b10a-8912b3ff5f26 {
  margin-left: auto;
margin-right: auto;
}

#s-145a94d3-9f37-4b08-9e30-103d68b1b02a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-145a94d3-9f37-4b08-9e30-103d68b1b02a {
  box-shadow:0px 0px 0px 0px ;
}
}
@media (min-width: 0px) {
[id="s-145a94d3-9f37-4b08-9e30-103d68b1b02a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-145a94d3-9f37-4b08-9e30-103d68b1b02a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-145a94d3-9f37-4b08-9e30-103d68b1b02a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-145a94d3-9f37-4b08-9e30-103d68b1b02a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-145a94d3-9f37-4b08-9e30-103d68b1b02a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-145a94d3-9f37-4b08-9e30-103d68b1b02a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-145a94d3-9f37-4b08-9e30-103d68b1b02a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

}

#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 50px;
aspect-ratio: 40/41;
text-align: center;
}
@media (min-width: 1200px){#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 {
  max-width: 50px;
aspect-ratio: 40/41;
}
}
#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39-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-cf39f9ba-10a2-4108-ab51-a2ba37428c39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 .shg-image-content-wrapper {
      aspect-ratio: 40/41;
      min-width: 100%;
      height: auto;
    }

    #s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 .shogun-image-link {
      aspect-ratio: 40/41;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 50px;
    max-height: 50px;
  }



  img.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image {
    
    
    min-height: 50px;
    max-height: 50px;
  }


.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image {
  box-sizing: border-box;
}



.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image {
  min-height: 50px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 {
      --shg-aspect-ratio: calc(40/41); 
    }

    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container {
      position: relative;
    }

    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 50px;
      max-width: 50px;
    }
  }

@media (min-width: 1200px){#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39-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-cf39f9ba-10a2-4108-ab51-a2ba37428c39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 .shg-image-content-wrapper {
      aspect-ratio: 40/41;
      min-width: 100%;
      height: auto;
    }

    #s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 .shogun-image-link {
      aspect-ratio: 40/41;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 50px;
    max-height: 50px;
  }



  img.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image {
    
    
    min-height: 50px;
    max-height: 50px;
  }


.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image {
  box-sizing: border-box;
}



.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image {
  min-height: 50px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 {
      --shg-aspect-ratio: calc(40/41); 
    }

    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container {
      position: relative;
    }

    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 50px;
      max-width: 50px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39-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-cf39f9ba-10a2-4108-ab51-a2ba37428c39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 .shg-image-content-wrapper {
      aspect-ratio: 40/41;
      min-width: 100%;
      height: auto;
    }

    #s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 .shogun-image-link {
      aspect-ratio: 40/41;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 50px;
    max-height: 50px;
  }



  img.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image {
    
    
    min-height: 50px;
    max-height: 50px;
  }


.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image {
  box-sizing: border-box;
}



.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image {
  min-height: 50px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 {
      --shg-aspect-ratio: calc(40/41); 
    }

    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container {
      position: relative;
    }

    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 50px;
      max-width: 50px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39-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-cf39f9ba-10a2-4108-ab51-a2ba37428c39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 .shg-image-content-wrapper {
      aspect-ratio: 40/41;
      min-width: 100%;
      height: auto;
    }

    #s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 .shogun-image-link {
      aspect-ratio: 40/41;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 50px;
    max-height: 50px;
  }



  img.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image {
    
    
    min-height: 50px;
    max-height: 50px;
  }


.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image {
  box-sizing: border-box;
}



.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image {
  min-height: 50px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 {
      --shg-aspect-ratio: calc(40/41); 
    }

    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container {
      position: relative;
    }

    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 50px;
      max-width: 50px;
    }
  }

}@media (max-width: 767px){#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 {
  margin: 0 !important;
  overflow: visible;
}

#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39-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-cf39f9ba-10a2-4108-ab51-a2ba37428c39 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image {
  /* Add background color handling */
  
}

#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 .shg-image-content-wrapper {
      aspect-ratio: 40/41;
      min-width: 100%;
      height: auto;
    }

    #s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 .shogun-image-link {
      aspect-ratio: 40/41;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image {
    height: 100%;
    width: 100%;
    min-height: 50px;
    max-height: 50px;
  }



  img.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image {
    
    
    min-height: 50px;
    max-height: 50px;
  }


.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 .shogun-image-content {
  
    justify-content: center;
  
}

.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image {
  box-sizing: border-box;
}



.s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image {
  min-height: 50px;
}


  @supports not (aspect-ratio: 1/1) {
    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 {
      --shg-aspect-ratio: calc(40/41); 
    }

    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container {
      position: relative;
    }

    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cf39f9ba-10a2-4108-ab51-a2ba37428c39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      min-height: 50px;
      max-width: 50px;
    }
  }

}
#s-54c3153a-fc2b-46ac-bd3e-72677c38f1d6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 4px;
text-align: left;
}

#s-54c3153a-fc2b-46ac-bd3e-72677c38f1d6 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-7e995b49-9d75-44d5-a563-0ad7cc56f0fb {
  margin-left: auto;
margin-right: auto;
}

#s-ce59bdf2-11c1-4dad-99c6-adcbfbed9c45 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 40px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 25px;
min-height: 0px;
max-width: 1380%;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-ce59bdf2-11c1-4dad-99c6-adcbfbed9c45 {
  padding-top: 30px;
border-radius: 15px;
}
}







#s-ce59bdf2-11c1-4dad-99c6-adcbfbed9c45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce59bdf2-11c1-4dad-99c6-adcbfbed9c45.shg-box.shg-c {
  justify-content: center;
}

#s-358d99ca-c82e-4861-8f9c-d784db32abee {
  margin-left: auto;
margin-right: auto;
max-width: 124px;
aspect-ratio: 124/60;
text-align: center;
}

#s-358d99ca-c82e-4861-8f9c-d784db32abee {
  margin: 0 !important;
  overflow: visible;
}

#s-358d99ca-c82e-4861-8f9c-d784db32abee-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-358d99ca-c82e-4861-8f9c-d784db32abee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-358d99ca-c82e-4861-8f9c-d784db32abee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image {
  /* Add background color handling */
  
}

#s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-358d99ca-c82e-4861-8f9c-d784db32abee .shg-image-content-wrapper {
      aspect-ratio: 124/60;
      min-width: 100%;
      height: auto;
    }

    #s-358d99ca-c82e-4861-8f9c-d784db32abee .shogun-image-link {
      aspect-ratio: 124/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-358d99ca-c82e-4861-8f9c-d784db32abee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 124px;
  }



  img.s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image {
    
    
    
    max-height: 124px;
  }


.s-358d99ca-c82e-4861-8f9c-d784db32abee .shogun-image-content {
  
    justify-content: center;
  
}

.s-358d99ca-c82e-4861-8f9c-d784db32abee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image {
  box-sizing: border-box;
}



.s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-358d99ca-c82e-4861-8f9c-d784db32abee {
      --shg-aspect-ratio: calc(124/60); 
    }

    .s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container {
      position: relative;
    }

    .s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 124px;
    }
  }

@media (min-width: 1200px){#s-358d99ca-c82e-4861-8f9c-d784db32abee {
  margin: 0 !important;
  overflow: visible;
}

#s-358d99ca-c82e-4861-8f9c-d784db32abee-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-358d99ca-c82e-4861-8f9c-d784db32abee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-358d99ca-c82e-4861-8f9c-d784db32abee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image {
  /* Add background color handling */
  
}

#s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-358d99ca-c82e-4861-8f9c-d784db32abee .shg-image-content-wrapper {
      aspect-ratio: 124/60;
      min-width: 100%;
      height: auto;
    }

    #s-358d99ca-c82e-4861-8f9c-d784db32abee .shogun-image-link {
      aspect-ratio: 124/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-358d99ca-c82e-4861-8f9c-d784db32abee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 124px;
  }



  img.s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image {
    
    
    
    max-height: 124px;
  }


.s-358d99ca-c82e-4861-8f9c-d784db32abee .shogun-image-content {
  
    justify-content: center;
  
}

.s-358d99ca-c82e-4861-8f9c-d784db32abee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image {
  box-sizing: border-box;
}



.s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-358d99ca-c82e-4861-8f9c-d784db32abee {
      --shg-aspect-ratio: calc(124/60); 
    }

    .s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container {
      position: relative;
    }

    .s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 124px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-358d99ca-c82e-4861-8f9c-d784db32abee {
  margin: 0 !important;
  overflow: visible;
}

#s-358d99ca-c82e-4861-8f9c-d784db32abee-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-358d99ca-c82e-4861-8f9c-d784db32abee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-358d99ca-c82e-4861-8f9c-d784db32abee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image {
  /* Add background color handling */
  
}

#s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-358d99ca-c82e-4861-8f9c-d784db32abee .shg-image-content-wrapper {
      aspect-ratio: 124/60;
      min-width: 100%;
      height: auto;
    }

    #s-358d99ca-c82e-4861-8f9c-d784db32abee .shogun-image-link {
      aspect-ratio: 124/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-358d99ca-c82e-4861-8f9c-d784db32abee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 124px;
  }



  img.s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image {
    
    
    
    max-height: 124px;
  }


.s-358d99ca-c82e-4861-8f9c-d784db32abee .shogun-image-content {
  
    justify-content: center;
  
}

.s-358d99ca-c82e-4861-8f9c-d784db32abee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image {
  box-sizing: border-box;
}



.s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-358d99ca-c82e-4861-8f9c-d784db32abee {
      --shg-aspect-ratio: calc(124/60); 
    }

    .s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container {
      position: relative;
    }

    .s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 124px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-358d99ca-c82e-4861-8f9c-d784db32abee {
  margin: 0 !important;
  overflow: visible;
}

#s-358d99ca-c82e-4861-8f9c-d784db32abee-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-358d99ca-c82e-4861-8f9c-d784db32abee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-358d99ca-c82e-4861-8f9c-d784db32abee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image {
  /* Add background color handling */
  
}

#s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-358d99ca-c82e-4861-8f9c-d784db32abee .shg-image-content-wrapper {
      aspect-ratio: 124/60;
      min-width: 100%;
      height: auto;
    }

    #s-358d99ca-c82e-4861-8f9c-d784db32abee .shogun-image-link {
      aspect-ratio: 124/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-358d99ca-c82e-4861-8f9c-d784db32abee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 124px;
  }



  img.s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image {
    
    
    
    max-height: 124px;
  }


.s-358d99ca-c82e-4861-8f9c-d784db32abee .shogun-image-content {
  
    justify-content: center;
  
}

.s-358d99ca-c82e-4861-8f9c-d784db32abee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image {
  box-sizing: border-box;
}



.s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-358d99ca-c82e-4861-8f9c-d784db32abee {
      --shg-aspect-ratio: calc(124/60); 
    }

    .s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container {
      position: relative;
    }

    .s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 124px;
    }
  }

}@media (max-width: 767px){#s-358d99ca-c82e-4861-8f9c-d784db32abee {
  margin: 0 !important;
  overflow: visible;
}

#s-358d99ca-c82e-4861-8f9c-d784db32abee-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-358d99ca-c82e-4861-8f9c-d784db32abee {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-358d99ca-c82e-4861-8f9c-d784db32abee {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image {
  /* Add background color handling */
  
}

#s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-358d99ca-c82e-4861-8f9c-d784db32abee .shg-image-content-wrapper {
      aspect-ratio: 124/60;
      min-width: 100%;
      height: auto;
    }

    #s-358d99ca-c82e-4861-8f9c-d784db32abee .shogun-image-link {
      aspect-ratio: 124/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-358d99ca-c82e-4861-8f9c-d784db32abee .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 124px;
  }



  img.s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image {
    
    
    
    max-height: 124px;
  }


.s-358d99ca-c82e-4861-8f9c-d784db32abee .shogun-image-content {
  
    justify-content: center;
  
}

.s-358d99ca-c82e-4861-8f9c-d784db32abee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image {
  box-sizing: border-box;
}



.s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-358d99ca-c82e-4861-8f9c-d784db32abee {
      --shg-aspect-ratio: calc(124/60); 
    }

    .s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container {
      position: relative;
    }

    .s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-358d99ca-c82e-4861-8f9c-d784db32abee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-358d99ca-c82e-4861-8f9c-d784db32abee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 124px;
    }
  }

}
#s-0d17eb9f-83ba-4dfb-a101-d4f9b1ece18c {
  margin-left: auto;
margin-right: auto;
padding-top: 16px;
padding-bottom: 16px;
text-align: center;
}

#s-0d17eb9f-83ba-4dfb-a101-d4f9b1ece18c .shogun-heading-component h1 {
  color: rgba(4, 4, 4, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-310e3b01-71ce-4769-8f14-32ecd9910481 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-310e3b01-71ce-4769-8f14-32ecd9910481 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-310e3b01-71ce-4769-8f14-32ecd9910481 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  
  
  color: #008000;
  
  
  
  
  
}

#s-310e3b01-71ce-4769-8f14-32ecd9910481 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: #008000;
}

#s-310e3b01-71ce-4769-8f14-32ecd9910481 .shogun-form-error-msg-container, #s-310e3b01-71ce-4769-8f14-32ecd9910481 .shogun-form-field-error-msg-container {
  display: none;
}

#s-310e3b01-71ce-4769-8f14-32ecd9910481 .shogun-form-error-msg {
  
  
  color: #ff0000;
  
  
  
  
  
}

#s-310e3b01-71ce-4769-8f14-32ecd9910481 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-96b43335-7ef6-4e87-b2ad-6fa042cdce4b {
  margin-left: auto;
margin-right: auto;
}

#s-96b43335-7ef6-4e87-b2ad-6fa042cdce4b  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-96b43335-7ef6-4e87-b2ad-6fa042cdce4b  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-96b43335-7ef6-4e87-b2ad-6fa042cdce4b  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-96b43335-7ef6-4e87-b2ad-6fa042cdce4b .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-96b43335-7ef6-4e87-b2ad-6fa042cdce4b .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-f45902a3-36f5-4c6b-8447-402862ae6d31 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f45902a3-36f5-4c6b-8447-402862ae6d31"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f45902a3-36f5-4c6b-8447-402862ae6d31"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f45902a3-36f5-4c6b-8447-402862ae6d31"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f45902a3-36f5-4c6b-8447-402862ae6d31"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3e35d013-f502-4d0b-bbd0-67019b60501d {
  margin-left: auto;
margin-right: auto;
}

#s-3e35d013-f502-4d0b-bbd0-67019b60501d  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-3e35d013-f502-4d0b-bbd0-67019b60501d  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-3e35d013-f502-4d0b-bbd0-67019b60501d  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-3e35d013-f502-4d0b-bbd0-67019b60501d .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-3e35d013-f502-4d0b-bbd0-67019b60501d .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}

@media (min-width: 1200px){#s-3e35d013-f502-4d0b-bbd0-67019b60501d  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-3e35d013-f502-4d0b-bbd0-67019b60501d  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: rgba(179, 179, 179, 1);
  
  
  
  
}

#s-3e35d013-f502-4d0b-bbd0-67019b60501d  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(179, 179, 179, 1);
  
  
  
  
}


#s-3e35d013-f502-4d0b-bbd0-67019b60501d .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-3e35d013-f502-4d0b-bbd0-67019b60501d .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}

}
#s-3d3f6478-7aea-4ed0-9410-d8d8e582e34e {
  margin-left: auto;
margin-right: auto;
}

#s-3d3f6478-7aea-4ed0-9410-d8d8e582e34e  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-3d3f6478-7aea-4ed0-9410-d8d8e582e34e  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-3d3f6478-7aea-4ed0-9410-d8d8e582e34e  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-3d3f6478-7aea-4ed0-9410-d8d8e582e34e .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-3d3f6478-7aea-4ed0-9410-d8d8e582e34e .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-8ecbcf86-9d08-41b9-a9ff-0c3756f118ce {
  margin-left: auto;
margin-right: auto;
}

#s-8ecbcf86-9d08-41b9-a9ff-0c3756f118ce  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-8ecbcf86-9d08-41b9-a9ff-0c3756f118ce  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-8ecbcf86-9d08-41b9-a9ff-0c3756f118ce  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-8ecbcf86-9d08-41b9-a9ff-0c3756f118ce .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-8ecbcf86-9d08-41b9-a9ff-0c3756f118ce .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-11c98429-df18-414f-9352-749bf15884ad {
  margin-left: auto;
margin-right: auto;
}

#s-11c98429-df18-414f-9352-749bf15884ad  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-11c98429-df18-414f-9352-749bf15884ad  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-11c98429-df18-414f-9352-749bf15884ad  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-11c98429-df18-414f-9352-749bf15884ad .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-11c98429-df18-414f-9352-749bf15884ad .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-01e1f28e-74b9-47aa-b6e4-f13ce24c0e29 {
  margin-left: auto;
margin-right: auto;
}

#s-01e1f28e-74b9-47aa-b6e4-f13ce24c0e29  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  
  
  color: #000;
  
  
  
  
}

#s-01e1f28e-74b9-47aa-b6e4-f13ce24c0e29  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: #000;
  
  
  
  
}

#s-01e1f28e-74b9-47aa-b6e4-f13ce24c0e29  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-01e1f28e-74b9-47aa-b6e4-f13ce24c0e29 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-01e1f28e-74b9-47aa-b6e4-f13ce24c0e29 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-686aca66-3459-49fe-85cf-6b634a53e59e {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 8px;
color: #FFFFFF;
background-color: rgba(220, 60, 68, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-686aca66-3459-49fe-85cf-6b634a53e59e:hover {background-color: rgba(255, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-686aca66-3459-49fe-85cf-6b634a53e59e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-686aca66-3459-49fe-85cf-6b634a53e59e {
  padding-top: 16px;
padding-left: 22px;
padding-bottom: 16px;
padding-right: 22px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 8px;
font-size: 16px;
line-height: 1em;
}
#s-686aca66-3459-49fe-85cf-6b634a53e59e:hover {background-color: rgba(255, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-686aca66-3459-49fe-85cf-6b634a53e59e {
  border-radius: 8px;
}
}
#s-686aca66-3459-49fe-85cf-6b634a53e59e[disabled],
#s-686aca66-3459-49fe-85cf-6b634a53e59e[disabled]:hover,
#s-686aca66-3459-49fe-85cf-6b634a53e59e[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-686aca66-3459-49fe-85cf-6b634a53e59e {
  display:  block ;
  width:  100% ;
}

@media (min-width: 1200px){#s-686aca66-3459-49fe-85cf-6b634a53e59e[disabled],
#s-686aca66-3459-49fe-85cf-6b634a53e59e[disabled]:hover,
#s-686aca66-3459-49fe-85cf-6b634a53e59e[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-686aca66-3459-49fe-85cf-6b634a53e59e {
  display:  block ;
  width:  100% ;
}

}
#s-f6f87215-6afe-4f3f-b9cc-7ff715464667 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 10px;
min-height: 0px;
max-width: 1120px;
}
@media (min-width: 1200px){#s-f6f87215-6afe-4f3f-b9cc-7ff715464667 {
  padding-top: 50px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
max-width: 1300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6f87215-6afe-4f3f-b9cc-7ff715464667 {
  padding-top: 30px;
padding-left: 28px;
padding-bottom: 0px;
padding-right: 28px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f6f87215-6afe-4f3f-b9cc-7ff715464667 {
  padding-top: 30px;
padding-left: 28px;
padding-bottom: 0px;
padding-right: 28px;
}
}@media (max-width: 767px){#s-f6f87215-6afe-4f3f-b9cc-7ff715464667 {
  padding-top: 30px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 1300px;
}
}







#s-f6f87215-6afe-4f3f-b9cc-7ff715464667 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f6f87215-6afe-4f3f-b9cc-7ff715464667.shg-box.shg-c {
  justify-content: center;
}

#s-8d03829a-ad75-4163-b1a5-075fa524404e {
  margin-left: auto;
margin-right: auto;
max-width: 1120px;
}
@media (min-width: 1200px){#s-8d03829a-ad75-4163-b1a5-075fa524404e {
  padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-8d03829a-ad75-4163-b1a5-075fa524404e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d03829a-ad75-4163-b1a5-075fa524404e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-8d03829a-ad75-4163-b1a5-075fa524404e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d03829a-ad75-4163-b1a5-075fa524404e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-01de26ae-5150-4a4f-9514-bb3440e36f34 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-01de26ae-5150-4a4f-9514-bb3440e36f34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01de26ae-5150-4a4f-9514-bb3440e36f34.shg-box.shg-c {
  justify-content: center;
}

#s-18dbd16b-adbb-4254-aa83-73cef36362e4 {
  margin-left: auto;
margin-right: auto;
max-width: 358px;
aspect-ratio: 358/211;
text-align: center;
}
@media (min-width: 1200px){#s-18dbd16b-adbb-4254-aa83-73cef36362e4 {
  max-width: 100%;
}
}@media (max-width: 767px){#s-18dbd16b-adbb-4254-aa83-73cef36362e4 {
  max-width: 100%;
aspect-ratio: 358/211;
}
}
#s-18dbd16b-adbb-4254-aa83-73cef36362e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-18dbd16b-adbb-4254-aa83-73cef36362e4-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-18dbd16b-adbb-4254-aa83-73cef36362e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18dbd16b-adbb-4254-aa83-73cef36362e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18dbd16b-adbb-4254-aa83-73cef36362e4 .shg-image-content-wrapper {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }

    #s-18dbd16b-adbb-4254-aa83-73cef36362e4 .shogun-image-link {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18dbd16b-adbb-4254-aa83-73cef36362e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 358px;
  }



  img.s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image {
    
    
    
    max-height: 358px;
  }


.s-18dbd16b-adbb-4254-aa83-73cef36362e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18dbd16b-adbb-4254-aa83-73cef36362e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image {
  box-sizing: border-box;
}



.s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18dbd16b-adbb-4254-aa83-73cef36362e4 {
      --shg-aspect-ratio: calc(358/211); 
    }

    .s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container {
      position: relative;
    }

    .s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 358px;
    }
  }

@media (min-width: 1200px){#s-18dbd16b-adbb-4254-aa83-73cef36362e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-18dbd16b-adbb-4254-aa83-73cef36362e4-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-18dbd16b-adbb-4254-aa83-73cef36362e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18dbd16b-adbb-4254-aa83-73cef36362e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18dbd16b-adbb-4254-aa83-73cef36362e4 .shg-image-content-wrapper {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }

    #s-18dbd16b-adbb-4254-aa83-73cef36362e4 .shogun-image-link {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18dbd16b-adbb-4254-aa83-73cef36362e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 358px;
  }



  img.s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image {
    
    
    
    max-height: 358px;
  }


.s-18dbd16b-adbb-4254-aa83-73cef36362e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18dbd16b-adbb-4254-aa83-73cef36362e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image {
  box-sizing: border-box;
}



.s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18dbd16b-adbb-4254-aa83-73cef36362e4 {
      --shg-aspect-ratio: calc(358/211); 
    }

    .s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container {
      position: relative;
    }

    .s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 358px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-18dbd16b-adbb-4254-aa83-73cef36362e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-18dbd16b-adbb-4254-aa83-73cef36362e4-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-18dbd16b-adbb-4254-aa83-73cef36362e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18dbd16b-adbb-4254-aa83-73cef36362e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18dbd16b-adbb-4254-aa83-73cef36362e4 .shg-image-content-wrapper {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }

    #s-18dbd16b-adbb-4254-aa83-73cef36362e4 .shogun-image-link {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18dbd16b-adbb-4254-aa83-73cef36362e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 358px;
  }



  img.s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image {
    
    
    
    max-height: 358px;
  }


.s-18dbd16b-adbb-4254-aa83-73cef36362e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18dbd16b-adbb-4254-aa83-73cef36362e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image {
  box-sizing: border-box;
}



.s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18dbd16b-adbb-4254-aa83-73cef36362e4 {
      --shg-aspect-ratio: calc(358/211); 
    }

    .s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container {
      position: relative;
    }

    .s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 358px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-18dbd16b-adbb-4254-aa83-73cef36362e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-18dbd16b-adbb-4254-aa83-73cef36362e4-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-18dbd16b-adbb-4254-aa83-73cef36362e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18dbd16b-adbb-4254-aa83-73cef36362e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18dbd16b-adbb-4254-aa83-73cef36362e4 .shg-image-content-wrapper {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }

    #s-18dbd16b-adbb-4254-aa83-73cef36362e4 .shogun-image-link {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18dbd16b-adbb-4254-aa83-73cef36362e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 358px;
  }



  img.s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image {
    
    
    
    max-height: 358px;
  }


.s-18dbd16b-adbb-4254-aa83-73cef36362e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18dbd16b-adbb-4254-aa83-73cef36362e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image {
  box-sizing: border-box;
}



.s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18dbd16b-adbb-4254-aa83-73cef36362e4 {
      --shg-aspect-ratio: calc(358/211); 
    }

    .s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container {
      position: relative;
    }

    .s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 358px;
    }
  }

}@media (max-width: 767px){#s-18dbd16b-adbb-4254-aa83-73cef36362e4 {
  margin: 0 !important;
  overflow: visible;
}

#s-18dbd16b-adbb-4254-aa83-73cef36362e4-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-18dbd16b-adbb-4254-aa83-73cef36362e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-18dbd16b-adbb-4254-aa83-73cef36362e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image {
  /* Add background color handling */
  
}

#s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18dbd16b-adbb-4254-aa83-73cef36362e4 .shg-image-content-wrapper {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }

    #s-18dbd16b-adbb-4254-aa83-73cef36362e4 .shogun-image-link {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18dbd16b-adbb-4254-aa83-73cef36362e4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 358px;
  }



  img.s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image {
    
    
    
    max-height: 358px;
  }


.s-18dbd16b-adbb-4254-aa83-73cef36362e4 .shogun-image-content {
  
    justify-content: center;
  
}

.s-18dbd16b-adbb-4254-aa83-73cef36362e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image {
  box-sizing: border-box;
}



.s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-18dbd16b-adbb-4254-aa83-73cef36362e4 {
      --shg-aspect-ratio: calc(358/211); 
    }

    .s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container {
      position: relative;
    }

    .s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18dbd16b-adbb-4254-aa83-73cef36362e4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18dbd16b-adbb-4254-aa83-73cef36362e4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 358px;
    }
  }

}
#s-0d3bd1ad-0011-47b7-81e5-03096dc1f70f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-0d3bd1ad-0011-47b7-81e5-03096dc1f70f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d3bd1ad-0011-47b7-81e5-03096dc1f70f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0d3bd1ad-0011-47b7-81e5-03096dc1f70f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-0d3bd1ad-0011-47b7-81e5-03096dc1f70f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0d3bd1ad-0011-47b7-81e5-03096dc1f70f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-0d3bd1ad-0011-47b7-81e5-03096dc1f70f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0d3bd1ad-0011-47b7-81e5-03096dc1f70f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

#s-5568a73a-6112-4dc0-8685-40c55ccb0d1e {
  margin-left: auto;
margin-right: auto;
}

#s-027a6858-401b-4fab-8de6-979941107f26 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
aspect-ratio: 25/29;
text-align: center;
}

#s-027a6858-401b-4fab-8de6-979941107f26 {
  margin: 0 !important;
  overflow: visible;
}

#s-027a6858-401b-4fab-8de6-979941107f26-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-027a6858-401b-4fab-8de6-979941107f26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-027a6858-401b-4fab-8de6-979941107f26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image {
  /* Add background color handling */
  
}

#s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-027a6858-401b-4fab-8de6-979941107f26 .shg-image-content-wrapper {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }

    #s-027a6858-401b-4fab-8de6-979941107f26 .shogun-image-link {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-027a6858-401b-4fab-8de6-979941107f26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 25px;
  }



  img.s-027a6858-401b-4fab-8de6-979941107f26.shogun-image {
    
    
    
    max-height: 25px;
  }


.s-027a6858-401b-4fab-8de6-979941107f26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-027a6858-401b-4fab-8de6-979941107f26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-027a6858-401b-4fab-8de6-979941107f26.shogun-image {
  box-sizing: border-box;
}



.s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-027a6858-401b-4fab-8de6-979941107f26 {
      --shg-aspect-ratio: calc(25/29); 
    }

    .s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container {
      position: relative;
    }

    .s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 25px;
    }
  }

@media (min-width: 1200px){#s-027a6858-401b-4fab-8de6-979941107f26 {
  margin: 0 !important;
  overflow: visible;
}

#s-027a6858-401b-4fab-8de6-979941107f26-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-027a6858-401b-4fab-8de6-979941107f26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-027a6858-401b-4fab-8de6-979941107f26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image {
  /* Add background color handling */
  
}

#s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-027a6858-401b-4fab-8de6-979941107f26 .shg-image-content-wrapper {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }

    #s-027a6858-401b-4fab-8de6-979941107f26 .shogun-image-link {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-027a6858-401b-4fab-8de6-979941107f26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 25px;
  }



  img.s-027a6858-401b-4fab-8de6-979941107f26.shogun-image {
    
    
    
    max-height: 25px;
  }


.s-027a6858-401b-4fab-8de6-979941107f26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-027a6858-401b-4fab-8de6-979941107f26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-027a6858-401b-4fab-8de6-979941107f26.shogun-image {
  box-sizing: border-box;
}



.s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-027a6858-401b-4fab-8de6-979941107f26 {
      --shg-aspect-ratio: calc(25/29); 
    }

    .s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container {
      position: relative;
    }

    .s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 25px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-027a6858-401b-4fab-8de6-979941107f26 {
  margin: 0 !important;
  overflow: visible;
}

#s-027a6858-401b-4fab-8de6-979941107f26-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-027a6858-401b-4fab-8de6-979941107f26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-027a6858-401b-4fab-8de6-979941107f26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image {
  /* Add background color handling */
  
}

#s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-027a6858-401b-4fab-8de6-979941107f26 .shg-image-content-wrapper {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }

    #s-027a6858-401b-4fab-8de6-979941107f26 .shogun-image-link {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-027a6858-401b-4fab-8de6-979941107f26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 25px;
  }



  img.s-027a6858-401b-4fab-8de6-979941107f26.shogun-image {
    
    
    
    max-height: 25px;
  }


.s-027a6858-401b-4fab-8de6-979941107f26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-027a6858-401b-4fab-8de6-979941107f26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-027a6858-401b-4fab-8de6-979941107f26.shogun-image {
  box-sizing: border-box;
}



.s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-027a6858-401b-4fab-8de6-979941107f26 {
      --shg-aspect-ratio: calc(25/29); 
    }

    .s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container {
      position: relative;
    }

    .s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 25px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-027a6858-401b-4fab-8de6-979941107f26 {
  margin: 0 !important;
  overflow: visible;
}

#s-027a6858-401b-4fab-8de6-979941107f26-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-027a6858-401b-4fab-8de6-979941107f26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-027a6858-401b-4fab-8de6-979941107f26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image {
  /* Add background color handling */
  
}

#s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-027a6858-401b-4fab-8de6-979941107f26 .shg-image-content-wrapper {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }

    #s-027a6858-401b-4fab-8de6-979941107f26 .shogun-image-link {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-027a6858-401b-4fab-8de6-979941107f26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 25px;
  }



  img.s-027a6858-401b-4fab-8de6-979941107f26.shogun-image {
    
    
    
    max-height: 25px;
  }


.s-027a6858-401b-4fab-8de6-979941107f26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-027a6858-401b-4fab-8de6-979941107f26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-027a6858-401b-4fab-8de6-979941107f26.shogun-image {
  box-sizing: border-box;
}



.s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-027a6858-401b-4fab-8de6-979941107f26 {
      --shg-aspect-ratio: calc(25/29); 
    }

    .s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container {
      position: relative;
    }

    .s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 25px;
    }
  }

}@media (max-width: 767px){#s-027a6858-401b-4fab-8de6-979941107f26 {
  margin: 0 !important;
  overflow: visible;
}

#s-027a6858-401b-4fab-8de6-979941107f26-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-027a6858-401b-4fab-8de6-979941107f26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-027a6858-401b-4fab-8de6-979941107f26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image {
  /* Add background color handling */
  
}

#s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-027a6858-401b-4fab-8de6-979941107f26 .shg-image-content-wrapper {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }

    #s-027a6858-401b-4fab-8de6-979941107f26 .shogun-image-link {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-027a6858-401b-4fab-8de6-979941107f26 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 25px;
  }



  img.s-027a6858-401b-4fab-8de6-979941107f26.shogun-image {
    
    
    
    max-height: 25px;
  }


.s-027a6858-401b-4fab-8de6-979941107f26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-027a6858-401b-4fab-8de6-979941107f26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-027a6858-401b-4fab-8de6-979941107f26.shogun-image {
  box-sizing: border-box;
}



.s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-027a6858-401b-4fab-8de6-979941107f26 {
      --shg-aspect-ratio: calc(25/29); 
    }

    .s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container {
      position: relative;
    }

    .s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-027a6858-401b-4fab-8de6-979941107f26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-027a6858-401b-4fab-8de6-979941107f26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 25px;
    }
  }

}
#s-0f0eb731-2e70-4f39-836b-aab59940d478 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0f0eb731-2e70-4f39-836b-aab59940d478 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f0eb731-2e70-4f39-836b-aab59940d478.shg-box.shg-c {
  justify-content: center;
}

#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a {
  margin-left: auto;
margin-right: auto;
max-width: 358px;
aspect-ratio: 358/211;
text-align: center;
}
@media (min-width: 1200px){#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a {
  max-width: 100%;
}
}@media (max-width: 767px){#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a {
  max-width: 100%;
}
}
#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a {
  margin: 0 !important;
  overflow: visible;
}

#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a-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-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image {
  /* Add background color handling */
  
}

#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a .shg-image-content-wrapper {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }

    #s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a .shogun-image-link {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 358px;
  }



  img.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image {
    
    
    
    max-height: 358px;
  }


.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image {
  box-sizing: border-box;
}



.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a {
      --shg-aspect-ratio: calc(358/211); 
    }

    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container {
      position: relative;
    }

    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 358px;
    }
  }

@media (min-width: 1200px){#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a {
  margin: 0 !important;
  overflow: visible;
}

#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a-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-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image {
  /* Add background color handling */
  
}

#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a .shg-image-content-wrapper {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }

    #s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a .shogun-image-link {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 358px;
  }



  img.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image {
    
    
    
    max-height: 358px;
  }


.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image {
  box-sizing: border-box;
}



.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a {
      --shg-aspect-ratio: calc(358/211); 
    }

    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container {
      position: relative;
    }

    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 358px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a {
  margin: 0 !important;
  overflow: visible;
}

#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a-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-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image {
  /* Add background color handling */
  
}

#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a .shg-image-content-wrapper {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }

    #s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a .shogun-image-link {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 358px;
  }



  img.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image {
    
    
    
    max-height: 358px;
  }


.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image {
  box-sizing: border-box;
}



.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a {
      --shg-aspect-ratio: calc(358/211); 
    }

    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container {
      position: relative;
    }

    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 358px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a {
  margin: 0 !important;
  overflow: visible;
}

#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a-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-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image {
  /* Add background color handling */
  
}

#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a .shg-image-content-wrapper {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }

    #s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a .shogun-image-link {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 358px;
  }



  img.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image {
    
    
    
    max-height: 358px;
  }


.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image {
  box-sizing: border-box;
}



.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a {
      --shg-aspect-ratio: calc(358/211); 
    }

    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container {
      position: relative;
    }

    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 358px;
    }
  }

}@media (max-width: 767px){#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a {
  margin: 0 !important;
  overflow: visible;
}

#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a-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-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image {
  /* Add background color handling */
  
}

#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a .shg-image-content-wrapper {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }

    #s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a .shogun-image-link {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 358px;
  }



  img.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image {
    
    
    
    max-height: 358px;
  }


.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a .shogun-image-content {
  
    justify-content: center;
  
}

.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image {
  box-sizing: border-box;
}



.s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a {
      --shg-aspect-ratio: calc(358/211); 
    }

    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container {
      position: relative;
    }

    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbc302c4-eeaf-4cc6-8eac-44fa5e28fd7a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 358px;
    }
  }

}
#s-71148485-79dd-4304-96fe-d39f818f8da9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-71148485-79dd-4304-96fe-d39f818f8da9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71148485-79dd-4304-96fe-d39f818f8da9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-71148485-79dd-4304-96fe-d39f818f8da9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-71148485-79dd-4304-96fe-d39f818f8da9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-71148485-79dd-4304-96fe-d39f818f8da9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-71148485-79dd-4304-96fe-d39f818f8da9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-71148485-79dd-4304-96fe-d39f818f8da9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

#s-d4243db4-bfad-4d92-afd9-a06eb6a5ae6b {
  margin-left: auto;
margin-right: auto;
}

#s-882d4b3d-8955-4a74-b5b2-a4d029806c03 {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
aspect-ratio: 25/29;
text-align: center;
}

#s-882d4b3d-8955-4a74-b5b2-a4d029806c03 {
  margin: 0 !important;
  overflow: visible;
}

#s-882d4b3d-8955-4a74-b5b2-a4d029806c03-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-882d4b3d-8955-4a74-b5b2-a4d029806c03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-882d4b3d-8955-4a74-b5b2-a4d029806c03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image {
  /* Add background color handling */
  
}

#s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-882d4b3d-8955-4a74-b5b2-a4d029806c03 .shg-image-content-wrapper {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }

    #s-882d4b3d-8955-4a74-b5b2-a4d029806c03 .shogun-image-link {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-882d4b3d-8955-4a74-b5b2-a4d029806c03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 25px;
  }



  img.s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image {
    
    
    
    max-height: 25px;
  }


.s-882d4b3d-8955-4a74-b5b2-a4d029806c03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image {
  box-sizing: border-box;
}



.s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03 {
      --shg-aspect-ratio: calc(25/29); 
    }

    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container {
      position: relative;
    }

    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 25px;
    }
  }

@media (min-width: 1200px){#s-882d4b3d-8955-4a74-b5b2-a4d029806c03 {
  margin: 0 !important;
  overflow: visible;
}

#s-882d4b3d-8955-4a74-b5b2-a4d029806c03-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-882d4b3d-8955-4a74-b5b2-a4d029806c03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-882d4b3d-8955-4a74-b5b2-a4d029806c03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image {
  /* Add background color handling */
  
}

#s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-882d4b3d-8955-4a74-b5b2-a4d029806c03 .shg-image-content-wrapper {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }

    #s-882d4b3d-8955-4a74-b5b2-a4d029806c03 .shogun-image-link {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-882d4b3d-8955-4a74-b5b2-a4d029806c03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 25px;
  }



  img.s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image {
    
    
    
    max-height: 25px;
  }


.s-882d4b3d-8955-4a74-b5b2-a4d029806c03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image {
  box-sizing: border-box;
}



.s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03 {
      --shg-aspect-ratio: calc(25/29); 
    }

    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container {
      position: relative;
    }

    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 25px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-882d4b3d-8955-4a74-b5b2-a4d029806c03 {
  margin: 0 !important;
  overflow: visible;
}

#s-882d4b3d-8955-4a74-b5b2-a4d029806c03-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-882d4b3d-8955-4a74-b5b2-a4d029806c03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-882d4b3d-8955-4a74-b5b2-a4d029806c03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image {
  /* Add background color handling */
  
}

#s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-882d4b3d-8955-4a74-b5b2-a4d029806c03 .shg-image-content-wrapper {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }

    #s-882d4b3d-8955-4a74-b5b2-a4d029806c03 .shogun-image-link {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-882d4b3d-8955-4a74-b5b2-a4d029806c03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 25px;
  }



  img.s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image {
    
    
    
    max-height: 25px;
  }


.s-882d4b3d-8955-4a74-b5b2-a4d029806c03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image {
  box-sizing: border-box;
}



.s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03 {
      --shg-aspect-ratio: calc(25/29); 
    }

    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container {
      position: relative;
    }

    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 25px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-882d4b3d-8955-4a74-b5b2-a4d029806c03 {
  margin: 0 !important;
  overflow: visible;
}

#s-882d4b3d-8955-4a74-b5b2-a4d029806c03-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-882d4b3d-8955-4a74-b5b2-a4d029806c03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-882d4b3d-8955-4a74-b5b2-a4d029806c03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image {
  /* Add background color handling */
  
}

#s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-882d4b3d-8955-4a74-b5b2-a4d029806c03 .shg-image-content-wrapper {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }

    #s-882d4b3d-8955-4a74-b5b2-a4d029806c03 .shogun-image-link {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-882d4b3d-8955-4a74-b5b2-a4d029806c03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 25px;
  }



  img.s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image {
    
    
    
    max-height: 25px;
  }


.s-882d4b3d-8955-4a74-b5b2-a4d029806c03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image {
  box-sizing: border-box;
}



.s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03 {
      --shg-aspect-ratio: calc(25/29); 
    }

    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container {
      position: relative;
    }

    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 25px;
    }
  }

}@media (max-width: 767px){#s-882d4b3d-8955-4a74-b5b2-a4d029806c03 {
  margin: 0 !important;
  overflow: visible;
}

#s-882d4b3d-8955-4a74-b5b2-a4d029806c03-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-882d4b3d-8955-4a74-b5b2-a4d029806c03 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-882d4b3d-8955-4a74-b5b2-a4d029806c03 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image {
  /* Add background color handling */
  
}

#s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-882d4b3d-8955-4a74-b5b2-a4d029806c03 .shg-image-content-wrapper {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }

    #s-882d4b3d-8955-4a74-b5b2-a4d029806c03 .shogun-image-link {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-882d4b3d-8955-4a74-b5b2-a4d029806c03 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 25px;
  }



  img.s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image {
    
    
    
    max-height: 25px;
  }


.s-882d4b3d-8955-4a74-b5b2-a4d029806c03 .shogun-image-content {
  
    justify-content: center;
  
}

.s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shg-align-container {
  display: flex;
  justify-content: center
}

.s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image {
  box-sizing: border-box;
}



.s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03 {
      --shg-aspect-ratio: calc(25/29); 
    }

    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container {
      position: relative;
    }

    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-882d4b3d-8955-4a74-b5b2-a4d029806c03 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 25px;
    }
  }

}
#s-4107d076-ca33-45fc-9591-36464b61acc4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4107d076-ca33-45fc-9591-36464b61acc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4107d076-ca33-45fc-9591-36464b61acc4.shg-box.shg-c {
  justify-content: center;
}

#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 {
  margin-left: auto;
margin-right: auto;
max-width: 358px;
aspect-ratio: 358/211;
text-align: center;
}
@media (min-width: 1200px){#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 {
  max-width: 100%;
}
}@media (max-width: 767px){#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 {
  max-width: 100%;
}
}
#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 {
  margin: 0 !important;
  overflow: visible;
}

#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04-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-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image {
  /* Add background color handling */
  
}

#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 .shg-image-content-wrapper {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }

    #s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 .shogun-image-link {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 358px;
  }



  img.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image {
    
    
    
    max-height: 358px;
  }


.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image {
  box-sizing: border-box;
}



.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 {
      --shg-aspect-ratio: calc(358/211); 
    }

    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container {
      position: relative;
    }

    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 358px;
    }
  }

@media (min-width: 1200px){#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 {
  margin: 0 !important;
  overflow: visible;
}

#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04-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-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image {
  /* Add background color handling */
  
}

#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 .shg-image-content-wrapper {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }

    #s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 .shogun-image-link {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 358px;
  }



  img.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image {
    
    
    
    max-height: 358px;
  }


.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image {
  box-sizing: border-box;
}



.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 {
      --shg-aspect-ratio: calc(358/211); 
    }

    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container {
      position: relative;
    }

    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 358px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 {
  margin: 0 !important;
  overflow: visible;
}

#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04-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-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image {
  /* Add background color handling */
  
}

#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 .shg-image-content-wrapper {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }

    #s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 .shogun-image-link {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 358px;
  }



  img.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image {
    
    
    
    max-height: 358px;
  }


.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image {
  box-sizing: border-box;
}



.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 {
      --shg-aspect-ratio: calc(358/211); 
    }

    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container {
      position: relative;
    }

    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 358px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 {
  margin: 0 !important;
  overflow: visible;
}

#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04-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-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image {
  /* Add background color handling */
  
}

#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 .shg-image-content-wrapper {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }

    #s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 .shogun-image-link {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 358px;
  }



  img.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image {
    
    
    
    max-height: 358px;
  }


.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image {
  box-sizing: border-box;
}



.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 {
      --shg-aspect-ratio: calc(358/211); 
    }

    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container {
      position: relative;
    }

    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 358px;
    }
  }

}@media (max-width: 767px){#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 {
  margin: 0 !important;
  overflow: visible;
}

#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04-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-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image {
  /* Add background color handling */
  
}

#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 .shg-image-content-wrapper {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }

    #s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 .shogun-image-link {
      aspect-ratio: 358/211;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 358px;
  }



  img.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image {
    
    
    
    max-height: 358px;
  }


.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 .shogun-image-content {
  
    justify-content: center;
  
}

.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shg-align-container {
  display: flex;
  justify-content: center
}

.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image {
  box-sizing: border-box;
}



.s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 {
      --shg-aspect-ratio: calc(358/211); 
    }

    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container {
      position: relative;
    }

    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-df3f74ff-aa7e-483f-b56b-3c4fd7f8fd04 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 358px;
    }
  }

}
#s-a3687ea4-f520-498b-92ba-671471ff0744 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a3687ea4-f520-498b-92ba-671471ff0744"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3687ea4-f520-498b-92ba-671471ff0744"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a3687ea4-f520-498b-92ba-671471ff0744"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a3687ea4-f520-498b-92ba-671471ff0744"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a3687ea4-f520-498b-92ba-671471ff0744"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a3687ea4-f520-498b-92ba-671471ff0744"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-a3687ea4-f520-498b-92ba-671471ff0744"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

#s-10e30a29-3dff-412b-981b-4ba6652b6fc3 {
  margin-left: auto;
margin-right: auto;
}

#s-a5b092db-1307-473e-a927-4ab00ded355d {
  margin-left: auto;
margin-right: auto;
max-width: 25px;
aspect-ratio: 25/29;
text-align: center;
}

#s-a5b092db-1307-473e-a927-4ab00ded355d {
  margin: 0 !important;
  overflow: visible;
}

#s-a5b092db-1307-473e-a927-4ab00ded355d-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-a5b092db-1307-473e-a927-4ab00ded355d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5b092db-1307-473e-a927-4ab00ded355d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image {
  /* Add background color handling */
  
}

#s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5b092db-1307-473e-a927-4ab00ded355d .shg-image-content-wrapper {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }

    #s-a5b092db-1307-473e-a927-4ab00ded355d .shogun-image-link {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5b092db-1307-473e-a927-4ab00ded355d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 25px;
  }



  img.s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image {
    
    
    
    max-height: 25px;
  }


.s-a5b092db-1307-473e-a927-4ab00ded355d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5b092db-1307-473e-a927-4ab00ded355d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image {
  box-sizing: border-box;
}



.s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a5b092db-1307-473e-a927-4ab00ded355d {
      --shg-aspect-ratio: calc(25/29); 
    }

    .s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container {
      position: relative;
    }

    .s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 25px;
    }
  }

@media (min-width: 1200px){#s-a5b092db-1307-473e-a927-4ab00ded355d {
  margin: 0 !important;
  overflow: visible;
}

#s-a5b092db-1307-473e-a927-4ab00ded355d-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-a5b092db-1307-473e-a927-4ab00ded355d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5b092db-1307-473e-a927-4ab00ded355d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image {
  /* Add background color handling */
  
}

#s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5b092db-1307-473e-a927-4ab00ded355d .shg-image-content-wrapper {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }

    #s-a5b092db-1307-473e-a927-4ab00ded355d .shogun-image-link {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5b092db-1307-473e-a927-4ab00ded355d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 25px;
  }



  img.s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image {
    
    
    
    max-height: 25px;
  }


.s-a5b092db-1307-473e-a927-4ab00ded355d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5b092db-1307-473e-a927-4ab00ded355d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image {
  box-sizing: border-box;
}



.s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a5b092db-1307-473e-a927-4ab00ded355d {
      --shg-aspect-ratio: calc(25/29); 
    }

    .s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container {
      position: relative;
    }

    .s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 25px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a5b092db-1307-473e-a927-4ab00ded355d {
  margin: 0 !important;
  overflow: visible;
}

#s-a5b092db-1307-473e-a927-4ab00ded355d-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-a5b092db-1307-473e-a927-4ab00ded355d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5b092db-1307-473e-a927-4ab00ded355d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image {
  /* Add background color handling */
  
}

#s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5b092db-1307-473e-a927-4ab00ded355d .shg-image-content-wrapper {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }

    #s-a5b092db-1307-473e-a927-4ab00ded355d .shogun-image-link {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5b092db-1307-473e-a927-4ab00ded355d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 25px;
  }



  img.s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image {
    
    
    
    max-height: 25px;
  }


.s-a5b092db-1307-473e-a927-4ab00ded355d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5b092db-1307-473e-a927-4ab00ded355d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image {
  box-sizing: border-box;
}



.s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a5b092db-1307-473e-a927-4ab00ded355d {
      --shg-aspect-ratio: calc(25/29); 
    }

    .s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container {
      position: relative;
    }

    .s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 25px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a5b092db-1307-473e-a927-4ab00ded355d {
  margin: 0 !important;
  overflow: visible;
}

#s-a5b092db-1307-473e-a927-4ab00ded355d-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-a5b092db-1307-473e-a927-4ab00ded355d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5b092db-1307-473e-a927-4ab00ded355d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image {
  /* Add background color handling */
  
}

#s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5b092db-1307-473e-a927-4ab00ded355d .shg-image-content-wrapper {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }

    #s-a5b092db-1307-473e-a927-4ab00ded355d .shogun-image-link {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5b092db-1307-473e-a927-4ab00ded355d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 25px;
  }



  img.s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image {
    
    
    
    max-height: 25px;
  }


.s-a5b092db-1307-473e-a927-4ab00ded355d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5b092db-1307-473e-a927-4ab00ded355d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image {
  box-sizing: border-box;
}



.s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a5b092db-1307-473e-a927-4ab00ded355d {
      --shg-aspect-ratio: calc(25/29); 
    }

    .s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container {
      position: relative;
    }

    .s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 25px;
    }
  }

}@media (max-width: 767px){#s-a5b092db-1307-473e-a927-4ab00ded355d {
  margin: 0 !important;
  overflow: visible;
}

#s-a5b092db-1307-473e-a927-4ab00ded355d-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-a5b092db-1307-473e-a927-4ab00ded355d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a5b092db-1307-473e-a927-4ab00ded355d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image {
  /* Add background color handling */
  
}

#s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5b092db-1307-473e-a927-4ab00ded355d .shg-image-content-wrapper {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }

    #s-a5b092db-1307-473e-a927-4ab00ded355d .shogun-image-link {
      aspect-ratio: 25/29;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5b092db-1307-473e-a927-4ab00ded355d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 25px;
  }



  img.s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image {
    
    
    
    max-height: 25px;
  }


.s-a5b092db-1307-473e-a927-4ab00ded355d .shogun-image-content {
  
    justify-content: center;
  
}

.s-a5b092db-1307-473e-a927-4ab00ded355d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image {
  box-sizing: border-box;
}



.s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a5b092db-1307-473e-a927-4ab00ded355d {
      --shg-aspect-ratio: calc(25/29); 
    }

    .s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container {
      position: relative;
    }

    .s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5b092db-1307-473e-a927-4ab00ded355d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5b092db-1307-473e-a927-4ab00ded355d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 25px;
    }
  }

}
#s-78954411-a28e-4918-8419-99e1d565ec0b {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 1220px;
}
@media (min-width: 1200px){#s-78954411-a28e-4918-8419-99e1d565ec0b {
  padding-left: 160px;
padding-right: 160px;
}
}







#s-78954411-a28e-4918-8419-99e1d565ec0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78954411-a28e-4918-8419-99e1d565ec0b.shg-box.shg-c {
  justify-content: center;
}

#s-598ec735-0941-49d2-8c7a-ec5329cbbc2a {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-598ec735-0941-49d2-8c7a-ec5329cbbc2a {
  display: none;
}
#s-598ec735-0941-49d2-8c7a-ec5329cbbc2a, #wrap-s-598ec735-0941-49d2-8c7a-ec5329cbbc2a, #wrap-content-s-598ec735-0941-49d2-8c7a-ec5329cbbc2a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-598ec735-0941-49d2-8c7a-ec5329cbbc2a {
  display: none;
}
#s-598ec735-0941-49d2-8c7a-ec5329cbbc2a, #wrap-s-598ec735-0941-49d2-8c7a-ec5329cbbc2a, #wrap-content-s-598ec735-0941-49d2-8c7a-ec5329cbbc2a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-598ec735-0941-49d2-8c7a-ec5329cbbc2a {
  display: none;
}
#s-598ec735-0941-49d2-8c7a-ec5329cbbc2a, #wrap-s-598ec735-0941-49d2-8c7a-ec5329cbbc2a, #wrap-content-s-598ec735-0941-49d2-8c7a-ec5329cbbc2a { display: none !important; }}@media (max-width: 767px){#s-598ec735-0941-49d2-8c7a-ec5329cbbc2a {
  display: none;
}
#s-598ec735-0941-49d2-8c7a-ec5329cbbc2a, #wrap-s-598ec735-0941-49d2-8c7a-ec5329cbbc2a, #wrap-content-s-598ec735-0941-49d2-8c7a-ec5329cbbc2a { display: none !important; }}
@media (min-width: 0px) {
[id="s-598ec735-0941-49d2-8c7a-ec5329cbbc2a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-598ec735-0941-49d2-8c7a-ec5329cbbc2a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-598ec735-0941-49d2-8c7a-ec5329cbbc2a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-598ec735-0941-49d2-8c7a-ec5329cbbc2a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-03ef6a4e-b936-4371-9191-424b1668f075 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
min-height: 50px;
background-color: rgba(240, 255, 243, 1);
}








#s-03ef6a4e-b936-4371-9191-424b1668f075 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-03ef6a4e-b936-4371-9191-424b1668f075.shg-box.shg-c {
  justify-content: center;
}

#s-32aecc56-83ac-4148-8a02-9e3d303b372c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-32aecc56-83ac-4148-8a02-9e3d303b372c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32aecc56-83ac-4148-8a02-9e3d303b372c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-32aecc56-83ac-4148-8a02-9e3d303b372c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-32aecc56-83ac-4148-8a02-9e3d303b372c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-32aecc56-83ac-4148-8a02-9e3d303b372c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-32aecc56-83ac-4148-8a02-9e3d303b372c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-32aecc56-83ac-4148-8a02-9e3d303b372c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

#s-da95ff20-8959-47a0-91d2-4b05b1b4475f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da95ff20-8959-47a0-91d2-4b05b1b4475f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 {
  margin-left: auto;
margin-right: auto;
max-width: 32px;
aspect-ratio: 32/33;
text-align: center;
}

#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5-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-dc11ff31-81c0-4a56-a07c-90e13390a3f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 .shg-image-content-wrapper {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }

    #s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 .shogun-image-link {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 32px;
  }



  img.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image {
    
    
    
    max-height: 32px;
  }


.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image {
  box-sizing: border-box;
}



.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 {
      --shg-aspect-ratio: calc(32/33); 
    }

    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container {
      position: relative;
    }

    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 32px;
    }
  }

@media (min-width: 1200px){#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5-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-dc11ff31-81c0-4a56-a07c-90e13390a3f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 .shg-image-content-wrapper {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }

    #s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 .shogun-image-link {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 32px;
  }



  img.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image {
    
    
    
    max-height: 32px;
  }


.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image {
  box-sizing: border-box;
}



.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 {
      --shg-aspect-ratio: calc(32/33); 
    }

    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container {
      position: relative;
    }

    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 32px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5-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-dc11ff31-81c0-4a56-a07c-90e13390a3f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 .shg-image-content-wrapper {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }

    #s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 .shogun-image-link {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 32px;
  }



  img.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image {
    
    
    
    max-height: 32px;
  }


.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image {
  box-sizing: border-box;
}



.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 {
      --shg-aspect-ratio: calc(32/33); 
    }

    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container {
      position: relative;
    }

    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 32px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5-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-dc11ff31-81c0-4a56-a07c-90e13390a3f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 .shg-image-content-wrapper {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }

    #s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 .shogun-image-link {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 32px;
  }



  img.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image {
    
    
    
    max-height: 32px;
  }


.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image {
  box-sizing: border-box;
}



.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 {
      --shg-aspect-ratio: calc(32/33); 
    }

    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container {
      position: relative;
    }

    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 32px;
    }
  }

}@media (max-width: 767px){#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 {
  margin: 0 !important;
  overflow: visible;
}

#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5-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-dc11ff31-81c0-4a56-a07c-90e13390a3f5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image {
  /* Add background color handling */
  
}

#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 .shg-image-content-wrapper {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }

    #s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 .shogun-image-link {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 32px;
  }



  img.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image {
    
    
    
    max-height: 32px;
  }


.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image {
  box-sizing: border-box;
}



.s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 {
      --shg-aspect-ratio: calc(32/33); 
    }

    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container {
      position: relative;
    }

    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc11ff31-81c0-4a56-a07c-90e13390a3f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 32px;
    }
  }

}
#s-6875176c-bc00-49e1-b11c-17c4cfd099ee {
  margin-left: auto;
margin-right: auto;
}

#s-e18f3c30-07d5-4f5d-9cb8-8f7d6e57141c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(252, 243, 243, 1);
}








#s-e18f3c30-07d5-4f5d-9cb8-8f7d6e57141c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e18f3c30-07d5-4f5d-9cb8-8f7d6e57141c.shg-box.shg-c {
  justify-content: center;
}

#s-bffd99b5-a95c-4ad5-9fee-3f0664facce4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bffd99b5-a95c-4ad5-9fee-3f0664facce4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bffd99b5-a95c-4ad5-9fee-3f0664facce4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-bffd99b5-a95c-4ad5-9fee-3f0664facce4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-bffd99b5-a95c-4ad5-9fee-3f0664facce4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-bffd99b5-a95c-4ad5-9fee-3f0664facce4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-bffd99b5-a95c-4ad5-9fee-3f0664facce4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-bffd99b5-a95c-4ad5-9fee-3f0664facce4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

#s-b7eeb250-7f40-407b-a0fe-2d616d3cf875 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7eeb250-7f40-407b-a0fe-2d616d3cf875 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 {
  margin-left: auto;
margin-right: auto;
max-width: 36px;
aspect-ratio: 36/33;
text-align: center;
}

#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8-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-14df092b-cbc3-45ac-8011-c707a4bbe6b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 .shg-image-content-wrapper {
      aspect-ratio: 36/33;
      min-width: 100%;
      height: auto;
    }

    #s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 .shogun-image-link {
      aspect-ratio: 36/33;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 36px;
  }



  img.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image {
    
    
    
    max-height: 36px;
  }


.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image {
  box-sizing: border-box;
}



.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 {
      --shg-aspect-ratio: calc(36/33); 
    }

    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container {
      position: relative;
    }

    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 36px;
    }
  }

@media (min-width: 1200px){#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8-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-14df092b-cbc3-45ac-8011-c707a4bbe6b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 .shg-image-content-wrapper {
      aspect-ratio: 36/33;
      min-width: 100%;
      height: auto;
    }

    #s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 .shogun-image-link {
      aspect-ratio: 36/33;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 36px;
  }



  img.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image {
    
    
    
    max-height: 36px;
  }


.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image {
  box-sizing: border-box;
}



.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 {
      --shg-aspect-ratio: calc(36/33); 
    }

    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container {
      position: relative;
    }

    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 36px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8-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-14df092b-cbc3-45ac-8011-c707a4bbe6b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 .shg-image-content-wrapper {
      aspect-ratio: 36/33;
      min-width: 100%;
      height: auto;
    }

    #s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 .shogun-image-link {
      aspect-ratio: 36/33;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 36px;
  }



  img.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image {
    
    
    
    max-height: 36px;
  }


.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image {
  box-sizing: border-box;
}



.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 {
      --shg-aspect-ratio: calc(36/33); 
    }

    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container {
      position: relative;
    }

    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 36px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8-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-14df092b-cbc3-45ac-8011-c707a4bbe6b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 .shg-image-content-wrapper {
      aspect-ratio: 36/33;
      min-width: 100%;
      height: auto;
    }

    #s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 .shogun-image-link {
      aspect-ratio: 36/33;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 36px;
  }



  img.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image {
    
    
    
    max-height: 36px;
  }


.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image {
  box-sizing: border-box;
}



.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 {
      --shg-aspect-ratio: calc(36/33); 
    }

    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container {
      position: relative;
    }

    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 36px;
    }
  }

}@media (max-width: 767px){#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8-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-14df092b-cbc3-45ac-8011-c707a4bbe6b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 .shg-image-content-wrapper {
      aspect-ratio: 36/33;
      min-width: 100%;
      height: auto;
    }

    #s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 .shogun-image-link {
      aspect-ratio: 36/33;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 36px;
  }



  img.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image {
    
    
    
    max-height: 36px;
  }


.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image {
  box-sizing: border-box;
}



.s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 {
      --shg-aspect-ratio: calc(36/33); 
    }

    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container {
      position: relative;
    }

    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-14df092b-cbc3-45ac-8011-c707a4bbe6b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 36px;
    }
  }

}
#s-4f0a0f5d-1ce8-42d9-b010-a217ede40a78 {
  margin-left: auto;
margin-right: auto;
}

#s-7da5f418-2d65-4170-8919-9a67950af1f8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(240, 250, 255, 1);
}








#s-7da5f418-2d65-4170-8919-9a67950af1f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7da5f418-2d65-4170-8919-9a67950af1f8.shg-box.shg-c {
  justify-content: center;
}

#s-9d7807da-fc06-4800-85c8-bd5d36a02672 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9d7807da-fc06-4800-85c8-bd5d36a02672"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d7807da-fc06-4800-85c8-bd5d36a02672"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-9d7807da-fc06-4800-85c8-bd5d36a02672"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-9d7807da-fc06-4800-85c8-bd5d36a02672"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-9d7807da-fc06-4800-85c8-bd5d36a02672"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-9d7807da-fc06-4800-85c8-bd5d36a02672"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-9d7807da-fc06-4800-85c8-bd5d36a02672"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

#s-ca6196de-b1b2-40af-ab0d-cad8ccf7710e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca6196de-b1b2-40af-ab0d-cad8ccf7710e .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-f067be13-e804-4786-9611-c8bfd9114f8c {
  margin-left: auto;
margin-right: auto;
max-width: 32px;
aspect-ratio: 32/33;
text-align: center;
}

#s-f067be13-e804-4786-9611-c8bfd9114f8c {
  margin: 0 !important;
  overflow: visible;
}

#s-f067be13-e804-4786-9611-c8bfd9114f8c-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-f067be13-e804-4786-9611-c8bfd9114f8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f067be13-e804-4786-9611-c8bfd9114f8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image {
  /* Add background color handling */
  
}

#s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f067be13-e804-4786-9611-c8bfd9114f8c .shg-image-content-wrapper {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }

    #s-f067be13-e804-4786-9611-c8bfd9114f8c .shogun-image-link {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f067be13-e804-4786-9611-c8bfd9114f8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 32px;
  }



  img.s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image {
    
    
    
    max-height: 32px;
  }


.s-f067be13-e804-4786-9611-c8bfd9114f8c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f067be13-e804-4786-9611-c8bfd9114f8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image {
  box-sizing: border-box;
}



.s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f067be13-e804-4786-9611-c8bfd9114f8c {
      --shg-aspect-ratio: calc(32/33); 
    }

    .s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container {
      position: relative;
    }

    .s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 32px;
    }
  }

@media (min-width: 1200px){#s-f067be13-e804-4786-9611-c8bfd9114f8c {
  margin: 0 !important;
  overflow: visible;
}

#s-f067be13-e804-4786-9611-c8bfd9114f8c-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-f067be13-e804-4786-9611-c8bfd9114f8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f067be13-e804-4786-9611-c8bfd9114f8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image {
  /* Add background color handling */
  
}

#s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f067be13-e804-4786-9611-c8bfd9114f8c .shg-image-content-wrapper {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }

    #s-f067be13-e804-4786-9611-c8bfd9114f8c .shogun-image-link {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f067be13-e804-4786-9611-c8bfd9114f8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 32px;
  }



  img.s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image {
    
    
    
    max-height: 32px;
  }


.s-f067be13-e804-4786-9611-c8bfd9114f8c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f067be13-e804-4786-9611-c8bfd9114f8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image {
  box-sizing: border-box;
}



.s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f067be13-e804-4786-9611-c8bfd9114f8c {
      --shg-aspect-ratio: calc(32/33); 
    }

    .s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container {
      position: relative;
    }

    .s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 32px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-f067be13-e804-4786-9611-c8bfd9114f8c {
  margin: 0 !important;
  overflow: visible;
}

#s-f067be13-e804-4786-9611-c8bfd9114f8c-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-f067be13-e804-4786-9611-c8bfd9114f8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f067be13-e804-4786-9611-c8bfd9114f8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image {
  /* Add background color handling */
  
}

#s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f067be13-e804-4786-9611-c8bfd9114f8c .shg-image-content-wrapper {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }

    #s-f067be13-e804-4786-9611-c8bfd9114f8c .shogun-image-link {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f067be13-e804-4786-9611-c8bfd9114f8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 32px;
  }



  img.s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image {
    
    
    
    max-height: 32px;
  }


.s-f067be13-e804-4786-9611-c8bfd9114f8c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f067be13-e804-4786-9611-c8bfd9114f8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image {
  box-sizing: border-box;
}



.s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f067be13-e804-4786-9611-c8bfd9114f8c {
      --shg-aspect-ratio: calc(32/33); 
    }

    .s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container {
      position: relative;
    }

    .s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 32px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-f067be13-e804-4786-9611-c8bfd9114f8c {
  margin: 0 !important;
  overflow: visible;
}

#s-f067be13-e804-4786-9611-c8bfd9114f8c-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-f067be13-e804-4786-9611-c8bfd9114f8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f067be13-e804-4786-9611-c8bfd9114f8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image {
  /* Add background color handling */
  
}

#s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f067be13-e804-4786-9611-c8bfd9114f8c .shg-image-content-wrapper {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }

    #s-f067be13-e804-4786-9611-c8bfd9114f8c .shogun-image-link {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f067be13-e804-4786-9611-c8bfd9114f8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 32px;
  }



  img.s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image {
    
    
    
    max-height: 32px;
  }


.s-f067be13-e804-4786-9611-c8bfd9114f8c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f067be13-e804-4786-9611-c8bfd9114f8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image {
  box-sizing: border-box;
}



.s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f067be13-e804-4786-9611-c8bfd9114f8c {
      --shg-aspect-ratio: calc(32/33); 
    }

    .s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container {
      position: relative;
    }

    .s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 32px;
    }
  }

}@media (max-width: 767px){#s-f067be13-e804-4786-9611-c8bfd9114f8c {
  margin: 0 !important;
  overflow: visible;
}

#s-f067be13-e804-4786-9611-c8bfd9114f8c-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-f067be13-e804-4786-9611-c8bfd9114f8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f067be13-e804-4786-9611-c8bfd9114f8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image {
  /* Add background color handling */
  
}

#s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f067be13-e804-4786-9611-c8bfd9114f8c .shg-image-content-wrapper {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }

    #s-f067be13-e804-4786-9611-c8bfd9114f8c .shogun-image-link {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f067be13-e804-4786-9611-c8bfd9114f8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 32px;
  }



  img.s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image {
    
    
    
    max-height: 32px;
  }


.s-f067be13-e804-4786-9611-c8bfd9114f8c .shogun-image-content {
  
    justify-content: center;
  
}

.s-f067be13-e804-4786-9611-c8bfd9114f8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image {
  box-sizing: border-box;
}



.s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-f067be13-e804-4786-9611-c8bfd9114f8c {
      --shg-aspect-ratio: calc(32/33); 
    }

    .s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container {
      position: relative;
    }

    .s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f067be13-e804-4786-9611-c8bfd9114f8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f067be13-e804-4786-9611-c8bfd9114f8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 32px;
    }
  }

}
#s-851bd1e2-f9a9-4956-8333-2f794aa41c58 {
  margin-left: auto;
margin-right: auto;
}

#s-c8a5cf8e-5bed-40d6-ad2d-75a3dc24dd8d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 243, 252, 1);
}








#s-c8a5cf8e-5bed-40d6-ad2d-75a3dc24dd8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8a5cf8e-5bed-40d6-ad2d-75a3dc24dd8d.shg-box.shg-c {
  justify-content: center;
}

#s-15f3ed73-03dd-44c5-b6a2-a07b5baf3031 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-15f3ed73-03dd-44c5-b6a2-a07b5baf3031"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15f3ed73-03dd-44c5-b6a2-a07b5baf3031"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-15f3ed73-03dd-44c5-b6a2-a07b5baf3031"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-15f3ed73-03dd-44c5-b6a2-a07b5baf3031"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-15f3ed73-03dd-44c5-b6a2-a07b5baf3031"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-15f3ed73-03dd-44c5-b6a2-a07b5baf3031"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-15f3ed73-03dd-44c5-b6a2-a07b5baf3031"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

#s-bce9d023-b431-4d19-a439-7cd85bace1a5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bce9d023-b431-4d19-a439-7cd85bace1a5 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-1fda1bca-77ef-4118-88f5-01df929248ef {
  margin-left: auto;
margin-right: auto;
max-width: 32px;
aspect-ratio: 32/33;
text-align: center;
}

#s-1fda1bca-77ef-4118-88f5-01df929248ef {
  margin: 0 !important;
  overflow: visible;
}

#s-1fda1bca-77ef-4118-88f5-01df929248ef-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-1fda1bca-77ef-4118-88f5-01df929248ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fda1bca-77ef-4118-88f5-01df929248ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image {
  /* Add background color handling */
  
}

#s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fda1bca-77ef-4118-88f5-01df929248ef .shg-image-content-wrapper {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }

    #s-1fda1bca-77ef-4118-88f5-01df929248ef .shogun-image-link {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fda1bca-77ef-4118-88f5-01df929248ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 32px;
  }



  img.s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image {
    
    
    
    max-height: 32px;
  }


.s-1fda1bca-77ef-4118-88f5-01df929248ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fda1bca-77ef-4118-88f5-01df929248ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image {
  box-sizing: border-box;
}



.s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fda1bca-77ef-4118-88f5-01df929248ef {
      --shg-aspect-ratio: calc(32/33); 
    }

    .s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container {
      position: relative;
    }

    .s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 32px;
    }
  }

@media (min-width: 1200px){#s-1fda1bca-77ef-4118-88f5-01df929248ef {
  margin: 0 !important;
  overflow: visible;
}

#s-1fda1bca-77ef-4118-88f5-01df929248ef-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-1fda1bca-77ef-4118-88f5-01df929248ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fda1bca-77ef-4118-88f5-01df929248ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image {
  /* Add background color handling */
  
}

#s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fda1bca-77ef-4118-88f5-01df929248ef .shg-image-content-wrapper {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }

    #s-1fda1bca-77ef-4118-88f5-01df929248ef .shogun-image-link {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fda1bca-77ef-4118-88f5-01df929248ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 32px;
  }



  img.s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image {
    
    
    
    max-height: 32px;
  }


.s-1fda1bca-77ef-4118-88f5-01df929248ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fda1bca-77ef-4118-88f5-01df929248ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image {
  box-sizing: border-box;
}



.s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fda1bca-77ef-4118-88f5-01df929248ef {
      --shg-aspect-ratio: calc(32/33); 
    }

    .s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container {
      position: relative;
    }

    .s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 32px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1fda1bca-77ef-4118-88f5-01df929248ef {
  margin: 0 !important;
  overflow: visible;
}

#s-1fda1bca-77ef-4118-88f5-01df929248ef-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-1fda1bca-77ef-4118-88f5-01df929248ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fda1bca-77ef-4118-88f5-01df929248ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image {
  /* Add background color handling */
  
}

#s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fda1bca-77ef-4118-88f5-01df929248ef .shg-image-content-wrapper {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }

    #s-1fda1bca-77ef-4118-88f5-01df929248ef .shogun-image-link {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fda1bca-77ef-4118-88f5-01df929248ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 32px;
  }



  img.s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image {
    
    
    
    max-height: 32px;
  }


.s-1fda1bca-77ef-4118-88f5-01df929248ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fda1bca-77ef-4118-88f5-01df929248ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image {
  box-sizing: border-box;
}



.s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fda1bca-77ef-4118-88f5-01df929248ef {
      --shg-aspect-ratio: calc(32/33); 
    }

    .s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container {
      position: relative;
    }

    .s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 32px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1fda1bca-77ef-4118-88f5-01df929248ef {
  margin: 0 !important;
  overflow: visible;
}

#s-1fda1bca-77ef-4118-88f5-01df929248ef-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-1fda1bca-77ef-4118-88f5-01df929248ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fda1bca-77ef-4118-88f5-01df929248ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image {
  /* Add background color handling */
  
}

#s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fda1bca-77ef-4118-88f5-01df929248ef .shg-image-content-wrapper {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }

    #s-1fda1bca-77ef-4118-88f5-01df929248ef .shogun-image-link {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fda1bca-77ef-4118-88f5-01df929248ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 32px;
  }



  img.s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image {
    
    
    
    max-height: 32px;
  }


.s-1fda1bca-77ef-4118-88f5-01df929248ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fda1bca-77ef-4118-88f5-01df929248ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image {
  box-sizing: border-box;
}



.s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fda1bca-77ef-4118-88f5-01df929248ef {
      --shg-aspect-ratio: calc(32/33); 
    }

    .s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container {
      position: relative;
    }

    .s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 32px;
    }
  }

}@media (max-width: 767px){#s-1fda1bca-77ef-4118-88f5-01df929248ef {
  margin: 0 !important;
  overflow: visible;
}

#s-1fda1bca-77ef-4118-88f5-01df929248ef-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-1fda1bca-77ef-4118-88f5-01df929248ef {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1fda1bca-77ef-4118-88f5-01df929248ef {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image {
  /* Add background color handling */
  
}

#s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1fda1bca-77ef-4118-88f5-01df929248ef .shg-image-content-wrapper {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }

    #s-1fda1bca-77ef-4118-88f5-01df929248ef .shogun-image-link {
      aspect-ratio: 32/33;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1fda1bca-77ef-4118-88f5-01df929248ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 32px;
  }



  img.s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image {
    
    
    
    max-height: 32px;
  }


.s-1fda1bca-77ef-4118-88f5-01df929248ef .shogun-image-content {
  
    justify-content: center;
  
}

.s-1fda1bca-77ef-4118-88f5-01df929248ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image {
  box-sizing: border-box;
}



.s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1fda1bca-77ef-4118-88f5-01df929248ef {
      --shg-aspect-ratio: calc(32/33); 
    }

    .s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container {
      position: relative;
    }

    .s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1fda1bca-77ef-4118-88f5-01df929248ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1fda1bca-77ef-4118-88f5-01df929248ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 32px;
    }
  }

}
#s-4955edb5-564b-478c-9915-23cb8d7d81c9 {
  margin-left: auto;
margin-right: auto;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
