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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * 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: flex;
  width: 100%;
}

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

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

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

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

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-fd584d70-ada8-4a58-8dae-bc4e495eeb4c {
  min-height: 50px;
}








#s-fd584d70-ada8-4a58-8dae-bc4e495eeb4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd584d70-ada8-4a58-8dae-bc4e495eeb4c.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  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-f6793819-a3ba-490a-8980-75711b6cb4da {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(245, 245, 245, 1);
text-align: center;
}

#s-f6793819-a3ba-490a-8980-75711b6cb4da .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.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-1aac5efc-2371-4801-895f-40a785a962ab {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 1px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(98, 96, 96, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-1aac5efc-2371-4801-895f-40a785a962ab:hover {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(66, 66, 66, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}#s-1aac5efc-2371-4801-895f-40a785a962ab:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-1aac5efc-2371-4801-895f-40a785a962ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-b33d12cb-291c-4262-b86d-f88f59f5c8c1 {
  min-height: 50px;
}








#s-b33d12cb-291c-4262-b86d-f88f59f5c8c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b33d12cb-291c-4262-b86d-f88f59f5c8c1 {
  cursor: pointer;
}#s-b33d12cb-291c-4262-b86d-f88f59f5c8c1.shg-box.shg-c {
  justify-content: center;
}

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

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-5bc5c3bc-835a-4d4c-ac3f-2565cb2bcf01"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-1290e1ba-e833-4b8f-9e04-f5e6c6a3758a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-1290e1ba-e833-4b8f-9e04-f5e6c6a3758a img.shogun-image {
    
    width: px;
  }


#s-1290e1ba-e833-4b8f-9e04-f5e6c6a3758a .shogun-image-content {
  
    align-items: center;
  
}

#s-5480714a-af53-4610-a1bb-1519c819987f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}




  #s-5480714a-af53-4610-a1bb-1519c819987f img.shogun-image {
    
    width: px;
  }


#s-5480714a-af53-4610-a1bb-1519c819987f .shogun-image-content {
  
    align-items: center;
  
}

#s-ebc7edc7-4b3d-4cc8-b043-ff965201abd4 {
  text-align: center;
}




  #s-ebc7edc7-4b3d-4cc8-b043-ff965201abd4 img.shogun-image {
    
    width: px;
  }


#s-ebc7edc7-4b3d-4cc8-b043-ff965201abd4 .shogun-image-content {
  
    align-items: center;
  
}

#s-166cf785-b634-4e87-b3ee-11b0b13a72a6 {
  text-align: center;
}




  #s-166cf785-b634-4e87-b3ee-11b0b13a72a6 img.shogun-image {
    
    width: px;
  }


#s-166cf785-b634-4e87-b3ee-11b0b13a72a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-0500a8e1-14a3-437c-b2e6-eac684689114 {
  background-image: url(https://i.shgcdn.com/35cf22d3-3e4b-404e-afb6-5ebc72f38a0e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-0500a8e1-14a3-437c-b2e6-eac684689114 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0500a8e1-14a3-437c-b2e6-eac684689114.shg-box.shg-c {
  justify-content: center;
}

#s-458a6076-2919-46a8-9292-cbf4da83599d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-458a6076-2919-46a8-9292-cbf4da83599d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-41313981-99bf-423d-a1ed-5ce1aed39a8c {
  margin-top: 20%;
margin-left: 20px;
margin-bottom: 20%;
margin-right: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(3, 3, 3, 0.63);
}








#s-41313981-99bf-423d-a1ed-5ce1aed39a8c > .shg-box-overlay {
  background-color: rgba(56, 56, 56, 1);
  opacity: 2.775557561562891e-17;
}#s-41313981-99bf-423d-a1ed-5ce1aed39a8c.shg-box.shg-c {
  justify-content: center;
}

#s-a61c1b15-72aa-44fe-a9be-fe3fb6d31386 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
background-color: rgba(3, 3, 3, 0);
}

#s-a61c1b15-72aa-44fe-a9be-fe3fb6d31386 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-40b82f73-9462-4347-ae27-778e139542b1 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-40b82f73-9462-4347-ae27-778e139542b1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.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 a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

#s-15f9746d-80f6-4f16-99d2-b158d0223576 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
background-color: rgba(247, 251, 251, 0);
}
@media (min-width: 1200px){#s-15f9746d-80f6-4f16-99d2-b158d0223576 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-15f9746d-80f6-4f16-99d2-b158d0223576 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-15f9746d-80f6-4f16-99d2-b158d0223576 {
  
}
}@media (max-width: 767px){#s-15f9746d-80f6-4f16-99d2-b158d0223576 {
  
}
}
#s-1694147a-3df0-4aed-80c9-fd67a94b6150 {
  margin-top: 25px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1694147a-3df0-4aed-80c9-fd67a94b6150"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3488afa2-90fd-430f-be64-972294f48557 {
  border-radius: 4px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.49);
}








