.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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.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-7a25f971-ee01-43af-9b46-4feafb4887c9 {
  margin-top: -30px;
margin-bottom: 0px;
padding-top: 30px;
padding-bottom: 30px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-7a25f971-ee01-43af-9b46-4feafb4887c9 {
  margin-top: -55px;
}
}@media (max-width: 767px){#s-7a25f971-ee01-43af-9b46-4feafb4887c9 {
  margin-top: -35px;
}
}







#s-7a25f971-ee01-43af-9b46-4feafb4887c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a25f971-ee01-43af-9b46-4feafb4887c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-6a2ef880-1e3c-416c-9e35-9a7b09ad7a06 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a2ef880-1e3c-416c-9e35-9a7b09ad7a06 .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  normal ;
  font-family: "Wendy One";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}



.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-9a2c2b3f-255c-454c-b5b9-872289b01519 {
  padding-top: 0px;
padding-left: 1em;
padding-right: 1em;
}
@media (min-width: 1200px){#s-9a2c2b3f-255c-454c-b5b9-872289b01519 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-9a2c2b3f-255c-454c-b5b9-872289b01519 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
.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;
}

#s-860bb3a6-2000-4c07-b817-ba5550d57cd4 {
  margin-left: auto;
margin-right: auto;
max-width: 1280px;
}

@media (min-width: 0px) {
[id="s-860bb3a6-2000-4c07-b817-ba5550d57cd4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-860bb3a6-2000-4c07-b817-ba5550d57cd4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-860bb3a6-2000-4c07-b817-ba5550d57cd4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-860bb3a6-2000-4c07-b817-ba5550d57cd4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-860bb3a6-2000-4c07-b817-ba5550d57cd4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-860bb3a6-2000-4c07-b817-ba5550d57cd4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-860bb3a6-2000-4c07-b817-ba5550d57cd4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

}

.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);
}

.shg-product-image-wrapper {
  display: none;
  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-38dc27b5-f1cd-4527-984d-2cc4996f644a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a {
  max-width:  100%;
}

.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a .shg-image-zoom,
.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a img.shogun-image {
  max-width: 650px !important;
  
}

.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a {
  max-width:  100%;
}

.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a .shg-image-zoom,
.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a img.shogun-image {
  max-width: 650px !important;
  
}

.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a {
  max-width:  100%;
}

.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a .shg-image-zoom,
.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a img.shogun-image {
  max-width: 650px !important;
  
}

.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a {
  max-width:  100%;
}

.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a .shg-image-zoom,
.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a img.shogun-image {
  max-width: 650px !important;
  
}

.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a {
  max-width:  100%;
}

.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a .shg-image-zoom,
.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a img.shogun-image {
  max-width: 650px !important;
  
}

.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-38dc27b5-f1cd-4527-984d-2cc4996f644a img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-b83e04a3-1823-4659-be2d-ea03b113c475 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-b83e04a3-1823-4659-be2d-ea03b113c475 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-b83e04a3-1823-4659-be2d-ea03b113c475 .shg-gallery-dots-container {
  
    margin-top: 8px;
  
}

#s-b83e04a3-1823-4659-be2d-ea03b113c475 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-b83e04a3-1823-4659-be2d-ea03b113c475 .shg-gallery-scroll-container {
  
    left: 5%;
    width: 90%;
  
}

#s-b83e04a3-1823-4659-be2d-ea03b113c475 .shg-gallery-scroll-button {
  color: rgba(85, 85, 85, 1);
}

#s-b83e04a3-1823-4659-be2d-ea03b113c475 .shg-gallery-dot {
  background-color: rgba(85, 85, 85, 1);
}

#s-5ece9fe1-2fab-4efe-b77f-fb5d0ac0183f {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-5ece9fe1-2fab-4efe-b77f-fb5d0ac0183f .shogun-heading-component h1 {
  color: rgba(34, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Audiowide";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-2a0b3863-e78d-4b16-b805-505b708e25f2 {
  text-align: left;
}

#s-2b44ed6e-4996-4fd2-9c80-6a37b2856c8d {
  padding-top: 5px;
padding-bottom: 5px;
text-align: left;
}

#s-2b44ed6e-4996-4fd2-9c80-6a37b2856c8d .shogun-heading-component h3 {
  color: rgba(34, 34, 34, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c8a1e210-2fc3-4360-b98d-4e0707380b63 {
  padding-top: 3px;
padding-bottom: 3px;
text-align: left;
}

#s-c8a1e210-2fc3-4360-b98d-4e0707380b63 .shogun-heading-component h3 {
  color: rgba(34, 34, 34, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-b69beb5c-bb2a-4e8a-b222-6b0ab3be2d61 {
  padding-top: 3px;
padding-bottom: 3px;
text-align: left;
}

#s-b69beb5c-bb2a-4e8a-b222-6b0ab3be2d61 .shogun-heading-component h3 {
  color: rgba(34, 34, 34, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-357b2b0d-0dfb-4c5a-98a9-949ec20d5c48 {
  padding-top: 3px;
padding-bottom: 3px;
text-align: left;
}

#s-357b2b0d-0dfb-4c5a-98a9-949ec20d5c48 .shogun-heading-component h3 {
  color: rgba(34, 34, 34, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-2015bfd3-b95a-442a-baee-9ba75febdb4c {
  padding-top: 3px;
padding-bottom: 10px;
text-align: left;
}

#s-2015bfd3-b95a-442a-baee-9ba75febdb4c .shogun-heading-component h3 {
  color: rgba(34, 34, 34, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-9c488b6c-a16a-4637-bbb0-3a703f5e0911 {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-7eac021d-cd42-4f77-a156-9f5f655c8edd {
  max-width: 400px;
aspect-ratio: 800/80;
text-align: center;
}





  #s-7eac021d-cd42-4f77-a156-9f5f655c8edd img.shogun-image,
  #s-7eac021d-cd42-4f77-a156-9f5f655c8edd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7eac021d-cd42-4f77-a156-9f5f655c8edd {
    width: 100%;
    height: auto;
  }

  #s-7eac021d-cd42-4f77-a156-9f5f655c8edd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image {
    
    
  }


.s-7eac021d-cd42-4f77-a156-9f5f655c8edd .shogun-image-content {
  
    align-items: center;
  
}

.s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image-container {
      position: relative;
    }

    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7eac021d-cd42-4f77-a156-9f5f655c8edd img.shogun-image,
  #s-7eac021d-cd42-4f77-a156-9f5f655c8edd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7eac021d-cd42-4f77-a156-9f5f655c8edd {
    width: 100%;
    height: auto;
  }

  #s-7eac021d-cd42-4f77-a156-9f5f655c8edd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image {
    
    
  }


.s-7eac021d-cd42-4f77-a156-9f5f655c8edd .shogun-image-content {
  
    align-items: center;
  
}

.s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image-container {
      position: relative;
    }

    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7eac021d-cd42-4f77-a156-9f5f655c8edd img.shogun-image,
  #s-7eac021d-cd42-4f77-a156-9f5f655c8edd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7eac021d-cd42-4f77-a156-9f5f655c8edd {
    width: 100%;
    height: auto;
  }

  #s-7eac021d-cd42-4f77-a156-9f5f655c8edd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image {
    
    
  }


.s-7eac021d-cd42-4f77-a156-9f5f655c8edd .shogun-image-content {
  
    align-items: center;
  
}

.s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image-container {
      position: relative;
    }

    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7eac021d-cd42-4f77-a156-9f5f655c8edd img.shogun-image,
  #s-7eac021d-cd42-4f77-a156-9f5f655c8edd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7eac021d-cd42-4f77-a156-9f5f655c8edd {
    width: 100%;
    height: auto;
  }

  #s-7eac021d-cd42-4f77-a156-9f5f655c8edd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image {
    
    
  }


.s-7eac021d-cd42-4f77-a156-9f5f655c8edd .shogun-image-content {
  
    align-items: center;
  
}

.s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image-container {
      position: relative;
    }

    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7eac021d-cd42-4f77-a156-9f5f655c8edd img.shogun-image,
  #s-7eac021d-cd42-4f77-a156-9f5f655c8edd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7eac021d-cd42-4f77-a156-9f5f655c8edd {
    width: 100%;
    height: auto;
  }

  #s-7eac021d-cd42-4f77-a156-9f5f655c8edd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image {
    
    
  }


.s-7eac021d-cd42-4f77-a156-9f5f655c8edd .shogun-image-content {
  
    align-items: center;
  
}

