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

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

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

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

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

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

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

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

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

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

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

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

#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
min-height: 50px;
background-position: center center;
}

#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/ca08731e-f052-4c3e-9479-2bd1a4276bcf/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/ca08731e-f052-4c3e-9479-2bd1a4276bcf/-/resize/480x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/ca08731e-f052-4c3e-9479-2bd1a4276bcf/-/resize/960x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/ca08731e-f052-4c3e-9479-2bd1a4276bcf/-/resize/768x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/ca08731e-f052-4c3e-9479-2bd1a4276bcf/-/resize/1536x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/ca08731e-f052-4c3e-9479-2bd1a4276bcf/-/resize/1024x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/ca08731e-f052-4c3e-9479-2bd1a4276bcf/-/resize/2048x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/ca08731e-f052-4c3e-9479-2bd1a4276bcf/-/resize/1200x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 {
  background-image: url(https://i.shgcdn.com/ca08731e-f052-4c3e-9479-2bd1a4276bcf/-/resize/2048x/);
}
#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9 > .shg-box-overlay {
  background-color: rgba(19, 17, 12, 1);
  opacity: 0.7;
  display: block;
}#s-32089c6d-96e4-4ca2-a8da-7cb03f6f9ea9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-row > * {
  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-c43a2dfa-94d8-41b1-9379-6ea915b9c24b {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-c43a2dfa-94d8-41b1-9379-6ea915b9c24b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c43a2dfa-94d8-41b1-9379-6ea915b9c24b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c43a2dfa-94d8-41b1-9379-6ea915b9c24b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c43a2dfa-94d8-41b1-9379-6ea915b9c24b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c43a2dfa-94d8-41b1-9379-6ea915b9c24b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c43a2dfa-94d8-41b1-9379-6ea915b9c24b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c43a2dfa-94d8-41b1-9379-6ea915b9c24b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: "Montserrat";
  text-transform: none;
  font-weight: 700;
  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-24a27d90-ce4e-4f8d-9ee5-356ceeb5ffc7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
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;
text-align: left;
}

#s-24a27d90-ce4e-4f8d-9ee5-356ceeb5ffc7 .shogun-heading-component h3 {
  color: rgba(255, 211, 0, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-742bbfa3-5096-4017-91d8-4b257ec37149 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-742bbfa3-5096-4017-91d8-4b257ec37149 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 48px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-742bbfa3-5096-4017-91d8-4b257ec37149 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


}@media (max-width: 767px){#s-742bbfa3-5096-4017-91d8-4b257ec37149 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

#s-7894a07e-c391-4161-a226-a1b2f1a93a11 {
  margin-left: auto;
margin-right: auto;
}

#s-7894a07e-c391-4161-a226-a1b2f1a93a11 .shg-proportional-font-size,
#s-7894a07e-c391-4161-a226-a1b2f1a93a11 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 768px) and (max-width: 991px){#s-7894a07e-c391-4161-a226-a1b2f1a93a11 .shg-proportional-font-size,
#s-7894a07e-c391-4161-a226-a1b2f1a93a11 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}@media (max-width: 767px){#s-7894a07e-c391-4161-a226-a1b2f1a93a11 .shg-proportional-font-size,
#s-7894a07e-c391-4161-a226-a1b2f1a93a11 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 90;
    
    
    font-size: 0.9em;
  
}
}
#s-d608bd8b-2599-4e0b-9507-b2afb0707acc {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d608bd8b-2599-4e0b-9507-b2afb0707acc {
  padding-top: 10%;
padding-left: 3%;
padding-bottom: 5%;
padding-right: 3%;
}
}







#s-d608bd8b-2599-4e0b-9507-b2afb0707acc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d608bd8b-2599-4e0b-9507-b2afb0707acc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54058b87-4772-4917-91e3-1f86936ff4cc {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-54058b87-4772-4917-91e3-1f86936ff4cc .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-54058b87-4772-4917-91e3-1f86936ff4cc .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-54058b87-4772-4917-91e3-1f86936ff4cc .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-38ddb766-7505-4315-8444-35a88a734802 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-38ddb766-7505-4315-8444-35a88a734802"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38ddb766-7505-4315-8444-35a88a734802"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-38ddb766-7505-4315-8444-35a88a734802"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-38ddb766-7505-4315-8444-35a88a734802"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

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

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

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

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

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

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

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

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

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

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* 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-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-21401955-0251-4941-af55-9f1697c9d3e9 {
  margin-left: auto;
margin-right: auto;
max-width: 5362px;
text-align: center;
}

#s-21401955-0251-4941-af55-9f1697c9d3e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21401955-0251-4941-af55-9f1697c9d3e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21401955-0251-4941-af55-9f1697c9d3e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-21401955-0251-4941-af55-9f1697c9d3e9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 8px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-21401955-0251-4941-af55-9f1697c9d3e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-21401955-0251-4941-af55-9f1697c9d3e9 img.shogun-image {
  width: 100%;
  
  
  max-width: 5362px;

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




.s-21401955-0251-4941-af55-9f1697c9d3e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21401955-0251-4941-af55-9f1697c9d3e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21401955-0251-4941-af55-9f1697c9d3e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21401955-0251-4941-af55-9f1697c9d3e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-21401955-0251-4941-af55-9f1697c9d3e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21401955-0251-4941-af55-9f1697c9d3e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21401955-0251-4941-af55-9f1697c9d3e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-21401955-0251-4941-af55-9f1697c9d3e9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-21401955-0251-4941-af55-9f1697c9d3e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-21401955-0251-4941-af55-9f1697c9d3e9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-21401955-0251-4941-af55-9f1697c9d3e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21401955-0251-4941-af55-9f1697c9d3e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21401955-0251-4941-af55-9f1697c9d3e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21401955-0251-4941-af55-9f1697c9d3e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-21401955-0251-4941-af55-9f1697c9d3e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21401955-0251-4941-af55-9f1697c9d3e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21401955-0251-4941-af55-9f1697c9d3e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-21401955-0251-4941-af55-9f1697c9d3e9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-21401955-0251-4941-af55-9f1697c9d3e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-21401955-0251-4941-af55-9f1697c9d3e9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-21401955-0251-4941-af55-9f1697c9d3e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21401955-0251-4941-af55-9f1697c9d3e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21401955-0251-4941-af55-9f1697c9d3e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21401955-0251-4941-af55-9f1697c9d3e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-21401955-0251-4941-af55-9f1697c9d3e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21401955-0251-4941-af55-9f1697c9d3e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21401955-0251-4941-af55-9f1697c9d3e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-21401955-0251-4941-af55-9f1697c9d3e9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-21401955-0251-4941-af55-9f1697c9d3e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-21401955-0251-4941-af55-9f1697c9d3e9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-21401955-0251-4941-af55-9f1697c9d3e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21401955-0251-4941-af55-9f1697c9d3e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21401955-0251-4941-af55-9f1697c9d3e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21401955-0251-4941-af55-9f1697c9d3e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-21401955-0251-4941-af55-9f1697c9d3e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-21401955-0251-4941-af55-9f1697c9d3e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-21401955-0251-4941-af55-9f1697c9d3e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-21401955-0251-4941-af55-9f1697c9d3e9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-21401955-0251-4941-af55-9f1697c9d3e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-21401955-0251-4941-af55-9f1697c9d3e9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-21401955-0251-4941-af55-9f1697c9d3e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-21401955-0251-4941-af55-9f1697c9d3e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21401955-0251-4941-af55-9f1697c9d3e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21401955-0251-4941-af55-9f1697c9d3e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-07ad2cba-b389-4bfc-b287-7b104fa1197f {
  margin-left: auto;
margin-right: auto;
max-width: 5362px;
text-align: center;
}
@media (max-width: 767px){#s-07ad2cba-b389-4bfc-b287-7b104fa1197f {
  margin-top: 10px;
}
}
#s-07ad2cba-b389-4bfc-b287-7b104fa1197f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-07ad2cba-b389-4bfc-b287-7b104fa1197f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-07ad2cba-b389-4bfc-b287-7b104fa1197f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-07ad2cba-b389-4bfc-b287-7b104fa1197f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 8px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-07ad2cba-b389-4bfc-b287-7b104fa1197f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-07ad2cba-b389-4bfc-b287-7b104fa1197f img.shogun-image {
  width: 100%;
  
  
  max-width: 5362px;

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




.s-07ad2cba-b389-4bfc-b287-7b104fa1197f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-07ad2cba-b389-4bfc-b287-7b104fa1197f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07ad2cba-b389-4bfc-b287-7b104fa1197f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ad2cba-b389-4bfc-b287-7b104fa1197f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-07ad2cba-b389-4bfc-b287-7b104fa1197f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-07ad2cba-b389-4bfc-b287-7b104fa1197f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-07ad2cba-b389-4bfc-b287-7b104fa1197f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-07ad2cba-b389-4bfc-b287-7b104fa1197f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-07ad2cba-b389-4bfc-b287-7b104fa1197f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-07ad2cba-b389-4bfc-b287-7b104fa1197f img.shogun-image {
  width: 100%;
  
  
  

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




.s-07ad2cba-b389-4bfc-b287-7b104fa1197f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-07ad2cba-b389-4bfc-b287-7b104fa1197f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07ad2cba-b389-4bfc-b287-7b104fa1197f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ad2cba-b389-4bfc-b287-7b104fa1197f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-07ad2cba-b389-4bfc-b287-7b104fa1197f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-07ad2cba-b389-4bfc-b287-7b104fa1197f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-07ad2cba-b389-4bfc-b287-7b104fa1197f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-07ad2cba-b389-4bfc-b287-7b104fa1197f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-07ad2cba-b389-4bfc-b287-7b104fa1197f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-07ad2cba-b389-4bfc-b287-7b104fa1197f img.shogun-image {
  width: 100%;
  
  
  

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




.s-07ad2cba-b389-4bfc-b287-7b104fa1197f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-07ad2cba-b389-4bfc-b287-7b104fa1197f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07ad2cba-b389-4bfc-b287-7b104fa1197f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ad2cba-b389-4bfc-b287-7b104fa1197f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-07ad2cba-b389-4bfc-b287-7b104fa1197f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-07ad2cba-b389-4bfc-b287-7b104fa1197f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-07ad2cba-b389-4bfc-b287-7b104fa1197f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-07ad2cba-b389-4bfc-b287-7b104fa1197f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-07ad2cba-b389-4bfc-b287-7b104fa1197f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-07ad2cba-b389-4bfc-b287-7b104fa1197f img.shogun-image {
  width: 100%;
  
  
  

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




.s-07ad2cba-b389-4bfc-b287-7b104fa1197f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-07ad2cba-b389-4bfc-b287-7b104fa1197f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07ad2cba-b389-4bfc-b287-7b104fa1197f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ad2cba-b389-4bfc-b287-7b104fa1197f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-07ad2cba-b389-4bfc-b287-7b104fa1197f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-07ad2cba-b389-4bfc-b287-7b104fa1197f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-07ad2cba-b389-4bfc-b287-7b104fa1197f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 10px;
  
}

#s-07ad2cba-b389-4bfc-b287-7b104fa1197f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-07ad2cba-b389-4bfc-b287-7b104fa1197f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-07ad2cba-b389-4bfc-b287-7b104fa1197f img.shogun-image {
  width: 100%;
  
  
  

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




.s-07ad2cba-b389-4bfc-b287-7b104fa1197f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-07ad2cba-b389-4bfc-b287-7b104fa1197f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07ad2cba-b389-4bfc-b287-7b104fa1197f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ad2cba-b389-4bfc-b287-7b104fa1197f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-bfb776a6-8d06-4775-a2fb-7686ebe28040 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-bfb776a6-8d06-4775-a2fb-7686ebe28040"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bfb776a6-8d06-4775-a2fb-7686ebe28040"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bfb776a6-8d06-4775-a2fb-7686ebe28040"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bfb776a6-8d06-4775-a2fb-7686ebe28040"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-99a7df2e-44c3-4428-8552-5224ddc551a3 {
  margin-left: auto;
margin-right: auto;
}

#s-99a7df2e-44c3-4428-8552-5224ddc551a3 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-99a7df2e-44c3-4428-8552-5224ddc551a3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-99a7df2e-44c3-4428-8552-5224ddc551a3 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-99a7df2e-44c3-4428-8552-5224ddc551a3 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-99a7df2e-44c3-4428-8552-5224ddc551a3 td.shogun-table-column, #s-99a7df2e-44c3-4428-8552-5224ddc551a3 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-99a7df2e-44c3-4428-8552-5224ddc551a3 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-99a7df2e-44c3-4428-8552-5224ddc551a3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-99a7df2e-44c3-4428-8552-5224ddc551a3 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-99a7df2e-44c3-4428-8552-5224ddc551a3 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-99a7df2e-44c3-4428-8552-5224ddc551a3 td.shogun-table-column, #s-99a7df2e-44c3-4428-8552-5224ddc551a3 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-99a7df2e-44c3-4428-8552-5224ddc551a3 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-99a7df2e-44c3-4428-8552-5224ddc551a3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-99a7df2e-44c3-4428-8552-5224ddc551a3 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-99a7df2e-44c3-4428-8552-5224ddc551a3 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-99a7df2e-44c3-4428-8552-5224ddc551a3 td.shogun-table-column, #s-99a7df2e-44c3-4428-8552-5224ddc551a3 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-99a7df2e-44c3-4428-8552-5224ddc551a3 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-99a7df2e-44c3-4428-8552-5224ddc551a3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-99a7df2e-44c3-4428-8552-5224ddc551a3 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-99a7df2e-44c3-4428-8552-5224ddc551a3 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-99a7df2e-44c3-4428-8552-5224ddc551a3 td.shogun-table-column, #s-99a7df2e-44c3-4428-8552-5224ddc551a3 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-d97b4166-88fa-413f-b776-39e763bd3b73 {
  margin-left: auto;
margin-right: auto;
}

#s-d97b4166-88fa-413f-b776-39e763bd3b73 .shg-proportional-font-size,
#s-d97b4166-88fa-413f-b776-39e763bd3b73 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-d97b4166-88fa-413f-b776-39e763bd3b73 .shg-proportional-font-size,
#s-d97b4166-88fa-413f-b776-39e763bd3b73 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 89;
    
    
    font-size: 0.89em;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d97b4166-88fa-413f-b776-39e763bd3b73 .shg-proportional-font-size,
#s-d97b4166-88fa-413f-b776-39e763bd3b73 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (max-width: 767px){#s-d97b4166-88fa-413f-b776-39e763bd3b73 .shg-proportional-font-size,
#s-d97b4166-88fa-413f-b776-39e763bd3b73 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-faaec5a5-ab81-4641-883f-44cd391f2787 {
  margin-left: auto;
margin-right: auto;
}