#s-3488afa2-90fd-430f-be64-972294f48557 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3488afa2-90fd-430f-be64-972294f48557.shg-box.shg-c {
  justify-content: center;
}

#s-5196fdc1-aa57-49cf-9ace-97af84a3f172 {
  border-style: solid;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-5196fdc1-aa57-49cf-9ace-97af84a3f172 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6e88f4e7-0253-41e0-9c03-47973886e891 {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-6e88f4e7-0253-41e0-9c03-47973886e891 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a90e78e3-9e38-48fb-b5c8-d454b19607f9 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
max-width: 1100px;
}
@media (min-width: 1200px){#s-a90e78e3-9e38-48fb-b5c8-d454b19607f9 {
  
}
}







#s-a90e78e3-9e38-48fb-b5c8-d454b19607f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a90e78e3-9e38-48fb-b5c8-d454b19607f9.shg-box.shg-c {
  justify-content: center;
}

#s-81f49d05-2ae1-49aa-bc8d-e3b755b1329c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-dd0ca8e8-02d1-4a10-9612-4e81db06e56c {
  margin-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(245, 245, 245, 1);
}

#s-dd0ca8e8-02d1-4a10-9612-4e81db06e56c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9f30e134-0e78-4d3b-ab8b-94ed7ad077ba {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 200px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}








#s-9f30e134-0e78-4d3b-ab8b-94ed7ad077ba > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-9f30e134-0e78-4d3b-ab8b-94ed7ad077ba.shg-box.shg-c {
  justify-content: center;
}

#s-30d8d345-cb0e-4d55-978b-7950ba5787e5 {
  margin-top: 30px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-30d8d345-cb0e-4d55-978b-7950ba5787e5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f65271b2-3b1c-4e03-a3a3-3f2d18461244 {
  margin-left: 5px;
margin-right: 5px;
}

#s-60fb368a-0222-4035-8055-90090a459c92 {
  text-align: center;
}




  #s-60fb368a-0222-4035-8055-90090a459c92 img.shogun-image {
    
    width: px;
  }


#s-60fb368a-0222-4035-8055-90090a459c92 .shogun-image-content {
  
    align-items: center;
  
}

#s-e88f029f-ba84-4da4-9ae2-3b2989f9f187 {
  margin-top: 30px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(245, 245, 245, 1);
}

#s-e88f029f-ba84-4da4-9ae2-3b2989f9f187 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e8454917-fa42-4622-b2b1-14e7724324fc {
  background-image: url(https://i.shgcdn.com/bc90021e-e8d6-425f-982a-969060bb0866/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e8454917-fa42-4622-b2b1-14e7724324fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-46c110ed-047f-4faa-8e9d-0faaae5d60c8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 400px;
}








#s-46c110ed-047f-4faa-8e9d-0faaae5d60c8 > .shg-box-overlay {
  background-color: rgba(122, 121, 121, 1);
  opacity: 0;
}#s-46c110ed-047f-4faa-8e9d-0faaae5d60c8.shg-box.shg-c {
  justify-content: center;
}

#s-781bdd93-42d7-4c33-924b-2a55a1b8811b {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
min-height: 50px;
}








#s-781bdd93-42d7-4c33-924b-2a55a1b8811b > .shg-box-overlay {
  background-color: rgba(56, 56, 56, 1);
  opacity: 0.5;
}#s-781bdd93-42d7-4c33-924b-2a55a1b8811b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-99686d1e-8a51-40b1-bf67-ed649c0fb0b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99686d1e-8a51-40b1-bf67-ed649c0fb0b5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9024873f-f082-472f-835b-6a6d8b634ed3 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-9024873f-f082-472f-835b-6a6d8b634ed3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9024873f-f082-472f-835b-6a6d8b634ed3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9024873f-f082-472f-835b-6a6d8b634ed3 {
  
}
}@media (max-width: 767px){#s-9024873f-f082-472f-835b-6a6d8b634ed3 {
  
}
}
#s-d562e3d4-5c3c-4cc0-99c4-0b6c85049569 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1600px;
background-color: rgba(245, 245, 245, 1);
}








#s-d562e3d4-5c3c-4cc0-99c4-0b6c85049569 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d562e3d4-5c3c-4cc0-99c4-0b6c85049569.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-31057f61-7868-40ef-9850-a66cf5d4f715"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a4d33677-ed78-4d0e-acb0-6a52f958d71d {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 10px;
padding-bottom: 20%;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a4d33677-ed78-4d0e-acb0-6a52f958d71d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4d33677-ed78-4d0e-acb0-6a52f958d71d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4d33677-ed78-4d0e-acb0-6a52f958d71d {
  
}
}@media (max-width: 767px){#s-a4d33677-ed78-4d0e-acb0-6a52f958d71d {
  
}
}







#s-a4d33677-ed78-4d0e-acb0-6a52f958d71d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4d33677-ed78-4d0e-acb0-6a52f958d71d.shg-box.shg-c {
  justify-content: center;
}