.s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image-container {
      position: relative;
    }

    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7eac021d-cd42-4f77-a156-9f5f655c8edd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-df26fcfd-f00b-4452-90af-8302f0e1503e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df26fcfd-f00b-4452-90af-8302f0e1503e .shogun-heading-component h3 {
  color: rgba(240, 165, 24, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-e2faf3c0-e838-4041-8b01-e479af985c9d {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-18c96b3d-4d9b-4f7b-9eae-ec11f70931bf {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(36, 134, 214, 1);
border-style: solid;
border-radius: 5px;
}

#s-a04c9e3d-ef83-49dd-9fc6-b0f187bd7a84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a04c9e3d-ef83-49dd-9fc6-b0f187bd7a84 .shogun-heading-component h3 {
  color: rgba(34, 34, 34, 1);
  font-weight:  500 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7775eb6f-f863-4530-bdd4-6d2ba06dd729 {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-7775eb6f-f863-4530-bdd4-6d2ba06dd729 {
  margin-left: 4%;
margin-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-7775eb6f-f863-4530-bdd4-6d2ba06dd729"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-7775eb6f-f863-4530-bdd4-6d2ba06dd729"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7775eb6f-f863-4530-bdd4-6d2ba06dd729"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7775eb6f-f863-4530-bdd4-6d2ba06dd729"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7775eb6f-f863-4530-bdd4-6d2ba06dd729"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7775eb6f-f863-4530-bdd4-6d2ba06dd729"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7775eb6f-f863-4530-bdd4-6d2ba06dd729"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-0b73e838-42be-4e0c-978b-666c0b6f3f20 {
  text-align: left;
}
@media (max-width: 767px){#s-0b73e838-42be-4e0c-978b-666c0b6f3f20 {
  padding-left: 5%;
padding-right: 5%;
}
}


.shg-c#s-0b73e838-42be-4e0c-978b-666c0b6f3f20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b73e838-42be-4e0c-978b-666c0b6f3f20 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0b73e838-42be-4e0c-978b-666c0b6f3f20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b73e838-42be-4e0c-978b-666c0b6f3f20 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b73e838-42be-4e0c-978b-666c0b6f3f20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b73e838-42be-4e0c-978b-666c0b6f3f20 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b73e838-42be-4e0c-978b-666c0b6f3f20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b73e838-42be-4e0c-978b-666c0b6f3f20 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0b73e838-42be-4e0c-978b-666c0b6f3f20 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0b73e838-42be-4e0c-978b-666c0b6f3f20 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-444648c7-8c70-47c5-84c6-53200c92a8a3 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-444648c7-8c70-47c5-84c6-53200c92a8a3 .shg-product-title-component h3 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a2103359-de69-43ec-b7fb-a8ef08c437fd {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-a2103359-de69-43ec-b7fb-a8ef08c437fd .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-9ea6d73e-f157-416b-9472-10985382f970 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-9ea6d73e-f157-416b-9472-10985382f970 .shg-product-sold-out {
  display: none;
  color: rgba(66, 66, 66, 1);
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9ea6d73e-f157-416b-9472-10985382f970 .shg-product-price {
  color: rgba(66, 66, 66, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-9ea6d73e-f157-416b-9472-10985382f970 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(85, 85, 85, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 15px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-523fc0fe-2cd1-4097-81fc-8e172a450967 {
  padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-523fc0fe-2cd1-4097-81fc-8e172a450967:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-523fc0fe-2cd1-4097-81fc-8e172a450967:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-523fc0fe-2cd1-4097-81fc-8e172a450967 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-523fc0fe-2cd1-4097-81fc-8e172a450967.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-523fc0fe-2cd1-4097-81fc-8e172a450967.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-523fc0fe-2cd1-4097-81fc-8e172a450967.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-4e131d89-e6ac-4445-bf5e-2b4d5e3c58b2 {
  margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(245, 245, 245, 1);
}
@media (max-width: 767px){#s-4e131d89-e6ac-4445-bf5e-2b4d5e3c58b2 {
  margin-left: 0%;
margin-right: 0%;
}
}






  #s-4e131d89-e6ac-4445-bf5e-2b4d5e3c58b2 img.shogun-image {
    

    
    
    
  }


#s-4e131d89-e6ac-4445-bf5e-2b4d5e3c58b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-244e505f-1772-49ea-bb6e-0ba2e61b12ef {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (max-width: 767px){#s-244e505f-1772-49ea-bb6e-0ba2e61b12ef {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-244e505f-1772-49ea-bb6e-0ba2e61b12ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-244e505f-1772-49ea-bb6e-0ba2e61b12ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-799a5a0e-b1b4-486d-85d1-dd67597feb0c {
  padding-top: 30px;
padding-left: 20%;
padding-bottom: 30px;
padding-right: 20%;
text-align: left;
}
@media (max-width: 767px){#s-799a5a0e-b1b4-486d-85d1-dd67597feb0c {
  padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}
}
#s-e00d2525-823e-4a95-9625-c81a354bf0b2 {
  padding-left: 10%;
padding-right: 10%;
}
@media (max-width: 767px){#s-e00d2525-823e-4a95-9625-c81a354bf0b2 {
  padding-top: 50px;
padding-left: 2%;
padding-bottom: 50px;
padding-right: 2%;
}
}
@media (min-width: 0px) {
[id="s-e00d2525-823e-4a95-9625-c81a354bf0b2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-e00d2525-823e-4a95-9625-c81a354bf0b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e00d2525-823e-4a95-9625-c81a354bf0b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e00d2525-823e-4a95-9625-c81a354bf0b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-b6cb60b8-fcbd-4f22-b644-0568822355d6 .shogun-icon-wrapper {
  text-align: center;
}


#s-b6cb60b8-fcbd-4f22-b644-0568822355d6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}
@media (max-width: 767px){#s-b6cb60b8-fcbd-4f22-b644-0568822355d6 .shogun-icon-wrapper {
  text-align: center;
}


#s-b6cb60b8-fcbd-4f22-b644-0568822355d6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: #495056;
}
}
#s-5cdeb76d-6bb1-4dc7-82b9-40f995579786 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-5cdeb76d-6bb1-4dc7-82b9-40f995579786 {
  display: none;
}
#s-5cdeb76d-6bb1-4dc7-82b9-40f995579786, #wrap-s-5cdeb76d-6bb1-4dc7-82b9-40f995579786 { display: none !important; }}
#s-5cdeb76d-6bb1-4dc7-82b9-40f995579786 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-5cdeb76d-6bb1-4dc7-82b9-40f995579786 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-a73b8d52-09ca-4b44-999b-05d0ee3e892e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a73b8d52-09ca-4b44-999b-05d0ee3e892e {
  display: none;
}
#s-a73b8d52-09ca-4b44-999b-05d0ee3e892e, #wrap-s-a73b8d52-09ca-4b44-999b-05d0ee3e892e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a73b8d52-09ca-4b44-999b-05d0ee3e892e {
  display: none;
}
#s-a73b8d52-09ca-4b44-999b-05d0ee3e892e, #wrap-s-a73b8d52-09ca-4b44-999b-05d0ee3e892e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a73b8d52-09ca-4b44-999b-05d0ee3e892e {
  display: none;
}
#s-a73b8d52-09ca-4b44-999b-05d0ee3e892e, #wrap-s-a73b8d52-09ca-4b44-999b-05d0ee3e892e { display: none !important; }}
#s-a73b8d52-09ca-4b44-999b-05d0ee3e892e .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-a73b8d52-09ca-4b44-999b-05d0ee3e892e .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-89845d65-5f9b-4797-b64f-a27db20ba64c .shogun-icon-wrapper {
  text-align: center;
}


#s-89845d65-5f9b-4797-b64f-a27db20ba64c .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}
@media (max-width: 767px){#s-89845d65-5f9b-4797-b64f-a27db20ba64c .shogun-icon-wrapper {
  text-align: center;
}


#s-89845d65-5f9b-4797-b64f-a27db20ba64c .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: #495056;
}
}
#s-80988119-7cc0-44df-8e6b-596d19939264 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-80988119-7cc0-44df-8e6b-596d19939264 {
  display: none;
}
#s-80988119-7cc0-44df-8e6b-596d19939264, #wrap-s-80988119-7cc0-44df-8e6b-596d19939264 { display: none !important; }}
#s-80988119-7cc0-44df-8e6b-596d19939264 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-80988119-7cc0-44df-8e6b-596d19939264 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-7f275587-e93a-4ac9-a563-1fa360fa0241 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7f275587-e93a-4ac9-a563-1fa360fa0241 {
  display: none;
}
#s-7f275587-e93a-4ac9-a563-1fa360fa0241, #wrap-s-7f275587-e93a-4ac9-a563-1fa360fa0241 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f275587-e93a-4ac9-a563-1fa360fa0241 {
  display: none;
}
#s-7f275587-e93a-4ac9-a563-1fa360fa0241, #wrap-s-7f275587-e93a-4ac9-a563-1fa360fa0241 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f275587-e93a-4ac9-a563-1fa360fa0241 {
  display: none;
}
#s-7f275587-e93a-4ac9-a563-1fa360fa0241, #wrap-s-7f275587-e93a-4ac9-a563-1fa360fa0241 { display: none !important; }}
#s-7f275587-e93a-4ac9-a563-1fa360fa0241 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-7f275587-e93a-4ac9-a563-1fa360fa0241 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-e95199c9-914c-4c4d-a4da-79f309ecfbd2 .shogun-icon-wrapper {
  text-align: center;
}


#s-e95199c9-914c-4c4d-a4da-79f309ecfbd2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}
@media (max-width: 767px){#s-e95199c9-914c-4c4d-a4da-79f309ecfbd2 .shogun-icon-wrapper {
  text-align: center;
}


#s-e95199c9-914c-4c4d-a4da-79f309ecfbd2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: #495056;
}
}
#s-c63caa14-c12d-4d13-96a6-5477c2b66c8e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c63caa14-c12d-4d13-96a6-5477c2b66c8e {
  display: none;
}
#s-c63caa14-c12d-4d13-96a6-5477c2b66c8e, #wrap-s-c63caa14-c12d-4d13-96a6-5477c2b66c8e { display: none !important; }}
#s-c63caa14-c12d-4d13-96a6-5477c2b66c8e .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-c63caa14-c12d-4d13-96a6-5477c2b66c8e .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-29abafb2-5e8e-40fe-84ad-567ae6b8a789 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-29abafb2-5e8e-40fe-84ad-567ae6b8a789 {
  display: none;
}
#s-29abafb2-5e8e-40fe-84ad-567ae6b8a789, #wrap-s-29abafb2-5e8e-40fe-84ad-567ae6b8a789 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-29abafb2-5e8e-40fe-84ad-567ae6b8a789 {
  display: none;
}
#s-29abafb2-5e8e-40fe-84ad-567ae6b8a789, #wrap-s-29abafb2-5e8e-40fe-84ad-567ae6b8a789 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-29abafb2-5e8e-40fe-84ad-567ae6b8a789 {
  display: none;
}
#s-29abafb2-5e8e-40fe-84ad-567ae6b8a789, #wrap-s-29abafb2-5e8e-40fe-84ad-567ae6b8a789 { display: none !important; }}
#s-29abafb2-5e8e-40fe-84ad-567ae6b8a789 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-29abafb2-5e8e-40fe-84ad-567ae6b8a789 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-7399e2c9-698b-447b-8fe3-cb0641e3a624 .shogun-icon-wrapper {
  text-align: center;
}