#s-faaec5a5-ab81-4641-883f-44cd391f2787 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-faaec5a5-ab81-4641-883f-44cd391f2787 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-faaec5a5-ab81-4641-883f-44cd391f2787 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-faaec5a5-ab81-4641-883f-44cd391f2787 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-faaec5a5-ab81-4641-883f-44cd391f2787 td.shogun-table-column, #s-faaec5a5-ab81-4641-883f-44cd391f2787 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-faaec5a5-ab81-4641-883f-44cd391f2787 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-faaec5a5-ab81-4641-883f-44cd391f2787 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-faaec5a5-ab81-4641-883f-44cd391f2787 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-faaec5a5-ab81-4641-883f-44cd391f2787 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-faaec5a5-ab81-4641-883f-44cd391f2787 td.shogun-table-column, #s-faaec5a5-ab81-4641-883f-44cd391f2787 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-faaec5a5-ab81-4641-883f-44cd391f2787 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-faaec5a5-ab81-4641-883f-44cd391f2787 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-faaec5a5-ab81-4641-883f-44cd391f2787 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-faaec5a5-ab81-4641-883f-44cd391f2787 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-faaec5a5-ab81-4641-883f-44cd391f2787 td.shogun-table-column, #s-faaec5a5-ab81-4641-883f-44cd391f2787 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-faaec5a5-ab81-4641-883f-44cd391f2787 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-faaec5a5-ab81-4641-883f-44cd391f2787 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-faaec5a5-ab81-4641-883f-44cd391f2787 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-faaec5a5-ab81-4641-883f-44cd391f2787 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-faaec5a5-ab81-4641-883f-44cd391f2787 td.shogun-table-column, #s-faaec5a5-ab81-4641-883f-44cd391f2787 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-73c309ad-8124-4dda-b81a-2516aa3469a4 {
  margin-left: auto;
margin-right: auto;
}

#s-73c309ad-8124-4dda-b81a-2516aa3469a4 .shg-proportional-font-size,
#s-73c309ad-8124-4dda-b81a-2516aa3469a4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-73c309ad-8124-4dda-b81a-2516aa3469a4 .shg-proportional-font-size,
#s-73c309ad-8124-4dda-b81a-2516aa3469a4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-73c309ad-8124-4dda-b81a-2516aa3469a4 .shg-proportional-font-size,
#s-73c309ad-8124-4dda-b81a-2516aa3469a4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (max-width: 767px){#s-73c309ad-8124-4dda-b81a-2516aa3469a4 .shg-proportional-font-size,
#s-73c309ad-8124-4dda-b81a-2516aa3469a4 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-022999da-0418-4206-acf7-47e4b8fbb253 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-022999da-0418-4206-acf7-47e4b8fbb253 {
  margin-top: 10px;
}
}
#s-022999da-0418-4206-acf7-47e4b8fbb253 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-022999da-0418-4206-acf7-47e4b8fbb253 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-022999da-0418-4206-acf7-47e4b8fbb253 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-022999da-0418-4206-acf7-47e4b8fbb253 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-022999da-0418-4206-acf7-47e4b8fbb253 td.shogun-table-column, #s-022999da-0418-4206-acf7-47e4b8fbb253 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-022999da-0418-4206-acf7-47e4b8fbb253 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-022999da-0418-4206-acf7-47e4b8fbb253 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-022999da-0418-4206-acf7-47e4b8fbb253 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-022999da-0418-4206-acf7-47e4b8fbb253 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-022999da-0418-4206-acf7-47e4b8fbb253 td.shogun-table-column, #s-022999da-0418-4206-acf7-47e4b8fbb253 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-022999da-0418-4206-acf7-47e4b8fbb253 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-022999da-0418-4206-acf7-47e4b8fbb253 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-022999da-0418-4206-acf7-47e4b8fbb253 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-022999da-0418-4206-acf7-47e4b8fbb253 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-022999da-0418-4206-acf7-47e4b8fbb253 td.shogun-table-column, #s-022999da-0418-4206-acf7-47e4b8fbb253 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-022999da-0418-4206-acf7-47e4b8fbb253 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-022999da-0418-4206-acf7-47e4b8fbb253 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-022999da-0418-4206-acf7-47e4b8fbb253 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-022999da-0418-4206-acf7-47e4b8fbb253 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-022999da-0418-4206-acf7-47e4b8fbb253 td.shogun-table-column, #s-022999da-0418-4206-acf7-47e4b8fbb253 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-c95753d9-e23f-4f9f-bdee-6833045c26d3 {
  margin-left: auto;
margin-right: auto;
}

#s-c95753d9-e23f-4f9f-bdee-6833045c26d3 .shg-proportional-font-size,
#s-c95753d9-e23f-4f9f-bdee-6833045c26d3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-c95753d9-e23f-4f9f-bdee-6833045c26d3 .shg-proportional-font-size,
#s-c95753d9-e23f-4f9f-bdee-6833045c26d3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c95753d9-e23f-4f9f-bdee-6833045c26d3 .shg-proportional-font-size,
#s-c95753d9-e23f-4f9f-bdee-6833045c26d3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (max-width: 767px){#s-c95753d9-e23f-4f9f-bdee-6833045c26d3 .shg-proportional-font-size,
#s-c95753d9-e23f-4f9f-bdee-6833045c26d3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-2c5178a3-9274-4a48-b8a1-73734c55d592 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-2c5178a3-9274-4a48-b8a1-73734c55d592 {
  margin-top: 10px;
}
}
#s-2c5178a3-9274-4a48-b8a1-73734c55d592 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-2c5178a3-9274-4a48-b8a1-73734c55d592 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2c5178a3-9274-4a48-b8a1-73734c55d592 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-2c5178a3-9274-4a48-b8a1-73734c55d592 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-2c5178a3-9274-4a48-b8a1-73734c55d592 td.shogun-table-column, #s-2c5178a3-9274-4a48-b8a1-73734c55d592 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-2c5178a3-9274-4a48-b8a1-73734c55d592 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-2c5178a3-9274-4a48-b8a1-73734c55d592 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2c5178a3-9274-4a48-b8a1-73734c55d592 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-2c5178a3-9274-4a48-b8a1-73734c55d592 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-2c5178a3-9274-4a48-b8a1-73734c55d592 td.shogun-table-column, #s-2c5178a3-9274-4a48-b8a1-73734c55d592 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c5178a3-9274-4a48-b8a1-73734c55d592 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-2c5178a3-9274-4a48-b8a1-73734c55d592 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2c5178a3-9274-4a48-b8a1-73734c55d592 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-2c5178a3-9274-4a48-b8a1-73734c55d592 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-2c5178a3-9274-4a48-b8a1-73734c55d592 td.shogun-table-column, #s-2c5178a3-9274-4a48-b8a1-73734c55d592 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-2c5178a3-9274-4a48-b8a1-73734c55d592 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-2c5178a3-9274-4a48-b8a1-73734c55d592 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2c5178a3-9274-4a48-b8a1-73734c55d592 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-2c5178a3-9274-4a48-b8a1-73734c55d592 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-2c5178a3-9274-4a48-b8a1-73734c55d592 td.shogun-table-column, #s-2c5178a3-9274-4a48-b8a1-73734c55d592 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-bc41d232-fd04-48d7-b303-c8875b34e738 {
  margin-left: auto;
margin-right: auto;
}

#s-bc41d232-fd04-48d7-b303-c8875b34e738 .shg-proportional-font-size,
#s-bc41d232-fd04-48d7-b303-c8875b34e738 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-bc41d232-fd04-48d7-b303-c8875b34e738 .shg-proportional-font-size,
#s-bc41d232-fd04-48d7-b303-c8875b34e738 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bc41d232-fd04-48d7-b303-c8875b34e738 .shg-proportional-font-size,
#s-bc41d232-fd04-48d7-b303-c8875b34e738 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (max-width: 767px){#s-bc41d232-fd04-48d7-b303-c8875b34e738 .shg-proportional-font-size,
#s-bc41d232-fd04-48d7-b303-c8875b34e738 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-9f182634-7751-4cd3-8f78-e6fc06513424 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9f182634-7751-4cd3-8f78-e6fc06513424"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9f182634-7751-4cd3-8f78-e6fc06513424"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9f182634-7751-4cd3-8f78-e6fc06513424"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9f182634-7751-4cd3-8f78-e6fc06513424"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-a716f39f-d0f7-464a-b0fa-391f0407578b {
  margin-left: auto;
margin-right: auto;
}

#s-a716f39f-d0f7-464a-b0fa-391f0407578b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-a716f39f-d0f7-464a-b0fa-391f0407578b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a716f39f-d0f7-464a-b0fa-391f0407578b td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-a716f39f-d0f7-464a-b0fa-391f0407578b td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-a716f39f-d0f7-464a-b0fa-391f0407578b td.shogun-table-column, #s-a716f39f-d0f7-464a-b0fa-391f0407578b td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-a716f39f-d0f7-464a-b0fa-391f0407578b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-a716f39f-d0f7-464a-b0fa-391f0407578b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a716f39f-d0f7-464a-b0fa-391f0407578b td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-a716f39f-d0f7-464a-b0fa-391f0407578b td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-a716f39f-d0f7-464a-b0fa-391f0407578b td.shogun-table-column, #s-a716f39f-d0f7-464a-b0fa-391f0407578b td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-a716f39f-d0f7-464a-b0fa-391f0407578b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-a716f39f-d0f7-464a-b0fa-391f0407578b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a716f39f-d0f7-464a-b0fa-391f0407578b td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-a716f39f-d0f7-464a-b0fa-391f0407578b td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-a716f39f-d0f7-464a-b0fa-391f0407578b td.shogun-table-column, #s-a716f39f-d0f7-464a-b0fa-391f0407578b td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-a716f39f-d0f7-464a-b0fa-391f0407578b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-a716f39f-d0f7-464a-b0fa-391f0407578b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a716f39f-d0f7-464a-b0fa-391f0407578b td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-a716f39f-d0f7-464a-b0fa-391f0407578b td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-a716f39f-d0f7-464a-b0fa-391f0407578b td.shogun-table-column, #s-a716f39f-d0f7-464a-b0fa-391f0407578b td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-341589d3-c5b6-4dfe-ad38-b082368146c9 {
  margin-left: auto;
margin-right: auto;
}

#s-341589d3-c5b6-4dfe-ad38-b082368146c9 .shg-proportional-font-size,
#s-341589d3-c5b6-4dfe-ad38-b082368146c9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-341589d3-c5b6-4dfe-ad38-b082368146c9 .shg-proportional-font-size,
#s-341589d3-c5b6-4dfe-ad38-b082368146c9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-341589d3-c5b6-4dfe-ad38-b082368146c9 .shg-proportional-font-size,
#s-341589d3-c5b6-4dfe-ad38-b082368146c9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (max-width: 767px){#s-341589d3-c5b6-4dfe-ad38-b082368146c9 .shg-proportional-font-size,
#s-341589d3-c5b6-4dfe-ad38-b082368146c9 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-a18792c2-9ee9-438e-87d9-267c59ef4df4 {
  margin-left: auto;
margin-right: auto;
}

#s-a18792c2-9ee9-438e-87d9-267c59ef4df4 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-a18792c2-9ee9-438e-87d9-267c59ef4df4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a18792c2-9ee9-438e-87d9-267c59ef4df4 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-a18792c2-9ee9-438e-87d9-267c59ef4df4 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-a18792c2-9ee9-438e-87d9-267c59ef4df4 td.shogun-table-column, #s-a18792c2-9ee9-438e-87d9-267c59ef4df4 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-a18792c2-9ee9-438e-87d9-267c59ef4df4 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-a18792c2-9ee9-438e-87d9-267c59ef4df4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a18792c2-9ee9-438e-87d9-267c59ef4df4 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-a18792c2-9ee9-438e-87d9-267c59ef4df4 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-a18792c2-9ee9-438e-87d9-267c59ef4df4 td.shogun-table-column, #s-a18792c2-9ee9-438e-87d9-267c59ef4df4 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-a18792c2-9ee9-438e-87d9-267c59ef4df4 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-a18792c2-9ee9-438e-87d9-267c59ef4df4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a18792c2-9ee9-438e-87d9-267c59ef4df4 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-a18792c2-9ee9-438e-87d9-267c59ef4df4 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-a18792c2-9ee9-438e-87d9-267c59ef4df4 td.shogun-table-column, #s-a18792c2-9ee9-438e-87d9-267c59ef4df4 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-a18792c2-9ee9-438e-87d9-267c59ef4df4 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-a18792c2-9ee9-438e-87d9-267c59ef4df4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a18792c2-9ee9-438e-87d9-267c59ef4df4 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-a18792c2-9ee9-438e-87d9-267c59ef4df4 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-a18792c2-9ee9-438e-87d9-267c59ef4df4 td.shogun-table-column, #s-a18792c2-9ee9-438e-87d9-267c59ef4df4 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-7eddfc5c-9b5e-41c0-bd46-97fadd4df929 {
  margin-left: auto;
margin-right: auto;
}

#s-7eddfc5c-9b5e-41c0-bd46-97fadd4df929 .shg-proportional-font-size,
#s-7eddfc5c-9b5e-41c0-bd46-97fadd4df929 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-7eddfc5c-9b5e-41c0-bd46-97fadd4df929 .shg-proportional-font-size,
#s-7eddfc5c-9b5e-41c0-bd46-97fadd4df929 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7eddfc5c-9b5e-41c0-bd46-97fadd4df929 .shg-proportional-font-size,
#s-7eddfc5c-9b5e-41c0-bd46-97fadd4df929 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (max-width: 767px){#s-7eddfc5c-9b5e-41c0-bd46-97fadd4df929 .shg-proportional-font-size,
#s-7eddfc5c-9b5e-41c0-bd46-97fadd4df929 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-b36bf782-e32d-4c7e-af80-434d4d426840 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-b36bf782-e32d-4c7e-af80-434d4d426840 {
  margin-top: 10px;
}
}
#s-b36bf782-e32d-4c7e-af80-434d4d426840 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-b36bf782-e32d-4c7e-af80-434d4d426840 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b36bf782-e32d-4c7e-af80-434d4d426840 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-b36bf782-e32d-4c7e-af80-434d4d426840 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-b36bf782-e32d-4c7e-af80-434d4d426840 td.shogun-table-column, #s-b36bf782-e32d-4c7e-af80-434d4d426840 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-b36bf782-e32d-4c7e-af80-434d4d426840 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-b36bf782-e32d-4c7e-af80-434d4d426840 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b36bf782-e32d-4c7e-af80-434d4d426840 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-b36bf782-e32d-4c7e-af80-434d4d426840 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-b36bf782-e32d-4c7e-af80-434d4d426840 td.shogun-table-column, #s-b36bf782-e32d-4c7e-af80-434d4d426840 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-b36bf782-e32d-4c7e-af80-434d4d426840 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-b36bf782-e32d-4c7e-af80-434d4d426840 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b36bf782-e32d-4c7e-af80-434d4d426840 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-b36bf782-e32d-4c7e-af80-434d4d426840 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-b36bf782-e32d-4c7e-af80-434d4d426840 td.shogun-table-column, #s-b36bf782-e32d-4c7e-af80-434d4d426840 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-b36bf782-e32d-4c7e-af80-434d4d426840 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-b36bf782-e32d-4c7e-af80-434d4d426840 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b36bf782-e32d-4c7e-af80-434d4d426840 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-b36bf782-e32d-4c7e-af80-434d4d426840 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-b36bf782-e32d-4c7e-af80-434d4d426840 td.shogun-table-column, #s-b36bf782-e32d-4c7e-af80-434d4d426840 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-f4c60f1b-8493-497c-a0ad-aadbaade2892 {
  margin-left: auto;