#s-fc7e71da-d470-4ebd-89cf-1923604cbbf9 {
  border-style: solid;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-06db6327-54c7-4bd3-9c6b-a87432ef30a4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}

#s-233fae23-4405-4c0c-8641-fea131aa2700 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-233fae23-4405-4c0c-8641-fea131aa2700 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-233fae23-4405-4c0c-8641-fea131aa2700.shg-box.shg-c {
  justify-content: center;
}

#s-8c69bd9d-0004-43fb-8cb5-8d9c7dcfe2f1 {
  text-align: center;
}




  #s-8c69bd9d-0004-43fb-8cb5-8d9c7dcfe2f1 img.shogun-image {
    
    width: px;
  }


#s-8c69bd9d-0004-43fb-8cb5-8d9c7dcfe2f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-e81cbbbb-1cc0-4f2b-87f1-b78b521bd66c {
  min-height: 50px;
background-color: rgba(221, 248, 247, 1);
}








#s-e81cbbbb-1cc0-4f2b-87f1-b78b521bd66c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e81cbbbb-1cc0-4f2b-87f1-b78b521bd66c.shg-box.shg-c {
  justify-content: center;
}

#s-0b0b8eab-deaf-4065-956d-6b4e5819e5f5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1600px;
background-color: rgba(245, 245, 245, 1);
}








#s-0b0b8eab-deaf-4065-956d-6b4e5819e5f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b0b8eab-deaf-4065-956d-6b4e5819e5f5.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-d112eaaa-eccd-4928-b75d-5a97e3dc8b67"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5e1c55b7-5974-469c-afd5-8d7d39c16496 {
  text-align: center;
}




  #s-5e1c55b7-5974-469c-afd5-8d7d39c16496 img.shogun-image {
    
    width: px;
  }


#s-5e1c55b7-5974-469c-afd5-8d7d39c16496 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2863184-40d8-4a81-a87d-31185bd4acf1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-e2863184-40d8-4a81-a87d-31185bd4acf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2863184-40d8-4a81-a87d-31185bd4acf1.shg-box.shg-c {
  justify-content: center;
}

#s-77261dee-955d-4240-ad20-d6448da2948f {
  margin-left: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 10px;
padding-bottom: 20%;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-77261dee-955d-4240-ad20-d6448da2948f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-77261dee-955d-4240-ad20-d6448da2948f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-77261dee-955d-4240-ad20-d6448da2948f {
  
}
}@media (max-width: 767px){#s-77261dee-955d-4240-ad20-d6448da2948f {
  
}
}







#s-77261dee-955d-4240-ad20-d6448da2948f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77261dee-955d-4240-ad20-d6448da2948f.shg-box.shg-c {
  justify-content: center;
}

#s-836d6e15-4c22-4bc6-aca6-ceac7c374c41 {
  border-style: solid;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-aa7cbe16-02fa-43a3-8add-47f2f9b317cc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}

#s-1de2d371-488d-4000-8f27-ca2a6757d675 {
  min-height: 50px;
background-color: rgba(228, 228, 228, 1);
}








#s-1de2d371-488d-4000-8f27-ca2a6757d675 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1de2d371-488d-4000-8f27-ca2a6757d675.shg-box.shg-c {
  justify-content: center;
}

#s-1a0083bc-52c8-4f62-be6d-859bceb31be7 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1600px;
background-color: rgba(245, 245, 245, 1);
}








#s-1a0083bc-52c8-4f62-be6d-859bceb31be7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a0083bc-52c8-4f62-be6d-859bceb31be7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-02ed9156-a659-4beb-8467-6f9366421994"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9a36acba-3bc6-4150-b972-8ddfe15d27ef {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 10px;
padding-bottom: 20%;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-9a36acba-3bc6-4150-b972-8ddfe15d27ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a36acba-3bc6-4150-b972-8ddfe15d27ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a36acba-3bc6-4150-b972-8ddfe15d27ef {
  
}
}@media (max-width: 767px){#s-9a36acba-3bc6-4150-b972-8ddfe15d27ef {
  
}
}







#s-9a36acba-3bc6-4150-b972-8ddfe15d27ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a36acba-3bc6-4150-b972-8ddfe15d27ef.shg-box.shg-c {
  justify-content: center;
}

#s-e71e3a7d-c144-432f-94fc-c27172484996 {
  border-style: solid;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-aec5d2f8-d914-42bc-b24f-d71b799c2909 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}

#s-5837858d-dd05-488e-9d7a-bb1d0212cb99 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-5837858d-dd05-488e-9d7a-bb1d0212cb99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5837858d-dd05-488e-9d7a-bb1d0212cb99.shg-box.shg-c {
  justify-content: center;
}

#s-22f4ac50-6887-4b97-99b6-ed24ff73f7f3 {
  text-align: center;
}




  #s-22f4ac50-6887-4b97-99b6-ed24ff73f7f3 img.shogun-image {
    
    width: px;
  }