#s-7399e2c9-698b-447b-8fe3-cb0641e3a624 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}
@media (max-width: 767px){#s-7399e2c9-698b-447b-8fe3-cb0641e3a624 .shogun-icon-wrapper {
  text-align: center;
}


#s-7399e2c9-698b-447b-8fe3-cb0641e3a624 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: #495056;
}
}
#s-d699debf-83be-48d1-8d17-72672c39600c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-d699debf-83be-48d1-8d17-72672c39600c {
  display: none;
}
#s-d699debf-83be-48d1-8d17-72672c39600c, #wrap-s-d699debf-83be-48d1-8d17-72672c39600c { display: none !important; }}
#s-d699debf-83be-48d1-8d17-72672c39600c .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-d699debf-83be-48d1-8d17-72672c39600c .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-37ff6a4c-afd6-421c-85e9-99b0acb64bba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-37ff6a4c-afd6-421c-85e9-99b0acb64bba {
  display: none;
}
#s-37ff6a4c-afd6-421c-85e9-99b0acb64bba, #wrap-s-37ff6a4c-afd6-421c-85e9-99b0acb64bba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-37ff6a4c-afd6-421c-85e9-99b0acb64bba {
  display: none;
}
#s-37ff6a4c-afd6-421c-85e9-99b0acb64bba, #wrap-s-37ff6a4c-afd6-421c-85e9-99b0acb64bba { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-37ff6a4c-afd6-421c-85e9-99b0acb64bba {
  display: none;
}
#s-37ff6a4c-afd6-421c-85e9-99b0acb64bba, #wrap-s-37ff6a4c-afd6-421c-85e9-99b0acb64bba { display: none !important; }}
#s-37ff6a4c-afd6-421c-85e9-99b0acb64bba .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (max-width: 767px){#s-37ff6a4c-afd6-421c-85e9-99b0acb64bba .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


}
#s-aa36059f-ac6e-49f9-a35a-fa967ef5253b {
  padding-top: 50px;
padding-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-aa36059f-ac6e-49f9-a35a-fa967ef5253b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa36059f-ac6e-49f9-a35a-fa967ef5253b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa36059f-ac6e-49f9-a35a-fa967ef5253b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aa36059f-ac6e-49f9-a35a-fa967ef5253b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa36059f-ac6e-49f9-a35a-fa967ef5253b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa36059f-ac6e-49f9-a35a-fa967ef5253b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-aa36059f-ac6e-49f9-a35a-fa967ef5253b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-8f8588d7-5026-4f47-82a3-7a5b1222e710 {
  text-align: center;
}







  img.s-8f8588d7-5026-4f47-82a3-7a5b1222e710.shogun-image {
    
    
  }


.s-8f8588d7-5026-4f47-82a3-7a5b1222e710 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f8588d7-5026-4f47-82a3-7a5b1222e710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f8588d7-5026-4f47-82a3-7a5b1222e710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f8588d7-5026-4f47-82a3-7a5b1222e710.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-8f8588d7-5026-4f47-82a3-7a5b1222e710.shogun-image {
    
    
  }


.s-8f8588d7-5026-4f47-82a3-7a5b1222e710 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f8588d7-5026-4f47-82a3-7a5b1222e710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f8588d7-5026-4f47-82a3-7a5b1222e710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f8588d7-5026-4f47-82a3-7a5b1222e710.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8f8588d7-5026-4f47-82a3-7a5b1222e710.shogun-image {
    
    
  }


.s-8f8588d7-5026-4f47-82a3-7a5b1222e710 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f8588d7-5026-4f47-82a3-7a5b1222e710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f8588d7-5026-4f47-82a3-7a5b1222e710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f8588d7-5026-4f47-82a3-7a5b1222e710.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8f8588d7-5026-4f47-82a3-7a5b1222e710.shogun-image {
    
    
  }


.s-8f8588d7-5026-4f47-82a3-7a5b1222e710 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f8588d7-5026-4f47-82a3-7a5b1222e710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f8588d7-5026-4f47-82a3-7a5b1222e710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f8588d7-5026-4f47-82a3-7a5b1222e710.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8f8588d7-5026-4f47-82a3-7a5b1222e710.shogun-image {
    
    
  }


.s-8f8588d7-5026-4f47-82a3-7a5b1222e710 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f8588d7-5026-4f47-82a3-7a5b1222e710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f8588d7-5026-4f47-82a3-7a5b1222e710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f8588d7-5026-4f47-82a3-7a5b1222e710.shogun-image {
  box-sizing: border-box;
}



}
#s-85c984ee-e17c-48d1-9134-8bb8cce4d86a {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85c984ee-e17c-48d1-9134-8bb8cce4d86a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.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: ;
  font-family: ;
}

.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-672c4e83-d49c-4d57-a3d6-b062a0023f02 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-672c4e83-d49c-4d57-a3d6-b062a0023f02:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-672c4e83-d49c-4d57-a3d6-b062a0023f02:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-672c4e83-d49c-4d57-a3d6-b062a0023f02-root {
    text-align: center;
  }


#s-672c4e83-d49c-4d57-a3d6-b062a0023f02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-672c4e83-d49c-4d57-a3d6-b062a0023f02-root {
    text-align: center;
  }


#s-672c4e83-d49c-4d57-a3d6-b062a0023f02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-672c4e83-d49c-4d57-a3d6-b062a0023f02-root {
    text-align: center;
  }


#s-672c4e83-d49c-4d57-a3d6-b062a0023f02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-672c4e83-d49c-4d57-a3d6-b062a0023f02-root {
    text-align: center;
  }


#s-672c4e83-d49c-4d57-a3d6-b062a0023f02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-672c4e83-d49c-4d57-a3d6-b062a0023f02-root {
    text-align: center;
  }


#s-672c4e83-d49c-4d57-a3d6-b062a0023f02.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-5596115d-7e1b-4e11-a25a-3f180e881710 {
  max-width: 250px;
aspect-ratio: 800/80;
text-align: center;
}





  #s-5596115d-7e1b-4e11-a25a-3f180e881710 img.shogun-image,
  #s-5596115d-7e1b-4e11-a25a-3f180e881710 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5596115d-7e1b-4e11-a25a-3f180e881710 {
    width: 100%;
    height: auto;
  }

  #s-5596115d-7e1b-4e11-a25a-3f180e881710 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image {
    
    
  }


.s-5596115d-7e1b-4e11-a25a-3f180e881710 .shogun-image-content {
  
    align-items: center;
  
}

.s-5596115d-7e1b-4e11-a25a-3f180e881710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5596115d-7e1b-4e11-a25a-3f180e881710 {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image-container {
      position: relative;
    }

    .s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5596115d-7e1b-4e11-a25a-3f180e881710 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5596115d-7e1b-4e11-a25a-3f180e881710 img.shogun-image,
  #s-5596115d-7e1b-4e11-a25a-3f180e881710 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5596115d-7e1b-4e11-a25a-3f180e881710 {
    width: 100%;
    height: auto;
  }

  #s-5596115d-7e1b-4e11-a25a-3f180e881710 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image {
    
    
  }


.s-5596115d-7e1b-4e11-a25a-3f180e881710 .shogun-image-content {
  
    align-items: center;
  
}

.s-5596115d-7e1b-4e11-a25a-3f180e881710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5596115d-7e1b-4e11-a25a-3f180e881710 {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image-container {
      position: relative;
    }

    .s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5596115d-7e1b-4e11-a25a-3f180e881710 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5596115d-7e1b-4e11-a25a-3f180e881710 img.shogun-image,
  #s-5596115d-7e1b-4e11-a25a-3f180e881710 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5596115d-7e1b-4e11-a25a-3f180e881710 {
    width: 100%;
    height: auto;
  }

  #s-5596115d-7e1b-4e11-a25a-3f180e881710 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image {
    
    
  }


.s-5596115d-7e1b-4e11-a25a-3f180e881710 .shogun-image-content {
  
    align-items: center;
  
}

.s-5596115d-7e1b-4e11-a25a-3f180e881710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5596115d-7e1b-4e11-a25a-3f180e881710 {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image-container {
      position: relative;
    }

    .s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5596115d-7e1b-4e11-a25a-3f180e881710 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5596115d-7e1b-4e11-a25a-3f180e881710 img.shogun-image,
  #s-5596115d-7e1b-4e11-a25a-3f180e881710 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5596115d-7e1b-4e11-a25a-3f180e881710 {
    width: 100%;
    height: auto;
  }

  #s-5596115d-7e1b-4e11-a25a-3f180e881710 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image {
    
    
  }


.s-5596115d-7e1b-4e11-a25a-3f180e881710 .shogun-image-content {
  
    align-items: center;
  
}

.s-5596115d-7e1b-4e11-a25a-3f180e881710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5596115d-7e1b-4e11-a25a-3f180e881710 {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image-container {
      position: relative;
    }

    .s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5596115d-7e1b-4e11-a25a-3f180e881710 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5596115d-7e1b-4e11-a25a-3f180e881710 img.shogun-image,
  #s-5596115d-7e1b-4e11-a25a-3f180e881710 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5596115d-7e1b-4e11-a25a-3f180e881710 {
    width: 100%;
    height: auto;
  }

  #s-5596115d-7e1b-4e11-a25a-3f180e881710 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image {
    
    
  }


.s-5596115d-7e1b-4e11-a25a-3f180e881710 .shogun-image-content {
  
    align-items: center;
  
}

.s-5596115d-7e1b-4e11-a25a-3f180e881710.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5596115d-7e1b-4e11-a25a-3f180e881710 {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image-container {
      position: relative;
    }

    .s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5596115d-7e1b-4e11-a25a-3f180e881710.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5596115d-7e1b-4e11-a25a-3f180e881710 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-27aef184-c6ec-4774-acee-ac2490f1f729 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 50px;
padding-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-27aef184-c6ec-4774-acee-ac2490f1f729"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27aef184-c6ec-4774-acee-ac2490f1f729"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-27aef184-c6ec-4774-acee-ac2490f1f729"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-27aef184-c6ec-4774-acee-ac2490f1f729"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-27aef184-c6ec-4774-acee-ac2490f1f729"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-35b321a3-4fd6-4262-858b-a382674fa613 {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35b321a3-4fd6-4262-858b-a382674fa613 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f0503d12-a76b-4245-b51e-907213fc2f87 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f0503d12-a76b-4245-b51e-907213fc2f87:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f0503d12-a76b-4245-b51e-907213fc2f87:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f0503d12-a76b-4245-b51e-907213fc2f87-root {
    text-align: center;
  }