margin-right: auto;
}

#s-f4c60f1b-8493-497c-a0ad-aadbaade2892 .shg-proportional-font-size,
#s-f4c60f1b-8493-497c-a0ad-aadbaade2892 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-f4c60f1b-8493-497c-a0ad-aadbaade2892 .shg-proportional-font-size,
#s-f4c60f1b-8493-497c-a0ad-aadbaade2892 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f4c60f1b-8493-497c-a0ad-aadbaade2892 .shg-proportional-font-size,
#s-f4c60f1b-8493-497c-a0ad-aadbaade2892 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (max-width: 767px){#s-f4c60f1b-8493-497c-a0ad-aadbaade2892 .shg-proportional-font-size,
#s-f4c60f1b-8493-497c-a0ad-aadbaade2892 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-1d567c5d-56d6-406c-bcaf-ede316242be6 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-1d567c5d-56d6-406c-bcaf-ede316242be6 {
  margin-top: 10px;
}
}
#s-1d567c5d-56d6-406c-bcaf-ede316242be6 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-1d567c5d-56d6-406c-bcaf-ede316242be6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1d567c5d-56d6-406c-bcaf-ede316242be6 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 18px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-1d567c5d-56d6-406c-bcaf-ede316242be6 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-1d567c5d-56d6-406c-bcaf-ede316242be6 td.shogun-table-column, #s-1d567c5d-56d6-406c-bcaf-ede316242be6 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-1d567c5d-56d6-406c-bcaf-ede316242be6 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-1d567c5d-56d6-406c-bcaf-ede316242be6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1d567c5d-56d6-406c-bcaf-ede316242be6 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 16px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-1d567c5d-56d6-406c-bcaf-ede316242be6 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-1d567c5d-56d6-406c-bcaf-ede316242be6 td.shogun-table-column, #s-1d567c5d-56d6-406c-bcaf-ede316242be6 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-1d567c5d-56d6-406c-bcaf-ede316242be6 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-1d567c5d-56d6-406c-bcaf-ede316242be6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1d567c5d-56d6-406c-bcaf-ede316242be6 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-1d567c5d-56d6-406c-bcaf-ede316242be6 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-1d567c5d-56d6-406c-bcaf-ede316242be6 td.shogun-table-column, #s-1d567c5d-56d6-406c-bcaf-ede316242be6 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}@media (max-width: 767px){#s-1d567c5d-56d6-406c-bcaf-ede316242be6 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(19, 17, 12, 1);
  border-radius: 8px;
}

#s-1d567c5d-56d6-406c-bcaf-ede316242be6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1d567c5d-56d6-406c-bcaf-ede316242be6 td.shogun-table-column {
  background-color: rgba(19, 17, 12, 1);
  padding: 8px;
  text-align: center;
  font-family: Archivo;
  font-size: 15px;
  font-weight: 800;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-1d567c5d-56d6-406c-bcaf-ede316242be6 td.shogun-table-row {
  background-color: rgba(246, 246, 246, 1);
  padding: 4px;
}

#s-1d567c5d-56d6-406c-bcaf-ede316242be6 td.shogun-table-column, #s-1d567c5d-56d6-406c-bcaf-ede316242be6 td.shogun-table-row {
  border: 1px solid rgba(19, 17, 12, 1);
}
}
#s-2e0c7d81-73d3-4fb9-9e85-f2b77d18e6af {
  margin-left: auto;
margin-right: auto;
}

#s-2e0c7d81-73d3-4fb9-9e85-f2b77d18e6af .shg-proportional-font-size,
#s-2e0c7d81-73d3-4fb9-9e85-f2b77d18e6af .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (min-width: 992px) and (max-width: 1199px){#s-2e0c7d81-73d3-4fb9-9e85-f2b77d18e6af .shg-proportional-font-size,
#s-2e0c7d81-73d3-4fb9-9e85-f2b77d18e6af .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2e0c7d81-73d3-4fb9-9e85-f2b77d18e6af .shg-proportional-font-size,
#s-2e0c7d81-73d3-4fb9-9e85-f2b77d18e6af .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}@media (max-width: 767px){#s-2e0c7d81-73d3-4fb9-9e85-f2b77d18e6af .shg-proportional-font-size,
#s-2e0c7d81-73d3-4fb9-9e85-f2b77d18e6af .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 84;
    
    
    font-size: 0.84em;
  
}
}
#s-52339ee2-14ba-4f85-b60f-916b8d7d6030 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-52339ee2-14ba-4f85-b60f-916b8d7d6030 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-52339ee2-14ba-4f85-b60f-916b8d7d6030.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a27a9462-c11d-447c-a33e-e9c38ddfe4fa {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a27a9462-c11d-447c-a33e-e9c38ddfe4fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a27a9462-c11d-447c-a33e-e9c38ddfe4fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a27a9462-c11d-447c-a33e-e9c38ddfe4fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a27a9462-c11d-447c-a33e-e9c38ddfe4fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-65411ea6-8af2-453b-8eb0-892e8aad437f {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
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;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-65411ea6-8af2-453b-8eb0-892e8aad437f {
  padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}







#s-65411ea6-8af2-453b-8eb0-892e8aad437f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-65411ea6-8af2-453b-8eb0-892e8aad437f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-65e78051-5302-411e-96cc-1e5a6dc77dfd {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-65e78051-5302-411e-96cc-1e5a6dc77dfd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-65e78051-5302-411e-96cc-1e5a6dc77dfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-65e78051-5302-411e-96cc-1e5a6dc77dfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-65e78051-5302-411e-96cc-1e5a6dc77dfd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-65e78051-5302-411e-96cc-1e5a6dc77dfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-65e78051-5302-411e-96cc-1e5a6dc77dfd img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-65e78051-5302-411e-96cc-1e5a6dc77dfd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-65e78051-5302-411e-96cc-1e5a6dc77dfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65e78051-5302-411e-96cc-1e5a6dc77dfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65e78051-5302-411e-96cc-1e5a6dc77dfd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-65e78051-5302-411e-96cc-1e5a6dc77dfd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-65e78051-5302-411e-96cc-1e5a6dc77dfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-65e78051-5302-411e-96cc-1e5a6dc77dfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-65e78051-5302-411e-96cc-1e5a6dc77dfd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-65e78051-5302-411e-96cc-1e5a6dc77dfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-65e78051-5302-411e-96cc-1e5a6dc77dfd img.shogun-image {
  width: 100%;
  
  
  

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




.s-65e78051-5302-411e-96cc-1e5a6dc77dfd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-65e78051-5302-411e-96cc-1e5a6dc77dfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65e78051-5302-411e-96cc-1e5a6dc77dfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65e78051-5302-411e-96cc-1e5a6dc77dfd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-65e78051-5302-411e-96cc-1e5a6dc77dfd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-65e78051-5302-411e-96cc-1e5a6dc77dfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-65e78051-5302-411e-96cc-1e5a6dc77dfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-65e78051-5302-411e-96cc-1e5a6dc77dfd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-65e78051-5302-411e-96cc-1e5a6dc77dfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-65e78051-5302-411e-96cc-1e5a6dc77dfd img.shogun-image {
  width: 100%;
  
  
  

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




.s-65e78051-5302-411e-96cc-1e5a6dc77dfd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-65e78051-5302-411e-96cc-1e5a6dc77dfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65e78051-5302-411e-96cc-1e5a6dc77dfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65e78051-5302-411e-96cc-1e5a6dc77dfd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-65e78051-5302-411e-96cc-1e5a6dc77dfd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-65e78051-5302-411e-96cc-1e5a6dc77dfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-65e78051-5302-411e-96cc-1e5a6dc77dfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-65e78051-5302-411e-96cc-1e5a6dc77dfd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-65e78051-5302-411e-96cc-1e5a6dc77dfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-65e78051-5302-411e-96cc-1e5a6dc77dfd img.shogun-image {
  width: 100%;
  
  
  

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




.s-65e78051-5302-411e-96cc-1e5a6dc77dfd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-65e78051-5302-411e-96cc-1e5a6dc77dfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65e78051-5302-411e-96cc-1e5a6dc77dfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65e78051-5302-411e-96cc-1e5a6dc77dfd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-65e78051-5302-411e-96cc-1e5a6dc77dfd {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-65e78051-5302-411e-96cc-1e5a6dc77dfd-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-65e78051-5302-411e-96cc-1e5a6dc77dfd {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-65e78051-5302-411e-96cc-1e5a6dc77dfd .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-65e78051-5302-411e-96cc-1e5a6dc77dfd {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-65e78051-5302-411e-96cc-1e5a6dc77dfd img.shogun-image {
  width: 100%;
  
  
  

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




.s-65e78051-5302-411e-96cc-1e5a6dc77dfd .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-65e78051-5302-411e-96cc-1e5a6dc77dfd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65e78051-5302-411e-96cc-1e5a6dc77dfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65e78051-5302-411e-96cc-1e5a6dc77dfd.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-7e571e87-b72c-48ab-b179-2764f437dd11 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7e571e87-b72c-48ab-b179-2764f437dd11 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7e571e87-b72c-48ab-b179-2764f437dd11 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-7e571e87-b72c-48ab-b179-2764f437dd11 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-205b824f-10bd-4931-a86a-b0ad04af5593 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-205b824f-10bd-4931-a86a-b0ad04af5593 {
  margin-top: 0px;
}
}
#s-205b824f-10bd-4931-a86a-b0ad04af5593 .shg-proportional-font-size,
#s-205b824f-10bd-4931-a86a-b0ad04af5593 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-c5577513-6912-4572-96cc-d7a293ac4b47 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
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;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-c5577513-6912-4572-96cc-d7a293ac4b47 {
  padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}







#s-c5577513-6912-4572-96cc-d7a293ac4b47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5577513-6912-4572-96cc-d7a293ac4b47.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b9298fd3-7bf3-4af4-848e-b7fbdc536cf4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3805a06c-bd03-4ccf-960b-a86825533bd5 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3805a06c-bd03-4ccf-960b-a86825533bd5 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3805a06c-bd03-4ccf-960b-a86825533bd5 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-3805a06c-bd03-4ccf-960b-a86825533bd5 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-8efadb01-ab7d-43b5-a069-effbc3a2512a {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-8efadb01-ab7d-43b5-a069-effbc3a2512a {
  margin-top: 0px;
}
}
#s-8efadb01-ab7d-43b5-a069-effbc3a2512a .shg-proportional-font-size,
#s-8efadb01-ab7d-43b5-a069-effbc3a2512a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-46f79ffc-6a84-4d54-a512-1f394fa7a9de {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
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;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-46f79ffc-6a84-4d54-a512-1f394fa7a9de {
  margin-top: 10px;
padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}







#s-46f79ffc-6a84-4d54-a512-1f394fa7a9de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-46f79ffc-6a84-4d54-a512-1f394fa7a9de.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 img.shogun-image {
  width: 100%;
  
  
  

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




.s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 img.shogun-image {
  width: 100%;
  
  
  

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




.s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 img.shogun-image {
  width: 100%;
  
  
  

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




.s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 img.shogun-image {
  width: 100%;
  
  
  

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




.s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bce9bae9-ab82-4abd-9fa4-98dafbbb9e07.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-72a16467-bacd-43ae-891e-8e255b5d70a5 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-72a16467-bacd-43ae-891e-8e255b5d70a5 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-72a16467-bacd-43ae-891e-8e255b5d70a5 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-72a16467-bacd-43ae-891e-8e255b5d70a5 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-0454a500-32f4-44ef-84a5-6be473153638 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-0454a500-32f4-44ef-84a5-6be473153638 {
  margin-top: 0px;
}
}
#s-0454a500-32f4-44ef-84a5-6be473153638 .shg-proportional-font-size,
#s-0454a500-32f4-44ef-84a5-6be473153638 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2a9e9feb-06ff-4609-977e-ceb2d627d812 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
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;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-2a9e9feb-06ff-4609-977e-ceb2d627d812 {
  margin-top: 10px;
padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}







#s-2a9e9feb-06ff-4609-977e-ceb2d627d812 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a9e9feb-06ff-4609-977e-ceb2d627d812.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecbf3558-5a24-4711-8eea-aaa2bddb3bb1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-41aa1f2f-a06d-44cb-94a2-2c67f8e231ab {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-41aa1f2f-a06d-44cb-94a2-2c67f8e231ab .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-41aa1f2f-a06d-44cb-94a2-2c67f8e231ab .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-41aa1f2f-a06d-44cb-94a2-2c67f8e231ab .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-9d823580-4997-48e1-9b43-45037f435ac0 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-9d823580-4997-48e1-9b43-45037f435ac0 {
  margin-top: 0px;
}
}
#s-9d823580-4997-48e1-9b43-45037f435ac0 .shg-proportional-font-size,
#s-9d823580-4997-48e1-9b43-45037f435ac0 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2570b1af-1add-4f97-b3e2-0c6b36763b89 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 3%;
padding-bottom: 0%;
padding-right: 3%;
min-height: 50px;
}








#s-2570b1af-1add-4f97-b3e2-0c6b36763b89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2570b1af-1add-4f97-b3e2-0c6b36763b89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43d4d56f-c658-4ddc-9c04-1341bbc15410 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-43d4d56f-c658-4ddc-9c04-1341bbc15410 {
  padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}







#s-43d4d56f-c658-4ddc-9c04-1341bbc15410 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43d4d56f-c658-4ddc-9c04-1341bbc15410.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dba376b3-6f5e-49ab-b040-677a45707e25 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-dba376b3-6f5e-49ab-b040-677a45707e25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dba376b3-6f5e-49ab-b040-677a45707e25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dba376b3-6f5e-49ab-b040-677a45707e25"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dba376b3-6f5e-49ab-b040-677a45707e25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dba376b3-6f5e-49ab-b040-677a45707e25"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dba376b3-6f5e-49ab-b040-677a45707e25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dba376b3-6f5e-49ab-b040-677a45707e25"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-479af60c-4986-4130-889f-e8ddf50c8754 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-479af60c-4986-4130-889f-e8ddf50c8754 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-479af60c-4986-4130-889f-e8ddf50c8754.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81840649-7732-4885-b5dc-7751f8c93296 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 10px;
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;
text-align: left;
}