#s-22f4ac50-6887-4b97-99b6-ed24ff73f7f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-db1a2520-aad5-47d6-b916-1c2d862b2068 {
  min-height: 50px;
background-color: rgba(174, 233, 232, 1);
}








#s-db1a2520-aad5-47d6-b916-1c2d862b2068 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db1a2520-aad5-47d6-b916-1c2d862b2068.shg-box.shg-c {
  justify-content: center;
}

#s-9fdb15c8-ee9f-467b-a193-ea6b91a9f08e {
  min-height: 50px;
background-color: rgba(221, 248, 247, 1);
}








#s-9fdb15c8-ee9f-467b-a193-ea6b91a9f08e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fdb15c8-ee9f-467b-a193-ea6b91a9f08e.shg-box.shg-c {
  justify-content: center;
}

#s-1f77fb28-f333-4a1e-a9ab-9f6f5203146f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1600px;
background-color: rgba(245, 245, 245, 1);
}








#s-1f77fb28-f333-4a1e-a9ab-9f6f5203146f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f77fb28-f333-4a1e-a9ab-9f6f5203146f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-6ed8e0fe-fed2-4946-9d17-a7b423d382fc"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b6b66718-10ea-4f26-8a41-9bf4e24c91d9 {
  text-align: center;
}




  #s-b6b66718-10ea-4f26-8a41-9bf4e24c91d9 img.shogun-image {
    
    width: px;
  }


#s-b6b66718-10ea-4f26-8a41-9bf4e24c91d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8fb9eac-c49b-47df-baee-e348d929daa4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-e8fb9eac-c49b-47df-baee-e348d929daa4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8fb9eac-c49b-47df-baee-e348d929daa4.shg-box.shg-c {
  justify-content: center;
}

#s-6117378b-2e2e-41a3-b75b-a7a29f212b48 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 10px;
padding-bottom: 20%;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6117378b-2e2e-41a3-b75b-a7a29f212b48 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6117378b-2e2e-41a3-b75b-a7a29f212b48 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6117378b-2e2e-41a3-b75b-a7a29f212b48 {
  
}
}@media (max-width: 767px){#s-6117378b-2e2e-41a3-b75b-a7a29f212b48 {
  
}
}







#s-6117378b-2e2e-41a3-b75b-a7a29f212b48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6117378b-2e2e-41a3-b75b-a7a29f212b48.shg-box.shg-c {
  justify-content: center;
}

#s-347af9a2-06af-40de-87bf-31239b815ba0 {
  border-style: solid;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-61ff7e65-7d19-4c9b-8341-8a3640fc8aac {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}

#s-e6e52e04-9cfd-40b5-951a-4d9825e5a218 {
  min-height: 50px;
background-color: rgba(228, 228, 228, 1);
}








#s-e6e52e04-9cfd-40b5-951a-4d9825e5a218 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6e52e04-9cfd-40b5-951a-4d9825e5a218.shg-box.shg-c {
  justify-content: center;
}

#s-cefeb07c-9977-4b34-85ac-1d96d5c8fa61 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1600px;
background-color: rgba(245, 245, 245, 1);
}








#s-cefeb07c-9977-4b34-85ac-1d96d5c8fa61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cefeb07c-9977-4b34-85ac-1d96d5c8fa61.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-078f12b4-8193-4157-95af-1705a489bfc0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-961e88fa-fbbc-471c-b5f2-e427ad20dfd1 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 10px;
padding-bottom: 20%;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-961e88fa-fbbc-471c-b5f2-e427ad20dfd1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-961e88fa-fbbc-471c-b5f2-e427ad20dfd1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-961e88fa-fbbc-471c-b5f2-e427ad20dfd1 {
  
}
}@media (max-width: 767px){#s-961e88fa-fbbc-471c-b5f2-e427ad20dfd1 {
  
}
}







#s-961e88fa-fbbc-471c-b5f2-e427ad20dfd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-961e88fa-fbbc-471c-b5f2-e427ad20dfd1.shg-box.shg-c {
  justify-content: center;
}

#s-d1592335-7b0c-48a3-a816-a404162d86a8 {
  border-style: solid;
margin-top: 0%;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-7ad3d345-8ce4-48d9-afe7-d74aeef4f21c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}
@media (max-width: 767px){#s-7ad3d345-8ce4-48d9-afe7-d74aeef4f21c {
  padding-top: 5px;
padding-bottom: 5px;
}
}
#s-a1bf06d3-ea59-483c-8ad5-97263ca6dc62 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-a1bf06d3-ea59-483c-8ad5-97263ca6dc62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1bf06d3-ea59-483c-8ad5-97263ca6dc62.shg-box.shg-c {
  justify-content: center;
}

#s-bdaee563-ab1c-4e10-9234-4290b7588e59 {
  text-align: center;
}




  #s-bdaee563-ab1c-4e10-9234-4290b7588e59 img.shogun-image {
    
    width: px;
  }