#s-f0503d12-a76b-4245-b51e-907213fc2f87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f0503d12-a76b-4245-b51e-907213fc2f87-root {
    text-align: center;
  }


#s-f0503d12-a76b-4245-b51e-907213fc2f87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0503d12-a76b-4245-b51e-907213fc2f87-root {
    text-align: center;
  }


#s-f0503d12-a76b-4245-b51e-907213fc2f87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0503d12-a76b-4245-b51e-907213fc2f87-root {
    text-align: center;
  }


#s-f0503d12-a76b-4245-b51e-907213fc2f87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f0503d12-a76b-4245-b51e-907213fc2f87-root {
    text-align: center;
  }


#s-f0503d12-a76b-4245-b51e-907213fc2f87.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 {
  max-width: 250px;
aspect-ratio: 800/80;
text-align: center;
}





  #s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 img.shogun-image,
  #s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 {
    width: 100%;
    height: auto;
  }

  #s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image {
    
    
  }


.s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 .shogun-image-content {
  
    align-items: center;
  
}

.s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image-container {
      position: relative;
    }

    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 img.shogun-image,
  #s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 {
    width: 100%;
    height: auto;
  }

  #s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image {
    
    
  }


.s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 .shogun-image-content {
  
    align-items: center;
  
}

.s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image-container {
      position: relative;
    }

    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 img.shogun-image,
  #s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 {
    width: 100%;
    height: auto;
  }

  #s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image {
    
    
  }


.s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 .shogun-image-content {
  
    align-items: center;
  
}

.s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image-container {
      position: relative;
    }

    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 img.shogun-image,
  #s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 {
    width: 100%;
    height: auto;
  }

  #s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image {
    
    
  }


.s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 .shogun-image-content {
  
    align-items: center;
  
}

.s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image-container {
      position: relative;
    }

    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 img.shogun-image,
  #s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 {
    width: 100%;
    height: auto;
  }

  #s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image {
    
    
  }


.s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 .shogun-image-content {
  
    align-items: center;
  
}

.s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image-container {
      position: relative;
    }

    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cfbdbd1-1e26-46c4-9f98-1e062449a369 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-65beb95a-e9f8-4f80-a33c-0b96fc030776 {
  text-align: center;
}







  img.s-65beb95a-e9f8-4f80-a33c-0b96fc030776.shogun-image {
    
    
  }


.s-65beb95a-e9f8-4f80-a33c-0b96fc030776 .shogun-image-content {
  
    align-items: center;
  
}

.s-65beb95a-e9f8-4f80-a33c-0b96fc030776.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65beb95a-e9f8-4f80-a33c-0b96fc030776.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65beb95a-e9f8-4f80-a33c-0b96fc030776.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-65beb95a-e9f8-4f80-a33c-0b96fc030776.shogun-image {
    
    
  }


.s-65beb95a-e9f8-4f80-a33c-0b96fc030776 .shogun-image-content {
  
    align-items: center;
  
}

.s-65beb95a-e9f8-4f80-a33c-0b96fc030776.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65beb95a-e9f8-4f80-a33c-0b96fc030776.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65beb95a-e9f8-4f80-a33c-0b96fc030776.shogun-image {
  box-sizing: border-box;
}



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





  img.s-65beb95a-e9f8-4f80-a33c-0b96fc030776.shogun-image {
    
    
  }


.s-65beb95a-e9f8-4f80-a33c-0b96fc030776 .shogun-image-content {
  
    align-items: center;
  
}

.s-65beb95a-e9f8-4f80-a33c-0b96fc030776.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65beb95a-e9f8-4f80-a33c-0b96fc030776.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65beb95a-e9f8-4f80-a33c-0b96fc030776.shogun-image {
  box-sizing: border-box;
}



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





  img.s-65beb95a-e9f8-4f80-a33c-0b96fc030776.shogun-image {
    
    
  }


.s-65beb95a-e9f8-4f80-a33c-0b96fc030776 .shogun-image-content {
  
    align-items: center;
  
}

.s-65beb95a-e9f8-4f80-a33c-0b96fc030776.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65beb95a-e9f8-4f80-a33c-0b96fc030776.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65beb95a-e9f8-4f80-a33c-0b96fc030776.shogun-image {
  box-sizing: border-box;
}



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





  img.s-65beb95a-e9f8-4f80-a33c-0b96fc030776.shogun-image {
    
    
  }


.s-65beb95a-e9f8-4f80-a33c-0b96fc030776 .shogun-image-content {
  
    align-items: center;
  
}

.s-65beb95a-e9f8-4f80-a33c-0b96fc030776.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65beb95a-e9f8-4f80-a33c-0b96fc030776.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65beb95a-e9f8-4f80-a33c-0b96fc030776.shogun-image {
  box-sizing: border-box;
}



}
#s-404b2a74-a150-4963-80bb-a46610b8e6ad {
  padding-top: 50px;
padding-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-404b2a74-a150-4963-80bb-a46610b8e6ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-404b2a74-a150-4963-80bb-a46610b8e6ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-404b2a74-a150-4963-80bb-a46610b8e6ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-404b2a74-a150-4963-80bb-a46610b8e6ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9a0b3576-2165-45aa-810d-2a01994a2100 {
  text-align: center;
}







  img.s-9a0b3576-2165-45aa-810d-2a01994a2100.shogun-image {
    
    
  }


.s-9a0b3576-2165-45aa-810d-2a01994a2100 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a0b3576-2165-45aa-810d-2a01994a2100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a0b3576-2165-45aa-810d-2a01994a2100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a0b3576-2165-45aa-810d-2a01994a2100.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-9a0b3576-2165-45aa-810d-2a01994a2100.shogun-image {
    
    
  }


.s-9a0b3576-2165-45aa-810d-2a01994a2100 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a0b3576-2165-45aa-810d-2a01994a2100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a0b3576-2165-45aa-810d-2a01994a2100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a0b3576-2165-45aa-810d-2a01994a2100.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9a0b3576-2165-45aa-810d-2a01994a2100.shogun-image {
    
    
  }


.s-9a0b3576-2165-45aa-810d-2a01994a2100 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a0b3576-2165-45aa-810d-2a01994a2100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a0b3576-2165-45aa-810d-2a01994a2100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a0b3576-2165-45aa-810d-2a01994a2100.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9a0b3576-2165-45aa-810d-2a01994a2100.shogun-image {
    
    
  }


.s-9a0b3576-2165-45aa-810d-2a01994a2100 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a0b3576-2165-45aa-810d-2a01994a2100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a0b3576-2165-45aa-810d-2a01994a2100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a0b3576-2165-45aa-810d-2a01994a2100.shogun-image {
  box-sizing: border-box;
}



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





  img.s-9a0b3576-2165-45aa-810d-2a01994a2100.shogun-image {
    
    
  }


.s-9a0b3576-2165-45aa-810d-2a01994a2100 .shogun-image-content {
  
    align-items: center;
  
}

.s-9a0b3576-2165-45aa-810d-2a01994a2100.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a0b3576-2165-45aa-810d-2a01994a2100.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a0b3576-2165-45aa-810d-2a01994a2100.shogun-image {
  box-sizing: border-box;
}



}
#s-5ed44575-1a68-41f7-a32e-13e65625b4f6 {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ed44575-1a68-41f7-a32e-13e65625b4f6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-87bda538-69de-4fc0-aeaa-127d8606cf1a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-87bda538-69de-4fc0-aeaa-127d8606cf1a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-87bda538-69de-4fc0-aeaa-127d8606cf1a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-87bda538-69de-4fc0-aeaa-127d8606cf1a-root {
    text-align: center;
  }


#s-87bda538-69de-4fc0-aeaa-127d8606cf1a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-87bda538-69de-4fc0-aeaa-127d8606cf1a-root {
    text-align: center;
  }


#s-87bda538-69de-4fc0-aeaa-127d8606cf1a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-87bda538-69de-4fc0-aeaa-127d8606cf1a-root {
    text-align: center;
  }


#s-87bda538-69de-4fc0-aeaa-127d8606cf1a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-87bda538-69de-4fc0-aeaa-127d8606cf1a-root {
    text-align: center;
  }


#s-87bda538-69de-4fc0-aeaa-127d8606cf1a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-87bda538-69de-4fc0-aeaa-127d8606cf1a-root {
    text-align: center;
  }


#s-87bda538-69de-4fc0-aeaa-127d8606cf1a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-44f55ffc-563f-4e2e-9b75-b594c812f783 {
  max-width: 250px;
aspect-ratio: 800/80;
text-align: center;
}





  #s-44f55ffc-563f-4e2e-9b75-b594c812f783 img.shogun-image,
  #s-44f55ffc-563f-4e2e-9b75-b594c812f783 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44f55ffc-563f-4e2e-9b75-b594c812f783 {
    width: 100%;
    height: auto;
  }

  #s-44f55ffc-563f-4e2e-9b75-b594c812f783 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image {
    
    
  }


.s-44f55ffc-563f-4e2e-9b75-b594c812f783 .shogun-image-content {
  
    align-items: center;
  
}

.s-44f55ffc-563f-4e2e-9b75-b594c812f783.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44f55ffc-563f-4e2e-9b75-b594c812f783 {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image-container {
      position: relative;
    }

    .s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44f55ffc-563f-4e2e-9b75-b594c812f783 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-44f55ffc-563f-4e2e-9b75-b594c812f783 img.shogun-image,
  #s-44f55ffc-563f-4e2e-9b75-b594c812f783 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44f55ffc-563f-4e2e-9b75-b594c812f783 {
    width: 100%;
    height: auto;
  }

  #s-44f55ffc-563f-4e2e-9b75-b594c812f783 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image {
    
    
  }