#s-81840649-7732-4885-b5dc-7751f8c93296 .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-81840649-7732-4885-b5dc-7751f8c93296 .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-a33fd949-ee54-4ef9-ab09-367768f8ba7f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a33fd949-ee54-4ef9-ab09-367768f8ba7f .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a33fd949-ee54-4ef9-ab09-367768f8ba7f .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-a33fd949-ee54-4ef9-ab09-367768f8ba7f .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-7957d7db-fd0e-436f-acbc-5788fbb3b22f {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-7957d7db-fd0e-436f-acbc-5788fbb3b22f {
  margin-top: 10px;
}
}
#s-7957d7db-fd0e-436f-acbc-5788fbb3b22f .shg-proportional-font-size,
#s-7957d7db-fd0e-436f-acbc-5788fbb3b22f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-4c1416f7-d68e-4833-a481-75dd4f69ad18 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}
@media (max-width: 767px){#s-4c1416f7-d68e-4833-a481-75dd4f69ad18 {
  margin-top: 20px;
}
}
#s-4c1416f7-d68e-4833-a481-75dd4f69ad18 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c1416f7-d68e-4833-a481-75dd4f69ad18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c1416f7-d68e-4833-a481-75dd4f69ad18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4c1416f7-d68e-4833-a481-75dd4f69ad18 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4c1416f7-d68e-4833-a481-75dd4f69ad18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4c1416f7-d68e-4833-a481-75dd4f69ad18 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-4c1416f7-d68e-4833-a481-75dd4f69ad18 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c1416f7-d68e-4833-a481-75dd4f69ad18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c1416f7-d68e-4833-a481-75dd4f69ad18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c1416f7-d68e-4833-a481-75dd4f69ad18.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-4c1416f7-d68e-4833-a481-75dd4f69ad18 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c1416f7-d68e-4833-a481-75dd4f69ad18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c1416f7-d68e-4833-a481-75dd4f69ad18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4c1416f7-d68e-4833-a481-75dd4f69ad18 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4c1416f7-d68e-4833-a481-75dd4f69ad18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4c1416f7-d68e-4833-a481-75dd4f69ad18 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4c1416f7-d68e-4833-a481-75dd4f69ad18 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c1416f7-d68e-4833-a481-75dd4f69ad18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c1416f7-d68e-4833-a481-75dd4f69ad18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c1416f7-d68e-4833-a481-75dd4f69ad18.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-4c1416f7-d68e-4833-a481-75dd4f69ad18 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c1416f7-d68e-4833-a481-75dd4f69ad18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c1416f7-d68e-4833-a481-75dd4f69ad18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4c1416f7-d68e-4833-a481-75dd4f69ad18 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4c1416f7-d68e-4833-a481-75dd4f69ad18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4c1416f7-d68e-4833-a481-75dd4f69ad18 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4c1416f7-d68e-4833-a481-75dd4f69ad18 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c1416f7-d68e-4833-a481-75dd4f69ad18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c1416f7-d68e-4833-a481-75dd4f69ad18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c1416f7-d68e-4833-a481-75dd4f69ad18.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-4c1416f7-d68e-4833-a481-75dd4f69ad18 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c1416f7-d68e-4833-a481-75dd4f69ad18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c1416f7-d68e-4833-a481-75dd4f69ad18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-4c1416f7-d68e-4833-a481-75dd4f69ad18 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4c1416f7-d68e-4833-a481-75dd4f69ad18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4c1416f7-d68e-4833-a481-75dd4f69ad18 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4c1416f7-d68e-4833-a481-75dd4f69ad18 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c1416f7-d68e-4833-a481-75dd4f69ad18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c1416f7-d68e-4833-a481-75dd4f69ad18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c1416f7-d68e-4833-a481-75dd4f69ad18.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-4c1416f7-d68e-4833-a481-75dd4f69ad18 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-4c1416f7-d68e-4833-a481-75dd4f69ad18-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-4c1416f7-d68e-4833-a481-75dd4f69ad18 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
}

#s-4c1416f7-d68e-4833-a481-75dd4f69ad18 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-4c1416f7-d68e-4833-a481-75dd4f69ad18 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-4c1416f7-d68e-4833-a481-75dd4f69ad18 img.shogun-image {
  width: 100%;
  
  
  

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




.s-4c1416f7-d68e-4833-a481-75dd4f69ad18 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-4c1416f7-d68e-4833-a481-75dd4f69ad18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4c1416f7-d68e-4833-a481-75dd4f69ad18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c1416f7-d68e-4833-a481-75dd4f69ad18.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-72cb9981-049e-4447-acf1-f56ac23ab4c6 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 3%;
padding-bottom: 0%;
padding-right: 3%;
min-height: 50px;
}








#s-72cb9981-049e-4447-acf1-f56ac23ab4c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-72cb9981-049e-4447-acf1-f56ac23ab4c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01f5d7ad-3ffa-4891-b7c6-b3550c8e1bb3 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-01f5d7ad-3ffa-4891-b7c6-b3550c8e1bb3 {
  padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}







#s-01f5d7ad-3ffa-4891-b7c6-b3550c8e1bb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01f5d7ad-3ffa-4891-b7c6-b3550c8e1bb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-60026b78-3662-4c17-8562-8f32ea74e83a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
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;
text-align: center;
}

#s-60026b78-3662-4c17-8562-8f32ea74e83a .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-60026b78-3662-4c17-8562-8f32ea74e83a .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-76edf699-9f94-4efe-94ba-3722b8e6d048 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-76edf699-9f94-4efe-94ba-3722b8e6d048 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-76edf699-9f94-4efe-94ba-3722b8e6d048 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-76edf699-9f94-4efe-94ba-3722b8e6d048 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-ec67696a-00aa-4278-bf5c-3065db86e694 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-ec67696a-00aa-4278-bf5c-3065db86e694 {
  margin-top: 30px;
}
}
@media (min-width: 0px) {
[id="s-ec67696a-00aa-4278-bf5c-3065db86e694"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec67696a-00aa-4278-bf5c-3065db86e694"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ec67696a-00aa-4278-bf5c-3065db86e694"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ec67696a-00aa-4278-bf5c-3065db86e694"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-edf9a47d-cf10-4eb4-8eef-9c4a55a59c4a {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
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;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-edf9a47d-cf10-4eb4-8eef-9c4a55a59c4a {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}
}







#s-edf9a47d-cf10-4eb4-8eef-9c4a55a59c4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-edf9a47d-cf10-4eb4-8eef-9c4a55a59c4a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9010401a-02db-4e6a-91a6-40f473d9a5fa {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-9010401a-02db-4e6a-91a6-40f473d9a5fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9010401a-02db-4e6a-91a6-40f473d9a5fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9010401a-02db-4e6a-91a6-40f473d9a5fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9010401a-02db-4e6a-91a6-40f473d9a5fa .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9010401a-02db-4e6a-91a6-40f473d9a5fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9010401a-02db-4e6a-91a6-40f473d9a5fa img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

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




.s-9010401a-02db-4e6a-91a6-40f473d9a5fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9010401a-02db-4e6a-91a6-40f473d9a5fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9010401a-02db-4e6a-91a6-40f473d9a5fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9010401a-02db-4e6a-91a6-40f473d9a5fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9010401a-02db-4e6a-91a6-40f473d9a5fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9010401a-02db-4e6a-91a6-40f473d9a5fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9010401a-02db-4e6a-91a6-40f473d9a5fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9010401a-02db-4e6a-91a6-40f473d9a5fa .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9010401a-02db-4e6a-91a6-40f473d9a5fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9010401a-02db-4e6a-91a6-40f473d9a5fa img.shogun-image {
  width: 100%;
  
  
  

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




.s-9010401a-02db-4e6a-91a6-40f473d9a5fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9010401a-02db-4e6a-91a6-40f473d9a5fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9010401a-02db-4e6a-91a6-40f473d9a5fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9010401a-02db-4e6a-91a6-40f473d9a5fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9010401a-02db-4e6a-91a6-40f473d9a5fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9010401a-02db-4e6a-91a6-40f473d9a5fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9010401a-02db-4e6a-91a6-40f473d9a5fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9010401a-02db-4e6a-91a6-40f473d9a5fa .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9010401a-02db-4e6a-91a6-40f473d9a5fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9010401a-02db-4e6a-91a6-40f473d9a5fa img.shogun-image {
  width: 100%;
  
  
  

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




.s-9010401a-02db-4e6a-91a6-40f473d9a5fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9010401a-02db-4e6a-91a6-40f473d9a5fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9010401a-02db-4e6a-91a6-40f473d9a5fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9010401a-02db-4e6a-91a6-40f473d9a5fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9010401a-02db-4e6a-91a6-40f473d9a5fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9010401a-02db-4e6a-91a6-40f473d9a5fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9010401a-02db-4e6a-91a6-40f473d9a5fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9010401a-02db-4e6a-91a6-40f473d9a5fa .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9010401a-02db-4e6a-91a6-40f473d9a5fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9010401a-02db-4e6a-91a6-40f473d9a5fa img.shogun-image {
  width: 100%;
  
  
  

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




.s-9010401a-02db-4e6a-91a6-40f473d9a5fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9010401a-02db-4e6a-91a6-40f473d9a5fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9010401a-02db-4e6a-91a6-40f473d9a5fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9010401a-02db-4e6a-91a6-40f473d9a5fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9010401a-02db-4e6a-91a6-40f473d9a5fa {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9010401a-02db-4e6a-91a6-40f473d9a5fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9010401a-02db-4e6a-91a6-40f473d9a5fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9010401a-02db-4e6a-91a6-40f473d9a5fa .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9010401a-02db-4e6a-91a6-40f473d9a5fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9010401a-02db-4e6a-91a6-40f473d9a5fa img.shogun-image {
  width: 100%;
  
  
  

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




.s-9010401a-02db-4e6a-91a6-40f473d9a5fa .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9010401a-02db-4e6a-91a6-40f473d9a5fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9010401a-02db-4e6a-91a6-40f473d9a5fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9010401a-02db-4e6a-91a6-40f473d9a5fa.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-deb0bc91-3eaf-4314-9211-06221c1c60b2 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-deb0bc91-3eaf-4314-9211-06221c1c60b2 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-deb0bc91-3eaf-4314-9211-06221c1c60b2 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-deb0bc91-3eaf-4314-9211-06221c1c60b2 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-9b3e8555-807a-4363-9adb-20a96b6f1846 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-9b3e8555-807a-4363-9adb-20a96b6f1846 {
  margin-top: 0px;
}
}
#s-9b3e8555-807a-4363-9adb-20a96b6f1846 .shg-proportional-font-size,
#s-9b3e8555-807a-4363-9adb-20a96b6f1846 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-180195e6-a1fd-4318-8049-9b110e8b256a {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
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;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-180195e6-a1fd-4318-8049-9b110e8b256a {
  margin-top: 20px;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}
}







#s-180195e6-a1fd-4318-8049-9b110e8b256a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-180195e6-a1fd-4318-8049-9b110e8b256a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5ddc7de7-1e78-49c4-bed0-35441400669c {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-5ddc7de7-1e78-49c4-bed0-35441400669c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ddc7de7-1e78-49c4-bed0-35441400669c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ddc7de7-1e78-49c4-bed0-35441400669c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5ddc7de7-1e78-49c4-bed0-35441400669c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5ddc7de7-1e78-49c4-bed0-35441400669c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5ddc7de7-1e78-49c4-bed0-35441400669c img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

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




.s-5ddc7de7-1e78-49c4-bed0-35441400669c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5ddc7de7-1e78-49c4-bed0-35441400669c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ddc7de7-1e78-49c4-bed0-35441400669c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ddc7de7-1e78-49c4-bed0-35441400669c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-5ddc7de7-1e78-49c4-bed0-35441400669c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5ddc7de7-1e78-49c4-bed0-35441400669c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5ddc7de7-1e78-49c4-bed0-35441400669c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-5ddc7de7-1e78-49c4-bed0-35441400669c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ddc7de7-1e78-49c4-bed0-35441400669c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ddc7de7-1e78-49c4-bed0-35441400669c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5ddc7de7-1e78-49c4-bed0-35441400669c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5ddc7de7-1e78-49c4-bed0-35441400669c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5ddc7de7-1e78-49c4-bed0-35441400669c img.shogun-image {
  width: 100%;
  
  
  

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




.s-5ddc7de7-1e78-49c4-bed0-35441400669c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5ddc7de7-1e78-49c4-bed0-35441400669c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ddc7de7-1e78-49c4-bed0-35441400669c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ddc7de7-1e78-49c4-bed0-35441400669c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-5ddc7de7-1e78-49c4-bed0-35441400669c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5ddc7de7-1e78-49c4-bed0-35441400669c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5ddc7de7-1e78-49c4-bed0-35441400669c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-5ddc7de7-1e78-49c4-bed0-35441400669c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ddc7de7-1e78-49c4-bed0-35441400669c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ddc7de7-1e78-49c4-bed0-35441400669c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5ddc7de7-1e78-49c4-bed0-35441400669c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5ddc7de7-1e78-49c4-bed0-35441400669c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5ddc7de7-1e78-49c4-bed0-35441400669c img.shogun-image {
  width: 100%;
  
  
  

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




.s-5ddc7de7-1e78-49c4-bed0-35441400669c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5ddc7de7-1e78-49c4-bed0-35441400669c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ddc7de7-1e78-49c4-bed0-35441400669c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ddc7de7-1e78-49c4-bed0-35441400669c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-5ddc7de7-1e78-49c4-bed0-35441400669c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5ddc7de7-1e78-49c4-bed0-35441400669c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5ddc7de7-1e78-49c4-bed0-35441400669c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-5ddc7de7-1e78-49c4-bed0-35441400669c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ddc7de7-1e78-49c4-bed0-35441400669c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ddc7de7-1e78-49c4-bed0-35441400669c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5ddc7de7-1e78-49c4-bed0-35441400669c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5ddc7de7-1e78-49c4-bed0-35441400669c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5ddc7de7-1e78-49c4-bed0-35441400669c img.shogun-image {
  width: 100%;
  
  
  

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




.s-5ddc7de7-1e78-49c4-bed0-35441400669c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5ddc7de7-1e78-49c4-bed0-35441400669c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ddc7de7-1e78-49c4-bed0-35441400669c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ddc7de7-1e78-49c4-bed0-35441400669c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-5ddc7de7-1e78-49c4-bed0-35441400669c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5ddc7de7-1e78-49c4-bed0-35441400669c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5ddc7de7-1e78-49c4-bed0-35441400669c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-5ddc7de7-1e78-49c4-bed0-35441400669c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-5ddc7de7-1e78-49c4-bed0-35441400669c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-5ddc7de7-1e78-49c4-bed0-35441400669c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-5ddc7de7-1e78-49c4-bed0-35441400669c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-5ddc7de7-1e78-49c4-bed0-35441400669c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-5ddc7de7-1e78-49c4-bed0-35441400669c img.shogun-image {
  width: 100%;
  
  
  

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




.s-5ddc7de7-1e78-49c4-bed0-35441400669c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-5ddc7de7-1e78-49c4-bed0-35441400669c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ddc7de7-1e78-49c4-bed0-35441400669c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ddc7de7-1e78-49c4-bed0-35441400669c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-5ddc7de7-1e78-49c4-bed0-35441400669c .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5ddc7de7-1e78-49c4-bed0-35441400669c .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-5ddc7de7-1e78-49c4-bed0-35441400669c .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-77dc1ab9-6ad3-4937-affd-8917baccdbc3 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-77dc1ab9-6ad3-4937-affd-8917baccdbc3 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-77dc1ab9-6ad3-4937-affd-8917baccdbc3 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-77dc1ab9-6ad3-4937-affd-8917baccdbc3 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-d7bafa95-0e10-4f26-b278-116e837a3953 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-d7bafa95-0e10-4f26-b278-116e837a3953 {
  margin-top: 0px;
}
}
#s-d7bafa95-0e10-4f26-b278-116e837a3953 .shg-proportional-font-size,
#s-d7bafa95-0e10-4f26-b278-116e837a3953 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-32a29675-a67f-47b7-9b96-26ec271978b0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
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;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-32a29675-a67f-47b7-9b96-26ec271978b0 {
  margin-top: 20px;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}
}







#s-32a29675-a67f-47b7-9b96-26ec271978b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32a29675-a67f-47b7-9b96-26ec271978b0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

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




.s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe img.shogun-image {
  width: 100%;
  
  
  

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




.s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe img.shogun-image {
  width: 100%;
  
  
  

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




.s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe img.shogun-image {
  width: 100%;
  
  
  

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




.s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe img.shogun-image {
  width: 100%;
  
  
  

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




.s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cb9c3e6c-b370-4b79-b9bc-0b1f374427fe.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f4169970-c521-4ac8-b4b4-1a105ccc270b {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f4169970-c521-4ac8-b4b4-1a105ccc270b .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f4169970-c521-4ac8-b4b4-1a105ccc270b .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-f4169970-c521-4ac8-b4b4-1a105ccc270b .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-7ca7c5fe-fca3-43e6-b41b-8b2e03c8485f {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-7ca7c5fe-fca3-43e6-b41b-8b2e03c8485f {
  margin-top: 0px;
}
}
#s-7ca7c5fe-fca3-43e6-b41b-8b2e03c8485f .shg-proportional-font-size,
#s-7ca7c5fe-fca3-43e6-b41b-8b2e03c8485f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-b767e8ac-f546-4f21-848d-551a355684d1 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 3%;
padding-bottom: 0%;
padding-right: 3%;
min-height: 50px;
}








#s-b767e8ac-f546-4f21-848d-551a355684d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b767e8ac-f546-4f21-848d-551a355684d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-900d8f5f-a3c5-494c-9520-2e978d2a59e6 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-900d8f5f-a3c5-494c-9520-2e978d2a59e6 {
  padding-top: 8%;
padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}
}







#s-900d8f5f-a3c5-494c-9520-2e978d2a59e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-900d8f5f-a3c5-494c-9520-2e978d2a59e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ebae048-9f6f-42d1-8210-f4616cc4d4d5 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-4ebae048-9f6f-42d1-8210-f4616cc4d4d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ebae048-9f6f-42d1-8210-f4616cc4d4d5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4ebae048-9f6f-42d1-8210-f4616cc4d4d5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4ebae048-9f6f-42d1-8210-f4616cc4d4d5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4ebae048-9f6f-42d1-8210-f4616cc4d4d5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ebae048-9f6f-42d1-8210-f4616cc4d4d5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4ebae048-9f6f-42d1-8210-f4616cc4d4d5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-79fff30d-6513-4942-8fb4-f3ca8db4ffd5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
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;
text-align: left;
}

#s-79fff30d-6513-4942-8fb4-f3ca8db4ffd5 .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


@media (max-width: 767px){#s-79fff30d-6513-4942-8fb4-f3ca8db4ffd5 .shogun-heading-component h3 {
  color: rgba(165, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


}
#s-4369f8bc-9cfa-40fd-b4f5-91f0cbd6bb9f {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4369f8bc-9cfa-40fd-b4f5-91f0cbd6bb9f .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4369f8bc-9cfa-40fd-b4f5-91f0cbd6bb9f .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-4369f8bc-9cfa-40fd-b4f5-91f0cbd6bb9f .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-84fe632b-bc42-449d-9b04-b8f5eeda3e06 {
  margin-top: 12px;
margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-84fe632b-bc42-449d-9b04-b8f5eeda3e06 {
  margin-top: 0px;
}
}
#s-84fe632b-bc42-449d-9b04-b8f5eeda3e06 .shg-proportional-font-size,
#s-84fe632b-bc42-449d-9b04-b8f5eeda3e06 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de {
  margin-left: auto;
margin-right: auto;
max-width: 2549px;
text-align: center;
}
@media (max-width: 767px){#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de {
  margin-top: 20px;
}
}
#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de img.shogun-image {
  width: 100%;
  
  
  max-width: 2549px;

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




.s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de img.shogun-image {
  width: 100%;
  
  
  

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




.s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de img.shogun-image {
  width: 100%;
  
  
  

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




.s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de img.shogun-image {
  width: 100%;
  
  
  

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




.s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
}

#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de img.shogun-image {
  width: 100%;
  
  
  

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




.s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e5f091a-f817-41d1-a33b-9ec5bb60e0de.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1f62d011-9690-4584-8ddf-51d13688ed83 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: none;
min-height: 50px;
}
@media (max-width: 767px){#s-1f62d011-9690-4584-8ddf-51d13688ed83 {
  padding-top: 50px;
padding-bottom: 0px;
}
}







#s-1f62d011-9690-4584-8ddf-51d13688ed83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1f62d011-9690-4584-8ddf-51d13688ed83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3153ee0-90dc-4f31-9b04-6825e95ef3d0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(242, 242, 242, 1);
border-style: none;
border-radius: 8px;
min-height: 50px;
}
@media (max-width: 767px){#s-c3153ee0-90dc-4f31-9b04-6825e95ef3d0 {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}
}
#s-c3153ee0-90dc-4f31-9b04-6825e95ef3d0 {
  background-image: url();
}








#s-c3153ee0-90dc-4f31-9b04-6825e95ef3d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3153ee0-90dc-4f31-9b04-6825e95ef3d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3f78faa-8660-461a-a0b6-61998eaa7fba {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f3f78faa-8660-461a-a0b6-61998eaa7fba .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f3f78faa-8660-461a-a0b6-61998eaa7fba .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-f3f78faa-8660-461a-a0b6-61998eaa7fba .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-e0e9ed31-95d0-4f00-b2bc-38fcd43dd116 {
  margin-top: 16px;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 211, 0, 1);
border-style: solid;
border-radius: 8px;
min-height: 50px;
}








#s-e0e9ed31-95d0-4f00-b2bc-38fcd43dd116 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0e9ed31-95d0-4f00-b2bc-38fcd43dd116.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41d6e87e-b668-4c05-8711-ab2f7ccd8fb3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 211, 0, 1);
}