#s-bdaee563-ab1c-4e10-9234-4290b7588e59 .shogun-image-content {
  
    align-items: center;
  
}

#s-19ad0628-57a3-48ed-b04a-b30dc2bae428 {
  min-height: 50px;
background-color: rgba(221, 248, 247, 1);
}








#s-19ad0628-57a3-48ed-b04a-b30dc2bae428 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19ad0628-57a3-48ed-b04a-b30dc2bae428.shg-box.shg-c {
  justify-content: center;
}

#s-28aea040-e51a-4e1f-baa8-779ff872a9e9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1600px;
background-color: rgba(245, 245, 245, 1);
}








#s-28aea040-e51a-4e1f-baa8-779ff872a9e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28aea040-e51a-4e1f-baa8-779ff872a9e9.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-f6e2c92f-695d-412e-adb4-4e51441e49ea"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-01d86a5f-6fa3-416e-91fc-4af70793215f {
  text-align: center;
}




  #s-01d86a5f-6fa3-416e-91fc-4af70793215f img.shogun-image {
    
    width: px;
  }


#s-01d86a5f-6fa3-416e-91fc-4af70793215f .shogun-image-content {
  
    align-items: center;
  
}

#s-8036fdf3-f3f5-491d-b46f-8c49e56a8433 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-8036fdf3-f3f5-491d-b46f-8c49e56a8433 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8036fdf3-f3f5-491d-b46f-8c49e56a8433.shg-box.shg-c {
  justify-content: center;
}

#s-92f79ec9-d1f8-4a6d-bcfa-6fa2758035ea {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20%;
padding-left: 10px;
padding-bottom: 20%;
padding-right: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-92f79ec9-d1f8-4a6d-bcfa-6fa2758035ea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92f79ec9-d1f8-4a6d-bcfa-6fa2758035ea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-92f79ec9-d1f8-4a6d-bcfa-6fa2758035ea {
  
}
}@media (max-width: 767px){#s-92f79ec9-d1f8-4a6d-bcfa-6fa2758035ea {
  
}
}







#s-92f79ec9-d1f8-4a6d-bcfa-6fa2758035ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92f79ec9-d1f8-4a6d-bcfa-6fa2758035ea.shg-box.shg-c {
  justify-content: center;
}

#s-5794f288-46e2-4400-8404-3e5858b57d87 {
  border-style: solid;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 02px;
border-right-width: 0px;
border-color: rgba(164, 164, 164, 1);
max-width: 400px;
}

#s-dd920bc8-c292-4ef3-b7d0-fe2911f6a8d7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5px;
padding-bottom: 10px;
padding-right: 5px;
max-width: 400px;
}

#s-3fe9640a-03a2-4075-bf38-83ce2b60a44e {
  background-image: url(https://i.shgcdn.com/f075859a-5755-4747-891f-28979ca7e498/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 25px;
padding-top: 0px;
padding-bottom: 0px;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3fe9640a-03a2-4075-bf38-83ce2b60a44e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d7c8dec8-5596-4c10-a145-724060e48378 {
  margin-top: auto;
margin-bottom: auto;
min-height: 800px;
}








#s-d7c8dec8-5596-4c10-a145-724060e48378 > .shg-box-overlay {
  background-color: rgba(122, 121, 121, 1);
  opacity: 0;
}#s-d7c8dec8-5596-4c10-a145-724060e48378 {
  cursor: pointer;
}#s-d7c8dec8-5596-4c10-a145-724060e48378.shg-box.shg-c {
  justify-content: center;
}

#s-bb7071e6-a5c1-441d-b3cb-1fff2988a3fa {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 10%;
margin-right: 10px;
min-height: 50px;
}








#s-bb7071e6-a5c1-441d-b3cb-1fff2988a3fa > .shg-box-overlay {
  background-color: rgba(56, 56, 56, 1);
  opacity: 0.46;
}#s-bb7071e6-a5c1-441d-b3cb-1fff2988a3fa.shg-box.shg-c {
  justify-content: center;
}

#s-74442ff0-a288-4058-8e09-787fcd7208da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74442ff0-a288-4058-8e09-787fcd7208da .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-834294cd-adec-4c27-907b-d9b68f04bf76 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-834294cd-adec-4c27-907b-d9b68f04bf76 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-834294cd-adec-4c27-907b-d9b68f04bf76 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-834294cd-adec-4c27-907b-d9b68f04bf76 {
  
}
}@media (max-width: 767px){#s-834294cd-adec-4c27-907b-d9b68f04bf76 {
  
}
}
#s-9cbd29d9-b274-4f2e-8021-9b391678f939 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9cbd29d9-b274-4f2e-8021-9b391678f939 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

.shg-sld-slides {
  word-break: break-word;
}

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

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

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

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-7d0fccd9-2172-4ba4-9387-805245acf1ba {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-5d2a5582-124e-417c-b2a5-080480603f6d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-f8d40f01-7e54-4ecc-929b-9b18710f48a3 {
  text-align: center;
}




  #s-f8d40f01-7e54-4ecc-929b-9b18710f48a3 img.shogun-image {
    
    width: px;
  }