.s-44f55ffc-563f-4e2e-9b75-b594c812f783 .shogun-image-content {
  
    align-items: center;
  
}

.s-44f55ffc-563f-4e2e-9b75-b594c812f783.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44f55ffc-563f-4e2e-9b75-b594c812f783 {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image-container {
      position: relative;
    }

    .s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44f55ffc-563f-4e2e-9b75-b594c812f783 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-44f55ffc-563f-4e2e-9b75-b594c812f783 img.shogun-image,
  #s-44f55ffc-563f-4e2e-9b75-b594c812f783 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44f55ffc-563f-4e2e-9b75-b594c812f783 {
    width: 100%;
    height: auto;
  }

  #s-44f55ffc-563f-4e2e-9b75-b594c812f783 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image {
    
    
  }


.s-44f55ffc-563f-4e2e-9b75-b594c812f783 .shogun-image-content {
  
    align-items: center;
  
}

.s-44f55ffc-563f-4e2e-9b75-b594c812f783.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44f55ffc-563f-4e2e-9b75-b594c812f783 {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image-container {
      position: relative;
    }

    .s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44f55ffc-563f-4e2e-9b75-b594c812f783 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-44f55ffc-563f-4e2e-9b75-b594c812f783 img.shogun-image,
  #s-44f55ffc-563f-4e2e-9b75-b594c812f783 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44f55ffc-563f-4e2e-9b75-b594c812f783 {
    width: 100%;
    height: auto;
  }

  #s-44f55ffc-563f-4e2e-9b75-b594c812f783 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image {
    
    
  }


.s-44f55ffc-563f-4e2e-9b75-b594c812f783 .shogun-image-content {
  
    align-items: center;
  
}

.s-44f55ffc-563f-4e2e-9b75-b594c812f783.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44f55ffc-563f-4e2e-9b75-b594c812f783 {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image-container {
      position: relative;
    }

    .s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44f55ffc-563f-4e2e-9b75-b594c812f783 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-44f55ffc-563f-4e2e-9b75-b594c812f783 img.shogun-image,
  #s-44f55ffc-563f-4e2e-9b75-b594c812f783 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44f55ffc-563f-4e2e-9b75-b594c812f783 {
    width: 100%;
    height: auto;
  }

  #s-44f55ffc-563f-4e2e-9b75-b594c812f783 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image {
    
    
  }


.s-44f55ffc-563f-4e2e-9b75-b594c812f783 .shogun-image-content {
  
    align-items: center;
  
}

.s-44f55ffc-563f-4e2e-9b75-b594c812f783.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-44f55ffc-563f-4e2e-9b75-b594c812f783 {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image-container {
      position: relative;
    }

    .s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44f55ffc-563f-4e2e-9b75-b594c812f783.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44f55ffc-563f-4e2e-9b75-b594c812f783 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-24c9af86-1f94-4202-a51e-3eea8744c705 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 50px;
padding-bottom: 50px;
}
@media (max-width: 767px){#s-24c9af86-1f94-4202-a51e-3eea8744c705 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-24c9af86-1f94-4202-a51e-3eea8744c705"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24c9af86-1f94-4202-a51e-3eea8744c705"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-24c9af86-1f94-4202-a51e-3eea8744c705"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-24c9af86-1f94-4202-a51e-3eea8744c705"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-24c9af86-1f94-4202-a51e-3eea8744c705"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9093477b-1c14-4da2-8943-b1d92e0b6e7b {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9093477b-1c14-4da2-8943-b1d92e0b6e7b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0d563f13-8d58-448d-a58b-6a8788abd2aa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-0d563f13-8d58-448d-a58b-6a8788abd2aa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d563f13-8d58-448d-a58b-6a8788abd2aa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0d563f13-8d58-448d-a58b-6a8788abd2aa-root {
    text-align: center;
  }


#s-0d563f13-8d58-448d-a58b-6a8788abd2aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0d563f13-8d58-448d-a58b-6a8788abd2aa-root {
    text-align: center;
  }


#s-0d563f13-8d58-448d-a58b-6a8788abd2aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d563f13-8d58-448d-a58b-6a8788abd2aa-root {
    text-align: center;
  }


#s-0d563f13-8d58-448d-a58b-6a8788abd2aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d563f13-8d58-448d-a58b-6a8788abd2aa-root {
    text-align: center;
  }


#s-0d563f13-8d58-448d-a58b-6a8788abd2aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0d563f13-8d58-448d-a58b-6a8788abd2aa-root {
    text-align: center;
  }


#s-0d563f13-8d58-448d-a58b-6a8788abd2aa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 {
  max-width: 250px;
aspect-ratio: 800/80;
text-align: center;
}





  #s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 img.shogun-image,
  #s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 {
    width: 100%;
    height: auto;
  }

  #s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image {
    
    
  }


.s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image-container {
      position: relative;
    }

    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 img.shogun-image,
  #s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 {
    width: 100%;
    height: auto;
  }

  #s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image {
    
    
  }


.s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image-container {
      position: relative;
    }

    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 img.shogun-image,
  #s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 {
    width: 100%;
    height: auto;
  }

  #s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image {
    
    
  }


.s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image-container {
      position: relative;
    }

    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 img.shogun-image,
  #s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 {
    width: 100%;
    height: auto;
  }

  #s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image {
    
    
  }


.s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image-container {
      position: relative;
    }

    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 img.shogun-image,
  #s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 {
    width: 100%;
    height: auto;
  }

  #s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image {
    
    
  }


.s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 {
      --shg-aspect-ratio: calc(800/80); 
    }

    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image-container {
      position: relative;
    }

    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a5b39cb-4fc5-426b-bd57-ee609bed9d22 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-56c88201-c532-4d2c-99a4-3522eff1a1dd {
  text-align: center;
}







  img.s-56c88201-c532-4d2c-99a4-3522eff1a1dd.shogun-image {
    
    
  }


.s-56c88201-c532-4d2c-99a4-3522eff1a1dd .shogun-image-content {
  
    align-items: center;
  
}

.s-56c88201-c532-4d2c-99a4-3522eff1a1dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c88201-c532-4d2c-99a4-3522eff1a1dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c88201-c532-4d2c-99a4-3522eff1a1dd.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-56c88201-c532-4d2c-99a4-3522eff1a1dd.shogun-image {
    
    
  }


.s-56c88201-c532-4d2c-99a4-3522eff1a1dd .shogun-image-content {
  
    align-items: center;
  
}

.s-56c88201-c532-4d2c-99a4-3522eff1a1dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c88201-c532-4d2c-99a4-3522eff1a1dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c88201-c532-4d2c-99a4-3522eff1a1dd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-56c88201-c532-4d2c-99a4-3522eff1a1dd.shogun-image {
    
    
  }


.s-56c88201-c532-4d2c-99a4-3522eff1a1dd .shogun-image-content {
  
    align-items: center;
  
}

.s-56c88201-c532-4d2c-99a4-3522eff1a1dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c88201-c532-4d2c-99a4-3522eff1a1dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c88201-c532-4d2c-99a4-3522eff1a1dd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-56c88201-c532-4d2c-99a4-3522eff1a1dd.shogun-image {
    
    
  }


.s-56c88201-c532-4d2c-99a4-3522eff1a1dd .shogun-image-content {
  
    align-items: center;
  
}

.s-56c88201-c532-4d2c-99a4-3522eff1a1dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c88201-c532-4d2c-99a4-3522eff1a1dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c88201-c532-4d2c-99a4-3522eff1a1dd.shogun-image {
  box-sizing: border-box;
}



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





  img.s-56c88201-c532-4d2c-99a4-3522eff1a1dd.shogun-image {
    
    
  }


.s-56c88201-c532-4d2c-99a4-3522eff1a1dd .shogun-image-content {
  
    align-items: center;
  
}

.s-56c88201-c532-4d2c-99a4-3522eff1a1dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56c88201-c532-4d2c-99a4-3522eff1a1dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56c88201-c532-4d2c-99a4-3522eff1a1dd.shogun-image {
  box-sizing: border-box;
}



}
#s-261827a5-1821-40a7-9318-fed00c73e695 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-261827a5-1821-40a7-9318-fed00c73e695 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-261827a5-1821-40a7-9318-fed00c73e695.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18275575-41fc-4466-a79b-b6faaaa65b62 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18275575-41fc-4466-a79b-b6faaaa65b62 .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



.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-31456abc-81bc-45ac-a7cc-afcb9aa0b583 {
  padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-31456abc-81bc-45ac-a7cc-afcb9aa0b583 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-31456abc-81bc-45ac-a7cc-afcb9aa0b583 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-31456abc-81bc-45ac-a7cc-afcb9aa0b583 {
  padding-left: 2%;
padding-right: 2%;
}
}
#s-31456abc-81bc-45ac-a7cc-afcb9aa0b583 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(255, 255, 255, 1);
  border-radius: 0px;
}

#s-31456abc-81bc-45ac-a7cc-afcb9aa0b583 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-31456abc-81bc-45ac-a7cc-afcb9aa0b583 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-31456abc-81bc-45ac-a7cc-afcb9aa0b583 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-31456abc-81bc-45ac-a7cc-afcb9aa0b583 td.shogun-table-column, #s-31456abc-81bc-45ac-a7cc-afcb9aa0b583 td.shogun-table-row {
  border: 0px solid rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-31456abc-81bc-45ac-a7cc-afcb9aa0b583 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(255, 255, 255, 1);
  border-radius: 0px;
}

#s-31456abc-81bc-45ac-a7cc-afcb9aa0b583 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-31456abc-81bc-45ac-a7cc-afcb9aa0b583 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-31456abc-81bc-45ac-a7cc-afcb9aa0b583 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
}