#s-41d6e87e-b668-4c05-8711-ab2f7ccd8fb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41d6e87e-b668-4c05-8711-ab2f7ccd8fb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c64e5652-1871-48f0-8128-fd52a3186fa6 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c64e5652-1871-48f0-8128-fd52a3186fa6 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c64e5652-1871-48f0-8128-fd52a3186fa6 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-c64e5652-1871-48f0-8128-fd52a3186fa6 .shogun-heading-component h3 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-e744b4b0-ac2c-4062-9580-63dea4d66080 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 0%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-e744b4b0-ac2c-4062-9580-63dea4d66080"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-e744b4b0-ac2c-4062-9580-63dea4d66080"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-e744b4b0-ac2c-4062-9580-63dea4d66080"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-e744b4b0-ac2c-4062-9580-63dea4d66080"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-b643326e-4763-4ef1-ba69-f64e1abe22ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba img.shogun-image {
  width: 100%;
  
  
  

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




.s-b643326e-4763-4ef1-ba69-f64e1abe22ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba img.shogun-image {
  width: 100%;
  
  
  

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




.s-b643326e-4763-4ef1-ba69-f64e1abe22ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba img.shogun-image {
  width: 100%;
  
  
  

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




.s-b643326e-4763-4ef1-ba69-f64e1abe22ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b643326e-4763-4ef1-ba69-f64e1abe22ba {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba img.shogun-image {
  width: 100%;
  
  
  

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




.s-b643326e-4763-4ef1-ba69-f64e1abe22ba .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b643326e-4763-4ef1-ba69-f64e1abe22ba.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-936578a8-be23-4d1a-a59f-0f523383b113 {
  margin-left: auto;
margin-right: auto;
}

#s-936578a8-be23-4d1a-a59f-0f523383b113 .shg-proportional-font-size,
#s-936578a8-be23-4d1a-a59f-0f523383b113 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-936578a8-be23-4d1a-a59f-0f523383b113 .shg-proportional-font-size,
#s-936578a8-be23-4d1a-a59f-0f523383b113 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 img.shogun-image {
  width: 100%;
  
  
  max-width: 500px;

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




.s-53b19641-62da-4403-85f6-1dea2a2a2cb0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-53b19641-62da-4403-85f6-1dea2a2a2cb0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-53b19641-62da-4403-85f6-1dea2a2a2cb0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-53b19641-62da-4403-85f6-1dea2a2a2cb0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-53b19641-62da-4403-85f6-1dea2a2a2cb0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0 img.shogun-image {
  width: 100%;
  
  
  

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




.s-53b19641-62da-4403-85f6-1dea2a2a2cb0 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53b19641-62da-4403-85f6-1dea2a2a2cb0.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-df1b52fa-cb60-42cb-a445-14776af575e3 {
  margin-left: auto;
margin-right: auto;
}

#s-df1b52fa-cb60-42cb-a445-14776af575e3 .shg-proportional-font-size,
#s-df1b52fa-cb60-42cb-a445-14776af575e3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-df1b52fa-cb60-42cb-a445-14776af575e3 .shg-proportional-font-size,
#s-df1b52fa-cb60-42cb-a445-14776af575e3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-9be0e160-59cf-4bf8-b2dd-2a338f349792 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9be0e160-59cf-4bf8-b2dd-2a338f349792 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9be0e160-59cf-4bf8-b2dd-2a338f349792 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9be0e160-59cf-4bf8-b2dd-2a338f349792 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9be0e160-59cf-4bf8-b2dd-2a338f349792 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9be0e160-59cf-4bf8-b2dd-2a338f349792 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9be0e160-59cf-4bf8-b2dd-2a338f349792.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-1664e675-e5fc-4234-a55e-15a347a9ce8a {
  margin-left: auto;
margin-right: auto;
}

#s-1664e675-e5fc-4234-a55e-15a347a9ce8a .shg-proportional-font-size,
#s-1664e675-e5fc-4234-a55e-15a347a9ce8a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-1664e675-e5fc-4234-a55e-15a347a9ce8a .shg-proportional-font-size,
#s-1664e675-e5fc-4234-a55e-15a347a9ce8a .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 img.shogun-image {
  width: 100%;
  
  
  

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




.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 img.shogun-image {
  width: 100%;
  
  
  

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




.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 img.shogun-image {
  width: 100%;
  
  
  

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




.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 img.shogun-image {
  width: 100%;
  
  
  

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




.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06d1a93f-af8d-49be-8f7b-3c26b8993f28.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-35dba082-6e1a-4cd7-b797-793e4e673e37 {
  margin-left: auto;
margin-right: auto;
}

#s-35dba082-6e1a-4cd7-b797-793e4e673e37 .shg-proportional-font-size,
#s-35dba082-6e1a-4cd7-b797-793e4e673e37 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-35dba082-6e1a-4cd7-b797-793e4e673e37 .shg-proportional-font-size,
#s-35dba082-6e1a-4cd7-b797-793e4e673e37 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  margin-left: auto;
margin-right: auto;
max-width: 1488px;
text-align: center;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e img.shogun-image {
  width: 100%;
  
  
  max-width: 1488px;

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




.s-3193ce8c-e14e-42ae-911d-7f74cef2504e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e img.shogun-image {
  width: 100%;
  
  
  

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




.s-3193ce8c-e14e-42ae-911d-7f74cef2504e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e img.shogun-image {
  width: 100%;
  
  
  

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




.s-3193ce8c-e14e-42ae-911d-7f74cef2504e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e img.shogun-image {
  width: 100%;
  
  
  

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




.s-3193ce8c-e14e-42ae-911d-7f74cef2504e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3193ce8c-e14e-42ae-911d-7f74cef2504e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e img.shogun-image {
  width: 100%;
  
  
  

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




.s-3193ce8c-e14e-42ae-911d-7f74cef2504e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3193ce8c-e14e-42ae-911d-7f74cef2504e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-4edd1883-9b86-4d6c-97cf-1d6d9969adf3 {
  margin-left: auto;
margin-right: auto;
}

#s-4edd1883-9b86-4d6c-97cf-1d6d9969adf3 .shg-proportional-font-size,
#s-4edd1883-9b86-4d6c-97cf-1d6d9969adf3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-4edd1883-9b86-4d6c-97cf-1d6d9969adf3 .shg-proportional-font-size,
#s-4edd1883-9b86-4d6c-97cf-1d6d9969adf3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1fc4bcf-ad91-4475-b237-6f7edb39cba1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-66a6f745-396a-45e0-8aed-5e12c404991b {
  margin-left: auto;
margin-right: auto;
}

#s-66a6f745-396a-45e0-8aed-5e12c404991b .shg-proportional-font-size,
#s-66a6f745-396a-45e0-8aed-5e12c404991b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-66a6f745-396a-45e0-8aed-5e12c404991b .shg-proportional-font-size,
#s-66a6f745-396a-45e0-8aed-5e12c404991b .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-65a08d1d-b1f2-4702-be4b-059ad5d2bea6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0%;
padding-left: 3%;
padding-bottom: 0%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-65a08d1d-b1f2-4702-be4b-059ad5d2bea6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-65a08d1d-b1f2-4702-be4b-059ad5d2bea6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-65a08d1d-b1f2-4702-be4b-059ad5d2bea6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-65a08d1d-b1f2-4702-be4b-059ad5d2bea6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f img.shogun-image {
  width: 100%;
  
  
  

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




.s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f img.shogun-image {
  width: 100%;
  
  
  

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




.s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f img.shogun-image {
  width: 100%;
  
  
  

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




.s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f img.shogun-image {
  width: 100%;
  
  
  

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




.s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5d7e563-9039-4e87-8cc2-cd8e66877b4f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ff9b69e2-da1b-4ccf-bc00-acb92f1ec645 {
  margin-left: auto;
margin-right: auto;
}

#s-ff9b69e2-da1b-4ccf-bc00-acb92f1ec645 .shg-proportional-font-size,
#s-ff9b69e2-da1b-4ccf-bc00-acb92f1ec645 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-ff9b69e2-da1b-4ccf-bc00-acb92f1ec645 .shg-proportional-font-size,
#s-ff9b69e2-da1b-4ccf-bc00-acb92f1ec645 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-04dfe004-d14a-488e-999e-072d7e28f8e9 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-04dfe004-d14a-488e-999e-072d7e28f8e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04dfe004-d14a-488e-999e-072d7e28f8e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-04dfe004-d14a-488e-999e-072d7e28f8e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04dfe004-d14a-488e-999e-072d7e28f8e9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-04dfe004-d14a-488e-999e-072d7e28f8e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-04dfe004-d14a-488e-999e-072d7e28f8e9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-04dfe004-d14a-488e-999e-072d7e28f8e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04dfe004-d14a-488e-999e-072d7e28f8e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04dfe004-d14a-488e-999e-072d7e28f8e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04dfe004-d14a-488e-999e-072d7e28f8e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-04dfe004-d14a-488e-999e-072d7e28f8e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04dfe004-d14a-488e-999e-072d7e28f8e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-04dfe004-d14a-488e-999e-072d7e28f8e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04dfe004-d14a-488e-999e-072d7e28f8e9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-04dfe004-d14a-488e-999e-072d7e28f8e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-04dfe004-d14a-488e-999e-072d7e28f8e9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-04dfe004-d14a-488e-999e-072d7e28f8e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04dfe004-d14a-488e-999e-072d7e28f8e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04dfe004-d14a-488e-999e-072d7e28f8e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04dfe004-d14a-488e-999e-072d7e28f8e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-04dfe004-d14a-488e-999e-072d7e28f8e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04dfe004-d14a-488e-999e-072d7e28f8e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-04dfe004-d14a-488e-999e-072d7e28f8e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04dfe004-d14a-488e-999e-072d7e28f8e9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-04dfe004-d14a-488e-999e-072d7e28f8e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-04dfe004-d14a-488e-999e-072d7e28f8e9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-04dfe004-d14a-488e-999e-072d7e28f8e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04dfe004-d14a-488e-999e-072d7e28f8e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04dfe004-d14a-488e-999e-072d7e28f8e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04dfe004-d14a-488e-999e-072d7e28f8e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-04dfe004-d14a-488e-999e-072d7e28f8e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04dfe004-d14a-488e-999e-072d7e28f8e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-04dfe004-d14a-488e-999e-072d7e28f8e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04dfe004-d14a-488e-999e-072d7e28f8e9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-04dfe004-d14a-488e-999e-072d7e28f8e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-04dfe004-d14a-488e-999e-072d7e28f8e9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-04dfe004-d14a-488e-999e-072d7e28f8e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04dfe004-d14a-488e-999e-072d7e28f8e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04dfe004-d14a-488e-999e-072d7e28f8e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04dfe004-d14a-488e-999e-072d7e28f8e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-04dfe004-d14a-488e-999e-072d7e28f8e9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-04dfe004-d14a-488e-999e-072d7e28f8e9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-04dfe004-d14a-488e-999e-072d7e28f8e9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-04dfe004-d14a-488e-999e-072d7e28f8e9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-04dfe004-d14a-488e-999e-072d7e28f8e9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-04dfe004-d14a-488e-999e-072d7e28f8e9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-04dfe004-d14a-488e-999e-072d7e28f8e9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-04dfe004-d14a-488e-999e-072d7e28f8e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04dfe004-d14a-488e-999e-072d7e28f8e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04dfe004-d14a-488e-999e-072d7e28f8e9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a6eae0dc-5005-4751-bae0-2477cf2cd2b3 {
  margin-left: auto;
margin-right: auto;
}

#s-a6eae0dc-5005-4751-bae0-2477cf2cd2b3 .shg-proportional-font-size,
#s-a6eae0dc-5005-4751-bae0-2477cf2cd2b3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-a6eae0dc-5005-4751-bae0-2477cf2cd2b3 .shg-proportional-font-size,
#s-a6eae0dc-5005-4751-bae0-2477cf2cd2b3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-987f727c-5bc6-44d0-af32-3494e48fd7e4 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-987f727c-5bc6-44d0-af32-3494e48fd7e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-987f727c-5bc6-44d0-af32-3494e48fd7e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-987f727c-5bc6-44d0-af32-3494e48fd7e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-987f727c-5bc6-44d0-af32-3494e48fd7e4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-987f727c-5bc6-44d0-af32-3494e48fd7e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-987f727c-5bc6-44d0-af32-3494e48fd7e4 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

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




.s-987f727c-5bc6-44d0-af32-3494e48fd7e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-987f727c-5bc6-44d0-af32-3494e48fd7e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-987f727c-5bc6-44d0-af32-3494e48fd7e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-987f727c-5bc6-44d0-af32-3494e48fd7e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-987f727c-5bc6-44d0-af32-3494e48fd7e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-987f727c-5bc6-44d0-af32-3494e48fd7e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-987f727c-5bc6-44d0-af32-3494e48fd7e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-987f727c-5bc6-44d0-af32-3494e48fd7e4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-987f727c-5bc6-44d0-af32-3494e48fd7e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-987f727c-5bc6-44d0-af32-3494e48fd7e4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-987f727c-5bc6-44d0-af32-3494e48fd7e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-987f727c-5bc6-44d0-af32-3494e48fd7e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-987f727c-5bc6-44d0-af32-3494e48fd7e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-987f727c-5bc6-44d0-af32-3494e48fd7e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-987f727c-5bc6-44d0-af32-3494e48fd7e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-987f727c-5bc6-44d0-af32-3494e48fd7e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-987f727c-5bc6-44d0-af32-3494e48fd7e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-987f727c-5bc6-44d0-af32-3494e48fd7e4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-987f727c-5bc6-44d0-af32-3494e48fd7e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-987f727c-5bc6-44d0-af32-3494e48fd7e4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-987f727c-5bc6-44d0-af32-3494e48fd7e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-987f727c-5bc6-44d0-af32-3494e48fd7e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-987f727c-5bc6-44d0-af32-3494e48fd7e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-987f727c-5bc6-44d0-af32-3494e48fd7e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-987f727c-5bc6-44d0-af32-3494e48fd7e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-987f727c-5bc6-44d0-af32-3494e48fd7e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-987f727c-5bc6-44d0-af32-3494e48fd7e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-987f727c-5bc6-44d0-af32-3494e48fd7e4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-987f727c-5bc6-44d0-af32-3494e48fd7e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-987f727c-5bc6-44d0-af32-3494e48fd7e4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-987f727c-5bc6-44d0-af32-3494e48fd7e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-987f727c-5bc6-44d0-af32-3494e48fd7e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-987f727c-5bc6-44d0-af32-3494e48fd7e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-987f727c-5bc6-44d0-af32-3494e48fd7e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-987f727c-5bc6-44d0-af32-3494e48fd7e4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-987f727c-5bc6-44d0-af32-3494e48fd7e4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-987f727c-5bc6-44d0-af32-3494e48fd7e4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-987f727c-5bc6-44d0-af32-3494e48fd7e4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-987f727c-5bc6-44d0-af32-3494e48fd7e4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-987f727c-5bc6-44d0-af32-3494e48fd7e4 img.shogun-image {
  width: 100%;
  
  
  

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




.s-987f727c-5bc6-44d0-af32-3494e48fd7e4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-987f727c-5bc6-44d0-af32-3494e48fd7e4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-987f727c-5bc6-44d0-af32-3494e48fd7e4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-987f727c-5bc6-44d0-af32-3494e48fd7e4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-ff99e621-23a6-425c-804a-fc7a3f5abf50 {
  margin-left: auto;
margin-right: auto;
}

#s-ff99e621-23a6-425c-804a-fc7a3f5abf50 .shg-proportional-font-size,
#s-ff99e621-23a6-425c-804a-fc7a3f5abf50 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-ff99e621-23a6-425c-804a-fc7a3f5abf50 .shg-proportional-font-size,
#s-ff99e621-23a6-425c-804a-fc7a3f5abf50 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-e2a262a9-483c-409b-b620-c944d868a348 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-e2a262a9-483c-409b-b620-c944d868a348 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2a262a9-483c-409b-b620-c944d868a348-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e2a262a9-483c-409b-b620-c944d868a348 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2a262a9-483c-409b-b620-c944d868a348 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e2a262a9-483c-409b-b620-c944d868a348 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e2a262a9-483c-409b-b620-c944d868a348 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

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




.s-e2a262a9-483c-409b-b620-c944d868a348 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2a262a9-483c-409b-b620-c944d868a348.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2a262a9-483c-409b-b620-c944d868a348.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2a262a9-483c-409b-b620-c944d868a348.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e2a262a9-483c-409b-b620-c944d868a348 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2a262a9-483c-409b-b620-c944d868a348-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e2a262a9-483c-409b-b620-c944d868a348 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2a262a9-483c-409b-b620-c944d868a348 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e2a262a9-483c-409b-b620-c944d868a348 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e2a262a9-483c-409b-b620-c944d868a348 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e2a262a9-483c-409b-b620-c944d868a348 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2a262a9-483c-409b-b620-c944d868a348.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2a262a9-483c-409b-b620-c944d868a348.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2a262a9-483c-409b-b620-c944d868a348.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e2a262a9-483c-409b-b620-c944d868a348 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2a262a9-483c-409b-b620-c944d868a348-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e2a262a9-483c-409b-b620-c944d868a348 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2a262a9-483c-409b-b620-c944d868a348 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e2a262a9-483c-409b-b620-c944d868a348 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e2a262a9-483c-409b-b620-c944d868a348 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e2a262a9-483c-409b-b620-c944d868a348 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2a262a9-483c-409b-b620-c944d868a348.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2a262a9-483c-409b-b620-c944d868a348.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2a262a9-483c-409b-b620-c944d868a348.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e2a262a9-483c-409b-b620-c944d868a348 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2a262a9-483c-409b-b620-c944d868a348-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e2a262a9-483c-409b-b620-c944d868a348 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2a262a9-483c-409b-b620-c944d868a348 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e2a262a9-483c-409b-b620-c944d868a348 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e2a262a9-483c-409b-b620-c944d868a348 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e2a262a9-483c-409b-b620-c944d868a348 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2a262a9-483c-409b-b620-c944d868a348.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2a262a9-483c-409b-b620-c944d868a348.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2a262a9-483c-409b-b620-c944d868a348.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e2a262a9-483c-409b-b620-c944d868a348 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e2a262a9-483c-409b-b620-c944d868a348-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e2a262a9-483c-409b-b620-c944d868a348 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e2a262a9-483c-409b-b620-c944d868a348 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e2a262a9-483c-409b-b620-c944d868a348 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e2a262a9-483c-409b-b620-c944d868a348 img.shogun-image {
  width: 100%;
  
  
  

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




.s-e2a262a9-483c-409b-b620-c944d868a348 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e2a262a9-483c-409b-b620-c944d868a348.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e2a262a9-483c-409b-b620-c944d868a348.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e2a262a9-483c-409b-b620-c944d868a348.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-a56f288a-1721-4e59-b625-d708f1a3c7f1 {
  margin-left: auto;
margin-right: auto;
}

#s-a56f288a-1721-4e59-b625-d708f1a3c7f1 .shg-proportional-font-size,
#s-a56f288a-1721-4e59-b625-d708f1a3c7f1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-a56f288a-1721-4e59-b625-d708f1a3c7f1 .shg-proportional-font-size,
#s-a56f288a-1721-4e59-b625-d708f1a3c7f1 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 img.shogun-image {
  width: 100%;
  
  
  

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




.s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f2a4616e-1ba8-4cc6-8317-3a896dc86ac6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3d5d4aca-3cea-4297-8caa-2ce00ea0bf12 {
  margin-left: auto;
margin-right: auto;
}

#s-3d5d4aca-3cea-4297-8caa-2ce00ea0bf12 .shg-proportional-font-size,
#s-3d5d4aca-3cea-4297-8caa-2ce00ea0bf12 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-3d5d4aca-3cea-4297-8caa-2ce00ea0bf12 .shg-proportional-font-size,
#s-3d5d4aca-3cea-4297-8caa-2ce00ea0bf12 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}

#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 img.shogun-image {
  width: 100%;
  
  
  max-width: 1500px;

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




.s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff5691c7-6cb7-4bd2-9a1f-e4c00bba35d9.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-16d261ac-fc6d-4b2c-8ae9-2e9b2de56d0d {
  margin-left: auto;
margin-right: auto;
}

#s-16d261ac-fc6d-4b2c-8ae9-2e9b2de56d0d .shg-proportional-font-size,
#s-16d261ac-fc6d-4b2c-8ae9-2e9b2de56d0d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-16d261ac-fc6d-4b2c-8ae9-2e9b2de56d0d .shg-proportional-font-size,
#s-16d261ac-fc6d-4b2c-8ae9-2e9b2de56d0d .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-2d5126d9-13eb-4d8d-9979-dba117100fb3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
}

@media (min-width: 0px) {
[id="s-2d5126d9-13eb-4d8d-9979-dba117100fb3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-2d5126d9-13eb-4d8d-9979-dba117100fb3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-2d5126d9-13eb-4d8d-9979-dba117100fb3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-2d5126d9-13eb-4d8d-9979-dba117100fb3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-579b576a-17d6-49c5-983e-4a32bea241b1 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-579b576a-17d6-49c5-983e-4a32bea241b1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-579b576a-17d6-49c5-983e-4a32bea241b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-579b576a-17d6-49c5-983e-4a32bea241b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-579b576a-17d6-49c5-983e-4a32bea241b1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-579b576a-17d6-49c5-983e-4a32bea241b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-579b576a-17d6-49c5-983e-4a32bea241b1 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-579b576a-17d6-49c5-983e-4a32bea241b1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-579b576a-17d6-49c5-983e-4a32bea241b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-579b576a-17d6-49c5-983e-4a32bea241b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-579b576a-17d6-49c5-983e-4a32bea241b1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-579b576a-17d6-49c5-983e-4a32bea241b1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-579b576a-17d6-49c5-983e-4a32bea241b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-579b576a-17d6-49c5-983e-4a32bea241b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-579b576a-17d6-49c5-983e-4a32bea241b1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-579b576a-17d6-49c5-983e-4a32bea241b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-579b576a-17d6-49c5-983e-4a32bea241b1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-579b576a-17d6-49c5-983e-4a32bea241b1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-579b576a-17d6-49c5-983e-4a32bea241b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-579b576a-17d6-49c5-983e-4a32bea241b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-579b576a-17d6-49c5-983e-4a32bea241b1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-579b576a-17d6-49c5-983e-4a32bea241b1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-579b576a-17d6-49c5-983e-4a32bea241b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-579b576a-17d6-49c5-983e-4a32bea241b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-579b576a-17d6-49c5-983e-4a32bea241b1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-579b576a-17d6-49c5-983e-4a32bea241b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-579b576a-17d6-49c5-983e-4a32bea241b1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-579b576a-17d6-49c5-983e-4a32bea241b1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-579b576a-17d6-49c5-983e-4a32bea241b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-579b576a-17d6-49c5-983e-4a32bea241b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-579b576a-17d6-49c5-983e-4a32bea241b1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-579b576a-17d6-49c5-983e-4a32bea241b1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-579b576a-17d6-49c5-983e-4a32bea241b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-579b576a-17d6-49c5-983e-4a32bea241b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-579b576a-17d6-49c5-983e-4a32bea241b1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-579b576a-17d6-49c5-983e-4a32bea241b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-579b576a-17d6-49c5-983e-4a32bea241b1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-579b576a-17d6-49c5-983e-4a32bea241b1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-579b576a-17d6-49c5-983e-4a32bea241b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-579b576a-17d6-49c5-983e-4a32bea241b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-579b576a-17d6-49c5-983e-4a32bea241b1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-579b576a-17d6-49c5-983e-4a32bea241b1 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-579b576a-17d6-49c5-983e-4a32bea241b1-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-579b576a-17d6-49c5-983e-4a32bea241b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-579b576a-17d6-49c5-983e-4a32bea241b1 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-579b576a-17d6-49c5-983e-4a32bea241b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-579b576a-17d6-49c5-983e-4a32bea241b1 img.shogun-image {
  width: 100%;
  
  
  

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




.s-579b576a-17d6-49c5-983e-4a32bea241b1 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-579b576a-17d6-49c5-983e-4a32bea241b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-579b576a-17d6-49c5-983e-4a32bea241b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-579b576a-17d6-49c5-983e-4a32bea241b1.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-52cdcaa2-e0f8-4577-8b6b-9e934c8e4323 {
  margin-left: auto;
margin-right: auto;
}

#s-52cdcaa2-e0f8-4577-8b6b-9e934c8e4323 .shg-proportional-font-size,
#s-52cdcaa2-e0f8-4577-8b6b-9e934c8e4323 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-52cdcaa2-e0f8-4577-8b6b-9e934c8e4323 .shg-proportional-font-size,
#s-52cdcaa2-e0f8-4577-8b6b-9e934c8e4323 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
text-align: center;
}

#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b img.shogun-image {
  width: 100%;
  
  
  max-width: 1000px;

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




.s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b img.shogun-image {
  width: 100%;
  
  
  

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




.s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b img.shogun-image {
  width: 100%;
  
  
  

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




.s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b img.shogun-image {
  width: 100%;
  
  
  

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




.s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b img.shogun-image {
  width: 100%;
  
  
  

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




.s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44a2dcc5-1ed0-409c-b629-f3fe38c4eb4b.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-195ab342-4c32-49e8-a7b0-60f2319345fb {
  margin-left: auto;
margin-right: auto;
}

#s-195ab342-4c32-49e8-a7b0-60f2319345fb .shg-proportional-font-size,
#s-195ab342-4c32-49e8-a7b0-60f2319345fb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-195ab342-4c32-49e8-a7b0-60f2319345fb .shg-proportional-font-size,
#s-195ab342-4c32-49e8-a7b0-60f2319345fb .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-ef044586-50e6-4405-a99b-3add48c13148 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
text-align: center;
}

#s-ef044586-50e6-4405-a99b-3add48c13148 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef044586-50e6-4405-a99b-3add48c13148-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ef044586-50e6-4405-a99b-3add48c13148 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ef044586-50e6-4405-a99b-3add48c13148 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ef044586-50e6-4405-a99b-3add48c13148 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ef044586-50e6-4405-a99b-3add48c13148 img.shogun-image {
  width: 100%;
  
  
  max-width: 1200px;

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




.s-ef044586-50e6-4405-a99b-3add48c13148 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef044586-50e6-4405-a99b-3add48c13148.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef044586-50e6-4405-a99b-3add48c13148.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef044586-50e6-4405-a99b-3add48c13148.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ef044586-50e6-4405-a99b-3add48c13148 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef044586-50e6-4405-a99b-3add48c13148-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ef044586-50e6-4405-a99b-3add48c13148 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ef044586-50e6-4405-a99b-3add48c13148 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ef044586-50e6-4405-a99b-3add48c13148 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ef044586-50e6-4405-a99b-3add48c13148 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ef044586-50e6-4405-a99b-3add48c13148 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef044586-50e6-4405-a99b-3add48c13148.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef044586-50e6-4405-a99b-3add48c13148.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef044586-50e6-4405-a99b-3add48c13148.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ef044586-50e6-4405-a99b-3add48c13148 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef044586-50e6-4405-a99b-3add48c13148-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ef044586-50e6-4405-a99b-3add48c13148 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ef044586-50e6-4405-a99b-3add48c13148 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ef044586-50e6-4405-a99b-3add48c13148 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ef044586-50e6-4405-a99b-3add48c13148 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ef044586-50e6-4405-a99b-3add48c13148 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef044586-50e6-4405-a99b-3add48c13148.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef044586-50e6-4405-a99b-3add48c13148.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef044586-50e6-4405-a99b-3add48c13148.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ef044586-50e6-4405-a99b-3add48c13148 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef044586-50e6-4405-a99b-3add48c13148-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ef044586-50e6-4405-a99b-3add48c13148 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ef044586-50e6-4405-a99b-3add48c13148 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ef044586-50e6-4405-a99b-3add48c13148 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ef044586-50e6-4405-a99b-3add48c13148 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ef044586-50e6-4405-a99b-3add48c13148 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef044586-50e6-4405-a99b-3add48c13148.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef044586-50e6-4405-a99b-3add48c13148.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef044586-50e6-4405-a99b-3add48c13148.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ef044586-50e6-4405-a99b-3add48c13148 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ef044586-50e6-4405-a99b-3add48c13148-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ef044586-50e6-4405-a99b-3add48c13148 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ef044586-50e6-4405-a99b-3add48c13148 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ef044586-50e6-4405-a99b-3add48c13148 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ef044586-50e6-4405-a99b-3add48c13148 img.shogun-image {
  width: 100%;
  
  
  

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




.s-ef044586-50e6-4405-a99b-3add48c13148 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ef044586-50e6-4405-a99b-3add48c13148.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef044586-50e6-4405-a99b-3add48c13148.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef044586-50e6-4405-a99b-3add48c13148.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-b774a99f-c513-403e-bc9b-01c30c599d1f {
  margin-left: auto;
margin-right: auto;
}

#s-b774a99f-c513-403e-bc9b-01c30c599d1f .shg-proportional-font-size,
#s-b774a99f-c513-403e-bc9b-01c30c599d1f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}
@media (max-width: 767px){#s-b774a99f-c513-403e-bc9b-01c30c599d1f .shg-proportional-font-size,
#s-b774a99f-c513-403e-bc9b-01c30c599d1f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 80;
    
    
    font-size: 0.8em;
  
}
}
#s-babdf826-3853-45a4-be95-c7e7344dec59 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
border-style: none;
min-height: 50px;
}
@media (max-width: 767px){#s-babdf826-3853-45a4-be95-c7e7344dec59 {
  padding-top: 50px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
}







#s-babdf826-3853-45a4-be95-c7e7344dec59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-babdf826-3853-45a4-be95-c7e7344dec59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-266919eb-0744-4f7b-9787-1ef3439bf883 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(242, 242, 242, 1);
border-style: none;
border-radius: 8px;
min-height: 50px;
}
@media (max-width: 767px){#s-266919eb-0744-4f7b-9787-1ef3439bf883 {
  padding-top: 0%;
padding-left: 0%;
padding-bottom: 8%;
padding-right: 0%;
}
}
#s-266919eb-0744-4f7b-9787-1ef3439bf883 {
  background-image: url();
}








#s-266919eb-0744-4f7b-9787-1ef3439bf883 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-266919eb-0744-4f7b-9787-1ef3439bf883.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ec4cf1a-9c6c-410d-8a8c-7cb6afed4075 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9ec4cf1a-9c6c-410d-8a8c-7cb6afed4075 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-9ec4cf1a-9c6c-410d-8a8c-7cb6afed4075 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-9ec4cf1a-9c6c-410d-8a8c-7cb6afed4075 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-3a761345-3469-44d6-b016-cb800b2f213c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
@media (max-width: 767px){#s-3a761345-3469-44d6-b016-cb800b2f213c {
  margin-top: 0px;
}
}
#s-3a761345-3469-44d6-b016-cb800b2f213c .shg-proportional-font-size,
#s-3a761345-3469-44d6-b016-cb800b2f213c .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7d2c8288-f50e-4f56-b8ad-787c9ae88680 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(19, 17, 12, 1);
border-style: none;
border-radius: 8px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-7d2c8288-f50e-4f56-b8ad-787c9ae88680 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d2c8288-f50e-4f56-b8ad-787c9ae88680.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acae89a6-2ea0-4923-b202-bf71cb260070 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 0%;
padding-right: 3%;
background-color: rgba(242, 242, 242, 0);
}
@media (max-width: 767px){#s-acae89a6-2ea0-4923-b202-bf71cb260070 {
  padding-top: 5%;
padding-bottom: 0%;
}
}
@media (min-width: 0px) {
[id="s-acae89a6-2ea0-4923-b202-bf71cb260070"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-acae89a6-2ea0-4923-b202-bf71cb260070"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-acae89a6-2ea0-4923-b202-bf71cb260070"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-acae89a6-2ea0-4923-b202-bf71cb260070"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-6fdefb7f-d470-4e88-bc9c-ce1c43c0a0b7 {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: max-content;
}

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

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-3ead424d-ac2c-482a-b57f-99c2b5956e9b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3ead424d-ac2c-482a-b57f-99c2b5956e9b .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-3ead424d-ac2c-482a-b57f-99c2b5956e9b .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-3ead424d-ac2c-482a-b57f-99c2b5956e9b .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-3ead424d-ac2c-482a-b57f-99c2b5956e9b .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-3ead424d-ac2c-482a-b57f-99c2b5956e9b .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

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

#s-8999b515-7c2b-4cf5-8893-640f7506aec2 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8999b515-7c2b-4cf5-8893-640f7506aec2 .shg-product-title-component h4 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  
}

#s-9fc3d47e-ab60-4242-ba72-6b89fdf8d567 {
  margin-left: auto;
margin-right: auto;
}

#s-89866b44-01f7-49a6-a5d5-92cc72646c80 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-89866b44-01f7-49a6-a5d5-92cc72646c80 .shg-image-zoom {
  width:  1066; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-89866b44-01f7-49a6-a5d5-92cc72646c80 .shg-image-zoom {
  width:  1066; 
  height:  100%; 
}





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

.shg-c#s-89866b44-01f7-49a6-a5d5-92cc72646c80 .shg-image-zoom {
  width:  1066; 
  height:  100%; 
}





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

.shg-c#s-89866b44-01f7-49a6-a5d5-92cc72646c80 .shg-image-zoom {
  width:  1066; 
  height:  100%; 
}





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

.shg-c#s-89866b44-01f7-49a6-a5d5-92cc72646c80 .shg-image-zoom {
  width:  1066; 
  height:  100%; 
}





}
#s-4ecc2f98-a5c9-400d-a4ff-4ca19bdfd3ae {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ecc2f98-a5c9-400d-a4ff-4ca19bdfd3ae .shg-product-title-component h4 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  
}

#s-c2548900-1578-4164-918a-ae657276ac5d {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-c2548900-1578-4164-918a-ae657276ac5d {
  margin-top: 10px;
}
}
#s-f89fa341-7352-4ab6-ac90-fdba4cdd60fe {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-f89fa341-7352-4ab6-ac90-fdba4cdd60fe .shg-image-zoom {
  width:  3000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-f89fa341-7352-4ab6-ac90-fdba4cdd60fe .shg-image-zoom {
  width:  3000; 
  height:  100%; 
}





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

.shg-c#s-f89fa341-7352-4ab6-ac90-fdba4cdd60fe .shg-image-zoom {
  width:  3000; 
  height:  100%; 
}





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

.shg-c#s-f89fa341-7352-4ab6-ac90-fdba4cdd60fe .shg-image-zoom {
  width:  3000; 
  height:  100%; 
}





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

.shg-c#s-f89fa341-7352-4ab6-ac90-fdba4cdd60fe .shg-image-zoom {
  width:  3000; 
  height:  100%; 
}





}
#s-38129638-b9b9-4f1b-bebe-d17e39ccefcc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38129638-b9b9-4f1b-bebe-d17e39ccefcc .shg-product-title-component h4 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  
}