#s-f8d40f01-7e54-4ecc-929b-9b18710f48a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-c10cbb9e-d4e1-48bd-b78e-cf95727d35be {
  text-align: center;
}




  #s-c10cbb9e-d4e1-48bd-b78e-cf95727d35be img.shogun-image {
    
    width: px;
  }


#s-c10cbb9e-d4e1-48bd-b78e-cf95727d35be .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-ef4fec2c-680b-44be-9d4b-a7cc17dbe3ca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-93e7ccd9-5664-427a-ad65-e35b636f37cc {
  text-align: center;
}




  #s-93e7ccd9-5664-427a-ad65-e35b636f37cc img.shogun-image {
    
    width: px;
  }


#s-93e7ccd9-5664-427a-ad65-e35b636f37cc .shogun-image-content {
  
    align-items: center;
  
}

#s-7c72dd53-4256-40d8-a5c7-29bedcfdcbc3 {
  text-align: center;
}




  #s-7c72dd53-4256-40d8-a5c7-29bedcfdcbc3 img.shogun-image {
    
    width: px;
  }


#s-7c72dd53-4256-40d8-a5c7-29bedcfdcbc3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-bb89b793-4a0a-4fbc-933f-df0da3960bf6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-2d786ed5-7928-4258-ba82-9da8caf4c6ec {
  text-align: center;
}




  #s-2d786ed5-7928-4258-ba82-9da8caf4c6ec img.shogun-image {
    
    width: px;
  }


#s-2d786ed5-7928-4258-ba82-9da8caf4c6ec .shogun-image-content {
  
    align-items: center;
  
}

#s-31976a43-7f0d-4994-8871-cd49ea3222bf {
  text-align: center;
}




  #s-31976a43-7f0d-4994-8871-cd49ea3222bf img.shogun-image {
    
    width: px;
  }


#s-31976a43-7f0d-4994-8871-cd49ea3222bf .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-7771bb3c-494d-4df6-88e7-8f3dc0035490"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-fecd45ff-42c1-4c21-83a9-51ad17d8ac5b {
  text-align: center;
}




  #s-fecd45ff-42c1-4c21-83a9-51ad17d8ac5b img.shogun-image {
    
    width: px;
  }


#s-fecd45ff-42c1-4c21-83a9-51ad17d8ac5b .shogun-image-content {
  
    align-items: center;
  
}

#s-d4055a75-9ada-410b-8852-a6609a5f6d51 {
  text-align: center;
}




  #s-d4055a75-9ada-410b-8852-a6609a5f6d51 img.shogun-image {
    
    width: px;
  }


#s-d4055a75-9ada-410b-8852-a6609a5f6d51 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-89777b2d-c5d0-40f8-a05a-6eaf80e972a0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-c3df247f-8ec6-495c-9767-8e912af09338 {
  text-align: center;
}




  #s-c3df247f-8ec6-495c-9767-8e912af09338 img.shogun-image {
    
    width: px;
  }


#s-c3df247f-8ec6-495c-9767-8e912af09338 .shogun-image-content {
  
    align-items: center;
  
}

#s-89b19ec6-68e0-401a-bef7-f822d8bcb250 {
  text-align: center;
}




  #s-89b19ec6-68e0-401a-bef7-f822d8bcb250 img.shogun-image {
    
    width: px;
  }


#s-89b19ec6-68e0-401a-bef7-f822d8bcb250 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-113ea725-17db-43d6-a97e-3ab29ec97a99"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-09d06db1-147a-4965-b11f-9bfbc618c4f5 {
  text-align: center;
}




  #s-09d06db1-147a-4965-b11f-9bfbc618c4f5 img.shogun-image {
    
    width: px;
  }


#s-09d06db1-147a-4965-b11f-9bfbc618c4f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b0688ac-b3a6-407a-981a-b73971690629 {
  text-align: center;
}




  #s-3b0688ac-b3a6-407a-981a-b73971690629 img.shogun-image {
    
    width: px;
  }


#s-3b0688ac-b3a6-407a-981a-b73971690629 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-815d5e40-854f-4b9d-b2a7-57a701baaa94"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-5fb6e384-dce7-4ae3-8049-1a76bc3d5b27 {
  text-align: center;
}




  #s-5fb6e384-dce7-4ae3-8049-1a76bc3d5b27 img.shogun-image {
    
    width: px;
  }


#s-5fb6e384-dce7-4ae3-8049-1a76bc3d5b27 .shogun-image-content {
  
    align-items: center;
  
}

#s-0881e74d-39e1-49ec-b6e6-567b29ba894a {
  text-align: center;
}




  #s-0881e74d-39e1-49ec-b6e6-567b29ba894a img.shogun-image {
    
    width: px;
  }