#s-31456abc-81bc-45ac-a7cc-afcb9aa0b583 td.shogun-table-column, #s-31456abc-81bc-45ac-a7cc-afcb9aa0b583 td.shogun-table-row {
  border: 0px solid rgba(255, 255, 255, 1);
}
}
#s-8ca471de-a3d4-4d26-a754-e9dc73949701 {
  text-align: center;
}
@media (max-width: 767px){#s-8ca471de-a3d4-4d26-a754-e9dc73949701 {
  
}
}






  #s-8ca471de-a3d4-4d26-a754-e9dc73949701 img.shogun-image {
    

    
    
    
  }


#s-8ca471de-a3d4-4d26-a754-e9dc73949701 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc700abe-12be-4913-ba02-edfe08b7df82 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc700abe-12be-4913-ba02-edfe08b7df82 {
  
}
}@media (max-width: 767px){#s-bc700abe-12be-4913-ba02-edfe08b7df82 {
  
}
}






  #s-bc700abe-12be-4913-ba02-edfe08b7df82 img.shogun-image {
    

    
    
    
  }


#s-bc700abe-12be-4913-ba02-edfe08b7df82 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e3c1a87-ab1e-423f-8719-b612b551299e {
  text-align: center;
}
@media (max-width: 767px){#s-9e3c1a87-ab1e-423f-8719-b612b551299e {
  
}
}






  #s-9e3c1a87-ab1e-423f-8719-b612b551299e img.shogun-image {
    

    
    
    
  }


#s-9e3c1a87-ab1e-423f-8719-b612b551299e .shogun-image-content {
  
    align-items: center;
  
}

#s-2d6811a3-47e0-46bd-971f-b79fe2896bdf .shogun-icon-wrapper {
  text-align: center;
}


#s-2d6811a3-47e0-46bd-971f-b79fe2896bdf .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(255, 0, 0, 1);
}
@media (max-width: 767px){#s-2d6811a3-47e0-46bd-971f-b79fe2896bdf .shogun-icon-wrapper {
  text-align: center;
}


#s-2d6811a3-47e0-46bd-971f-b79fe2896bdf .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 0, 0, 1);
}
}
#s-36bad8c0-4320-4f91-932c-8126867c5ac2 .shogun-icon-wrapper {
  text-align: center;
}


#s-36bad8c0-4320-4f91-932c-8126867c5ac2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(255, 0, 0, 1);
}
@media (max-width: 767px){#s-36bad8c0-4320-4f91-932c-8126867c5ac2 .shogun-icon-wrapper {
  text-align: center;
}


#s-36bad8c0-4320-4f91-932c-8126867c5ac2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 0, 0, 1);
}
}
#s-b0a794be-f3fe-418c-b2f8-05490bad90a0 .shogun-icon-wrapper {
  text-align: center;
}


#s-b0a794be-f3fe-418c-b2f8-05490bad90a0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(24, 170, 24, 1);
}
@media (max-width: 767px){#s-b0a794be-f3fe-418c-b2f8-05490bad90a0 .shogun-icon-wrapper {
  text-align: center;
}


#s-b0a794be-f3fe-418c-b2f8-05490bad90a0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(24, 170, 24, 1);
}
}
#s-d00a54dd-6326-418c-80ca-ca52ec153c37 .shogun-icon-wrapper {
  text-align: center;
}


#s-d00a54dd-6326-418c-80ca-ca52ec153c37 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(24, 170, 24, 1);
}
@media (max-width: 767px){#s-d00a54dd-6326-418c-80ca-ca52ec153c37 .shogun-icon-wrapper {
  text-align: center;
}


#s-d00a54dd-6326-418c-80ca-ca52ec153c37 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(24, 170, 24, 1);
}
}
#s-da4da582-0861-4cca-ab58-52d28a7e13de .shogun-icon-wrapper {
  text-align: center;
}


#s-da4da582-0861-4cca-ab58-52d28a7e13de .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(24, 170, 24, 1);
}
@media (max-width: 767px){#s-da4da582-0861-4cca-ab58-52d28a7e13de .shogun-icon-wrapper {
  text-align: center;
}


#s-da4da582-0861-4cca-ab58-52d28a7e13de .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(24, 170, 24, 1);
}
}
#s-8408bb4e-e5ae-400e-9ef6-5704f18a297e .shogun-icon-wrapper {
  text-align: center;
}


#s-8408bb4e-e5ae-400e-9ef6-5704f18a297e .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(24, 170, 24, 1);
}
@media (max-width: 767px){#s-8408bb4e-e5ae-400e-9ef6-5704f18a297e .shogun-icon-wrapper {
  text-align: center;
}


#s-8408bb4e-e5ae-400e-9ef6-5704f18a297e .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(24, 170, 24, 1);
}
}
#s-8e17354d-72fa-4237-8adf-5bc01a4567f5 .shogun-icon-wrapper {
  text-align: center;
}


#s-8e17354d-72fa-4237-8adf-5bc01a4567f5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(24, 170, 24, 1);
}
@media (max-width: 767px){#s-8e17354d-72fa-4237-8adf-5bc01a4567f5 .shogun-icon-wrapper {
  text-align: center;
}


#s-8e17354d-72fa-4237-8adf-5bc01a4567f5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(24, 170, 24, 1);
}
}
#s-e6586ee4-4c60-41a6-b63d-3b7e3070822d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6586ee4-4c60-41a6-b63d-3b7e3070822d .shogun-heading-component h3 {
  color: rgba(8, 201, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (max-width: 767px){#s-e6586ee4-4c60-41a6-b63d-3b7e3070822d .shogun-heading-component h3 {
  color: rgba(8, 201, 46, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-cbd1ae54-9076-4db5-a5c6-c4642cd383d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbd1ae54-9076-4db5-a5c6-c4642cd383d2 .shogun-heading-component h3 {
  color: rgba(255, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-42159ce6-7c0b-48f3-a4cc-7ba5b682daf4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42159ce6-7c0b-48f3-a4cc-7ba5b682daf4 .shogun-heading-component h3 {
  color: rgba(255, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (max-width: 767px){#s-42159ce6-7c0b-48f3-a4cc-7ba5b682daf4 .shogun-heading-component h3 {
  color: rgba(255, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-b874c672-d9b2-4ee1-a9aa-fedf3c73b831 .shogun-icon-wrapper {
  text-align: center;
}


#s-b874c672-d9b2-4ee1-a9aa-fedf3c73b831 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(255, 0, 0, 1);
}
@media (max-width: 767px){#s-b874c672-d9b2-4ee1-a9aa-fedf3c73b831 .shogun-icon-wrapper {
  text-align: center;
}


#s-b874c672-d9b2-4ee1-a9aa-fedf3c73b831 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 0, 0, 1);
}
}
#s-fc039f4c-2555-46e9-9c70-71bee884e8d5 .shogun-icon-wrapper {
  text-align: center;
}


#s-fc039f4c-2555-46e9-9c70-71bee884e8d5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(255, 0, 0, 1);
}
@media (max-width: 767px){#s-fc039f4c-2555-46e9-9c70-71bee884e8d5 .shogun-icon-wrapper {
  text-align: center;
}


#s-fc039f4c-2555-46e9-9c70-71bee884e8d5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 0, 0, 1);
}
}
#s-04d4df55-483b-4ba2-bfc3-a7737785801a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-04d4df55-483b-4ba2-bfc3-a7737785801a .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-04d4df55-483b-4ba2-bfc3-a7737785801a .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}


}
#s-fbf75f78-9793-436d-8e5a-21794377f277 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fbf75f78-9793-436d-8e5a-21794377f277 .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-fbf75f78-9793-436d-8e5a-21794377f277 .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}


}
#s-39e82178-b3e4-484e-9b5c-7a2e2444c601 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-39e82178-b3e4-484e-9b5c-7a2e2444c601 .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-39e82178-b3e4-484e-9b5c-7a2e2444c601 .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}


}
#s-70e94495-d80d-41fa-92ff-a326a0304fea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-70e94495-d80d-41fa-92ff-a326a0304fea .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-70e94495-d80d-41fa-92ff-a326a0304fea .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}


}
#s-0b84632c-31a3-4d62-b19f-1a6e774a29d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b84632c-31a3-4d62-b19f-1a6e774a29d5 .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:  normal ;
  font-family: "Audiowide";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-0b84632c-31a3-4d62-b19f-1a6e774a29d5 .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:  normal ;
  font-family: "Audiowide";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}
#s-57719e6a-5d0b-42c6-ad5f-58fe2d053cef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57719e6a-5d0b-42c6-ad5f-58fe2d053cef .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 1200px){#s-57719e6a-5d0b-42c6-ad5f-58fe2d053cef .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-57719e6a-5d0b-42c6-ad5f-58fe2d053cef .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-57719e6a-5d0b-42c6-ad5f-58fe2d053cef .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-0735546d-394e-4014-8c8e-a34d396b0d70 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0735546d-394e-4014-8c8e-a34d396b0d70 .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


@media (max-width: 767px){#s-0735546d-394e-4014-8c8e-a34d396b0d70 .shogun-heading-component h3 {
  color: rgba(85, 85, 85, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


}
#s-d7906be3-58f9-42c9-92cf-131e597a5db5 {
  background-attachment: fixed;
min-height: 50px;
background-repeat: repeat;
background-color: rgba(255, 255, 255, 1);
}








#s-d7906be3-58f9-42c9-92cf-131e597a5db5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
}#s-d7906be3-58f9-42c9-92cf-131e597a5db5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63628116-655c-4cef-b0bd-6333273014c7 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(34, 34, 34, 1);
}








#s-63628116-655c-4cef-b0bd-6333273014c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63628116-655c-4cef-b0bd-6333273014c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b785f71b-c374-4628-973d-60ba0b3c1b40 {
  padding-top: 30px;