#s-3f9cdfb5-201e-4906-92da-53d7e658e59e {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-3f9cdfb5-201e-4906-92da-53d7e658e59e {
  margin-top: 10px;
}
}
#s-2f04f536-5b0e-4b40-958f-89cdc144b1cc {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-2f04f536-5b0e-4b40-958f-89cdc144b1cc .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-2f04f536-5b0e-4b40-958f-89cdc144b1cc .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-2f04f536-5b0e-4b40-958f-89cdc144b1cc .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-2f04f536-5b0e-4b40-958f-89cdc144b1cc .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-2f04f536-5b0e-4b40-958f-89cdc144b1cc .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-aed1e459-78b0-4521-882f-eac4bde074f1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aed1e459-78b0-4521-882f-eac4bde074f1 .shg-product-title-component h4 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  
}

#s-34811635-a538-47ca-bb7a-f827f6c9acb6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: rgba(242, 242, 242, 0);
}
@media (max-width: 767px){#s-34811635-a538-47ca-bb7a-f827f6c9acb6 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-34811635-a538-47ca-bb7a-f827f6c9acb6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-34811635-a538-47ca-bb7a-f827f6c9acb6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-34811635-a538-47ca-bb7a-f827f6c9acb6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-34811635-a538-47ca-bb7a-f827f6c9acb6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-7a3ddd3d-7d02-45cf-a915-a5b949bada49 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-7a3ddd3d-7d02-45cf-a915-a5b949bada49 {
  margin-top: 10px;
}
}
#s-756a2d20-2ecb-4f50-b376-ebfca632d6d9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-756a2d20-2ecb-4f50-b376-ebfca632d6d9 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-756a2d20-2ecb-4f50-b376-ebfca632d6d9 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-756a2d20-2ecb-4f50-b376-ebfca632d6d9 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-756a2d20-2ecb-4f50-b376-ebfca632d6d9 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





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