#s-0881e74d-39e1-49ec-b6e6-567b29ba894a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-d4b57577-a228-44fe-be1c-fa23f444df39"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-b8a5eb6a-6af0-4280-a400-5537e16545a3 {
  text-align: center;
}




  #s-b8a5eb6a-6af0-4280-a400-5537e16545a3 img.shogun-image {
    
    width: px;
  }


#s-b8a5eb6a-6af0-4280-a400-5537e16545a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4aadb46-200a-489b-8dd0-76a0893eaa84 {
  text-align: center;
}




  #s-f4aadb46-200a-489b-8dd0-76a0893eaa84 img.shogun-image {
    
    width: px;
  }


#s-f4aadb46-200a-489b-8dd0-76a0893eaa84 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4f141140-d254-4c06-ac31-21b3b9f7d9dc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-2292aaa6-b807-4cf1-9904-0feb3701864b {
  text-align: center;
}




  #s-2292aaa6-b807-4cf1-9904-0feb3701864b img.shogun-image {
    
    width: px;
  }


#s-2292aaa6-b807-4cf1-9904-0feb3701864b .shogun-image-content {
  
    align-items: center;
  
}

#s-414b953d-71ba-451f-96cd-54e6a3784de8 {
  text-align: center;
}




  #s-414b953d-71ba-451f-96cd-54e6a3784de8 img.shogun-image {
    
    width: px;
  }


#s-414b953d-71ba-451f-96cd-54e6a3784de8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-0e8c154e-1b73-4ac2-b16c-47f044d6eb3d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-fd22abec-3220-4813-96aa-8d834c45dec1 {
  text-align: center;
}




  #s-fd22abec-3220-4813-96aa-8d834c45dec1 img.shogun-image {
    
    width: px;
  }


#s-fd22abec-3220-4813-96aa-8d834c45dec1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d4aea899-d19c-4c35-b601-e8da4214ec68 {
  text-align: center;
}




  #s-d4aea899-d19c-4c35-b601-e8da4214ec68 img.shogun-image {
    
    width: px;
  }


#s-d4aea899-d19c-4c35-b601-e8da4214ec68 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-69fd01b2-a975-4877-931c-50b60e7552fd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-8b0a22ee-e769-4bca-8b0a-9cdfd6f7cb2d {
  text-align: center;
}




  #s-8b0a22ee-e769-4bca-8b0a-9cdfd6f7cb2d img.shogun-image {
    
    width: px;
  }


#s-8b0a22ee-e769-4bca-8b0a-9cdfd6f7cb2d .shogun-image-content {
  
    align-items: center;
  
}

#s-9666f3d3-9e8a-4ec3-b4c2-8054d94870cd {
  text-align: center;
}




  #s-9666f3d3-9e8a-4ec3-b4c2-8054d94870cd img.shogun-image {
    
    width: px;
  }


#s-9666f3d3-9e8a-4ec3-b4c2-8054d94870cd .shogun-image-content {
  
    align-items: center;
  
}

#s-aa4162fb-985a-41fd-8cff-a5bf6b4ea372 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
}

#s-3911398c-9730-49ea-897e-8503b814da7c {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3911398c-9730-49ea-897e-8503b814da7c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3b37b876-6b31-406d-b348-6a855fe6f388 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3b37b876-6b31-406d-b348-6a855fe6f388 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b37b876-6b31-406d-b348-6a855fe6f388 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b37b876-6b31-406d-b348-6a855fe6f388 {
  
}
}@media (max-width: 767px){#s-3b37b876-6b31-406d-b348-6a855fe6f388 {
  
}
}







#s-3b37b876-6b31-406d-b348-6a855fe6f388 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b37b876-6b31-406d-b348-6a855fe6f388.shg-box.shg-c {
  justify-content: center;
}

#s-065f2563-dbc1-4d8d-8a2f-8389ffdea664 {
  background-image: url(https://i.shgcdn.com/28e5c5c0-a1da-4188-8d08-91a9ee233b5b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-065f2563-dbc1-4d8d-8a2f-8389ffdea664"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5ef48bd8-4da8-40e5-8e64-b8c1fd3af658 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-3852e426-44db-4850-8db5-e32a4f263da6 {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-9424ac82-0fbd-4eea-b47d-6f698cb4ccf6 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-9424ac82-0fbd-4eea-b47d-6f698cb4ccf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9424ac82-0fbd-4eea-b47d-6f698cb4ccf6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ad6f7d76-eaa5-437f-aa3c-fad511114a74 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}

#s-ad6f7d76-eaa5-437f-aa3c-fad511114a74 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a108e559-df2c-46d8-b1ef-40eda88da3df {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-416bf994-fc18-407e-8a34-11f5dff1c4b0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-150dfc4e-eb1e-424c-b19e-92b3c8bef031 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-150dfc4e-eb1e-424c-b19e-92b3c8bef031 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-150dfc4e-eb1e-424c-b19e-92b3c8bef031 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-150dfc4e-eb1e-424c-b19e-92b3c8bef031 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-150dfc4e-eb1e-424c-b19e-92b3c8bef031 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-150dfc4e-eb1e-424c-b19e-92b3c8bef031 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-67c7d848-bb64-4c2a-9158-f74133e30f68 {
  text-align: center;
}




  #s-67c7d848-bb64-4c2a-9158-f74133e30f68 img.shogun-image {
    
    width: px;
  }