padding-left: 15%;
padding-bottom: 30px;
padding-right: 15%;
}
@media (max-width: 767px){#s-b785f71b-c374-4628-973d-60ba0b3c1b40 {
  padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-b785f71b-c374-4628-973d-60ba0b3c1b40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b785f71b-c374-4628-973d-60ba0b3c1b40"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b785f71b-c374-4628-973d-60ba0b3c1b40"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b785f71b-c374-4628-973d-60ba0b3c1b40"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b785f71b-c374-4628-973d-60ba0b3c1b40"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b785f71b-c374-4628-973d-60ba0b3c1b40"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b785f71b-c374-4628-973d-60ba0b3c1b40"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-38973b3b-ac5c-4f43-814f-05164613c425 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-38973b3b-ac5c-4f43-814f-05164613c425 {
  margin-left: 0%;
margin-right: 0%;
max-width: 200px;
text-align: left;
}
}




  #s-38973b3b-ac5c-4f43-814f-05164613c425 img.shogun-image,
  #s-38973b3b-ac5c-4f43-814f-05164613c425 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38973b3b-ac5c-4f43-814f-05164613c425 {
    width: 100%;
    height: auto;
  }

  #s-38973b3b-ac5c-4f43-814f-05164613c425 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image {
    
    
  }


.s-38973b3b-ac5c-4f43-814f-05164613c425 .shogun-image-content {
  
    align-items: center;
  
}

.s-38973b3b-ac5c-4f43-814f-05164613c425.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38973b3b-ac5c-4f43-814f-05164613c425 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image-container {
      position: relative;
    }

    .s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38973b3b-ac5c-4f43-814f-05164613c425 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-38973b3b-ac5c-4f43-814f-05164613c425 img.shogun-image,
  #s-38973b3b-ac5c-4f43-814f-05164613c425 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38973b3b-ac5c-4f43-814f-05164613c425 {
    width: 100%;
    height: auto;
  }

  #s-38973b3b-ac5c-4f43-814f-05164613c425 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image {
    
    
  }


.s-38973b3b-ac5c-4f43-814f-05164613c425 .shogun-image-content {
  
    align-items: center;
  
}

.s-38973b3b-ac5c-4f43-814f-05164613c425.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38973b3b-ac5c-4f43-814f-05164613c425 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image-container {
      position: relative;
    }

    .s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38973b3b-ac5c-4f43-814f-05164613c425 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-38973b3b-ac5c-4f43-814f-05164613c425 img.shogun-image,
  #s-38973b3b-ac5c-4f43-814f-05164613c425 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38973b3b-ac5c-4f43-814f-05164613c425 {
    width: 100%;
    height: auto;
  }

  #s-38973b3b-ac5c-4f43-814f-05164613c425 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image {
    
    
  }


.s-38973b3b-ac5c-4f43-814f-05164613c425 .shogun-image-content {
  
    align-items: center;
  
}

.s-38973b3b-ac5c-4f43-814f-05164613c425.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38973b3b-ac5c-4f43-814f-05164613c425 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image-container {
      position: relative;
    }

    .s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38973b3b-ac5c-4f43-814f-05164613c425 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-38973b3b-ac5c-4f43-814f-05164613c425 img.shogun-image,
  #s-38973b3b-ac5c-4f43-814f-05164613c425 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38973b3b-ac5c-4f43-814f-05164613c425 {
    width: 100%;
    height: auto;
  }

  #s-38973b3b-ac5c-4f43-814f-05164613c425 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image {
    
    
  }


.s-38973b3b-ac5c-4f43-814f-05164613c425 .shogun-image-content {
  
    align-items: center;
  
}

.s-38973b3b-ac5c-4f43-814f-05164613c425.shg-align-container {
  display: flex;
  justify-content: center
}

.s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38973b3b-ac5c-4f43-814f-05164613c425 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image-container {
      position: relative;
    }

    .s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38973b3b-ac5c-4f43-814f-05164613c425 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-38973b3b-ac5c-4f43-814f-05164613c425 img.shogun-image,
  #s-38973b3b-ac5c-4f43-814f-05164613c425 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-38973b3b-ac5c-4f43-814f-05164613c425 {
    width: 100%;
    height: auto;
  }

  #s-38973b3b-ac5c-4f43-814f-05164613c425 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image {
    
    
  }


.s-38973b3b-ac5c-4f43-814f-05164613c425 .shogun-image-content {
  
    align-items: center;
  
}

.s-38973b3b-ac5c-4f43-814f-05164613c425.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-38973b3b-ac5c-4f43-814f-05164613c425 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image-container {
      position: relative;
    }

    .s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-38973b3b-ac5c-4f43-814f-05164613c425.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-38973b3b-ac5c-4f43-814f-05164613c425 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-68120cd7-cf70-47fe-a807-4ffcbec6a18b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68120cd7-cf70-47fe-a807-4ffcbec6a18b .shogun-heading-component h2 {
  color: rgba(245, 245, 245, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-54d9b251-fa8b-4f02-a137-96b91971863d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-54d9b251-fa8b-4f02-a137-96b91971863d .shogun-heading-component h2 {
  color: rgba(245, 245, 245, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-926b3f49-ee01-45bd-a95e-7e9f43df2c9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-926b3f49-ee01-45bd-a95e-7e9f43df2c9c .shogun-heading-component h2 {
  color: rgba(245, 245, 245, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-ae4863c8-966f-418b-b145-2f6f2d347fc4 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-a9139579-3f17-46db-a14b-d65aec383a4f {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-a9139579-3f17-46db-a14b-d65aec383a4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9139579-3f17-46db-a14b-d65aec383a4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6560cb6-d575-46f9-afad-bf4877631efc {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6560cb6-d575-46f9-afad-bf4877631efc .shogun-heading-component h2 {
  color: rgba(67, 70, 76, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-475b6241-5aa4-4380-92b5-2784d88551e9 {
  padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-475b6241-5aa4-4380-92b5-2784d88551e9 {
  padding-left: 15%;
padding-right: 15%;
}
}
#s-475b6241-5aa4-4380-92b5-2784d88551e9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-475b6241-5aa4-4380-92b5-2784d88551e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-475b6241-5aa4-4380-92b5-2784d88551e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(75, 80, 87, 1);
}

#s-475b6241-5aa4-4380-92b5-2784d88551e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-475b6241-5aa4-4380-92b5-2784d88551e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(75, 80, 87, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-475b6241-5aa4-4380-92b5-2784d88551e9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e73d8484-5063-482d-8168-8f06b9b1a7cc {
  margin-left: -1px;
margin-right: -1px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-5646868a-383b-4499-971e-89c47e8b804e {
  margin-left: -1px;
margin-right: -1px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-c7091b14-4468-42f3-b8b9-52d9cc468a5f {
  margin-left: -1px;
margin-right: -1px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-a7b1c19c-4acb-43e0-86fd-24a6bbb8b4c4 {
  margin-left: -1px;
margin-right: -1px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-3bdb3c29-9e79-4f75-9183-c9e3906ef96b {
  margin-left: -1px;
margin-right: -1px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-53bb3d16-e178-429d-adeb-caf82b58470c {
  padding-left: 0px;
padding-right: 0px;
}

#s-1e45d310-8a06-4e85-ae2d-b0748b5675a4 {
  margin-top: 50px;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1e45d310-8a06-4e85-ae2d-b0748b5675a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e45d310-8a06-4e85-ae2d-b0748b5675a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e4a7818-8555-4283-a28b-edba69eafd01 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
max-width: 1280px;
text-align: center;
}
@media (min-width: 1200px){#s-4e4a7818-8555-4283-a28b-edba69eafd01 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-4e4a7818-8555-4283-a28b-edba69eafd01 .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-4e4a7818-8555-4283-a28b-edba69eafd01 .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


}
#s-b1e0161b-df00-4ea3-bacc-8709a1d8866e {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
max-width: 1280px;
}
@media (min-width: 1200px){#s-b1e0161b-df00-4ea3-bacc-8709a1d8866e {
  padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-b1e0161b-df00-4ea3-bacc-8709a1d8866e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b1e0161b-df00-4ea3-bacc-8709a1d8866e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b1e0161b-df00-4ea3-bacc-8709a1d8866e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b1e0161b-df00-4ea3-bacc-8709a1d8866e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-7d15bfb1-b64e-48df-947f-2d00c129aded {
  max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-7d15bfb1-b64e-48df-947f-2d00c129aded img.shogun-image,
  #s-7d15bfb1-b64e-48df-947f-2d00c129aded .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d15bfb1-b64e-48df-947f-2d00c129aded {
    width: 100%;
    height: auto;
  }

  #s-7d15bfb1-b64e-48df-947f-2d00c129aded img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image {
    
    
  }


.s-7d15bfb1-b64e-48df-947f-2d00c129aded .shogun-image-content {
  
    align-items: center;
  
}

.s-7d15bfb1-b64e-48df-947f-2d00c129aded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d15bfb1-b64e-48df-947f-2d00c129aded {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image-container {
      position: relative;
    }

    .s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d15bfb1-b64e-48df-947f-2d00c129aded img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7d15bfb1-b64e-48df-947f-2d00c129aded img.shogun-image,
  #s-7d15bfb1-b64e-48df-947f-2d00c129aded .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d15bfb1-b64e-48df-947f-2d00c129aded {
    width: 100%;
    height: auto;
  }

  #s-7d15bfb1-b64e-48df-947f-2d00c129aded img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image {
    
    
  }


.s-7d15bfb1-b64e-48df-947f-2d00c129aded .shogun-image-content {
  
    align-items: center;
  
}

.s-7d15bfb1-b64e-48df-947f-2d00c129aded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d15bfb1-b64e-48df-947f-2d00c129aded {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image-container {
      position: relative;
    }

    .s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d15bfb1-b64e-48df-947f-2d00c129aded img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7d15bfb1-b64e-48df-947f-2d00c129aded img.shogun-image,
  #s-7d15bfb1-b64e-48df-947f-2d00c129aded .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d15bfb1-b64e-48df-947f-2d00c129aded {
    width: 100%;
    height: auto;
  }

  #s-7d15bfb1-b64e-48df-947f-2d00c129aded img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image {
    
    
  }


.s-7d15bfb1-b64e-48df-947f-2d00c129aded .shogun-image-content {
  
    align-items: center;
  
}

.s-7d15bfb1-b64e-48df-947f-2d00c129aded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d15bfb1-b64e-48df-947f-2d00c129aded {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image-container {
      position: relative;
    }

    .s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d15bfb1-b64e-48df-947f-2d00c129aded img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7d15bfb1-b64e-48df-947f-2d00c129aded img.shogun-image,
  #s-7d15bfb1-b64e-48df-947f-2d00c129aded .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d15bfb1-b64e-48df-947f-2d00c129aded {
    width: 100%;
    height: auto;
  }

  #s-7d15bfb1-b64e-48df-947f-2d00c129aded img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image {
    
    
  }


.s-7d15bfb1-b64e-48df-947f-2d00c129aded .shogun-image-content {
  
    align-items: center;
  
}

.s-7d15bfb1-b64e-48df-947f-2d00c129aded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d15bfb1-b64e-48df-947f-2d00c129aded {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image-container {
      position: relative;
    }

    .s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d15bfb1-b64e-48df-947f-2d00c129aded img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7d15bfb1-b64e-48df-947f-2d00c129aded img.shogun-image,
  #s-7d15bfb1-b64e-48df-947f-2d00c129aded .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d15bfb1-b64e-48df-947f-2d00c129aded {
    width: 100%;
    height: auto;
  }

  #s-7d15bfb1-b64e-48df-947f-2d00c129aded img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image {
    
    
  }


.s-7d15bfb1-b64e-48df-947f-2d00c129aded .shogun-image-content {
  
    align-items: center;
  
}

.s-7d15bfb1-b64e-48df-947f-2d00c129aded.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d15bfb1-b64e-48df-947f-2d00c129aded {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image-container {
      position: relative;
    }

    .s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d15bfb1-b64e-48df-947f-2d00c129aded.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d15bfb1-b64e-48df-947f-2d00c129aded img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-6da97e04-6b23-400d-9c1c-1640c280668c {
  max-width: 892px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-6da97e04-6b23-400d-9c1c-1640c280668c img.shogun-image,
  #s-6da97e04-6b23-400d-9c1c-1640c280668c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6da97e04-6b23-400d-9c1c-1640c280668c {
    width: 100%;
    height: auto;
  }

  #s-6da97e04-6b23-400d-9c1c-1640c280668c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image {
    
    
  }


.s-6da97e04-6b23-400d-9c1c-1640c280668c .shogun-image-content {
  
    align-items: center;
  
}

.s-6da97e04-6b23-400d-9c1c-1640c280668c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6da97e04-6b23-400d-9c1c-1640c280668c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image-container {
      position: relative;
    }

    .s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6da97e04-6b23-400d-9c1c-1640c280668c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6da97e04-6b23-400d-9c1c-1640c280668c img.shogun-image,
  #s-6da97e04-6b23-400d-9c1c-1640c280668c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6da97e04-6b23-400d-9c1c-1640c280668c {
    width: 100%;
    height: auto;
  }

  #s-6da97e04-6b23-400d-9c1c-1640c280668c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image {
    
    
  }


.s-6da97e04-6b23-400d-9c1c-1640c280668c .shogun-image-content {
  
    align-items: center;
  
}

.s-6da97e04-6b23-400d-9c1c-1640c280668c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6da97e04-6b23-400d-9c1c-1640c280668c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image-container {
      position: relative;
    }

    .s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6da97e04-6b23-400d-9c1c-1640c280668c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6da97e04-6b23-400d-9c1c-1640c280668c img.shogun-image,
  #s-6da97e04-6b23-400d-9c1c-1640c280668c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6da97e04-6b23-400d-9c1c-1640c280668c {
    width: 100%;
    height: auto;
  }

  #s-6da97e04-6b23-400d-9c1c-1640c280668c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image {
    
    
  }


.s-6da97e04-6b23-400d-9c1c-1640c280668c .shogun-image-content {
  
    align-items: center;
  
}

.s-6da97e04-6b23-400d-9c1c-1640c280668c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6da97e04-6b23-400d-9c1c-1640c280668c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image-container {
      position: relative;
    }

    .s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6da97e04-6b23-400d-9c1c-1640c280668c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6da97e04-6b23-400d-9c1c-1640c280668c img.shogun-image,
  #s-6da97e04-6b23-400d-9c1c-1640c280668c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6da97e04-6b23-400d-9c1c-1640c280668c {
    width: 100%;
    height: auto;
  }

  #s-6da97e04-6b23-400d-9c1c-1640c280668c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image {
    
    
  }


.s-6da97e04-6b23-400d-9c1c-1640c280668c .shogun-image-content {
  
    align-items: center;
  
}

.s-6da97e04-6b23-400d-9c1c-1640c280668c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6da97e04-6b23-400d-9c1c-1640c280668c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image-container {
      position: relative;
    }

    .s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6da97e04-6b23-400d-9c1c-1640c280668c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6da97e04-6b23-400d-9c1c-1640c280668c img.shogun-image,
  #s-6da97e04-6b23-400d-9c1c-1640c280668c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6da97e04-6b23-400d-9c1c-1640c280668c {
    width: 100%;
    height: auto;
  }

  #s-6da97e04-6b23-400d-9c1c-1640c280668c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image {
    
    
  }