.shg-c#s-756a2d20-2ecb-4f50-b376-ebfca632d6d9 .shg-image-zoom {
  width:  1000; 
  height:  100%; 
}





}
#s-3ac4e367-4eb9-4657-af4b-fff686862f23 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ac4e367-4eb9-4657-af4b-fff686862f23 .shg-product-title-component h4 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  
}

#s-8033b688-ff79-4f8a-804a-f55e92cc97a6 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-8033b688-ff79-4f8a-804a-f55e92cc97a6 {
  margin-top: 10px;
}
}
#s-ce869ffa-a2f5-4236-a2dc-1db757352f60 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-ce869ffa-a2f5-4236-a2dc-1db757352f60 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-ce869ffa-a2f5-4236-a2dc-1db757352f60 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-ce869ffa-a2f5-4236-a2dc-1db757352f60 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-ce869ffa-a2f5-4236-a2dc-1db757352f60 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





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

.shg-c#s-ce869ffa-a2f5-4236-a2dc-1db757352f60 .shg-image-zoom {
  width:  1500; 
  height:  100%; 
}





}
#s-e6ea69b0-113b-4527-ae11-10b6bb4f4f3f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6ea69b0-113b-4527-ae11-10b6bb4f4f3f .shg-product-title-component h4 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  
}