#s-67c7d848-bb64-4c2a-9158-f74133e30f68 .shogun-image-content {
  
    align-items: center;
  
}

#s-d854d801-fe22-45ce-a8ca-653d03e9c8f1 {
  background-image: url(https://cdn.getshogun.com/none);
background-repeat: no-repeat;
border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(98, 96, 96, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
hover-type: color;
}
#s-d854d801-fe22-45ce-a8ca-653d03e9c8f1:hover {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(141, 216, 234, 1) !important;
border-radius: 4px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-d854d801-fe22-45ce-a8ca-653d03e9c8f1:active {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}


#s-d854d801-fe22-45ce-a8ca-653d03e9c8f1.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-ad0e8f31-852b-48c4-93b2-b8e8142071b3 {
  min-height: 50px;
}








#s-ad0e8f31-852b-48c4-93b2-b8e8142071b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad0e8f31-852b-48c4-93b2-b8e8142071b3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8fcab425-feb6-47b9-bb3a-20a0b2659860 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8fcab425-feb6-47b9-bb3a-20a0b2659860 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-75c95dc5-5a63-42de-81fb-fa7cd920b084 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
min-height: 50px;
}








#s-75c95dc5-5a63-42de-81fb-fa7cd920b084 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75c95dc5-5a63-42de-81fb-fa7cd920b084.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6e5a422a-9799-4ebc-b307-93305d9bc95b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-816c7277-2205-402e-8461-c7e3009a76c7 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-816c7277-2205-402e-8461-c7e3009a76c7 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8621fa1a-6286-4673-8ddc-27ee3f3aea3d {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-8621fa1a-6286-4673-8ddc-27ee3f3aea3d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8621fa1a-6286-4673-8ddc-27ee3f3aea3d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-8621fa1a-6286-4673-8ddc-27ee3f3aea3d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-8621fa1a-6286-4673-8ddc-27ee3f3aea3d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8621fa1a-6286-4673-8ddc-27ee3f3aea3d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8621fa1a-6286-4673-8ddc-27ee3f3aea3d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-966193fa-9c82-4ea2-aea6-55a548cc1043 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-a52f8a80-ffbe-4258-b908-e91b90a39b7f {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-52313bf6-9485-4e20-840d-ee5fdf988fdb {
  margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
min-height: 50px;
}








#s-52313bf6-9485-4e20-840d-ee5fdf988fdb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52313bf6-9485-4e20-840d-ee5fdf988fdb.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-89005a93-d797-4a92-862f-dfd7858c59c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-693a2d1b-9f50-4625-ae7a-ff9e5099fb30 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-693a2d1b-9f50-4625-ae7a-ff9e5099fb30 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ebabe8f2-6513-4243-ade4-957fbe6abf6d {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-ebabe8f2-6513-4243-ade4-957fbe6abf6d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ebabe8f2-6513-4243-ade4-957fbe6abf6d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-ebabe8f2-6513-4243-ade4-957fbe6abf6d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-ebabe8f2-6513-4243-ade4-957fbe6abf6d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ebabe8f2-6513-4243-ade4-957fbe6abf6d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-ebabe8f2-6513-4243-ade4-957fbe6abf6d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9776e1d6-cafc-4c8b-a706-718427a4e6b5 {
  min-height: 50px;
}








#s-9776e1d6-cafc-4c8b-a706-718427a4e6b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9776e1d6-cafc-4c8b-a706-718427a4e6b5.shg-box.shg-c {
  justify-content: center;
}

#s-f72f2c70-a327-4d56-82f4-842797322870 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
min-height: 50px;
}








#s-f72f2c70-a327-4d56-82f4-842797322870 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f72f2c70-a327-4d56-82f4-842797322870.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3357ab3b-6969-4624-879f-b51b5350c9bc {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3357ab3b-6969-4624-879f-b51b5350c9bc .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b7772ff5-4b88-4316-9142-b510da588c84 {
  margin-left: 35px;
margin-right: 35px;
padding-left: 10px;
padding-right: 10px;
}

#s-debc114c-681f-4d15-aab9-d8e72edc43d9 {
  border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(98, 96, 96, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(253, 253, 253, 1);
text-decoration: none;
}
#s-debc114c-681f-4d15-aab9-d8e72edc43d9:hover {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-debc114c-681f-4d15-aab9-d8e72edc43d9:active {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(242, 242, 242, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
hover-type: color !important;}


#s-debc114c-681f-4d15-aab9-d8e72edc43d9.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}