.s-6da97e04-6b23-400d-9c1c-1640c280668c .shogun-image-content {
  
    align-items: center;
  
}

.s-6da97e04-6b23-400d-9c1c-1640c280668c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6da97e04-6b23-400d-9c1c-1640c280668c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image-container {
      position: relative;
    }

    .s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6da97e04-6b23-400d-9c1c-1640c280668c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6da97e04-6b23-400d-9c1c-1640c280668c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd {
  max-width: 819px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd img.shogun-image,
  #s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd {
    width: 100%;
    height: auto;
  }

  #s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image {
    
    
  }


.s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd .shogun-image-content {
  
    align-items: center;
  
}

.s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image-container {
      position: relative;
    }

    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd img.shogun-image,
  #s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd {
    width: 100%;
    height: auto;
  }

  #s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image {
    
    
  }


.s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd .shogun-image-content {
  
    align-items: center;
  
}

.s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image-container {
      position: relative;
    }

    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd img.shogun-image,
  #s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd {
    width: 100%;
    height: auto;
  }

  #s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image {
    
    
  }


.s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd .shogun-image-content {
  
    align-items: center;
  
}

.s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image-container {
      position: relative;
    }

    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd img.shogun-image,
  #s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd {
    width: 100%;
    height: auto;
  }

  #s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image {
    
    
  }


.s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd .shogun-image-content {
  
    align-items: center;
  
}

.s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image-container {
      position: relative;
    }

    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd img.shogun-image,
  #s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd {
    width: 100%;
    height: auto;
  }

  #s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image {
    
    
  }


.s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd .shogun-image-content {
  
    align-items: center;
  
}

.s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image-container {
      position: relative;
    }

    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dbf51217-bd39-46a7-ac6d-eda87cacdbcd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d2bb402a-8780-4d9a-9053-52e68a1469dc {
  max-width: 819px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d2bb402a-8780-4d9a-9053-52e68a1469dc img.shogun-image,
  #s-d2bb402a-8780-4d9a-9053-52e68a1469dc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2bb402a-8780-4d9a-9053-52e68a1469dc {
    width: 100%;
    height: auto;
  }

  #s-d2bb402a-8780-4d9a-9053-52e68a1469dc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image {
    
    
  }


.s-d2bb402a-8780-4d9a-9053-52e68a1469dc .shogun-image-content {
  
    align-items: center;
  
}

.s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image-container {
      position: relative;
    }

    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d2bb402a-8780-4d9a-9053-52e68a1469dc img.shogun-image,
  #s-d2bb402a-8780-4d9a-9053-52e68a1469dc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2bb402a-8780-4d9a-9053-52e68a1469dc {
    width: 100%;
    height: auto;
  }

  #s-d2bb402a-8780-4d9a-9053-52e68a1469dc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image {
    
    
  }


.s-d2bb402a-8780-4d9a-9053-52e68a1469dc .shogun-image-content {
  
    align-items: center;
  
}

.s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image-container {
      position: relative;
    }

    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d2bb402a-8780-4d9a-9053-52e68a1469dc img.shogun-image,
  #s-d2bb402a-8780-4d9a-9053-52e68a1469dc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2bb402a-8780-4d9a-9053-52e68a1469dc {
    width: 100%;
    height: auto;
  }

  #s-d2bb402a-8780-4d9a-9053-52e68a1469dc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image {
    
    
  }


.s-d2bb402a-8780-4d9a-9053-52e68a1469dc .shogun-image-content {
  
    align-items: center;
  
}

.s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image-container {
      position: relative;
    }

    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d2bb402a-8780-4d9a-9053-52e68a1469dc img.shogun-image,
  #s-d2bb402a-8780-4d9a-9053-52e68a1469dc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2bb402a-8780-4d9a-9053-52e68a1469dc {
    width: 100%;
    height: auto;
  }

  #s-d2bb402a-8780-4d9a-9053-52e68a1469dc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image {
    
    
  }


.s-d2bb402a-8780-4d9a-9053-52e68a1469dc .shogun-image-content {
  
    align-items: center;
  
}

.s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image-container {
      position: relative;
    }

    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d2bb402a-8780-4d9a-9053-52e68a1469dc img.shogun-image,
  #s-d2bb402a-8780-4d9a-9053-52e68a1469dc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d2bb402a-8780-4d9a-9053-52e68a1469dc {
    width: 100%;
    height: auto;
  }

  #s-d2bb402a-8780-4d9a-9053-52e68a1469dc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image {
    
    
  }


.s-d2bb402a-8780-4d9a-9053-52e68a1469dc .shogun-image-content {
  
    align-items: center;
  
}

.s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image-container {
      position: relative;
    }

    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d2bb402a-8780-4d9a-9053-52e68a1469dc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-320f4507-a85b-4280-84b2-a9862642aa7c {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
max-width: 1280px;
text-align: center;
}
@media (min-width: 1200px){#s-320f4507-a85b-4280-84b2-a9862642aa7c {
  padding-left: 5%;
padding-right: 5%;
}
}
/*
  $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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#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-lazyload-bg-image {
  display: none;
}

.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 {
  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;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#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:#000;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-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