#s-d080aefb-180e-4093-a1ec-0baa5932b004 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-d080aefb-180e-4093-a1ec-0baa5932b004 {
  margin-top: 10px;
}
}
#s-dd74581d-3922-48cf-9893-24ec286c7c33 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-dd74581d-3922-48cf-9893-24ec286c7c33 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-dd74581d-3922-48cf-9893-24ec286c7c33 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-dd74581d-3922-48cf-9893-24ec286c7c33 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-dd74581d-3922-48cf-9893-24ec286c7c33 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





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

.shg-c#s-dd74581d-3922-48cf-9893-24ec286c7c33 .shg-image-zoom {
  width:  1200; 
  height:  100%; 
}





}
#s-820920f4-ff49-4ab4-98b2-f85be5c9203d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-820920f4-ff49-4ab4-98b2-f85be5c9203d .shg-product-title-component h4 span {
  color: ;
  font-weight:  800 ;
  font-family: Archivo;
  font-style:   ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: ;
  
}

#s-503bf40b-7d6a-4f8f-84d3-912ac8d6cd73 {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 3%;
padding-bottom: 100px;
padding-right: 3%;
min-height: 50px;
}
@media (max-width: 767px){#s-503bf40b-7d6a-4f8f-84d3-912ac8d6cd73 {
  padding-bottom: 50px;
}
}







#s-503bf40b-7d6a-4f8f-84d3-912ac8d6cd73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-503bf40b-7d6a-4f8f-84d3-912ac8d6cd73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-443d2c20-567d-4acc-98a2-07dbb65f5f67 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-443d2c20-567d-4acc-98a2-07dbb65f5f67 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-443d2c20-567d-4acc-98a2-07dbb65f5f67 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-443d2c20-567d-4acc-98a2-07dbb65f5f67 .shogun-heading-component h2 {
  color: ;
  font-weight:  800 ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}
#s-b79412de-f584-4456-8ed0-2b4ebe751acb {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b79412de-f584-4456-8ed0-2b4ebe751acb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b79412de-f584-4456-8ed0-2b4ebe751acb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-b79412de-f584-4456-8ed0-2b4ebe751acb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-b79412de-f584-4456-8ed0-2b4ebe751acb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-1e4d73c0-ee0f-4f06-a5ca-99b2361d7ac5 {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
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;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-1e4d73c0-ee0f-4f06-a5ca-99b2361d7ac5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e4d73c0-ee0f-4f06-a5ca-99b2361d7ac5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4c70389-9760-4aff-8325-02f4a4a8846e {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-e4c70389-9760-4aff-8325-02f4a4a8846e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e4c70389-9760-4aff-8325-02f4a4a8846e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e4c70389-9760-4aff-8325-02f4a4a8846e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e4c70389-9760-4aff-8325-02f4a4a8846e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e4c70389-9760-4aff-8325-02f4a4a8846e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e4c70389-9760-4aff-8325-02f4a4a8846e img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

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




.s-e4c70389-9760-4aff-8325-02f4a4a8846e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e4c70389-9760-4aff-8325-02f4a4a8846e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4c70389-9760-4aff-8325-02f4a4a8846e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4c70389-9760-4aff-8325-02f4a4a8846e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-e4c70389-9760-4aff-8325-02f4a4a8846e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e4c70389-9760-4aff-8325-02f4a4a8846e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e4c70389-9760-4aff-8325-02f4a4a8846e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e4c70389-9760-4aff-8325-02f4a4a8846e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e4c70389-9760-4aff-8325-02f4a4a8846e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e4c70389-9760-4aff-8325-02f4a4a8846e img.shogun-image {
  width: 100%;
  
  
  

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




.s-e4c70389-9760-4aff-8325-02f4a4a8846e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e4c70389-9760-4aff-8325-02f4a4a8846e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4c70389-9760-4aff-8325-02f4a4a8846e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4c70389-9760-4aff-8325-02f4a4a8846e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-e4c70389-9760-4aff-8325-02f4a4a8846e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e4c70389-9760-4aff-8325-02f4a4a8846e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e4c70389-9760-4aff-8325-02f4a4a8846e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e4c70389-9760-4aff-8325-02f4a4a8846e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e4c70389-9760-4aff-8325-02f4a4a8846e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e4c70389-9760-4aff-8325-02f4a4a8846e img.shogun-image {
  width: 100%;
  
  
  

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




.s-e4c70389-9760-4aff-8325-02f4a4a8846e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e4c70389-9760-4aff-8325-02f4a4a8846e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4c70389-9760-4aff-8325-02f4a4a8846e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4c70389-9760-4aff-8325-02f4a4a8846e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-e4c70389-9760-4aff-8325-02f4a4a8846e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e4c70389-9760-4aff-8325-02f4a4a8846e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e4c70389-9760-4aff-8325-02f4a4a8846e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e4c70389-9760-4aff-8325-02f4a4a8846e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e4c70389-9760-4aff-8325-02f4a4a8846e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e4c70389-9760-4aff-8325-02f4a4a8846e img.shogun-image {
  width: 100%;
  
  
  

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




.s-e4c70389-9760-4aff-8325-02f4a4a8846e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e4c70389-9760-4aff-8325-02f4a4a8846e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4c70389-9760-4aff-8325-02f4a4a8846e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4c70389-9760-4aff-8325-02f4a4a8846e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-e4c70389-9760-4aff-8325-02f4a4a8846e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e4c70389-9760-4aff-8325-02f4a4a8846e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e4c70389-9760-4aff-8325-02f4a4a8846e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e4c70389-9760-4aff-8325-02f4a4a8846e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e4c70389-9760-4aff-8325-02f4a4a8846e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e4c70389-9760-4aff-8325-02f4a4a8846e img.shogun-image {
  width: 100%;
  
  
  

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




.s-e4c70389-9760-4aff-8325-02f4a4a8846e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e4c70389-9760-4aff-8325-02f4a4a8846e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4c70389-9760-4aff-8325-02f4a4a8846e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4c70389-9760-4aff-8325-02f4a4a8846e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




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

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

.shg-btn-text {
  font-weight: 400;
  font-family: "Serif";
}

.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-8a9d6791-5e45-4087-bec9-2a12054d479f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: rgba(19, 17, 12, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8a9d6791-5e45-4087-bec9-2a12054d479f:hover {background-color: rgba(141, 146, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8a9d6791-5e45-4087-bec9-2a12054d479f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8a9d6791-5e45-4087-bec9-2a12054d479f-root {
    text-align: center;
  }


#s-8a9d6791-5e45-4087-bec9-2a12054d479f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8a9d6791-5e45-4087-bec9-2a12054d479f-root {
    text-align: center;
  }


#s-8a9d6791-5e45-4087-bec9-2a12054d479f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a9d6791-5e45-4087-bec9-2a12054d479f-root {
    text-align: center;
  }


#s-8a9d6791-5e45-4087-bec9-2a12054d479f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a9d6791-5e45-4087-bec9-2a12054d479f-root {
    text-align: center;
  }


#s-8a9d6791-5e45-4087-bec9-2a12054d479f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8a9d6791-5e45-4087-bec9-2a12054d479f-root {
    text-align: center;
  }


#s-8a9d6791-5e45-4087-bec9-2a12054d479f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}
}
#s-5bbe9862-9df9-44dd-8633-f9d08a29596d {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
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;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-5bbe9862-9df9-44dd-8633-f9d08a29596d {
  margin-top: 10px;
}
}







#s-5bbe9862-9df9-44dd-8633-f9d08a29596d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5bbe9862-9df9-44dd-8633-f9d08a29596d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba3b9f35-3d33-4047-866d-3515e4ed611f {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-ba3b9f35-3d33-4047-866d-3515e4ed611f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba3b9f35-3d33-4047-866d-3515e4ed611f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba3b9f35-3d33-4047-866d-3515e4ed611f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba3b9f35-3d33-4047-866d-3515e4ed611f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ba3b9f35-3d33-4047-866d-3515e4ed611f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ba3b9f35-3d33-4047-866d-3515e4ed611f img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

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




.s-ba3b9f35-3d33-4047-866d-3515e4ed611f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba3b9f35-3d33-4047-866d-3515e4ed611f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba3b9f35-3d33-4047-866d-3515e4ed611f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba3b9f35-3d33-4047-866d-3515e4ed611f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-ba3b9f35-3d33-4047-866d-3515e4ed611f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba3b9f35-3d33-4047-866d-3515e4ed611f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba3b9f35-3d33-4047-866d-3515e4ed611f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba3b9f35-3d33-4047-866d-3515e4ed611f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ba3b9f35-3d33-4047-866d-3515e4ed611f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ba3b9f35-3d33-4047-866d-3515e4ed611f img.shogun-image {
  width: 100%;
  
  
  

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




.s-ba3b9f35-3d33-4047-866d-3515e4ed611f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba3b9f35-3d33-4047-866d-3515e4ed611f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba3b9f35-3d33-4047-866d-3515e4ed611f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba3b9f35-3d33-4047-866d-3515e4ed611f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-ba3b9f35-3d33-4047-866d-3515e4ed611f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba3b9f35-3d33-4047-866d-3515e4ed611f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba3b9f35-3d33-4047-866d-3515e4ed611f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba3b9f35-3d33-4047-866d-3515e4ed611f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ba3b9f35-3d33-4047-866d-3515e4ed611f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ba3b9f35-3d33-4047-866d-3515e4ed611f img.shogun-image {
  width: 100%;
  
  
  

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




.s-ba3b9f35-3d33-4047-866d-3515e4ed611f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba3b9f35-3d33-4047-866d-3515e4ed611f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba3b9f35-3d33-4047-866d-3515e4ed611f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba3b9f35-3d33-4047-866d-3515e4ed611f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-ba3b9f35-3d33-4047-866d-3515e4ed611f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba3b9f35-3d33-4047-866d-3515e4ed611f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba3b9f35-3d33-4047-866d-3515e4ed611f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba3b9f35-3d33-4047-866d-3515e4ed611f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ba3b9f35-3d33-4047-866d-3515e4ed611f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ba3b9f35-3d33-4047-866d-3515e4ed611f img.shogun-image {
  width: 100%;
  
  
  

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




.s-ba3b9f35-3d33-4047-866d-3515e4ed611f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba3b9f35-3d33-4047-866d-3515e4ed611f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba3b9f35-3d33-4047-866d-3515e4ed611f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba3b9f35-3d33-4047-866d-3515e4ed611f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-ba3b9f35-3d33-4047-866d-3515e4ed611f {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-ba3b9f35-3d33-4047-866d-3515e4ed611f-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-ba3b9f35-3d33-4047-866d-3515e4ed611f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-ba3b9f35-3d33-4047-866d-3515e4ed611f .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-ba3b9f35-3d33-4047-866d-3515e4ed611f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-ba3b9f35-3d33-4047-866d-3515e4ed611f img.shogun-image {
  width: 100%;
  
  
  

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




.s-ba3b9f35-3d33-4047-866d-3515e4ed611f .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-ba3b9f35-3d33-4047-866d-3515e4ed611f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba3b9f35-3d33-4047-866d-3515e4ed611f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba3b9f35-3d33-4047-866d-3515e4ed611f.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-c5859ab1-09c5-47f2-a8cd-117b3c6b4acd {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: rgba(19, 17, 12, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c5859ab1-09c5-47f2-a8cd-117b3c6b4acd:hover {background-color: rgba(141, 146, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c5859ab1-09c5-47f2-a8cd-117b3c6b4acd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c5859ab1-09c5-47f2-a8cd-117b3c6b4acd-root {
    text-align: center;
  }


#s-c5859ab1-09c5-47f2-a8cd-117b3c6b4acd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c5859ab1-09c5-47f2-a8cd-117b3c6b4acd-root {
    text-align: center;
  }


#s-c5859ab1-09c5-47f2-a8cd-117b3c6b4acd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5859ab1-09c5-47f2-a8cd-117b3c6b4acd-root {
    text-align: center;
  }


#s-c5859ab1-09c5-47f2-a8cd-117b3c6b4acd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5859ab1-09c5-47f2-a8cd-117b3c6b4acd-root {
    text-align: center;
  }


#s-c5859ab1-09c5-47f2-a8cd-117b3c6b4acd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c5859ab1-09c5-47f2-a8cd-117b3c6b4acd-root {
    text-align: center;
  }


#s-c5859ab1-09c5-47f2-a8cd-117b3c6b4acd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}
}
#s-7d908a14-4744-48c8-a413-951a02cf558a {
  margin-left: auto;
margin-right: auto;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
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;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-7d908a14-4744-48c8-a413-951a02cf558a {
  margin-top: 10px;
}
}







#s-7d908a14-4744-48c8-a413-951a02cf558a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7d908a14-4744-48c8-a413-951a02cf558a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 6px;
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

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




.s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9c23b8e5-5905-48ef-a5de-b28e5bad3368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c23b8e5-5905-48ef-a5de-b28e5bad3368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9c23b8e5-5905-48ef-a5de-b28e5bad3368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c23b8e5-5905-48ef-a5de-b28e5bad3368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9c23b8e5-5905-48ef-a5de-b28e5bad3368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c23b8e5-5905-48ef-a5de-b28e5bad3368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9c23b8e5-5905-48ef-a5de-b28e5bad3368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c23b8e5-5905-48ef-a5de-b28e5bad3368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 img.shogun-image {
  width: 100%;
  
  
  

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




.s-9c23b8e5-5905-48ef-a5de-b28e5bad3368 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-9c23b8e5-5905-48ef-a5de-b28e5bad3368.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9c23b8e5-5905-48ef-a5de-b28e5bad3368.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c23b8e5-5905-48ef-a5de-b28e5bad3368.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-9880b7e8-1dcb-4600-b257-ed0134a59325 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 6px;
background-color: rgba(19, 17, 12, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9880b7e8-1dcb-4600-b257-ed0134a59325:hover {background-color: rgba(141, 146, 154, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9880b7e8-1dcb-4600-b257-ed0134a59325:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9880b7e8-1dcb-4600-b257-ed0134a59325-root {
    text-align: center;
  }


#s-9880b7e8-1dcb-4600-b257-ed0134a59325.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9880b7e8-1dcb-4600-b257-ed0134a59325-root {
    text-align: center;
  }


#s-9880b7e8-1dcb-4600-b257-ed0134a59325.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9880b7e8-1dcb-4600-b257-ed0134a59325-root {
    text-align: center;
  }


#s-9880b7e8-1dcb-4600-b257-ed0134a59325.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9880b7e8-1dcb-4600-b257-ed0134a59325-root {
    text-align: center;
  }


#s-9880b7e8-1dcb-4600-b257-ed0134a59325.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9880b7e8-1dcb-4600-b257-ed0134a59325-root {
    text-align: center;
  }


#s-9880b7e8-1dcb-4600-b257-ed0134a59325.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  
  font-family: Archivo;
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}