.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-c2841aed-f64f-4655-97bd-1bf9e0d13845 {
  margin-top: -31px;
margin-bottom: -16px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-repeat: repeat;
}
@media (min-width: 1200px){#s-c2841aed-f64f-4655-97bd-1bf9e0d13845 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2841aed-f64f-4655-97bd-1bf9e0d13845 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2841aed-f64f-4655-97bd-1bf9e0d13845 {
  display: none;
}
#s-c2841aed-f64f-4655-97bd-1bf9e0d13845, #wrap-s-c2841aed-f64f-4655-97bd-1bf9e0d13845 { display:none !important; }}@media (max-width: 767px){#s-c2841aed-f64f-4655-97bd-1bf9e0d13845 {
  display: none;
}
#s-c2841aed-f64f-4655-97bd-1bf9e0d13845, #wrap-s-c2841aed-f64f-4655-97bd-1bf9e0d13845 { display:none !important; }}







#s-c2841aed-f64f-4655-97bd-1bf9e0d13845 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2841aed-f64f-4655-97bd-1bf9e0d13845.shg-box.shg-c {
  justify-content: center;
}

#s-0c324433-7560-4f7a-9d7d-2568243442e7 {
  min-height: 50px;
}








#s-0c324433-7560-4f7a-9d7d-2568243442e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c324433-7560-4f7a-9d7d-2568243442e7.shg-box.shg-c {
  justify-content: center;
}

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

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

.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 > svg {
  height: 100%;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-023f796c-2370-45ae-a57c-933381b7b875 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-023f796c-2370-45ae-a57c-933381b7b875 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-023f796c-2370-45ae-a57c-933381b7b875 .shg-sld-nav-button.shg-sld-left,
#s-023f796c-2370-45ae-a57c-933381b7b875 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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-21304494-c872-481a-b796-3410e60ac732 {
  text-align: center;
}





#s-21304494-c872-481a-b796-3410e60ac732 .shogun-image-content {
  
    align-items: center;
  
}

#s-9273bfbd-e1ef-44a6-b1e5-3762f5523ecb {
  margin-top: 0px;
text-align: center;
}





#s-9273bfbd-e1ef-44a6-b1e5-3762f5523ecb .shogun-image-content {
  
    align-items: 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;
}

#s-24b477bc-e517-4952-b7dd-506d58708926 {
  margin-top: 40px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.333333333333334px);
}

[id="s-24b477bc-e517-4952-b7dd-506d58708926"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.333333333333334px);
}

}

#s-c3fe1e84-c6f3-4894-9992-b22c45daeae5 {
  text-align: center;
}




  #s-c3fe1e84-c6f3-4894-9992-b22c45daeae5 img.shogun-image {
    
    width: px;
  }


#s-c3fe1e84-c6f3-4894-9992-b22c45daeae5 .shogun-image-content {
  
    align-items: 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-4780d5e1-98a6-49c1-b6e9-7fced2f75485 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-4780d5e1-98a6-49c1-b6e9-7fced2f75485:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4780d5e1-98a6-49c1-b6e9-7fced2f75485:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-4780d5e1-98a6-49c1-b6e9-7fced2f75485.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-6925d0f0-2b04-4659-9dd4-0e84146995d1 {
  text-align: center;
}




  #s-6925d0f0-2b04-4659-9dd4-0e84146995d1 img.shogun-image {
    
    width: px;
  }


#s-6925d0f0-2b04-4659-9dd4-0e84146995d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-aed4bee6-b882-4677-af35-e996f2168335 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-aed4bee6-b882-4677-af35-e996f2168335:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-aed4bee6-b882-4677-af35-e996f2168335:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-aed4bee6-b882-4677-af35-e996f2168335.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-3a409b08-9ab6-4d77-a33d-7ec5b31f6cc0 {
  text-align: center;
}




  #s-3a409b08-9ab6-4d77-a33d-7ec5b31f6cc0 img.shogun-image {
    
    width: px;
  }


#s-3a409b08-9ab6-4d77-a33d-7ec5b31f6cc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-e516e5dc-a485-48af-808a-76cf3387bdcc {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e516e5dc-a485-48af-808a-76cf3387bdcc:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e516e5dc-a485-48af-808a-76cf3387bdcc:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-e516e5dc-a485-48af-808a-76cf3387bdcc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-b41442e5-3559-46b6-afcd-6f01132387c1 {
  text-align: center;
}




  #s-b41442e5-3559-46b6-afcd-6f01132387c1 img.shogun-image {
    
    width: px;
  }


#s-b41442e5-3559-46b6-afcd-6f01132387c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-8a3cfd63-e214-47df-a9df-32add2c87a61 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-8a3cfd63-e214-47df-a9df-32add2c87a61:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8a3cfd63-e214-47df-a9df-32add2c87a61:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-8a3cfd63-e214-47df-a9df-32add2c87a61.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-def28ee8-9921-40da-ac3a-59082430d30f {
  text-align: center;
}




  #s-def28ee8-9921-40da-ac3a-59082430d30f img.shogun-image {
    
    width: px;
  }


#s-def28ee8-9921-40da-ac3a-59082430d30f .shogun-image-content {
  
    align-items: center;
  
}

#s-dc2b4e4f-4400-4742-82dc-bf9b0055251a {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-dc2b4e4f-4400-4742-82dc-bf9b0055251a:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-dc2b4e4f-4400-4742-82dc-bf9b0055251a:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-dc2b4e4f-4400-4742-82dc-bf9b0055251a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-1719b710-2e86-4f4e-8f96-649a146f16d6 {
  text-align: center;
}




  #s-1719b710-2e86-4f4e-8f96-649a146f16d6 img.shogun-image {
    
    width: px;
  }


#s-1719b710-2e86-4f4e-8f96-649a146f16d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe4a8766-042e-4114-8348-865bdcc4f340 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-fe4a8766-042e-4114-8348-865bdcc4f340:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fe4a8766-042e-4114-8348-865bdcc4f340:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-fe4a8766-042e-4114-8348-865bdcc4f340.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-6e967d73-6a20-4681-ab1b-e1735b492fbd {
  min-height: 50px;
}








#s-6e967d73-6a20-4681-ab1b-e1735b492fbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e967d73-6a20-4681-ab1b-e1735b492fbd.shg-box.shg-c {
  justify-content: center;
}

#s-7e86275c-6b64-4854-b9b2-a884c8d7a194 {
  margin-top: 40px;
min-height: 50px;
background-color: rgba(246, 196, 207, 0.51);
}








#s-7e86275c-6b64-4854-b9b2-a884c8d7a194 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e86275c-6b64-4854-b9b2-a884c8d7a194.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-a9cd2bbd-6bf9-4175-9395-6d897a1a4641 {
  margin-top: 60px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9cd2bbd-6bf9-4175-9395-6d897a1a4641 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-5a0854c1-440c-40ea-9342-d858ca461276 {
  margin-left: 10%;
margin-right: 10%;
}

#s-5a0854c1-440c-40ea-9342-d858ca461276 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-d65e9b53-2e68-4a98-bc48-11e7854e79d7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-366e3911-17b1-4d2b-b6d6-a51394e0a39e {
  min-height: 50px;
}








#s-366e3911-17b1-4d2b-b6d6-a51394e0a39e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-366e3911-17b1-4d2b-b6d6-a51394e0a39e.shg-box.shg-c {
  justify-content: center;
}

#s-6ef20166-bb64-4007-b8b3-a66825993c08 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6ef20166-bb64-4007-b8b3-a66825993c08"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2ee31935-9f2b-424c-9b58-3e6b3833e7a2 {
  text-align: center;
}




  #s-2ee31935-9f2b-424c-9b58-3e6b3833e7a2 img.shogun-image {
    
    width: px;
  }


#s-2ee31935-9f2b-424c-9b58-3e6b3833e7a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-45290399-d6c1-4f53-be06-7eed501fc278 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-45290399-d6c1-4f53-be06-7eed501fc278 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

.shg-default-text-content 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-45c4149c-23d2-4f5e-8c7a-28b0ceb0c87c {
  background-color: rgba(255, 255, 255, 1);
}

#s-cd149859-caee-4a39-9ec2-ea8fdd3f44d5 {
  text-align: center;
}




  #s-cd149859-caee-4a39-9ec2-ea8fdd3f44d5 img.shogun-image {
    
    width: px;
  }


#s-cd149859-caee-4a39-9ec2-ea8fdd3f44d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-500fcec2-3986-4186-acd1-c6e4ddd141ec {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-500fcec2-3986-4186-acd1-c6e4ddd141ec .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-26d2e966-fd74-49df-a136-0a25d3253c38 {
  background-color: rgba(255, 255, 255, 1);
}

#s-2b21bc28-6ce6-4339-ad34-7c6534c0c862 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0px;
padding-left: 0%;
padding-right: 0%;
min-height: 400px;
background-position: center center;
}








#s-2b21bc28-6ce6-4339-ad34-7c6534c0c862 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b21bc28-6ce6-4339-ad34-7c6534c0c862 {
  cursor: pointer;
}#s-2b21bc28-6ce6-4339-ad34-7c6534c0c862.shg-box.shg-c {
  justify-content: center;
}

#s-b08ffb56-d67b-4dd0-9966-c9c47892f6c0 {
  border-style: solid;
margin-top: 280px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b08ffb56-d67b-4dd0-9966-c9c47892f6c0:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b08ffb56-d67b-4dd0-9966-c9c47892f6c0:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-b08ffb56-d67b-4dd0-9966-c9c47892f6c0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-cd6491f7-f225-462f-8611-a983596b28ed {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-cd6491f7-f225-462f-8611-a983596b28ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-48d87cc2-16c2-4158-9f03-d44c0292d6e1 {
  min-height: 50px;
}








#s-48d87cc2-16c2-4158-9f03-d44c0292d6e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48d87cc2-16c2-4158-9f03-d44c0292d6e1.shg-box.shg-c {
  justify-content: center;
}

#s-ed773fe5-2cbb-4a07-b559-413ffbd2512f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed773fe5-2cbb-4a07-b559-413ffbd2512f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0dfad1f7-e959-43b6-aca9-8df5fda628c1 {
  text-align: center;
}




  #s-0dfad1f7-e959-43b6-aca9-8df5fda628c1 img.shogun-image {
    
    width: px;
  }


#s-0dfad1f7-e959-43b6-aca9-8df5fda628c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ca17f84-6034-42d0-b4da-d9a84a595ed1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-0ca17f84-6034-42d0-b4da-d9a84a595ed1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d676dcc6-5963-47df-b282-b6d41003449c {
  background-color: rgba(255, 255, 255, 1);
}

#s-387a6b90-49ff-4438-b6ed-dce8ddbed48f {
  text-align: center;
}




  #s-387a6b90-49ff-4438-b6ed-dce8ddbed48f img.shogun-image {
    
    width: px;
  }


#s-387a6b90-49ff-4438-b6ed-dce8ddbed48f .shogun-image-content {
  
    align-items: center;
  
}

#s-7aa113aa-f521-407b-9182-7bc8cc3217f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-7aa113aa-f521-407b-9182-7bc8cc3217f9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bd8f4f93-3fc6-4334-8edf-6cbbc5362827 {
  background-color: rgba(255, 255, 255, 1);
}

#s-62ec54bf-0e8d-402d-8925-a4a9325656a6 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
min-height: 400px;
background-position: center center;
}








#s-62ec54bf-0e8d-402d-8925-a4a9325656a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62ec54bf-0e8d-402d-8925-a4a9325656a6 {
  cursor: pointer;
}#s-62ec54bf-0e8d-402d-8925-a4a9325656a6.shg-box.shg-c {
  justify-content: center;
}

#s-b20b6555-2ea8-4f41-811d-49398669eed6 {
  border-style: solid;
margin-top: 280px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b20b6555-2ea8-4f41-811d-49398669eed6:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b20b6555-2ea8-4f41-811d-49398669eed6:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-b20b6555-2ea8-4f41-811d-49398669eed6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-9d47884a-04d8-49ed-9c16-e858b77361a3 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-9d47884a-04d8-49ed-9c16-e858b77361a3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-11ae7890-9a90-460b-b731-7d369c95a1c3 {
  min-height: 50px;
}








#s-11ae7890-9a90-460b-b731-7d369c95a1c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11ae7890-9a90-460b-b731-7d369c95a1c3.shg-box.shg-c {
  justify-content: center;
}

#s-e38cbf83-9563-4d92-8e61-6e6cd644c942 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e38cbf83-9563-4d92-8e61-6e6cd644c942"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8c08b6a8-5935-44dd-b6f8-c6290ad3d248 {
  text-align: center;
}




  #s-8c08b6a8-5935-44dd-b6f8-c6290ad3d248 img.shogun-image {
    
    width: px;
  }


#s-8c08b6a8-5935-44dd-b6f8-c6290ad3d248 .shogun-image-content {
  
    align-items: center;
  
}

#s-3638a166-8921-4b93-8e05-6a769855bf0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-3638a166-8921-4b93-8e05-6a769855bf0c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-34ff9316-41ff-4eb8-a6a2-b30702252450 {
  background-color: rgba(255, 255, 255, 1);
}

#s-9d61f222-1afb-429c-83c9-9142d9f9ded3 {
  text-align: center;
}




  #s-9d61f222-1afb-429c-83c9-9142d9f9ded3 img.shogun-image {
    
    width: px;
  }


#s-9d61f222-1afb-429c-83c9-9142d9f9ded3 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7591723-3a78-4012-803b-b3d9a45474c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-a7591723-3a78-4012-803b-b3d9a45474c4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6311b2f7-df48-4d63-bfba-689ca83adac1 {
  background-color: rgba(255, 255, 255, 1);
}

#s-11ba4826-7d4b-4912-9d60-f4b2979ac390 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 400px;
background-position: center center;
}








#s-11ba4826-7d4b-4912-9d60-f4b2979ac390 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11ba4826-7d4b-4912-9d60-f4b2979ac390 {
  cursor: pointer;
}#s-11ba4826-7d4b-4912-9d60-f4b2979ac390.shg-box.shg-c {
  justify-content: center;
}

#s-62350279-8bad-42ae-97a3-8542c129705f {
  border-style: solid;
margin-top: 300px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-62350279-8bad-42ae-97a3-8542c129705f:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-62350279-8bad-42ae-97a3-8542c129705f:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-62350279-8bad-42ae-97a3-8542c129705f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-ddea7a2e-a62b-4996-882f-0af0a738d52f {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-ddea7a2e-a62b-4996-882f-0af0a738d52f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-f673cf68-6b7c-48b4-9147-a7e3fd44c388 {
  min-height: 50px;
}








#s-f673cf68-6b7c-48b4-9147-a7e3fd44c388 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f673cf68-6b7c-48b4-9147-a7e3fd44c388.shg-box.shg-c {
  justify-content: center;
}

#s-cc25aa36-3c92-4038-b108-ba79319c51e3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cc25aa36-3c92-4038-b108-ba79319c51e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d126ab8a-19c5-4428-aadc-41848afd7939 {
  text-align: center;
}




  #s-d126ab8a-19c5-4428-aadc-41848afd7939 img.shogun-image {
    
    width: px;
  }


#s-d126ab8a-19c5-4428-aadc-41848afd7939 .shogun-image-content {
  
    align-items: center;
  
}

#s-e71e8163-471c-4b2e-835f-8343c44c3f1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e71e8163-471c-4b2e-835f-8343c44c3f1b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-35751be0-a2fc-4069-abb4-830ac44bf128 {
  background-color: rgba(255, 255, 255, 1);
}

#s-3ff9734b-ebb5-4a87-b591-b08c3368de8c {
  text-align: center;
}




  #s-3ff9734b-ebb5-4a87-b591-b08c3368de8c img.shogun-image {
    
    width: px;
  }


#s-3ff9734b-ebb5-4a87-b591-b08c3368de8c .shogun-image-content {
  
    align-items: center;
  
}

#s-baea7dc5-c00b-4187-821a-6c86a535a43d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-baea7dc5-c00b-4187-821a-6c86a535a43d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0c9314ed-e8a9-4e64-84aa-db2af9df2a40 {
  background-color: rgba(255, 255, 255, 1);
}

#s-4d8f97f5-d711-4104-bf8a-542858225904 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 400px;
background-position: center center;
}








#s-4d8f97f5-d711-4104-bf8a-542858225904 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d8f97f5-d711-4104-bf8a-542858225904 {
  cursor: pointer;
}#s-4d8f97f5-d711-4104-bf8a-542858225904.shg-box.shg-c {
  justify-content: center;
}

#s-f499322e-821f-4b2b-a879-a643c6a22b94 {
  border-style: solid;
margin-top: 300px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f499322e-821f-4b2b-a879-a643c6a22b94:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f499322e-821f-4b2b-a879-a643c6a22b94:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-f499322e-821f-4b2b-a879-a643c6a22b94.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-bfb36fda-8648-4f07-a623-abe7ab61d022 {
  margin-top: 60px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bfb36fda-8648-4f07-a623-abe7ab61d022 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-e5829ac9-6650-4bd5-97d7-feecea6458c4 {
  margin-left: 10%;
margin-right: 10%;
}

#s-e5829ac9-6650-4bd5-97d7-feecea6458c4 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-728aa1c2-4cbc-46fa-afaa-fed177a69586 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}




  #s-728aa1c2-4cbc-46fa-afaa-fed177a69586 img.shogun-image {
    
    width: px;
  }


#s-728aa1c2-4cbc-46fa-afaa-fed177a69586 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-fc8dc275-dbe6-4baf-99f2-0a24b7e49c10"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-19bfd333-eecb-4b76-8b47-8b71c6bdf9c2 {
  text-align: center;
}




  #s-19bfd333-eecb-4b76-8b47-8b71c6bdf9c2 img.shogun-image {
    
    width: px;
  }


#s-19bfd333-eecb-4b76-8b47-8b71c6bdf9c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d96c11fe-7450-43f9-8494-6d91bf1ae999 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d96c11fe-7450-43f9-8494-6d91bf1ae999 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0d053f99-1e43-42b2-99d0-6b110c910e2f {
  text-align: center;
}




  #s-0d053f99-1e43-42b2-99d0-6b110c910e2f img.shogun-image {
    
    width: px;
  }


#s-0d053f99-1e43-42b2-99d0-6b110c910e2f .shogun-image-content {
  
    align-items: center;
  
}

#s-ba202cc9-06f4-494e-8172-c8a93e0a5e39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba202cc9-06f4-494e-8172-c8a93e0a5e39 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-04c2d52d-5f69-42d3-82b7-08b4d4d93138 {
  text-align: center;
}




  #s-04c2d52d-5f69-42d3-82b7-08b4d4d93138 img.shogun-image {
    
    width: px;
  }


#s-04c2d52d-5f69-42d3-82b7-08b4d4d93138 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5292fbe-3164-40f5-b744-04b09d837a6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5292fbe-3164-40f5-b744-04b09d837a6e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9b68a377-198f-4a1d-acff-ff5e409356f5 {
  text-align: center;
}




  #s-9b68a377-198f-4a1d-acff-ff5e409356f5 img.shogun-image {
    
    width: px;
  }


#s-9b68a377-198f-4a1d-acff-ff5e409356f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-191db101-5af0-43dc-b209-61c4d4a4e9ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-191db101-5af0-43dc-b209-61c4d4a4e9ce .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-83cfa490-40d1-4ba1-8304-bdf55fc73618 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-83cfa490-40d1-4ba1-8304-bdf55fc73618"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-9ab0e6e3-0121-4569-8182-08aa49522d71 {
  text-align: center;
}




  #s-9ab0e6e3-0121-4569-8182-08aa49522d71 img.shogun-image {
    
    width: px;
  }


#s-9ab0e6e3-0121-4569-8182-08aa49522d71 .shogun-image-content {
  
    align-items: center;
  
}

#s-58a86b52-6345-4c53-b73f-7f65c42c37a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-58a86b52-6345-4c53-b73f-7f65c42c37a1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-eed81772-cb76-410b-8ed4-92411eb771b3 {
  text-align: center;
}




  #s-eed81772-cb76-410b-8ed4-92411eb771b3 img.shogun-image {
    
    width: px;
  }


#s-eed81772-cb76-410b-8ed4-92411eb771b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-235f4012-6369-4fa0-a382-dbdac9cdedf4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-235f4012-6369-4fa0-a382-dbdac9cdedf4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1d49d1cc-53bf-4cdc-be4e-7d95c3e75fe6 {
  text-align: center;
}




  #s-1d49d1cc-53bf-4cdc-be4e-7d95c3e75fe6 img.shogun-image {
    
    width: px;
  }


#s-1d49d1cc-53bf-4cdc-be4e-7d95c3e75fe6 .shogun-image-content {
  
    align-items: center;
  
}

#s-61d7f660-e6d5-4e1f-9ff7-9bd99cf11f7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61d7f660-e6d5-4e1f-9ff7-9bd99cf11f7a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2f36cd61-86e7-41dd-bf4d-25d2cc750c05 {
  text-align: center;
}




  #s-2f36cd61-86e7-41dd-bf4d-25d2cc750c05 img.shogun-image {
    
    width: px;
  }


#s-2f36cd61-86e7-41dd-bf4d-25d2cc750c05 .shogun-image-content {
  
    align-items: center;
  
}

#s-00963420-22aa-469d-9978-08e7ad37860f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00963420-22aa-469d-9978-08e7ad37860f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7f760fc7-4ed4-4172-9680-1966daaf879e {
  padding-top: 15px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7f760fc7-4ed4-4172-9680-1966daaf879e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f760fc7-4ed4-4172-9680-1966daaf879e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f007ed43-b66d-4cbe-8e66-5d2882035870 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(252, 234, 199, 0.7);
}








#s-f007ed43-b66d-4cbe-8e66-5d2882035870 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f007ed43-b66d-4cbe-8e66-5d2882035870.shg-box.shg-c {
  justify-content: center;
}

#s-01c892df-b7bd-4323-a368-7b973996aece {
  margin-top: 60px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01c892df-b7bd-4323-a368-7b973996aece .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-31e16b01-3ce8-4817-b1e4-2502c96f55d9 {
  margin-left: 10%;
margin-right: 10%;
}

#s-31e16b01-3ce8-4817-b1e4-2502c96f55d9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-fc4529ad-1f26-4af4-b131-ff3c47edf54f {
  padding-top: 5px;
padding-bottom: 5px;
min-height: 50px;
}








#s-fc4529ad-1f26-4af4-b131-ff3c47edf54f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc4529ad-1f26-4af4-b131-ff3c47edf54f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1c743b64-791c-45d6-8510-87e105b57383 {
  margin-top: 40px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1c743b64-791c-45d6-8510-87e105b57383"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-697c5d8a-5617-400b-90ee-91ff805555d7 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
text-align: center;
}




  #s-697c5d8a-5617-400b-90ee-91ff805555d7 img.shogun-image {
    
    width: px;
  }


#s-697c5d8a-5617-400b-90ee-91ff805555d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-346e0791-c53a-48bb-b905-3bbe05b177b7 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-346e0791-c53a-48bb-b905-3bbe05b177b7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-209a4d70-6840-443c-812b-c8fc04d4c72e {
  text-align: center;
}




  #s-209a4d70-6840-443c-812b-c8fc04d4c72e img.shogun-image {
    
    width: px;
  }


#s-209a4d70-6840-443c-812b-c8fc04d4c72e .shogun-image-content {
  
    align-items: center;
  
}

#s-151e2a48-9615-4ad0-9a6f-f36a1586f667 {
  text-align: center;
}




  #s-151e2a48-9615-4ad0-9a6f-f36a1586f667 img.shogun-image {
    
    width: px;
  }


#s-151e2a48-9615-4ad0-9a6f-f36a1586f667 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac10b3e7-0fa8-4963-a6b8-8b665678b92d {
  margin-top: 60px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac10b3e7-0fa8-4963-a6b8-8b665678b92d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-879b97e5-77ca-42cb-8cd4-72bac7172918 {
  margin-left: 10%;
margin-right: 10%;
}

#s-879b97e5-77ca-42cb-8cd4-72bac7172918 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-06ef9d16-b030-4d3a-876b-2c723b0841de {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-06ef9d16-b030-4d3a-876b-2c723b0841de"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-2146f9f4-d43b-43df-90b6-913bfda20683 {
  text-align: center;
}




  #s-2146f9f4-d43b-43df-90b6-913bfda20683 img.shogun-image {
    
    width: px;
  }


#s-2146f9f4-d43b-43df-90b6-913bfda20683 .shogun-image-content {
  
    align-items: center;
  
}

#s-72ab447d-addc-475c-b09c-bc82d0dcf6e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72ab447d-addc-475c-b09c-bc82d0dcf6e3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4d69df32-3f55-45a1-aee2-67759333495b {
  text-align: center;
}




  #s-4d69df32-3f55-45a1-aee2-67759333495b img.shogun-image {
    
    width: px;
  }


#s-4d69df32-3f55-45a1-aee2-67759333495b .shogun-image-content {
  
    align-items: center;
  
}

#s-9de77e12-0b6f-4dec-9623-0165fabdea0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9de77e12-0b6f-4dec-9623-0165fabdea0f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a6afea5d-d1d0-4e19-836c-acaa29aa2c47 {
  text-align: center;
}




  #s-a6afea5d-d1d0-4e19-836c-acaa29aa2c47 img.shogun-image {
    
    width: px;
  }


#s-a6afea5d-d1d0-4e19-836c-acaa29aa2c47 .shogun-image-content {
  
    align-items: center;
  
}

#s-029342db-a31b-446b-8e34-a1abe07690e8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-029342db-a31b-446b-8e34-a1abe07690e8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f0fb8cb9-c133-4216-ac9e-6f812722ceaf {
  text-align: center;
}




  #s-f0fb8cb9-c133-4216-ac9e-6f812722ceaf img.shogun-image {
    
    width: px;
  }


#s-f0fb8cb9-c133-4216-ac9e-6f812722ceaf .shogun-image-content {
  
    align-items: center;
  
}

#s-f24a4487-116f-4d15-87df-b97e66d6f75e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f24a4487-116f-4d15-87df-b97e66d6f75e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fdf483ae-5b5f-49b7-a344-d0cda60a50fb {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-fdf483ae-5b5f-49b7-a344-d0cda60a50fb:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fdf483ae-5b5f-49b7-a344-d0cda60a50fb:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-fdf483ae-5b5f-49b7-a344-d0cda60a50fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-445e74f7-f1b4-4bf2-af22-f6adaa15738c {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-445e74f7-f1b4-4bf2-af22-f6adaa15738c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-4ceea578-e3c5-4ebe-a51b-b5f2c1403862 {
  margin-left: 10%;
margin-right: 10%;
}

#s-4ceea578-e3c5-4ebe-a51b-b5f2c1403862 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6 {
  margin-top: 10px;
margin-left: 9%;
margin-bottom: 10px;
margin-right: 9%;
}

@media (min-width: 0px) {
[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-fb63baa3-7f4f-45db-8d89-4cd7b88429b6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-160d46f4-a7e3-4b73-9731-abd6709f7fe6 {
  text-align: center;
}




  #s-160d46f4-a7e3-4b73-9731-abd6709f7fe6 img.shogun-image {
    
    width: px;
  }


#s-160d46f4-a7e3-4b73-9731-abd6709f7fe6 .shogun-image-content {
  
    align-items: center;
  
}

#s-db945cb8-f9b0-4e4c-bb27-e4b1e84704b8 {
  text-align: center;
}




  #s-db945cb8-f9b0-4e4c-bb27-e4b1e84704b8 img.shogun-image {
    
    width: px;
  }


#s-db945cb8-f9b0-4e4c-bb27-e4b1e84704b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1a5d920-7470-450f-ac7f-4937bcdc3694 {
  text-align: center;
}




  #s-b1a5d920-7470-450f-ac7f-4937bcdc3694 img.shogun-image {
    
    width: px;
  }


#s-b1a5d920-7470-450f-ac7f-4937bcdc3694 .shogun-image-content {
  
    align-items: center;
  
}

#s-38f0712f-666a-4944-8015-1852df1944b3 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-38f0712f-666a-4944-8015-1852df1944b3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-c9a25aaf-d125-4182-88ed-d651645d5e42 {
  text-align: center;
}




  #s-c9a25aaf-d125-4182-88ed-d651645d5e42 img.shogun-image {
    
    width: px;
  }


#s-c9a25aaf-d125-4182-88ed-d651645d5e42 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ec2f841-5707-4191-8b19-577ecb8b7c86 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ec2f841-5707-4191-8b19-577ecb8b7c86 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f7d12097-cdba-40bb-9ab3-c223d4f5b955 {
  text-align: center;
}




  #s-f7d12097-cdba-40bb-9ab3-c223d4f5b955 img.shogun-image {
    
    width: px;
  }


#s-f7d12097-cdba-40bb-9ab3-c223d4f5b955 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f205b92-8949-40d5-bb22-ef07b24968a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f205b92-8949-40d5-bb22-ef07b24968a0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d7a61081-9325-4138-95b4-f0972011c75d {
  text-align: center;
}




  #s-d7a61081-9325-4138-95b4-f0972011c75d img.shogun-image {
    
    width: px;
  }


#s-d7a61081-9325-4138-95b4-f0972011c75d .shogun-image-content {
  
    align-items: center;
  
}

#s-0fb9651b-d8e6-44fc-b2a4-2b4e3108b9e4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0fb9651b-d8e6-44fc-b2a4-2b4e3108b9e4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-70957b69-0ece-4cd0-807c-1169d1460404 {
  text-align: center;
}




  #s-70957b69-0ece-4cd0-807c-1169d1460404 img.shogun-image {
    
    width: px;
  }


#s-70957b69-0ece-4cd0-807c-1169d1460404 .shogun-image-content {
  
    align-items: center;
  
}

#s-a68437e4-a4a1-423c-b1b8-39ecbf48f779 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a68437e4-a4a1-423c-b1b8-39ecbf48f779 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3d7bf363-cc95-432f-8c41-a633e87485de {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-3d7bf363-cc95-432f-8c41-a633e87485de:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3d7bf363-cc95-432f-8c41-a633e87485de:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-3d7bf363-cc95-432f-8c41-a633e87485de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-3c6b6c66-a7ed-4202-a9ff-a8dbfe717780 {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c6b6c66-a7ed-4202-a9ff-a8dbfe717780 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-a82fc7e2-4044-4ac9-9b4c-e65b0159ee87 {
  margin-left: 10%;
margin-right: 10%;
}

#s-a82fc7e2-4044-4ac9-9b4c-e65b0159ee87 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-e95557ed-7e83-4dc4-8219-9d650a8029b2 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}




  #s-e95557ed-7e83-4dc4-8219-9d650a8029b2 img.shogun-image {
    
    width: px;
  }


#s-e95557ed-7e83-4dc4-8219-9d650a8029b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0dc9cc49-dec1-4077-b6c9-a031b8366444 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-0dc9cc49-dec1-4077-b6c9-a031b8366444"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-6be25dfe-d073-4b0b-8994-6a2f14d8e9f1 {
  text-align: center;
}




  #s-6be25dfe-d073-4b0b-8994-6a2f14d8e9f1 img.shogun-image {
    
    width: px;
  }


#s-6be25dfe-d073-4b0b-8994-6a2f14d8e9f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f39dcc0-ab30-42c4-bb6f-be9f0799909e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f39dcc0-ab30-42c4-bb6f-be9f0799909e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5185155b-32e7-487e-b16f-5a1312157afe {
  text-align: center;
}




  #s-5185155b-32e7-487e-b16f-5a1312157afe img.shogun-image {
    
    width: px;
  }


#s-5185155b-32e7-487e-b16f-5a1312157afe .shogun-image-content {
  
    align-items: center;
  
}

#s-d07c4d06-0c31-457e-bd6b-e8c65370af48 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d07c4d06-0c31-457e-bd6b-e8c65370af48 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1878be7e-2567-4c2c-a9d5-b71b03f36d74 {
  text-align: center;
}




  #s-1878be7e-2567-4c2c-a9d5-b71b03f36d74 img.shogun-image {
    
    width: px;
  }


#s-1878be7e-2567-4c2c-a9d5-b71b03f36d74 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8f4eb55-9ab1-45ee-9b48-e5c2bddc20ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8f4eb55-9ab1-45ee-9b48-e5c2bddc20ad .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bc77cc98-84ab-4256-9dd4-46e98d1a6dd6 {
  text-align: center;
}




  #s-bc77cc98-84ab-4256-9dd4-46e98d1a6dd6 img.shogun-image {
    
    width: px;
  }


#s-bc77cc98-84ab-4256-9dd4-46e98d1a6dd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-02a95a0e-f5b3-471f-b23a-b5dd3254097c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02a95a0e-f5b3-471f-b23a-b5dd3254097c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c7a6837b-afa3-48fb-97de-443d3edee48c {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-c7a6837b-afa3-48fb-97de-443d3edee48c:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c7a6837b-afa3-48fb-97de-443d3edee48c:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-c7a6837b-afa3-48fb-97de-443d3edee48c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-7360fce6-6df4-48b3-a995-3d08db3bd601 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}




  #s-7360fce6-6df4-48b3-a995-3d08db3bd601 img.shogun-image {
    
    width: px;
  }


#s-7360fce6-6df4-48b3-a995-3d08db3bd601 .shogun-image-content {
  
    align-items: center;
  
}

#s-d26f7419-28a8-41a8-9e3d-e893f5ec3c67 {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d26f7419-28a8-41a8-9e3d-e893f5ec3c67 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-cdbb2d9c-0be9-473a-b3e7-4b9a1ca9c5e4 {
  margin-left: 10%;
margin-right: 10%;
}

#s-cdbb2d9c-0be9-473a-b3e7-4b9a1ca9c5e4 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-2a64db64-cf0e-4371-835b-bf340c7f272f {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2a64db64-cf0e-4371-835b-bf340c7f272f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-36330216-e3ec-471b-a68a-08e9bd48ca0f {
  text-align: center;
}




  #s-36330216-e3ec-471b-a68a-08e9bd48ca0f img.shogun-image {
    
    width: px;
  }


#s-36330216-e3ec-471b-a68a-08e9bd48ca0f .shogun-image-content {
  
    align-items: center;
  
}

#s-0fe9613f-e859-4cd6-9835-92aa1107fbda {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}




  #s-0fe9613f-e859-4cd6-9835-92aa1107fbda img.shogun-image {
    
    width: px;
  }


#s-0fe9613f-e859-4cd6-9835-92aa1107fbda .shogun-image-content {
  
    align-items: center;
  
}

#s-26e8bae9-540d-46e6-81b6-6355549b5148 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-26e8bae9-540d-46e6-81b6-6355549b5148"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f377919e-cbed-4640-8038-6f7fb3976c92 {
  text-align: center;
}




  #s-f377919e-cbed-4640-8038-6f7fb3976c92 img.shogun-image {
    
    width: px;
  }


#s-f377919e-cbed-4640-8038-6f7fb3976c92 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0a46608-4d07-41e3-adb2-3671d168f49e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0a46608-4d07-41e3-adb2-3671d168f49e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-65ca3438-6bf3-430e-85ab-37f3b79e60a3 {
  text-align: center;
}




  #s-65ca3438-6bf3-430e-85ab-37f3b79e60a3 img.shogun-image {
    
    width: px;
  }


#s-65ca3438-6bf3-430e-85ab-37f3b79e60a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9cede8b-f960-487e-9899-7960291ee6c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9cede8b-f960-487e-9899-7960291ee6c6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-61766aaf-4f95-4a88-8a90-908223604290 {
  text-align: center;
}




  #s-61766aaf-4f95-4a88-8a90-908223604290 img.shogun-image {
    
    width: px;
  }


#s-61766aaf-4f95-4a88-8a90-908223604290 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5f51193-c3dc-4a0f-821d-d34e873bbad6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5f51193-c3dc-4a0f-821d-d34e873bbad6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b100dba4-f0d2-43eb-8899-0c7210dd6a24 {
  text-align: center;
}




  #s-b100dba4-f0d2-43eb-8899-0c7210dd6a24 img.shogun-image {
    
    width: px;
  }


#s-b100dba4-f0d2-43eb-8899-0c7210dd6a24 .shogun-image-content {
  
    align-items: center;
  
}

#s-efccdb6a-befc-47a4-b36d-f3b2d311f062 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efccdb6a-befc-47a4-b36d-f3b2d311f062 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6501ff34-d47d-415d-9585-7b4d52292cad {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-6501ff34-d47d-415d-9585-7b4d52292cad:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6501ff34-d47d-415d-9585-7b4d52292cad:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-6501ff34-d47d-415d-9585-7b4d52292cad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-70a332ce-5139-4f31-97d5-bb588ea1798e {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-70a332ce-5139-4f31-97d5-bb588ea1798e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-5a711bdb-9d33-44d1-84d9-479ae94ee6f7 {
  margin-left: 10%;
margin-right: 10%;
}

#s-5a711bdb-9d33-44d1-84d9-479ae94ee6f7 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-a7fe6455-88de-4093-9420-6bd14e95df5a {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a7fe6455-88de-4093-9420-6bd14e95df5a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-09259b18-75a3-473c-b3bb-210e58cc75e1 {
  text-align: center;
}




  #s-09259b18-75a3-473c-b3bb-210e58cc75e1 img.shogun-image {
    
    width: px;
  }


#s-09259b18-75a3-473c-b3bb-210e58cc75e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-acc42c62-6d5c-487f-aa53-05aad6738b7c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-acc42c62-6d5c-487f-aa53-05aad6738b7c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7a71f920-d4a9-4631-8347-47a49765627a {
  text-align: center;
}




  #s-7a71f920-d4a9-4631-8347-47a49765627a img.shogun-image {
    
    width: px;
  }


#s-7a71f920-d4a9-4631-8347-47a49765627a .shogun-image-content {
  
    align-items: center;
  
}

#s-97c35f34-dd73-42af-8cd3-9d0baafcd32a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97c35f34-dd73-42af-8cd3-9d0baafcd32a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-637e3085-aaa9-49c0-96c5-b007301b1f46 {
  text-align: center;
}




  #s-637e3085-aaa9-49c0-96c5-b007301b1f46 img.shogun-image {
    
    width: px;
  }


#s-637e3085-aaa9-49c0-96c5-b007301b1f46 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c05af1c-1563-47ae-8052-ca6022d296ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c05af1c-1563-47ae-8052-ca6022d296ab .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-41319da2-7c05-4f52-957b-217de86fdb8b {
  text-align: center;
}




  #s-41319da2-7c05-4f52-957b-217de86fdb8b img.shogun-image {
    
    width: px;
  }


#s-41319da2-7c05-4f52-957b-217de86fdb8b .shogun-image-content {
  
    align-items: center;
  
}

#s-3d067acb-5931-43ed-8bb9-ce8a0d624604 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d067acb-5931-43ed-8bb9-ce8a0d624604 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-465ce515-4e7d-4ce5-be19-586ffd2994a9 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-465ce515-4e7d-4ce5-be19-586ffd2994a9:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-465ce515-4e7d-4ce5-be19-586ffd2994a9:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-465ce515-4e7d-4ce5-be19-586ffd2994a9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-ca992fc3-f494-4cb7-b1db-ed59a354ab39 {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca992fc3-f494-4cb7-b1db-ed59a354ab39 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-72de02d7-082c-4827-8a2c-c5fc71dd5323 {
  margin-left: 10%;
margin-right: 10%;
}

#s-72de02d7-082c-4827-8a2c-c5fc71dd5323 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-d28c7bb7-bd9b-4741-8b35-1defbb754dec {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-d28c7bb7-bd9b-4741-8b35-1defbb754dec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-21bf0ac5-be9b-4c21-840d-23474e132ddc {
  text-align: center;
}




  #s-21bf0ac5-be9b-4c21-840d-23474e132ddc img.shogun-image {
    
    width: px;
  }


#s-21bf0ac5-be9b-4c21-840d-23474e132ddc .shogun-image-content {
  
    align-items: center;
  
}

#s-0c09a0ae-19f7-4e74-ba3c-080201447f3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c09a0ae-19f7-4e74-ba3c-080201447f3d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-517b8942-2e3e-4aa3-8cd4-f79134fb462f {
  text-align: center;
}




  #s-517b8942-2e3e-4aa3-8cd4-f79134fb462f img.shogun-image {
    
    width: px;
  }


#s-517b8942-2e3e-4aa3-8cd4-f79134fb462f .shogun-image-content {
  
    align-items: center;
  
}

#s-8bf250fd-b60e-4f95-9964-9edbd4a692ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8bf250fd-b60e-4f95-9964-9edbd4a692ec .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7caa94d0-d136-42d1-a7ff-bc49f9edb884 {
  text-align: center;
}




  #s-7caa94d0-d136-42d1-a7ff-bc49f9edb884 img.shogun-image {
    
    width: px;
  }


#s-7caa94d0-d136-42d1-a7ff-bc49f9edb884 .shogun-image-content {
  
    align-items: center;
  
}

#s-85ada9f1-fc9d-44d5-9f0d-a9a6c5411836 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85ada9f1-fc9d-44d5-9f0d-a9a6c5411836 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-14a1e4c2-7ec0-4b96-b2cd-27361bfa4d0a {
  text-align: center;
}




  #s-14a1e4c2-7ec0-4b96-b2cd-27361bfa4d0a img.shogun-image {
    
    width: px;
  }


#s-14a1e4c2-7ec0-4b96-b2cd-27361bfa4d0a .shogun-image-content {
  
    align-items: center;
  
}

#s-f1612e23-5e7f-466f-95f0-fe5168e5957f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1612e23-5e7f-466f-95f0-fe5168e5957f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-60cf398f-3b65-4917-a8a4-8b01edb7ac43 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-60cf398f-3b65-4917-a8a4-8b01edb7ac43:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-60cf398f-3b65-4917-a8a4-8b01edb7ac43:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-60cf398f-3b65-4917-a8a4-8b01edb7ac43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-6b9db392-0c43-4682-986e-5205049fc7c3 {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6b9db392-0c43-4682-986e-5205049fc7c3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3893280a-df3a-4b30-b8aa-58e051ec0a85 {
  text-align: center;
}




  #s-3893280a-df3a-4b30-b8aa-58e051ec0a85 img.shogun-image {
    
    width: px;
  }


#s-3893280a-df3a-4b30-b8aa-58e051ec0a85 .shogun-image-content {
  
    align-items: center;
  
}

#s-189b628d-fd90-4ab2-bf23-8fb83fbf6aa7 {
  text-align: center;
}




  #s-189b628d-fd90-4ab2-bf23-8fb83fbf6aa7 img.shogun-image {
    
    width: px;
  }


#s-189b628d-fd90-4ab2-bf23-8fb83fbf6aa7 .shogun-image-content {
  
    align-items: center;
  
}

#s-b805c2f8-01e8-4566-9507-8707f17bf79e {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b805c2f8-01e8-4566-9507-8707f17bf79e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-793943d4-d34a-43fe-a3b8-df15872d2bb0 {
  text-align: center;
}




  #s-793943d4-d34a-43fe-a3b8-df15872d2bb0 img.shogun-image {
    
    width: px;
  }


#s-793943d4-d34a-43fe-a3b8-df15872d2bb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-69553d21-745f-4973-9408-c65f31293726 {
  text-align: center;
}




  #s-69553d21-745f-4973-9408-c65f31293726 img.shogun-image {
    
    width: px;
  }


#s-69553d21-745f-4973-9408-c65f31293726 .shogun-image-content {
  
    align-items: center;
  
}

#s-65e3c2a3-3691-41d5-9b9e-e44412074c6f {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -16px;
margin-right: 0%;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-65e3c2a3-3691-41d5-9b9e-e44412074c6f {
  display: none;
}
#s-65e3c2a3-3691-41d5-9b9e-e44412074c6f, #wrap-s-65e3c2a3-3691-41d5-9b9e-e44412074c6f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65e3c2a3-3691-41d5-9b9e-e44412074c6f {
  display: none;
}
#s-65e3c2a3-3691-41d5-9b9e-e44412074c6f, #wrap-s-65e3c2a3-3691-41d5-9b9e-e44412074c6f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-65e3c2a3-3691-41d5-9b9e-e44412074c6f {
  
}
}@media (max-width: 767px){#s-65e3c2a3-3691-41d5-9b9e-e44412074c6f {
  
}
}







#s-65e3c2a3-3691-41d5-9b9e-e44412074c6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65e3c2a3-3691-41d5-9b9e-e44412074c6f.shg-box.shg-c {
  justify-content: center;
}

#s-16d1fecf-073e-4014-bdd5-1c33f3844de1 {
  min-height: 50px;
}








#s-16d1fecf-073e-4014-bdd5-1c33f3844de1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16d1fecf-073e-4014-bdd5-1c33f3844de1.shg-box.shg-c {
  justify-content: center;
}

#s-a7e4de07-ef9b-4534-bea4-e5f461fe6911 {
  margin-top: -40px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-a7e4de07-ef9b-4534-bea4-e5f461fe6911 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-a7e4de07-ef9b-4534-bea4-e5f461fe6911 .shg-sld-nav-button.shg-sld-left,
#s-a7e4de07-ef9b-4534-bea4-e5f461fe6911 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-82393455-ec3a-40a0-84fb-0f8e37e20421 {
  text-align: center;
}




  #s-82393455-ec3a-40a0-84fb-0f8e37e20421 img.shogun-image {
    
    width: px;
  }


#s-82393455-ec3a-40a0-84fb-0f8e37e20421 .shogun-image-content {
  
    align-items: center;
  
}

#s-5faaaaaf-01e6-4749-bcbd-af1dd4d1acfb {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}




  #s-5faaaaaf-01e6-4749-bcbd-af1dd4d1acfb img.shogun-image {
    
    width: px;
  }


#s-5faaaaaf-01e6-4749-bcbd-af1dd4d1acfb .shogun-image-content {
  
    align-items: center;
  
}

#s-0f86eb21-8737-4f25-be9b-5b64cce150cc {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0f86eb21-8737-4f25-be9b-5b64cce150cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-5ca6175a-a31c-445b-bd21-69a161c5442a {
  text-align: center;
}





#s-5ca6175a-a31c-445b-bd21-69a161c5442a .shogun-image-content {
  
    align-items: center;
  
}

#s-545b3a94-b1ec-4cdd-8a63-98b9767050fb {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-545b3a94-b1ec-4cdd-8a63-98b9767050fb:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-545b3a94-b1ec-4cdd-8a63-98b9767050fb:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-545b3a94-b1ec-4cdd-8a63-98b9767050fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-85b402ad-67b9-459b-a796-2d66e2180df1 {
  margin-top: 20px;
text-align: center;
}




  #s-85b402ad-67b9-459b-a796-2d66e2180df1 img.shogun-image {
    
    width: px;
  }


#s-85b402ad-67b9-459b-a796-2d66e2180df1 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c88aeff-6d2f-4f37-bd12-acd0e82f918e {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7c88aeff-6d2f-4f37-bd12-acd0e82f918e:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7c88aeff-6d2f-4f37-bd12-acd0e82f918e:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-7c88aeff-6d2f-4f37-bd12-acd0e82f918e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-2489fd5a-82ce-43db-8835-ba0ac4ec36a3 {
  margin-top: 20px;
text-align: center;
}





#s-2489fd5a-82ce-43db-8835-ba0ac4ec36a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-926adc69-731e-4255-a5e8-eb4ff68bbc24 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-926adc69-731e-4255-a5e8-eb4ff68bbc24:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-926adc69-731e-4255-a5e8-eb4ff68bbc24:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-926adc69-731e-4255-a5e8-eb4ff68bbc24.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-7d13f5b7-6266-411f-a713-64fe7d7175fd {
  text-align: center;
}





#s-7d13f5b7-6266-411f-a713-64fe7d7175fd .shogun-image-content {
  
    align-items: center;
  
}

#s-70975e58-7156-4d4b-a245-01ee4d3d309d {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-70975e58-7156-4d4b-a245-01ee4d3d309d:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-70975e58-7156-4d4b-a245-01ee4d3d309d:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-70975e58-7156-4d4b-a245-01ee4d3d309d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-2cc22912-ebe2-4958-a67f-4204aa51db4f {
  margin-top: 20px;
text-align: center;
}





#s-2cc22912-ebe2-4958-a67f-4204aa51db4f .shogun-image-content {
  
    align-items: center;
  
}

#s-0689352e-3f0f-49ed-82c2-d4878c7c90f9 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0689352e-3f0f-49ed-82c2-d4878c7c90f9:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0689352e-3f0f-49ed-82c2-d4878c7c90f9:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-0689352e-3f0f-49ed-82c2-d4878c7c90f9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-afdbc7b8-468c-4fb4-a9eb-4f80ca5d5a3e {
  margin-top: 20px;
text-align: center;
}





#s-afdbc7b8-468c-4fb4-a9eb-4f80ca5d5a3e .shogun-image-content {
  
    align-items: center;
  
}

#s-0109c1a7-9ae9-41c7-872d-c4cbfb14849e {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0109c1a7-9ae9-41c7-872d-c4cbfb14849e:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0109c1a7-9ae9-41c7-872d-c4cbfb14849e:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-0109c1a7-9ae9-41c7-872d-c4cbfb14849e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-84834e93-c2cc-41eb-bde6-c704ca949f3a {
  margin-bottom: 0px;
min-height: 50px;
background-color: rgba(246, 196, 207, 0.51);
}








#s-84834e93-c2cc-41eb-bde6-c704ca949f3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84834e93-c2cc-41eb-bde6-c704ca949f3a.shg-box.shg-c {
  justify-content: center;
}

#s-5f62dd60-6459-4ee8-af29-50a20290ac75 {
  margin-top: 40px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f62dd60-6459-4ee8-af29-50a20290ac75 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-de38d116-a99b-4663-ba1c-fa0855b24044 {
  margin-left: 10%;
margin-right: 10%;
}

#s-de38d116-a99b-4663-ba1c-fa0855b24044 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-87e41057-7ec2-4d75-8bbb-e62cedef70fa {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-87e41057-7ec2-4d75-8bbb-e62cedef70fa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-c298e9cd-b37c-45bb-8b6c-201a21473c7d {
  text-align: center;
}




  #s-c298e9cd-b37c-45bb-8b6c-201a21473c7d img.shogun-image {
    
    width: px;
  }


#s-c298e9cd-b37c-45bb-8b6c-201a21473c7d .shogun-image-content {
  
    align-items: center;
  
}

#s-f5b86dc9-56bf-4ff5-b5c9-53095c74ac83 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-f5b86dc9-56bf-4ff5-b5c9-53095c74ac83 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-09608f3a-e06f-43ab-a4f1-16f44a2ce7f6 {
  background-color: rgba(255, 255, 255, 1);
}

#s-c68248f9-1710-479b-9d09-32fdc9bf9198 {
  text-align: center;
}




  #s-c68248f9-1710-479b-9d09-32fdc9bf9198 img.shogun-image {
    
    width: px;
  }


#s-c68248f9-1710-479b-9d09-32fdc9bf9198 .shogun-image-content {
  
    align-items: center;
  
}

#s-28437f55-fe8d-444c-8f20-1e7f32267143 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-28437f55-fe8d-444c-8f20-1e7f32267143 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ef781fec-1487-4871-9c98-dad6cf8c4b1b {
  background-color: rgba(255, 255, 255, 1);
}

#s-84564bf9-adff-4119-b52f-77995997a3ba {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-84564bf9-adff-4119-b52f-77995997a3ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84564bf9-adff-4119-b52f-77995997a3ba.shg-box.shg-c {
  justify-content: center;
}

#s-a0bf2f47-cf76-4cee-8e08-f25218b57d40 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a0bf2f47-cf76-4cee-8e08-f25218b57d40"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-bebf2311-c245-495c-a085-876cdda9336b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}





#s-bebf2311-c245-495c-a085-876cdda9336b .shogun-image-content {
  
    align-items: center;
  
}

#s-898a2cc3-b023-470c-9cf2-3ae91983071e {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-898a2cc3-b023-470c-9cf2-3ae91983071e:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-898a2cc3-b023-470c-9cf2-3ae91983071e:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-898a2cc3-b023-470c-9cf2-3ae91983071e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-cf6d1d12-2f7a-47c2-a412-428807d49b69 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}





#s-cf6d1d12-2f7a-47c2-a412-428807d49b69 .shogun-image-content {
  
    align-items: center;
  
}

#s-f88e8838-b7ab-462d-b7ee-0d051668be1c {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f88e8838-b7ab-462d-b7ee-0d051668be1c:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f88e8838-b7ab-462d-b7ee-0d051668be1c:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-f88e8838-b7ab-462d-b7ee-0d051668be1c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-0114cf21-fe6b-4170-9816-088c744e6bbf {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-0114cf21-fe6b-4170-9816-088c744e6bbf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-8a0d192f-4cf2-42b9-ba19-8a5160a041a1 {
  text-align: center;
}




  #s-8a0d192f-4cf2-42b9-ba19-8a5160a041a1 img.shogun-image {
    
    width: px;
  }


#s-8a0d192f-4cf2-42b9-ba19-8a5160a041a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-a087e9e6-4e45-4d8d-b347-046d6c1b71ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-a087e9e6-4e45-4d8d-b347-046d6c1b71ad .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-39ab2917-f1aa-4669-adad-6eebf2ac5922 {
  background-color: rgba(255, 255, 255, 1);
}

#s-2ca3e608-a44f-4f6f-bf02-2cfb7e179c0c {
  text-align: center;
}




  #s-2ca3e608-a44f-4f6f-bf02-2cfb7e179c0c img.shogun-image {
    
    width: px;
  }


#s-2ca3e608-a44f-4f6f-bf02-2cfb7e179c0c .shogun-image-content {
  
    align-items: center;
  
}

#s-e0dad38f-4021-452b-a4bd-0a3c9ecc07c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e0dad38f-4021-452b-a4bd-0a3c9ecc07c6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5b60e2fa-3d3c-4ed8-b08a-5d1ec4776bbe {
  background-color: rgba(255, 255, 255, 1);
}

#s-f6e7a0e5-cc78-464e-abb7-f391208adf22 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f6e7a0e5-cc78-464e-abb7-f391208adf22"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-c272209c-9713-4806-b4a0-9dcd084ebb9c {
  text-align: center;
}




  #s-c272209c-9713-4806-b4a0-9dcd084ebb9c img.shogun-image {
    
    width: px;
  }


#s-c272209c-9713-4806-b4a0-9dcd084ebb9c .shogun-image-content {
  
    align-items: center;
  
}

#s-3f61fa2a-2377-4cc5-8ed8-dfd81a979d31 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-3f61fa2a-2377-4cc5-8ed8-dfd81a979d31 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7f85cac1-9795-491e-98ed-3f3b7c84ac93 {
  background-color: rgba(255, 255, 255, 1);
}

#s-016fb20f-702a-4ad0-afbd-e9f93a1e0c4c {
  text-align: center;
}




  #s-016fb20f-702a-4ad0-afbd-e9f93a1e0c4c img.shogun-image {
    
    width: px;
  }


#s-016fb20f-702a-4ad0-afbd-e9f93a1e0c4c .shogun-image-content {
  
    align-items: center;
  
}

#s-74617135-ea5c-4bf8-825b-d8276cbc2498 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-74617135-ea5c-4bf8-825b-d8276cbc2498 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0d34b456-fee7-4308-8545-f79f8afa5d79 {
  background-color: rgba(255, 255, 255, 1);
}

#s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-ec5a9b1f-bdb3-48be-94f7-3c2800a4e9b6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-2c6db1af-d2ad-484c-acb3-954aa0098f4c {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}




  #s-2c6db1af-d2ad-484c-acb3-954aa0098f4c img.shogun-image {
    
    width: px;
  }


#s-2c6db1af-d2ad-484c-acb3-954aa0098f4c .shogun-image-content {
  
    align-items: center;
  
}

#s-728c1a9e-82fa-4f4f-b8ac-2a22c4e13ff7 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-728c1a9e-82fa-4f4f-b8ac-2a22c4e13ff7:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-728c1a9e-82fa-4f4f-b8ac-2a22c4e13ff7:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-728c1a9e-82fa-4f4f-b8ac-2a22c4e13ff7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-7c399a30-106d-4059-afac-f1e0a3130772 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
text-align: center;
}




  #s-7c399a30-106d-4059-afac-f1e0a3130772 img.shogun-image {
    
    width: px;
  }


#s-7c399a30-106d-4059-afac-f1e0a3130772 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0ec8414-45d2-46a3-b6f7-bed9ad063967 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-c0ec8414-45d2-46a3-b6f7-bed9ad063967:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c0ec8414-45d2-46a3-b6f7-bed9ad063967:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-c0ec8414-45d2-46a3-b6f7-bed9ad063967.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-f363f501-2ed4-4ed4-bf49-567399b6cee9 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f363f501-2ed4-4ed4-bf49-567399b6cee9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-02ccabb9-517b-4b56-ae89-5756ae5169bb {
  text-align: center;
}




  #s-02ccabb9-517b-4b56-ae89-5756ae5169bb img.shogun-image {
    
    width: px;
  }


#s-02ccabb9-517b-4b56-ae89-5756ae5169bb .shogun-image-content {
  
    align-items: center;
  
}

#s-266f2ddf-2db2-4716-aedc-c7286d8daee6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-266f2ddf-2db2-4716-aedc-c7286d8daee6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7d504705-b3c3-4139-b1ee-4cb170a46cfd {
  background-color: rgba(255, 255, 255, 1);
}

#s-ac460940-f8a7-4589-8e1d-093cf932cdc0 {
  text-align: center;
}




  #s-ac460940-f8a7-4589-8e1d-093cf932cdc0 img.shogun-image {
    
    width: px;
  }


#s-ac460940-f8a7-4589-8e1d-093cf932cdc0 .shogun-image-content {
  
    align-items: center;
  
}

#s-566d80a3-bd98-4837-bcba-43b0a8cb1612 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-566d80a3-bd98-4837-bcba-43b0a8cb1612 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8720e778-94d1-4511-8e05-21f33049abb0 {
  background-color: rgba(255, 255, 255, 1);
}

#s-b05446f1-76ba-4a37-9934-ebeea2516245 {
  margin-bottom: 0px;
min-height: 50px;
}








#s-b05446f1-76ba-4a37-9934-ebeea2516245 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b05446f1-76ba-4a37-9934-ebeea2516245.shg-box.shg-c {
  justify-content: center;
}

#s-c3a362ac-0726-45ba-93bd-5d8e11cd353f {
  margin-top: 40px;
margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3a362ac-0726-45ba-93bd-5d8e11cd353f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-b96b1765-2905-4296-90ff-d3d7641d1ab9 {
  margin-left: 5%;
margin-right: 5%;
}

#s-b96b1765-2905-4296-90ff-d3d7641d1ab9 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-25450bcd-3e71-4304-91ac-aeecf2c1eb54 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}




  #s-25450bcd-3e71-4304-91ac-aeecf2c1eb54 img.shogun-image {
    
    width: px;
  }


#s-25450bcd-3e71-4304-91ac-aeecf2c1eb54 .shogun-image-content {
  
    align-items: center;
  
}

#s-4dd0cd15-a5fe-406e-86a1-35b385908d52 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-4dd0cd15-a5fe-406e-86a1-35b385908d52"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-fc902ad7-90a2-4069-bc1e-4c7563c15813 {
  text-align: center;
}




  #s-fc902ad7-90a2-4069-bc1e-4c7563c15813 img.shogun-image {
    
    width: px;
  }


#s-fc902ad7-90a2-4069-bc1e-4c7563c15813 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c41dca4-3af6-455f-a305-73e6a8877843 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c41dca4-3af6-455f-a305-73e6a8877843 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3a29533a-21d3-40c5-ab44-1d7d65a03464 {
  margin-top: 10px;
margin-bottom: 0px;
text-align: center;
}




  #s-3a29533a-21d3-40c5-ab44-1d7d65a03464 img.shogun-image {
    
    width: px;
  }


#s-3a29533a-21d3-40c5-ab44-1d7d65a03464 .shogun-image-content {
  
    align-items: center;
  
}

#s-2325040d-949f-40d3-8c6b-085a3d398380 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2325040d-949f-40d3-8c6b-085a3d398380 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2fd4949f-be5b-4039-897a-ffdb0af03d95 {
  text-align: center;
}




  #s-2fd4949f-be5b-4039-897a-ffdb0af03d95 img.shogun-image {
    
    width: px;
  }


#s-2fd4949f-be5b-4039-897a-ffdb0af03d95 .shogun-image-content {
  
    align-items: center;
  
}

#s-abc4bc4a-9668-4732-9495-e896a5dbeb3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abc4bc4a-9668-4732-9495-e896a5dbeb3e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-68b52c29-d72d-48b2-8563-706c8ef95990 {
  margin-top: 10px;
margin-bottom: 0px;
text-align: center;
}




  #s-68b52c29-d72d-48b2-8563-706c8ef95990 img.shogun-image {
    
    width: px;
  }


#s-68b52c29-d72d-48b2-8563-706c8ef95990 .shogun-image-content {
  
    align-items: center;
  
}

#s-95182219-ae49-4fc5-9818-48fbb89b93ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95182219-ae49-4fc5-9818-48fbb89b93ea .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b221249e-4a04-4585-be36-2bb3dcbcac4e {
  margin-top: -31px;
margin-bottom: -16px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-repeat: repeat;
}
@media (min-width: 1200px){#s-b221249e-4a04-4585-be36-2bb3dcbcac4e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b221249e-4a04-4585-be36-2bb3dcbcac4e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b221249e-4a04-4585-be36-2bb3dcbcac4e {
  display: none;
}
#s-b221249e-4a04-4585-be36-2bb3dcbcac4e, #wrap-s-b221249e-4a04-4585-be36-2bb3dcbcac4e { display:none !important; }}@media (max-width: 767px){#s-b221249e-4a04-4585-be36-2bb3dcbcac4e {
  display: none;
}
#s-b221249e-4a04-4585-be36-2bb3dcbcac4e, #wrap-s-b221249e-4a04-4585-be36-2bb3dcbcac4e { display:none !important; }}







#s-b221249e-4a04-4585-be36-2bb3dcbcac4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b221249e-4a04-4585-be36-2bb3dcbcac4e.shg-box.shg-c {
  justify-content: center;
}

#s-c89d5917-83f0-4f99-a2a7-9f281f06ff92 {
  min-height: 50px;
}








#s-c89d5917-83f0-4f99-a2a7-9f281f06ff92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c89d5917-83f0-4f99-a2a7-9f281f06ff92.shg-box.shg-c {
  justify-content: center;
}

#s-e52f8d3e-d75a-4d29-8cad-f1ae40f6e6ee {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-e52f8d3e-d75a-4d29-8cad-f1ae40f6e6ee .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-e52f8d3e-d75a-4d29-8cad-f1ae40f6e6ee .shg-sld-nav-button.shg-sld-left,
#s-e52f8d3e-d75a-4d29-8cad-f1ae40f6e6ee .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-78fd83f8-2c5d-417d-bc1e-37905a376521 {
  text-align: center;
}





#s-78fd83f8-2c5d-417d-bc1e-37905a376521 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e35d634-25fc-4da8-9e6c-093fb76fe07b {
  margin-top: 0px;
text-align: center;
}





#s-9e35d634-25fc-4da8-9e6c-093fb76fe07b .shogun-image-content {
  
    align-items: center;
  
}

#s-4c512b04-51fa-4414-8953-6592142cb45e {
  min-height: 50px;
}








#s-4c512b04-51fa-4414-8953-6592142cb45e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c512b04-51fa-4414-8953-6592142cb45e.shg-box.shg-c {
  justify-content: center;
}

#s-e0d42b11-4bbf-475a-afc7-cd9d00eb7235 {
  margin-top: 60px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0d42b11-4bbf-475a-afc7-cd9d00eb7235 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-d4af4844-e8b8-492e-b1d1-7d675aa7374c {
  margin-left: 10%;
margin-right: 10%;
}

#s-d4af4844-e8b8-492e-b1d1-7d675aa7374c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-c5310759-72ff-4cc2-8304-c73009953624 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}




  #s-c5310759-72ff-4cc2-8304-c73009953624 img.shogun-image {
    
    width: px;
  }


#s-c5310759-72ff-4cc2-8304-c73009953624 .shogun-image-content {
  
    align-items: center;
  
}

#s-8bb9e0fb-c720-464e-8cfb-7ebefa199272 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-8bb9e0fb-c720-464e-8cfb-7ebefa199272"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-38e3ebcf-0c00-48af-8c1b-1e95bdaba66d {
  text-align: center;
}




  #s-38e3ebcf-0c00-48af-8c1b-1e95bdaba66d img.shogun-image {
    
    width: px;
  }


#s-38e3ebcf-0c00-48af-8c1b-1e95bdaba66d .shogun-image-content {
  
    align-items: center;
  
}

#s-8868dddb-5a8b-45ad-86e3-89dd461cc342 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8868dddb-5a8b-45ad-86e3-89dd461cc342 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0e48d97b-ec1c-4e7a-a41e-57f12f73182a {
  text-align: center;
}




  #s-0e48d97b-ec1c-4e7a-a41e-57f12f73182a img.shogun-image {
    
    width: px;
  }


#s-0e48d97b-ec1c-4e7a-a41e-57f12f73182a .shogun-image-content {
  
    align-items: center;
  
}

#s-ac8709f2-1b4a-4ffd-a960-5abf14b153bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac8709f2-1b4a-4ffd-a960-5abf14b153bb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dfdff9c7-00a5-4c6e-a711-4517360410b0 {
  text-align: center;
}




  #s-dfdff9c7-00a5-4c6e-a711-4517360410b0 img.shogun-image {
    
    width: px;
  }


#s-dfdff9c7-00a5-4c6e-a711-4517360410b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-4275c82d-604a-4250-a4c1-1eb63bec342d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4275c82d-604a-4250-a4c1-1eb63bec342d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7f1918c3-492b-40c8-a6ce-a3203a7f7cf1 {
  text-align: center;
}




  #s-7f1918c3-492b-40c8-a6ce-a3203a7f7cf1 img.shogun-image {
    
    width: px;
  }


#s-7f1918c3-492b-40c8-a6ce-a3203a7f7cf1 .shogun-image-content {
  
    align-items: center;
  
}

#s-380acbd7-46d1-49d1-93de-be1ff294d0fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-380acbd7-46d1-49d1-93de-be1ff294d0fd .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ab3346cb-440e-445f-8693-145abd830f18 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 40px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ab3346cb-440e-445f-8693-145abd830f18"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-10508031-afb5-4054-bea1-305eb7353513 {
  text-align: center;
}




  #s-10508031-afb5-4054-bea1-305eb7353513 img.shogun-image {
    
    width: px;
  }


#s-10508031-afb5-4054-bea1-305eb7353513 .shogun-image-content {
  
    align-items: center;
  
}

#s-f30e84f1-21e0-429d-b461-54f4ad002952 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f30e84f1-21e0-429d-b461-54f4ad002952 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c66d9266-8838-40fd-ab9c-d1edfd838365 {
  text-align: center;
}




  #s-c66d9266-8838-40fd-ab9c-d1edfd838365 img.shogun-image {
    
    width: px;
  }


#s-c66d9266-8838-40fd-ab9c-d1edfd838365 .shogun-image-content {
  
    align-items: center;
  
}

#s-f25e57f9-94cc-44fc-839a-7b625ecd1fff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f25e57f9-94cc-44fc-839a-7b625ecd1fff .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4645ce41-cfbc-46ba-9a7e-461dd48b2482 {
  text-align: center;
}




  #s-4645ce41-cfbc-46ba-9a7e-461dd48b2482 img.shogun-image {
    
    width: px;
  }


#s-4645ce41-cfbc-46ba-9a7e-461dd48b2482 .shogun-image-content {
  
    align-items: center;
  
}

#s-33c2d529-7ba8-46c3-a644-c3b44cbb992b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33c2d529-7ba8-46c3-a644-c3b44cbb992b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-859537f5-1c28-47a2-990d-655119769eea {
  text-align: center;
}




  #s-859537f5-1c28-47a2-990d-655119769eea img.shogun-image {
    
    width: px;
  }


#s-859537f5-1c28-47a2-990d-655119769eea .shogun-image-content {
  
    align-items: center;
  
}

#s-29e68fb7-7b2b-4104-aab3-7b5fbfe8b6b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29e68fb7-7b2b-4104-aab3-7b5fbfe8b6b6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-161c81ea-4ed9-4ac7-b1bd-4a2ad163c381 {
  min-height: 50px;
background-color: rgba(246, 196, 207, 0.51);
}








#s-161c81ea-4ed9-4ac7-b1bd-4a2ad163c381 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-161c81ea-4ed9-4ac7-b1bd-4a2ad163c381.shg-box.shg-c {
  justify-content: center;
}

#s-3a4d63d5-95a5-4b67-906b-0dc53cb5a1a0 {
  margin-top: 60px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a4d63d5-95a5-4b67-906b-0dc53cb5a1a0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-11d0da6d-e455-4a23-a1b3-b3164b35c410 {
  margin-left: 10%;
margin-right: 10%;
}

#s-11d0da6d-e455-4a23-a1b3-b3164b35c410 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-cebe9582-605e-4b55-8a8d-ce6b0e1f4133"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-25e6b5b7-0cd7-46eb-aa8e-b1571dc87fc7 {
  min-height: 50px;
}








#s-25e6b5b7-0cd7-46eb-aa8e-b1571dc87fc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25e6b5b7-0cd7-46eb-aa8e-b1571dc87fc7.shg-box.shg-c {
  justify-content: center;
}

#s-06e3969e-4ead-4ee5-a08d-24859bcff177 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-06e3969e-4ead-4ee5-a08d-24859bcff177"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-07286ba8-11f8-46b8-9120-815443b5c913 {
  text-align: center;
}




  #s-07286ba8-11f8-46b8-9120-815443b5c913 img.shogun-image {
    
    width: px;
  }


#s-07286ba8-11f8-46b8-9120-815443b5c913 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1613e4c-24e7-42e7-8ec3-76ddffa3f0a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-d1613e4c-24e7-42e7-8ec3-76ddffa3f0a2 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-03a5fc93-f260-4abd-ba3b-d2dc511a3095 {
  background-color: rgba(255, 255, 255, 1);
}

#s-e6e1b20b-b6f2-4035-9b7a-36637b6d4367 {
  text-align: center;
}




  #s-e6e1b20b-b6f2-4035-9b7a-36637b6d4367 img.shogun-image {
    
    width: px;
  }


#s-e6e1b20b-b6f2-4035-9b7a-36637b6d4367 .shogun-image-content {
  
    align-items: center;
  
}

#s-992256f6-ed92-4138-b48a-53e25fd4f18f {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-992256f6-ed92-4138-b48a-53e25fd4f18f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3b9ddd69-6a67-4b49-891f-97a7336453fc {
  background-color: rgba(255, 255, 255, 1);
}

#s-51ff2a8f-3b51-4b69-bd7e-cf635942542c {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0px;
padding-left: 0%;
padding-right: 0%;
min-height: 400px;
background-position: center center;
}








#s-51ff2a8f-3b51-4b69-bd7e-cf635942542c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51ff2a8f-3b51-4b69-bd7e-cf635942542c {
  cursor: pointer;
}#s-51ff2a8f-3b51-4b69-bd7e-cf635942542c.shg-box.shg-c {
  justify-content: center;
}

#s-030c667a-4711-4c14-b3a2-6d70e6f2ed79 {
  border-style: solid;
margin-top: 280px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-030c667a-4711-4c14-b3a2-6d70e6f2ed79:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-030c667a-4711-4c14-b3a2-6d70e6f2ed79:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-030c667a-4711-4c14-b3a2-6d70e6f2ed79.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-a1e568a4-97c9-46c2-94fa-0af9de71d6db {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-a1e568a4-97c9-46c2-94fa-0af9de71d6db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-27ed5ad1-60e8-4114-8ada-67e845663b51 {
  min-height: 50px;
}








#s-27ed5ad1-60e8-4114-8ada-67e845663b51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27ed5ad1-60e8-4114-8ada-67e845663b51.shg-box.shg-c {
  justify-content: center;
}

#s-52f38c0e-9c62-42ef-8b0d-81d0a183704a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-52f38c0e-9c62-42ef-8b0d-81d0a183704a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-51292efb-912e-4b3e-9a2b-386878fa9cb7 {
  text-align: center;
}




  #s-51292efb-912e-4b3e-9a2b-386878fa9cb7 img.shogun-image {
    
    width: px;
  }


#s-51292efb-912e-4b3e-9a2b-386878fa9cb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c81acd33-001e-4321-8305-51d15c879615 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-c81acd33-001e-4321-8305-51d15c879615 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-21ac4050-8096-4746-86dc-b3c5c7e3212f {
  background-color: rgba(255, 255, 255, 1);
}

#s-f465058d-f767-4422-baf0-34859fd636fa {
  text-align: center;
}




  #s-f465058d-f767-4422-baf0-34859fd636fa img.shogun-image {
    
    width: px;
  }


#s-f465058d-f767-4422-baf0-34859fd636fa .shogun-image-content {
  
    align-items: center;
  
}

#s-8eda20b9-ae2d-4dd0-b2bf-f01b97692e14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-8eda20b9-ae2d-4dd0-b2bf-f01b97692e14 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4c94e8d3-4ed6-4798-84e6-9f78df5dd772 {
  background-color: rgba(255, 255, 255, 1);
}

#s-14b3d2b7-d8bb-4179-ac59-305fac8100d9 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
min-height: 400px;
background-position: center center;
}








#s-14b3d2b7-d8bb-4179-ac59-305fac8100d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14b3d2b7-d8bb-4179-ac59-305fac8100d9 {
  cursor: pointer;
}#s-14b3d2b7-d8bb-4179-ac59-305fac8100d9.shg-box.shg-c {
  justify-content: center;
}

#s-46194de5-995d-4396-9e6a-7f11f98db3b2 {
  border-style: solid;
margin-top: 280px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-46194de5-995d-4396-9e6a-7f11f98db3b2:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-46194de5-995d-4396-9e6a-7f11f98db3b2:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-46194de5-995d-4396-9e6a-7f11f98db3b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-01f86def-8273-465e-9ef2-8257b0fc0b1a {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-01f86def-8273-465e-9ef2-8257b0fc0b1a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-a66d1341-1a9c-4458-8ec7-e56921ab702f {
  min-height: 50px;
}








#s-a66d1341-1a9c-4458-8ec7-e56921ab702f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a66d1341-1a9c-4458-8ec7-e56921ab702f.shg-box.shg-c {
  justify-content: center;
}

#s-305cbbec-7581-4ac0-925e-aaef537ff0dd {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-305cbbec-7581-4ac0-925e-aaef537ff0dd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c8622fe0-2bbc-472e-a6b1-365b6c699db0 {
  text-align: center;
}




  #s-c8622fe0-2bbc-472e-a6b1-365b6c699db0 img.shogun-image {
    
    width: px;
  }


#s-c8622fe0-2bbc-472e-a6b1-365b6c699db0 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b03cabb-3024-441e-b4ee-cce7d5826880 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-4b03cabb-3024-441e-b4ee-cce7d5826880 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-560bc00d-48df-43f2-b69b-9d08cf71c1da {
  background-color: rgba(255, 255, 255, 1);
}

#s-ecfff6f9-f918-445f-ae5e-2f00d82da4c2 {
  text-align: center;
}




  #s-ecfff6f9-f918-445f-ae5e-2f00d82da4c2 img.shogun-image {
    
    width: px;
  }


#s-ecfff6f9-f918-445f-ae5e-2f00d82da4c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d5badd1-7b7e-4f0a-a5cc-b0db0b701bbf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-3d5badd1-7b7e-4f0a-a5cc-b0db0b701bbf .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f209ca01-946b-4e93-8a7a-18856eee0d8c {
  background-color: rgba(255, 255, 255, 1);
}

#s-0ac0f770-5890-4d7b-9d46-07aaef8260cb {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 400px;
background-position: center center;
}








#s-0ac0f770-5890-4d7b-9d46-07aaef8260cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ac0f770-5890-4d7b-9d46-07aaef8260cb {
  cursor: pointer;
}#s-0ac0f770-5890-4d7b-9d46-07aaef8260cb.shg-box.shg-c {
  justify-content: center;
}

#s-45d4d77f-f711-4a12-8ad9-ac52aaed7132 {
  border-style: solid;
margin-top: 300px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-45d4d77f-f711-4a12-8ad9-ac52aaed7132:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-45d4d77f-f711-4a12-8ad9-ac52aaed7132:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-45d4d77f-f711-4a12-8ad9-ac52aaed7132.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-bd8a7826-0e7f-445a-81da-adbd22a61183 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-bd8a7826-0e7f-445a-81da-adbd22a61183"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-5928301c-d43b-4127-a0ca-9f9d3ec8755f {
  min-height: 50px;
}








#s-5928301c-d43b-4127-a0ca-9f9d3ec8755f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5928301c-d43b-4127-a0ca-9f9d3ec8755f.shg-box.shg-c {
  justify-content: center;
}

#s-22e4db7c-33bd-458e-888a-60339067b8a3 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22e4db7c-33bd-458e-888a-60339067b8a3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-27a06190-64f5-4226-b4ac-6dca338bd7f0 {
  text-align: center;
}




  #s-27a06190-64f5-4226-b4ac-6dca338bd7f0 img.shogun-image {
    
    width: px;
  }


#s-27a06190-64f5-4226-b4ac-6dca338bd7f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-80d86286-7915-4d77-8f0d-d08d8b45c687 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-80d86286-7915-4d77-8f0d-d08d8b45c687 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f1e5c473-c5bb-49da-9e5b-92d327339e33 {
  background-color: rgba(255, 255, 255, 1);
}

#s-98f8fa84-2f45-46e2-99d0-4f8ded08976b {
  text-align: center;
}




  #s-98f8fa84-2f45-46e2-99d0-4f8ded08976b img.shogun-image {
    
    width: px;
  }


#s-98f8fa84-2f45-46e2-99d0-4f8ded08976b .shogun-image-content {
  
    align-items: center;
  
}

#s-d6729582-6348-4bfd-a18d-6d8a799802b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-d6729582-6348-4bfd-a18d-6d8a799802b7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-311f62c0-7107-461e-b171-5d22da80ef96 {
  background-color: rgba(255, 255, 255, 1);
}

#s-1eef507b-7fb2-49ae-a11e-913004a378fb {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 400px;
background-position: center center;
}








#s-1eef507b-7fb2-49ae-a11e-913004a378fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1eef507b-7fb2-49ae-a11e-913004a378fb {
  cursor: pointer;
}#s-1eef507b-7fb2-49ae-a11e-913004a378fb.shg-box.shg-c {
  justify-content: center;
}

#s-03fa834b-35fb-4e72-8fb5-f2c9b724c815 {
  border-style: solid;
margin-top: 300px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-03fa834b-35fb-4e72-8fb5-f2c9b724c815:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-03fa834b-35fb-4e72-8fb5-f2c9b724c815:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-03fa834b-35fb-4e72-8fb5-f2c9b724c815.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-5c9a301e-f440-4bc8-a427-8c7f2f6e8467 {
  padding-top: 15px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5c9a301e-f440-4bc8-a427-8c7f2f6e8467 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c9a301e-f440-4bc8-a427-8c7f2f6e8467.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2f341a69-18a1-4ecc-8b56-0de6974616b9 {
  margin-top: 60px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f341a69-18a1-4ecc-8b56-0de6974616b9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-680a0746-7a77-460d-9893-14b048d8fd42 {
  margin-left: 10%;
margin-right: 10%;
}

#s-680a0746-7a77-460d-9893-14b048d8fd42 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-b8cd057a-e9ec-49b1-bd92-e6fafae359d4 {
  padding-top: 5px;
padding-bottom: 5px;
min-height: 50px;
}








#s-b8cd057a-e9ec-49b1-bd92-e6fafae359d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8cd057a-e9ec-49b1-bd92-e6fafae359d4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e39a8509-8d73-4fdf-846d-957c1a02801a {
  margin-top: 40px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e39a8509-8d73-4fdf-846d-957c1a02801a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4c5c5858-5377-4db4-9542-7e978af59711 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}




  #s-4c5c5858-5377-4db4-9542-7e978af59711 img.shogun-image {
    
    width: px;
  }


#s-4c5c5858-5377-4db4-9542-7e978af59711 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0c33859-0315-40c7-b877-6959fcd51898 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}




  #s-e0c33859-0315-40c7-b877-6959fcd51898 img.shogun-image {
    
    width: px;
  }


#s-e0c33859-0315-40c7-b877-6959fcd51898 .shogun-image-content {
  
    align-items: center;
  
}

#s-055d59d7-34a7-4b90-bfb2-4d9ab465aaf3 {
  margin-top: 60px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-055d59d7-34a7-4b90-bfb2-4d9ab465aaf3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-78deead7-14f7-439b-9d24-f33f43400beb {
  margin-left: 10%;
margin-right: 10%;
}

#s-78deead7-14f7-439b-9d24-f33f43400beb hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-20e35b69-8117-4b41-b351-74704e7f6ee4 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-20e35b69-8117-4b41-b351-74704e7f6ee4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-c2688864-4f45-4016-87e7-f377f9e2c682 {
  text-align: center;
}




  #s-c2688864-4f45-4016-87e7-f377f9e2c682 img.shogun-image {
    
    width: px;
  }


#s-c2688864-4f45-4016-87e7-f377f9e2c682 .shogun-image-content {
  
    align-items: center;
  
}

#s-56134d67-8938-4ddc-89a9-2153e960d2f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56134d67-8938-4ddc-89a9-2153e960d2f9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d566ad67-b1ab-43c4-adc8-697f9f972aa4 {
  text-align: center;
}




  #s-d566ad67-b1ab-43c4-adc8-697f9f972aa4 img.shogun-image {
    
    width: px;
  }


#s-d566ad67-b1ab-43c4-adc8-697f9f972aa4 .shogun-image-content {
  
    align-items: center;
  
}

#s-e91da078-39a1-4c26-862b-6389f5b205e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e91da078-39a1-4c26-862b-6389f5b205e3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f6badfbc-5216-44da-8d7d-2b142f30d8af {
  text-align: center;
}




  #s-f6badfbc-5216-44da-8d7d-2b142f30d8af img.shogun-image {
    
    width: px;
  }


#s-f6badfbc-5216-44da-8d7d-2b142f30d8af .shogun-image-content {
  
    align-items: center;
  
}

#s-c67f69ef-a772-430c-a3ec-26b11e9e98b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c67f69ef-a772-430c-a3ec-26b11e9e98b6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-520cbd72-48d4-4992-8ecc-128d7b299765 {
  text-align: center;
}




  #s-520cbd72-48d4-4992-8ecc-128d7b299765 img.shogun-image {
    
    width: px;
  }


#s-520cbd72-48d4-4992-8ecc-128d7b299765 .shogun-image-content {
  
    align-items: center;
  
}

#s-f52c52dd-c902-455c-b3e1-b1790b0fd886 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f52c52dd-c902-455c-b3e1-b1790b0fd886 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-32b694b9-e0e3-4f91-ab70-601fecada61e {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-32b694b9-e0e3-4f91-ab70-601fecada61e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4cb1bd92-ffa0-4cbf-afe4-d628121b0665 {
  text-align: center;
}




  #s-4cb1bd92-ffa0-4cbf-afe4-d628121b0665 img.shogun-image {
    
    width: px;
  }


#s-4cb1bd92-ffa0-4cbf-afe4-d628121b0665 .shogun-image-content {
  
    align-items: center;
  
}

#s-39849e1b-b4a0-4b0a-b417-f072457b7a85 {
  text-align: center;
}




  #s-39849e1b-b4a0-4b0a-b417-f072457b7a85 img.shogun-image {
    
    width: px;
  }


#s-39849e1b-b4a0-4b0a-b417-f072457b7a85 .shogun-image-content {
  
    align-items: center;
  
}

#s-dcf68f89-3768-4bec-aff0-55345b7b178e {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-dcf68f89-3768-4bec-aff0-55345b7b178e:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-dcf68f89-3768-4bec-aff0-55345b7b178e:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-dcf68f89-3768-4bec-aff0-55345b7b178e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-d3647fb5-6550-4ef1-9d43-c143ae903dc9 {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3647fb5-6550-4ef1-9d43-c143ae903dc9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-f17a3b60-d0e5-4127-b2ad-63af401c5896 {
  margin-left: 10%;
margin-right: 10%;
}

#s-f17a3b60-d0e5-4127-b2ad-63af401c5896 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-2993e99f-4169-4164-a223-4319a28d6695 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2993e99f-4169-4164-a223-4319a28d6695"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-9358a4a1-5718-4f13-b195-171f0332afde {
  text-align: center;
}




  #s-9358a4a1-5718-4f13-b195-171f0332afde img.shogun-image {
    
    width: px;
  }


#s-9358a4a1-5718-4f13-b195-171f0332afde .shogun-image-content {
  
    align-items: center;
  
}

#s-d13b1af3-4d8c-41af-8b09-0ed9376ac136 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d13b1af3-4d8c-41af-8b09-0ed9376ac136 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5d45e7fa-b65c-4c37-89c7-8cb2706c52f3 {
  text-align: center;
}




  #s-5d45e7fa-b65c-4c37-89c7-8cb2706c52f3 img.shogun-image {
    
    width: px;
  }


#s-5d45e7fa-b65c-4c37-89c7-8cb2706c52f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-35b37f4f-a8a5-49e6-bdc3-0a9f95a940fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35b37f4f-a8a5-49e6-bdc3-0a9f95a940fc .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-55886c05-5eb1-46f9-8575-ab21a449ba09 {
  text-align: center;
}




  #s-55886c05-5eb1-46f9-8575-ab21a449ba09 img.shogun-image {
    
    width: px;
  }


#s-55886c05-5eb1-46f9-8575-ab21a449ba09 .shogun-image-content {
  
    align-items: center;
  
}

#s-7641df8c-8bf7-4c19-9800-c16e5d2614f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7641df8c-8bf7-4c19-9800-c16e5d2614f0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-872d594c-26a5-4d79-a5be-66a926430a7d {
  text-align: center;
}




  #s-872d594c-26a5-4d79-a5be-66a926430a7d img.shogun-image {
    
    width: px;
  }


#s-872d594c-26a5-4d79-a5be-66a926430a7d .shogun-image-content {
  
    align-items: center;
  
}

#s-121f59ef-f079-4b58-832f-d458f3bbae85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-121f59ef-f079-4b58-832f-d458f3bbae85 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f {
  margin-top: 10px;
margin-left: 9%;
margin-bottom: 10px;
margin-right: 9%;
}

@media (min-width: 0px) {
[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-8f06f3ce-0f7f-47e0-9aaa-3d8250477a3f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-bb906a24-717b-4815-98d3-5bad65d90039 {
  text-align: center;
}




  #s-bb906a24-717b-4815-98d3-5bad65d90039 img.shogun-image {
    
    width: px;
  }


#s-bb906a24-717b-4815-98d3-5bad65d90039 .shogun-image-content {
  
    align-items: center;
  
}

#s-4d8b5a3e-1e3e-47a3-9445-525296062d1a {
  text-align: center;
}




  #s-4d8b5a3e-1e3e-47a3-9445-525296062d1a img.shogun-image {
    
    width: px;
  }


#s-4d8b5a3e-1e3e-47a3-9445-525296062d1a .shogun-image-content {
  
    align-items: center;
  
}

#s-f42c57ff-7b08-425e-be4c-c4931356d0d5 {
  text-align: center;
}




  #s-f42c57ff-7b08-425e-be4c-c4931356d0d5 img.shogun-image {
    
    width: px;
  }


#s-f42c57ff-7b08-425e-be4c-c4931356d0d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-66779058-31c9-4fa0-856e-8e65e0bf9204 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-66779058-31c9-4fa0-856e-8e65e0bf9204:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-66779058-31c9-4fa0-856e-8e65e0bf9204:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-66779058-31c9-4fa0-856e-8e65e0bf9204.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-53275631-b9ae-47c0-ab82-78b3a49db4ec {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53275631-b9ae-47c0-ab82-78b3a49db4ec .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-dde77dc1-15a7-409c-b4af-d8227baff301 {
  margin-left: 10%;
margin-right: 10%;
}

#s-dde77dc1-15a7-409c-b4af-d8227baff301 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-e111345a-94c7-4df2-98ef-f00d39e176b8 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e111345a-94c7-4df2-98ef-f00d39e176b8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-6574e47d-8fab-4239-90fb-63002ba0e5d7 {
  text-align: center;
}




  #s-6574e47d-8fab-4239-90fb-63002ba0e5d7 img.shogun-image {
    
    width: px;
  }


#s-6574e47d-8fab-4239-90fb-63002ba0e5d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-5755a3df-46bd-49fb-83b3-19244fc1b272 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5755a3df-46bd-49fb-83b3-19244fc1b272 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-12128881-6bc3-4c3a-9223-8cff318e2f54 {
  text-align: center;
}




  #s-12128881-6bc3-4c3a-9223-8cff318e2f54 img.shogun-image {
    
    width: px;
  }


#s-12128881-6bc3-4c3a-9223-8cff318e2f54 .shogun-image-content {
  
    align-items: center;
  
}

#s-1462afcc-9c93-46ee-ae65-30790dbb2e42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1462afcc-9c93-46ee-ae65-30790dbb2e42 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b18946a2-5670-4f49-bfa2-e675a10f425f {
  text-align: center;
}




  #s-b18946a2-5670-4f49-bfa2-e675a10f425f img.shogun-image {
    
    width: px;
  }


#s-b18946a2-5670-4f49-bfa2-e675a10f425f .shogun-image-content {
  
    align-items: center;
  
}

#s-27208241-0f2a-45b7-8eff-690082696e14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27208241-0f2a-45b7-8eff-690082696e14 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-32d9ed3a-ebce-4db6-99c7-2a27342c0c6f {
  text-align: center;
}




  #s-32d9ed3a-ebce-4db6-99c7-2a27342c0c6f img.shogun-image {
    
    width: px;
  }


#s-32d9ed3a-ebce-4db6-99c7-2a27342c0c6f .shogun-image-content {
  
    align-items: center;
  
}

#s-27e89cbe-5bd2-4c7a-a2c8-0dabccb6c69c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27e89cbe-5bd2-4c7a-a2c8-0dabccb6c69c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2724279c-baae-4cdb-9d00-a6f6a3127abc {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}




  #s-2724279c-baae-4cdb-9d00-a6f6a3127abc img.shogun-image {
    
    width: px;
  }


#s-2724279c-baae-4cdb-9d00-a6f6a3127abc .shogun-image-content {
  
    align-items: center;
  
}

#s-534b4d1f-b935-4520-a48c-6acbd5685775 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-534b4d1f-b935-4520-a48c-6acbd5685775:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-534b4d1f-b935-4520-a48c-6acbd5685775:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-534b4d1f-b935-4520-a48c-6acbd5685775.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-1409c3cd-3347-4568-8634-4abdb31c35a6 {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1409c3cd-3347-4568-8634-4abdb31c35a6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-bafdb2f9-fbca-45f6-8ad4-d374e1b87c36 {
  margin-left: 10%;
margin-right: 10%;
}

#s-bafdb2f9-fbca-45f6-8ad4-d374e1b87c36 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-5250f866-1ce6-4796-a5d2-8e8b7e72020d {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-5250f866-1ce6-4796-a5d2-8e8b7e72020d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-b51995a5-283d-48fa-b76c-ceb9a4c67958 {
  text-align: center;
}




  #s-b51995a5-283d-48fa-b76c-ceb9a4c67958 img.shogun-image {
    
    width: px;
  }


#s-b51995a5-283d-48fa-b76c-ceb9a4c67958 .shogun-image-content {
  
    align-items: center;
  
}

#s-74bfa8f2-a03f-4dcd-ad50-667fa089db84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74bfa8f2-a03f-4dcd-ad50-667fa089db84 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9c5a62b5-7fa4-4254-99de-f49c507bd420 {
  text-align: center;
}




  #s-9c5a62b5-7fa4-4254-99de-f49c507bd420 img.shogun-image {
    
    width: px;
  }


#s-9c5a62b5-7fa4-4254-99de-f49c507bd420 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ecf6970-9838-4bb9-8d27-4d384353bb08 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ecf6970-9838-4bb9-8d27-4d384353bb08 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e5515050-8a87-4a54-93ef-83dcd299c7d9 {
  text-align: center;
}




  #s-e5515050-8a87-4a54-93ef-83dcd299c7d9 img.shogun-image {
    
    width: px;
  }


#s-e5515050-8a87-4a54-93ef-83dcd299c7d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d2cd795-bb19-4072-ac52-6f2d6761e549 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d2cd795-bb19-4072-ac52-6f2d6761e549 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c954bf0c-b66c-4566-b02c-54c8becbbf18 {
  text-align: center;
}




  #s-c954bf0c-b66c-4566-b02c-54c8becbbf18 img.shogun-image {
    
    width: px;
  }


#s-c954bf0c-b66c-4566-b02c-54c8becbbf18 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf7a1913-6ac8-44ef-a4d9-e22f78dfd765 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf7a1913-6ac8-44ef-a4d9-e22f78dfd765 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e7c89d56-2d09-4980-89b0-f6d0771ac87d {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e7c89d56-2d09-4980-89b0-f6d0771ac87d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-33d7d9c0-e321-4f5f-bccf-504b5e0e7f76 {
  text-align: center;
}




  #s-33d7d9c0-e321-4f5f-bccf-504b5e0e7f76 img.shogun-image {
    
    width: px;
  }


#s-33d7d9c0-e321-4f5f-bccf-504b5e0e7f76 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a65d76d-b3c3-40e9-9540-a0ebf1301ae3 {
  text-align: center;
}




  #s-6a65d76d-b3c3-40e9-9540-a0ebf1301ae3 img.shogun-image {
    
    width: px;
  }


#s-6a65d76d-b3c3-40e9-9540-a0ebf1301ae3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0f9e0c6-c686-46a0-bc2d-14c8e3e22d49 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e0f9e0c6-c686-46a0-bc2d-14c8e3e22d49:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e0f9e0c6-c686-46a0-bc2d-14c8e3e22d49:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-e0f9e0c6-c686-46a0-bc2d-14c8e3e22d49.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-d81812fa-734e-4774-85c6-c37298b76af7 {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d81812fa-734e-4774-85c6-c37298b76af7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-97cbfca7-64fe-48cf-b1d9-73a42deddf76 {
  margin-left: 10%;
margin-right: 10%;
}

#s-97cbfca7-64fe-48cf-b1d9-73a42deddf76 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-3409d013-26f0-4016-9d7c-4531d021cb06 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3409d013-26f0-4016-9d7c-4531d021cb06"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-4ced7551-6427-4f5e-a80a-2985a9e5e1d0 {
  text-align: center;
}




  #s-4ced7551-6427-4f5e-a80a-2985a9e5e1d0 img.shogun-image {
    
    width: px;
  }


#s-4ced7551-6427-4f5e-a80a-2985a9e5e1d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e537d52-8dd3-404e-8b8e-57db029feb27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e537d52-8dd3-404e-8b8e-57db029feb27 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-94b52a5f-da82-4ddf-b1a2-c442f949fbee {
  text-align: center;
}




  #s-94b52a5f-da82-4ddf-b1a2-c442f949fbee img.shogun-image {
    
    width: px;
  }


#s-94b52a5f-da82-4ddf-b1a2-c442f949fbee .shogun-image-content {
  
    align-items: center;
  
}

#s-00b301a3-9828-4d65-afc0-1ac20f7e1d93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00b301a3-9828-4d65-afc0-1ac20f7e1d93 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b62dc420-3079-4d74-a8bf-04b9ce677d1d {
  text-align: center;
}




  #s-b62dc420-3079-4d74-a8bf-04b9ce677d1d img.shogun-image {
    
    width: px;
  }


#s-b62dc420-3079-4d74-a8bf-04b9ce677d1d .shogun-image-content {
  
    align-items: center;
  
}

#s-4694ee0a-222a-4d20-a640-49aaf4b044eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4694ee0a-222a-4d20-a640-49aaf4b044eb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-842ac690-f912-43be-a895-e472b947349f {
  text-align: center;
}




  #s-842ac690-f912-43be-a895-e472b947349f img.shogun-image {
    
    width: px;
  }


#s-842ac690-f912-43be-a895-e472b947349f .shogun-image-content {
  
    align-items: center;
  
}

#s-362f169f-7859-4bab-a8bf-5e230e7bbe61 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-362f169f-7859-4bab-a8bf-5e230e7bbe61 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cd6b5873-fc0a-4092-a641-23a9da57bc84 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cd6b5873-fc0a-4092-a641-23a9da57bc84"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-484409d8-1178-4229-a84c-932711f06995 {
  text-align: center;
}




  #s-484409d8-1178-4229-a84c-932711f06995 img.shogun-image {
    
    width: px;
  }


#s-484409d8-1178-4229-a84c-932711f06995 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ca00f59-fdbc-45b0-9af5-e00518d7fa73 {
  text-align: center;
}




  #s-6ca00f59-fdbc-45b0-9af5-e00518d7fa73 img.shogun-image {
    
    width: px;
  }


#s-6ca00f59-fdbc-45b0-9af5-e00518d7fa73 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3b0070e-7ca7-4fb8-ba84-41105db543b6 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e3b0070e-7ca7-4fb8-ba84-41105db543b6:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e3b0070e-7ca7-4fb8-ba84-41105db543b6:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-e3b0070e-7ca7-4fb8-ba84-41105db543b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-2c076549-2f84-407a-b127-7b57065d122e {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c076549-2f84-407a-b127-7b57065d122e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-f921353c-1b51-435b-9d35-96a48f19215a {
  margin-left: 10%;
margin-right: 10%;
}

#s-f921353c-1b51-435b-9d35-96a48f19215a hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-e47c0286-9504-451b-934a-6bfa8db98faa {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e47c0286-9504-451b-934a-6bfa8db98faa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-c68d474a-7f27-43b7-87b2-ff1145d95645 {
  text-align: center;
}




  #s-c68d474a-7f27-43b7-87b2-ff1145d95645 img.shogun-image {
    
    width: px;
  }


#s-c68d474a-7f27-43b7-87b2-ff1145d95645 .shogun-image-content {
  
    align-items: center;
  
}

#s-5844f800-7129-42fd-bdc7-b2c33f3801d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5844f800-7129-42fd-bdc7-b2c33f3801d2 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b7e86b4c-c8bd-4747-bd28-2ea4466d3dff {
  text-align: center;
}




  #s-b7e86b4c-c8bd-4747-bd28-2ea4466d3dff img.shogun-image {
    
    width: px;
  }


#s-b7e86b4c-c8bd-4747-bd28-2ea4466d3dff .shogun-image-content {
  
    align-items: center;
  
}

#s-6ec5c498-8b4a-4fc6-a460-8c2df88652ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ec5c498-8b4a-4fc6-a460-8c2df88652ae .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-55a81f57-ca3d-4844-8b8f-8665b046ee42 {
  text-align: center;
}




  #s-55a81f57-ca3d-4844-8b8f-8665b046ee42 img.shogun-image {
    
    width: px;
  }


#s-55a81f57-ca3d-4844-8b8f-8665b046ee42 .shogun-image-content {
  
    align-items: center;
  
}

#s-05b51f10-fb4c-49a4-b6ce-175baeafa5fe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05b51f10-fb4c-49a4-b6ce-175baeafa5fe .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1cd82bc2-fbde-4c82-a18b-ac3c05f5e792 {
  text-align: center;
}




  #s-1cd82bc2-fbde-4c82-a18b-ac3c05f5e792 img.shogun-image {
    
    width: px;
  }


#s-1cd82bc2-fbde-4c82-a18b-ac3c05f5e792 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f719ca0-7df4-4950-a8d9-c2743169e787 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f719ca0-7df4-4950-a8d9-c2743169e787 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1b284ebc-4544-47d8-a6cc-92171739af22 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1b284ebc-4544-47d8-a6cc-92171739af22"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a76c7e77-61dd-4533-8db6-f0f502b50356 {
  text-align: center;
}




  #s-a76c7e77-61dd-4533-8db6-f0f502b50356 img.shogun-image {
    
    width: px;
  }


#s-a76c7e77-61dd-4533-8db6-f0f502b50356 .shogun-image-content {
  
    align-items: center;
  
}

#s-849b15d6-30fe-4a13-9e93-5aa3283d2b23 {
  text-align: center;
}




  #s-849b15d6-30fe-4a13-9e93-5aa3283d2b23 img.shogun-image {
    
    width: px;
  }


#s-849b15d6-30fe-4a13-9e93-5aa3283d2b23 .shogun-image-content {
  
    align-items: center;
  
}

#s-642504b4-cb50-4e36-843a-f0ae01d636d7 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-642504b4-cb50-4e36-843a-f0ae01d636d7:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-642504b4-cb50-4e36-843a-f0ae01d636d7:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-642504b4-cb50-4e36-843a-f0ae01d636d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-ad4fa52f-560c-46b9-9dbf-b997406445b6 {
  margin-top: 80px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.333333333333334px);
}

[id="s-ad4fa52f-560c-46b9-9dbf-b997406445b6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.333333333333334px);
}

}

#s-bf260069-2dd0-4fa4-aca3-9aa1abad1adc {
  text-align: center;
}




  #s-bf260069-2dd0-4fa4-aca3-9aa1abad1adc img.shogun-image {
    
    width: px;
  }


#s-bf260069-2dd0-4fa4-aca3-9aa1abad1adc .shogun-image-content {
  
    align-items: center;
  
}

#s-348e5ec2-d01c-43c2-af2c-978d76eec20b {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-348e5ec2-d01c-43c2-af2c-978d76eec20b:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-348e5ec2-d01c-43c2-af2c-978d76eec20b:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-348e5ec2-d01c-43c2-af2c-978d76eec20b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-82c1c508-65db-4404-b9bb-ac877ce4d715 {
  text-align: center;
}




  #s-82c1c508-65db-4404-b9bb-ac877ce4d715 img.shogun-image {
    
    width: px;
  }


#s-82c1c508-65db-4404-b9bb-ac877ce4d715 .shogun-image-content {
  
    align-items: center;
  
}

#s-df562c6e-054d-47a0-a86a-c0034affe1a7 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-df562c6e-054d-47a0-a86a-c0034affe1a7:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-df562c6e-054d-47a0-a86a-c0034affe1a7:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-df562c6e-054d-47a0-a86a-c0034affe1a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-f67d9354-ebef-449e-a8dc-8306a419b8f0 {
  text-align: center;
}




  #s-f67d9354-ebef-449e-a8dc-8306a419b8f0 img.shogun-image {
    
    width: px;
  }


#s-f67d9354-ebef-449e-a8dc-8306a419b8f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b7e6f54-8a61-4a24-ac2a-b57134ce4462 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-2b7e6f54-8a61-4a24-ac2a-b57134ce4462:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2b7e6f54-8a61-4a24-ac2a-b57134ce4462:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-2b7e6f54-8a61-4a24-ac2a-b57134ce4462.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-592f30d8-f62e-48b9-8b5b-f53869f49cf3 {
  text-align: center;
}




  #s-592f30d8-f62e-48b9-8b5b-f53869f49cf3 img.shogun-image {
    
    width: px;
  }


#s-592f30d8-f62e-48b9-8b5b-f53869f49cf3 .shogun-image-content {
  
    align-items: center;
  
}

#s-1296aa9a-5444-4208-ad3e-ba6106aa4ab7 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-1296aa9a-5444-4208-ad3e-ba6106aa4ab7:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1296aa9a-5444-4208-ad3e-ba6106aa4ab7:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-1296aa9a-5444-4208-ad3e-ba6106aa4ab7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-8c025591-8315-44a3-ac35-68c99878c263 {
  text-align: center;
}




  #s-8c025591-8315-44a3-ac35-68c99878c263 img.shogun-image {
    
    width: px;
  }


#s-8c025591-8315-44a3-ac35-68c99878c263 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a2c912f-49e7-4f8a-8cf7-1000e1db3849 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7a2c912f-49e7-4f8a-8cf7-1000e1db3849:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7a2c912f-49e7-4f8a-8cf7-1000e1db3849:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-7a2c912f-49e7-4f8a-8cf7-1000e1db3849.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-84a4c4e1-a69e-42af-bdb9-e7799b318f67 {
  text-align: center;
}




  #s-84a4c4e1-a69e-42af-bdb9-e7799b318f67 img.shogun-image {
    
    width: px;
  }


#s-84a4c4e1-a69e-42af-bdb9-e7799b318f67 .shogun-image-content {
  
    align-items: center;
  
}

#s-63474642-d241-44f9-a278-54f3dd71c513 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-63474642-d241-44f9-a278-54f3dd71c513:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-63474642-d241-44f9-a278-54f3dd71c513:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-63474642-d241-44f9-a278-54f3dd71c513.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-e2a2c2a5-2d92-4b15-89eb-528d95ec885b {
  margin-top: -31px;
margin-bottom: -16px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-repeat: repeat;
}
@media (min-width: 1200px){#s-e2a2c2a5-2d92-4b15-89eb-528d95ec885b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e2a2c2a5-2d92-4b15-89eb-528d95ec885b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e2a2c2a5-2d92-4b15-89eb-528d95ec885b {
  display: none;
}
#s-e2a2c2a5-2d92-4b15-89eb-528d95ec885b, #wrap-s-e2a2c2a5-2d92-4b15-89eb-528d95ec885b { display:none !important; }}@media (max-width: 767px){#s-e2a2c2a5-2d92-4b15-89eb-528d95ec885b {
  display: none;
}
#s-e2a2c2a5-2d92-4b15-89eb-528d95ec885b, #wrap-s-e2a2c2a5-2d92-4b15-89eb-528d95ec885b { display:none !important; }}







#s-e2a2c2a5-2d92-4b15-89eb-528d95ec885b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2a2c2a5-2d92-4b15-89eb-528d95ec885b.shg-box.shg-c {
  justify-content: center;
}

#s-f1e8caa2-1c37-4181-9380-827acda7c5fe {
  min-height: 50px;
}








#s-f1e8caa2-1c37-4181-9380-827acda7c5fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1e8caa2-1c37-4181-9380-827acda7c5fe.shg-box.shg-c {
  justify-content: center;
}

#s-8e3520ea-60c5-4d87-968b-c83e7ccce4f7 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-8e3520ea-60c5-4d87-968b-c83e7ccce4f7 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-8e3520ea-60c5-4d87-968b-c83e7ccce4f7 .shg-sld-nav-button.shg-sld-left,
#s-8e3520ea-60c5-4d87-968b-c83e7ccce4f7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-4f92e008-649e-4b06-9ac4-cd53f5b71756 {
  text-align: center;
}





#s-4f92e008-649e-4b06-9ac4-cd53f5b71756 .shogun-image-content {
  
    align-items: center;
  
}

#s-a50deab7-837e-44f1-aa8b-091354a98fc5 {
  margin-top: 0px;
text-align: center;
}





#s-a50deab7-837e-44f1-aa8b-091354a98fc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-6fbbbcbb-1c1a-4126-952f-8462c5bb8d6e {
  min-height: 50px;
}








#s-6fbbbcbb-1c1a-4126-952f-8462c5bb8d6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fbbbcbb-1c1a-4126-952f-8462c5bb8d6e.shg-box.shg-c {
  justify-content: center;
}

#s-470f2398-a739-47f6-af17-1e1f44d03e1c {
  margin-top: 60px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-470f2398-a739-47f6-af17-1e1f44d03e1c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-7e7735d5-1562-4dc3-86ec-087c541354ef {
  margin-left: 10%;
margin-right: 10%;
}

#s-7e7735d5-1562-4dc3-86ec-087c541354ef hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-4953f8e1-d5e6-4faa-819d-b1b659f1f2af {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}




  #s-4953f8e1-d5e6-4faa-819d-b1b659f1f2af img.shogun-image {
    
    width: px;
  }


#s-4953f8e1-d5e6-4faa-819d-b1b659f1f2af .shogun-image-content {
  
    align-items: center;
  
}

#s-121c168f-2bfc-48b5-9ee6-733ac635c388 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-121c168f-2bfc-48b5-9ee6-733ac635c388"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f5d77846-ccce-4f8e-b1ca-952a15f6755c {
  text-align: center;
}




  #s-f5d77846-ccce-4f8e-b1ca-952a15f6755c img.shogun-image {
    
    width: px;
  }


#s-f5d77846-ccce-4f8e-b1ca-952a15f6755c .shogun-image-content {
  
    align-items: center;
  
}

#s-a4b28034-e0d6-4e54-acba-bd79526505f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4b28034-e0d6-4e54-acba-bd79526505f6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c82635d5-68ea-45f0-beec-2928720336c6 {
  text-align: center;
}




  #s-c82635d5-68ea-45f0-beec-2928720336c6 img.shogun-image {
    
    width: px;
  }


#s-c82635d5-68ea-45f0-beec-2928720336c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1ee02d9-0001-4d4e-9953-4aa096770e4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a1ee02d9-0001-4d4e-9953-4aa096770e4f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-929cfd2b-3f32-4e10-8f4f-f8c2f609005b {
  text-align: center;
}




  #s-929cfd2b-3f32-4e10-8f4f-f8c2f609005b img.shogun-image {
    
    width: px;
  }


#s-929cfd2b-3f32-4e10-8f4f-f8c2f609005b .shogun-image-content {
  
    align-items: center;
  
}

#s-05241ea9-5d5c-44cd-b613-55d7548f0f0a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05241ea9-5d5c-44cd-b613-55d7548f0f0a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2afe3b30-4c86-4bbb-9db7-f6bf0acd0d76 {
  text-align: center;
}




  #s-2afe3b30-4c86-4bbb-9db7-f6bf0acd0d76 img.shogun-image {
    
    width: px;
  }


#s-2afe3b30-4c86-4bbb-9db7-f6bf0acd0d76 .shogun-image-content {
  
    align-items: center;
  
}

#s-3aed4762-e90b-477b-972c-6278303c6f0b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3aed4762-e90b-477b-972c-6278303c6f0b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c0043db0-b7d5-4663-bc96-50b31c989638 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 40px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c0043db0-b7d5-4663-bc96-50b31c989638"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-bd42a7e4-a56b-4640-9cc0-bed5cff8d3a5 {
  text-align: center;
}




  #s-bd42a7e4-a56b-4640-9cc0-bed5cff8d3a5 img.shogun-image {
    
    width: px;
  }


#s-bd42a7e4-a56b-4640-9cc0-bed5cff8d3a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-fcfc622a-ffbc-448f-bfe9-1dd3d3d72f3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fcfc622a-ffbc-448f-bfe9-1dd3d3d72f3e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-21fe66fb-4322-445f-86b9-7b68f926457a {
  text-align: center;
}




  #s-21fe66fb-4322-445f-86b9-7b68f926457a img.shogun-image {
    
    width: px;
  }


#s-21fe66fb-4322-445f-86b9-7b68f926457a .shogun-image-content {
  
    align-items: center;
  
}

#s-59e235d9-c193-4891-8389-959f2e3bd55c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59e235d9-c193-4891-8389-959f2e3bd55c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e48ed392-d54c-42de-9cc9-732ffcec46d5 {
  text-align: center;
}




  #s-e48ed392-d54c-42de-9cc9-732ffcec46d5 img.shogun-image {
    
    width: px;
  }


#s-e48ed392-d54c-42de-9cc9-732ffcec46d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8bf62a37-adbe-451a-a7cc-d8fe720d9459 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8bf62a37-adbe-451a-a7cc-d8fe720d9459 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-12f7f612-0b24-4239-a357-8cee18df4fb5 {
  text-align: center;
}




  #s-12f7f612-0b24-4239-a357-8cee18df4fb5 img.shogun-image {
    
    width: px;
  }


#s-12f7f612-0b24-4239-a357-8cee18df4fb5 .shogun-image-content {
  
    align-items: center;
  
}

#s-157e5014-ab5e-462e-b9af-51569db04b3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-157e5014-ab5e-462e-b9af-51569db04b3b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f0b02b09-a299-48c3-b8e3-da5b7562c123 {
  min-height: 50px;
background-color: rgba(246, 196, 207, 0.51);
}








#s-f0b02b09-a299-48c3-b8e3-da5b7562c123 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0b02b09-a299-48c3-b8e3-da5b7562c123.shg-box.shg-c {
  justify-content: center;
}

#s-550364fb-e5d1-4bd6-bfb9-a0c532500f95 {
  margin-top: 60px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-550364fb-e5d1-4bd6-bfb9-a0c532500f95 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-ae1dc77b-4468-427a-827e-c99e005bd629 {
  margin-left: 10%;
margin-right: 10%;
}

#s-ae1dc77b-4468-427a-827e-c99e005bd629 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-f254948a-ef66-4c61-b3bb-7335d19ea802"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-08f25804-052c-4304-a01c-c95b6c49c6af {
  min-height: 50px;
}








#s-08f25804-052c-4304-a01c-c95b6c49c6af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08f25804-052c-4304-a01c-c95b6c49c6af.shg-box.shg-c {
  justify-content: center;
}

#s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5bb803ba-3b1a-4c0f-a908-dd27e673cc3e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-39d9961d-aef4-4edf-811d-5766cd7b8636 {
  text-align: center;
}




  #s-39d9961d-aef4-4edf-811d-5766cd7b8636 img.shogun-image {
    
    width: px;
  }


#s-39d9961d-aef4-4edf-811d-5766cd7b8636 .shogun-image-content {
  
    align-items: center;
  
}

#s-b67031c7-db7b-4745-a3ce-8e41db96cf6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-b67031c7-db7b-4745-a3ce-8e41db96cf6e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8e2fef95-392f-4d29-90df-0f75800b63a5 {
  background-color: rgba(255, 255, 255, 1);
}

#s-19503885-4b0f-490d-a77b-c9014d9e958e {
  text-align: center;
}




  #s-19503885-4b0f-490d-a77b-c9014d9e958e img.shogun-image {
    
    width: px;
  }


#s-19503885-4b0f-490d-a77b-c9014d9e958e .shogun-image-content {
  
    align-items: center;
  
}

#s-0733a41d-ccef-40ad-8c9f-c388ff29b93b {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-0733a41d-ccef-40ad-8c9f-c388ff29b93b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-042c5c8d-8e57-490c-8aa7-8fd8332e19ff {
  background-color: rgba(255, 255, 255, 1);
}

#s-bd7057cb-c886-47d3-b8dc-ae904863ef9a {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0px;
padding-left: 0%;
padding-right: 0%;
min-height: 400px;
background-position: center center;
}








#s-bd7057cb-c886-47d3-b8dc-ae904863ef9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd7057cb-c886-47d3-b8dc-ae904863ef9a {
  cursor: pointer;
}#s-bd7057cb-c886-47d3-b8dc-ae904863ef9a.shg-box.shg-c {
  justify-content: center;
}

#s-421b624c-46b9-4cde-a9cd-9e76418c835c {
  border-style: solid;
margin-top: 280px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-421b624c-46b9-4cde-a9cd-9e76418c835c:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-421b624c-46b9-4cde-a9cd-9e76418c835c:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-421b624c-46b9-4cde-a9cd-9e76418c835c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-8ddc192c-6fc4-4425-9b3d-3d2ae6f91f18"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-119eba38-20d7-443e-8262-a23ac6f79814 {
  min-height: 50px;
}








#s-119eba38-20d7-443e-8262-a23ac6f79814 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-119eba38-20d7-443e-8262-a23ac6f79814.shg-box.shg-c {
  justify-content: center;
}

#s-2945360f-4bb1-4e21-ba91-dfa2c2893da5 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2945360f-4bb1-4e21-ba91-dfa2c2893da5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bf181507-2bfa-447f-a2c3-4227862c51b8 {
  text-align: center;
}




  #s-bf181507-2bfa-447f-a2c3-4227862c51b8 img.shogun-image {
    
    width: px;
  }


#s-bf181507-2bfa-447f-a2c3-4227862c51b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb86b046-547d-4554-920e-8d933e5c72c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-eb86b046-547d-4554-920e-8d933e5c72c5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8596f722-632d-4cee-b684-09176f6d56b7 {
  background-color: rgba(255, 255, 255, 1);
}

#s-0ba88e46-0f18-4d61-851d-8a9f56979679 {
  text-align: center;
}




  #s-0ba88e46-0f18-4d61-851d-8a9f56979679 img.shogun-image {
    
    width: px;
  }


#s-0ba88e46-0f18-4d61-851d-8a9f56979679 .shogun-image-content {
  
    align-items: center;
  
}

#s-63eb6b71-d753-43cc-8993-0315d04b95ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-63eb6b71-d753-43cc-8993-0315d04b95ae .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-272aada3-f8de-4e3a-a335-0e81f44dca51 {
  background-color: rgba(255, 255, 255, 1);
}

#s-79edb55e-2622-4526-b2b8-1ba41c3df379 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
min-height: 400px;
background-position: center center;
}








#s-79edb55e-2622-4526-b2b8-1ba41c3df379 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79edb55e-2622-4526-b2b8-1ba41c3df379 {
  cursor: pointer;
}#s-79edb55e-2622-4526-b2b8-1ba41c3df379.shg-box.shg-c {
  justify-content: center;
}

#s-435ef14c-1da1-460d-ba9a-8ed2e51d513e {
  border-style: solid;
margin-top: 280px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-435ef14c-1da1-460d-ba9a-8ed2e51d513e:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-435ef14c-1da1-460d-ba9a-8ed2e51d513e:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-435ef14c-1da1-460d-ba9a-8ed2e51d513e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-cd302e67-25ea-42da-803f-3583d5885c8e {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-cd302e67-25ea-42da-803f-3583d5885c8e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-c1b6c24f-2816-44d3-9cab-3aef85fbf8b0 {
  min-height: 50px;
}








#s-c1b6c24f-2816-44d3-9cab-3aef85fbf8b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1b6c24f-2816-44d3-9cab-3aef85fbf8b0.shg-box.shg-c {
  justify-content: center;
}

#s-df217d9b-c3ad-4775-9336-ff187b0bf3f0 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df217d9b-c3ad-4775-9336-ff187b0bf3f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-77e18a84-92cb-4a95-9e91-64376ef46a86 {
  text-align: center;
}




  #s-77e18a84-92cb-4a95-9e91-64376ef46a86 img.shogun-image {
    
    width: px;
  }


#s-77e18a84-92cb-4a95-9e91-64376ef46a86 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b85efb0-77ea-45f8-8415-489f6dba15f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-9b85efb0-77ea-45f8-8415-489f6dba15f1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5484901d-5e8e-4dc3-b091-cee443816b1f {
  background-color: rgba(255, 255, 255, 1);
}

#s-b6de3672-9e84-4863-b03b-7b05e2bfe1f6 {
  text-align: center;
}




  #s-b6de3672-9e84-4863-b03b-7b05e2bfe1f6 img.shogun-image {
    
    width: px;
  }


#s-b6de3672-9e84-4863-b03b-7b05e2bfe1f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-35c4f0ea-fe27-4bed-a83b-b7fd73649479 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-35c4f0ea-fe27-4bed-a83b-b7fd73649479 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0218d2eb-c150-4211-8467-cf0c0fa5e420 {
  background-color: rgba(255, 255, 255, 1);
}

#s-37bb6541-6b1f-4085-9958-466d093d994a {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 400px;
background-position: center center;
}








#s-37bb6541-6b1f-4085-9958-466d093d994a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37bb6541-6b1f-4085-9958-466d093d994a {
  cursor: pointer;
}#s-37bb6541-6b1f-4085-9958-466d093d994a.shg-box.shg-c {
  justify-content: center;
}

#s-c2f8e06e-2955-4b21-8a37-cc708e149bd9 {
  border-style: solid;
margin-top: 300px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-c2f8e06e-2955-4b21-8a37-cc708e149bd9:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c2f8e06e-2955-4b21-8a37-cc708e149bd9:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-c2f8e06e-2955-4b21-8a37-cc708e149bd9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 7.5px);
}

[id="s-95bc7bde-a9e8-4085-8dd1-1cad09fbce51"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 7.5px);
}

}

#s-30b53b9a-0b59-49be-bbbd-92207bb6aa05 {
  min-height: 50px;
}








#s-30b53b9a-0b59-49be-bbbd-92207bb6aa05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30b53b9a-0b59-49be-bbbd-92207bb6aa05.shg-box.shg-c {
  justify-content: center;
}

#s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c018cab-cfca-4df8-a49a-cb7ec5cfa9eb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f9756b04-7e77-4b49-89ff-c9ef1675b92d {
  text-align: center;
}




  #s-f9756b04-7e77-4b49-89ff-c9ef1675b92d img.shogun-image {
    
    width: px;
  }


#s-f9756b04-7e77-4b49-89ff-c9ef1675b92d .shogun-image-content {
  
    align-items: center;
  
}

#s-cbb2bfb4-8e48-4147-9484-097481d86fd1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-cbb2bfb4-8e48-4147-9484-097481d86fd1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-703cc875-21f1-4c86-8cf1-1f0a83153fc7 {
  background-color: rgba(255, 255, 255, 1);
}

#s-aaf25a69-32d5-4be2-9289-8e2b4af6897d {
  text-align: center;
}




  #s-aaf25a69-32d5-4be2-9289-8e2b4af6897d img.shogun-image {
    
    width: px;
  }


#s-aaf25a69-32d5-4be2-9289-8e2b4af6897d .shogun-image-content {
  
    align-items: center;
  
}

#s-bfadca27-8f20-49d6-90b5-bec148abe99e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-bfadca27-8f20-49d6-90b5-bec148abe99e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-170d0cb3-1a51-4636-9d0f-ae2f019bcf14 {
  background-color: rgba(255, 255, 255, 1);
}

#s-c4f82f08-7771-4ee7-ad1c-d66ac941e973 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
min-height: 400px;
background-position: center center;
}








#s-c4f82f08-7771-4ee7-ad1c-d66ac941e973 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4f82f08-7771-4ee7-ad1c-d66ac941e973 {
  cursor: pointer;
}#s-c4f82f08-7771-4ee7-ad1c-d66ac941e973.shg-box.shg-c {
  justify-content: center;
}

#s-294b754a-d13c-486e-8adf-d0d3b1373512 {
  border-style: solid;
margin-top: 300px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-294b754a-d13c-486e-8adf-d0d3b1373512:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-294b754a-d13c-486e-8adf-d0d3b1373512:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-294b754a-d13c-486e-8adf-d0d3b1373512.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-d186d2d3-092f-4ee1-a09a-1e2b72a29753 {
  padding-top: 15px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d186d2d3-092f-4ee1-a09a-1e2b72a29753 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d186d2d3-092f-4ee1-a09a-1e2b72a29753.shg-box.shg-c {
  justify-content: flex-start;
}

#s-60cefc6b-792a-4faf-adc9-8767adec4866 {
  margin-top: 60px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60cefc6b-792a-4faf-adc9-8767adec4866 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-5b647951-811b-4cb9-a36c-658f92648b36 {
  margin-left: 10%;
margin-right: 10%;
}

#s-5b647951-811b-4cb9-a36c-658f92648b36 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-07f5aea4-95b2-43dd-893b-8f0881d7ef81 {
  padding-top: 5px;
padding-bottom: 5px;
min-height: 50px;
}








#s-07f5aea4-95b2-43dd-893b-8f0881d7ef81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07f5aea4-95b2-43dd-893b-8f0881d7ef81.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9f94557e-89e6-43c6-a539-cc2ffe5e8334 {
  margin-top: 40px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f94557e-89e6-43c6-a539-cc2ffe5e8334"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3d159fd6-e1bd-45e2-ac53-d591711d14d5 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}




  #s-3d159fd6-e1bd-45e2-ac53-d591711d14d5 img.shogun-image {
    
    width: px;
  }


#s-3d159fd6-e1bd-45e2-ac53-d591711d14d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef9694b3-2cb0-4b45-be65-9e47e0667608 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}




  #s-ef9694b3-2cb0-4b45-be65-9e47e0667608 img.shogun-image {
    
    width: px;
  }


#s-ef9694b3-2cb0-4b45-be65-9e47e0667608 .shogun-image-content {
  
    align-items: center;
  
}

#s-122a993d-1405-4ebb-b22e-ff28c887ad68 {
  margin-top: 60px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-122a993d-1405-4ebb-b22e-ff28c887ad68 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-f7c5fd93-b9fc-4690-bc7c-c1c16ef65042 {
  margin-left: 10%;
margin-right: 10%;
}

#s-f7c5fd93-b9fc-4690-bc7c-c1c16ef65042 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-2fcdfb26-abcc-4025-965f-992566ef371d {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-2fcdfb26-abcc-4025-965f-992566ef371d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-a24fa6e7-2762-451b-b7b0-a8c57a51b25d {
  text-align: center;
}




  #s-a24fa6e7-2762-451b-b7b0-a8c57a51b25d img.shogun-image {
    
    width: px;
  }


#s-a24fa6e7-2762-451b-b7b0-a8c57a51b25d .shogun-image-content {
  
    align-items: center;
  
}

#s-65a6b62e-2f3b-4ab0-9681-b7245b6bbeb5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65a6b62e-2f3b-4ab0-9681-b7245b6bbeb5 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d48e1ba9-3315-44a8-9c19-2d76d8f4f100 {
  text-align: center;
}




  #s-d48e1ba9-3315-44a8-9c19-2d76d8f4f100 img.shogun-image {
    
    width: px;
  }


#s-d48e1ba9-3315-44a8-9c19-2d76d8f4f100 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f0e4ec0-298f-4559-8f78-284db6c4eec0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f0e4ec0-298f-4559-8f78-284db6c4eec0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cff00c92-cb46-496d-86e7-6d4a36b48ce3 {
  text-align: center;
}




  #s-cff00c92-cb46-496d-86e7-6d4a36b48ce3 img.shogun-image {
    
    width: px;
  }


#s-cff00c92-cb46-496d-86e7-6d4a36b48ce3 .shogun-image-content {
  
    align-items: center;
  
}

#s-73d5c5a5-a414-4394-9baa-2bcced6dd0dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73d5c5a5-a414-4394-9baa-2bcced6dd0dc .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8f706243-82ed-4e0b-af76-bf7e80f42547 {
  text-align: center;
}




  #s-8f706243-82ed-4e0b-af76-bf7e80f42547 img.shogun-image {
    
    width: px;
  }


#s-8f706243-82ed-4e0b-af76-bf7e80f42547 .shogun-image-content {
  
    align-items: center;
  
}

#s-5bbe6eee-8b9e-463f-bcc1-d8fd5bad743b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5bbe6eee-8b9e-463f-bcc1-d8fd5bad743b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c991a865-5e0c-4d22-96e6-46ec5201332a {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c991a865-5e0c-4d22-96e6-46ec5201332a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cec699a5-2c58-4381-b28e-c0b962b8ea4e {
  text-align: center;
}




  #s-cec699a5-2c58-4381-b28e-c0b962b8ea4e img.shogun-image {
    
    width: px;
  }


#s-cec699a5-2c58-4381-b28e-c0b962b8ea4e .shogun-image-content {
  
    align-items: center;
  
}

#s-7afd6150-ab88-441b-8f7b-68e6d25cacfe {
  text-align: center;
}




  #s-7afd6150-ab88-441b-8f7b-68e6d25cacfe img.shogun-image {
    
    width: px;
  }


#s-7afd6150-ab88-441b-8f7b-68e6d25cacfe .shogun-image-content {
  
    align-items: center;
  
}

#s-c076eb54-7c16-4b32-8ae5-2036ad3e999d {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-c076eb54-7c16-4b32-8ae5-2036ad3e999d:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c076eb54-7c16-4b32-8ae5-2036ad3e999d:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-c076eb54-7c16-4b32-8ae5-2036ad3e999d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-251cecad-02e7-4e68-a88f-2a01e33a493a {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-251cecad-02e7-4e68-a88f-2a01e33a493a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-c60bdd01-7524-4ce6-a8f8-fbf995c0750c {
  margin-left: 10%;
margin-right: 10%;
}

#s-c60bdd01-7524-4ce6-a8f8-fbf995c0750c hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-eb676942-2ab2-4746-8dd0-1432397aabb2 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-eb676942-2ab2-4746-8dd0-1432397aabb2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-91da13a1-f980-43c3-846c-243deb83767d {
  text-align: center;
}




  #s-91da13a1-f980-43c3-846c-243deb83767d img.shogun-image {
    
    width: px;
  }


#s-91da13a1-f980-43c3-846c-243deb83767d .shogun-image-content {
  
    align-items: center;
  
}

#s-882d6f65-7dd5-48b6-9e3e-450646805d1a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-882d6f65-7dd5-48b6-9e3e-450646805d1a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-21195fdd-c52e-444a-86ee-848fa1e61d76 {
  text-align: center;
}




  #s-21195fdd-c52e-444a-86ee-848fa1e61d76 img.shogun-image {
    
    width: px;
  }


#s-21195fdd-c52e-444a-86ee-848fa1e61d76 .shogun-image-content {
  
    align-items: center;
  
}

#s-79df57fd-f3a2-4f9e-a935-785379071018 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79df57fd-f3a2-4f9e-a935-785379071018 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ac976c44-6015-4a4b-8e64-c8a2600c781b {
  text-align: center;
}




  #s-ac976c44-6015-4a4b-8e64-c8a2600c781b img.shogun-image {
    
    width: px;
  }


#s-ac976c44-6015-4a4b-8e64-c8a2600c781b .shogun-image-content {
  
    align-items: center;
  
}

#s-1826ac1f-730f-454f-9ec0-c62ce904e323 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1826ac1f-730f-454f-9ec0-c62ce904e323 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1bc63a7d-74f9-49dc-a632-31794d22b31a {
  text-align: center;
}




  #s-1bc63a7d-74f9-49dc-a632-31794d22b31a img.shogun-image {
    
    width: px;
  }


#s-1bc63a7d-74f9-49dc-a632-31794d22b31a .shogun-image-content {
  
    align-items: center;
  
}

#s-3ed0c4c9-d3af-467e-82ef-d9a15a6888be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ed0c4c9-d3af-467e-82ef-d9a15a6888be .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b21c7eaa-814f-4a1f-b146-8430c931158a {
  margin-top: 10px;
margin-left: 9%;
margin-bottom: 10px;
margin-right: 9%;
}

@media (min-width: 0px) {
[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-b21c7eaa-814f-4a1f-b146-8430c931158a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-c01a3689-e33d-444b-856f-15f792736dc5 {
  text-align: center;
}




  #s-c01a3689-e33d-444b-856f-15f792736dc5 img.shogun-image {
    
    width: px;
  }


#s-c01a3689-e33d-444b-856f-15f792736dc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-b750f14f-18a3-48af-9f66-7790661c5e95 {
  text-align: center;
}




  #s-b750f14f-18a3-48af-9f66-7790661c5e95 img.shogun-image {
    
    width: px;
  }


#s-b750f14f-18a3-48af-9f66-7790661c5e95 .shogun-image-content {
  
    align-items: center;
  
}

#s-abd93419-0037-4816-8028-90ec95214018 {
  text-align: center;
}




  #s-abd93419-0037-4816-8028-90ec95214018 img.shogun-image {
    
    width: px;
  }


#s-abd93419-0037-4816-8028-90ec95214018 .shogun-image-content {
  
    align-items: center;
  
}

#s-96812cb3-77a4-48c2-ad68-f4e5d711d7f5 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-96812cb3-77a4-48c2-ad68-f4e5d711d7f5:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-96812cb3-77a4-48c2-ad68-f4e5d711d7f5:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-96812cb3-77a4-48c2-ad68-f4e5d711d7f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-1f22271a-3a1a-4a8d-ad9c-fffdf86570e3 {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f22271a-3a1a-4a8d-ad9c-fffdf86570e3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-9025834b-b6c4-4a35-a0f8-ab13855fc4da {
  margin-left: 10%;
margin-right: 10%;
}

#s-9025834b-b6c4-4a35-a0f8-ab13855fc4da hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-7df77f93-c6bc-42aa-9988-0d3d66a9e538 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-7df77f93-c6bc-42aa-9988-0d3d66a9e538"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-2b929c07-c087-416c-a1c3-2f700b9f2868 {
  text-align: center;
}




  #s-2b929c07-c087-416c-a1c3-2f700b9f2868 img.shogun-image {
    
    width: px;
  }


#s-2b929c07-c087-416c-a1c3-2f700b9f2868 .shogun-image-content {
  
    align-items: center;
  
}

#s-a461527e-1bd5-4dd3-8503-96bdca235e7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a461527e-1bd5-4dd3-8503-96bdca235e7a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-56b0da31-b021-4daf-b5d5-ed691962a5e8 {
  text-align: center;
}




  #s-56b0da31-b021-4daf-b5d5-ed691962a5e8 img.shogun-image {
    
    width: px;
  }


#s-56b0da31-b021-4daf-b5d5-ed691962a5e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-0841d8d0-afb9-49e3-ac8f-7a657a4f7133 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0841d8d0-afb9-49e3-ac8f-7a657a4f7133 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-70a34875-f71c-4acc-8666-95e80c94a7fc {
  text-align: center;
}




  #s-70a34875-f71c-4acc-8666-95e80c94a7fc img.shogun-image {
    
    width: px;
  }


#s-70a34875-f71c-4acc-8666-95e80c94a7fc .shogun-image-content {
  
    align-items: center;
  
}

#s-e9866536-612d-4b81-80ab-6f2b34a38669 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9866536-612d-4b81-80ab-6f2b34a38669 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3ae57e69-f288-456f-843a-4933c6912a08 {
  text-align: center;
}




  #s-3ae57e69-f288-456f-843a-4933c6912a08 img.shogun-image {
    
    width: px;
  }


#s-3ae57e69-f288-456f-843a-4933c6912a08 .shogun-image-content {
  
    align-items: center;
  
}

#s-3963958e-7376-4aec-ab2f-ccc44cc00445 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3963958e-7376-4aec-ab2f-ccc44cc00445 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f06dd30c-315c-414b-9d23-4d32a223b199 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
text-align: center;
}




  #s-f06dd30c-315c-414b-9d23-4d32a223b199 img.shogun-image {
    
    width: px;
  }


#s-f06dd30c-315c-414b-9d23-4d32a223b199 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab5a56a5-55ee-49d0-b18b-04f7c121b7a3 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-ab5a56a5-55ee-49d0-b18b-04f7c121b7a3:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ab5a56a5-55ee-49d0-b18b-04f7c121b7a3:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-ab5a56a5-55ee-49d0-b18b-04f7c121b7a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-e63ed476-ea12-48d5-a64f-0ba63113a81c {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e63ed476-ea12-48d5-a64f-0ba63113a81c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-8d621e3e-d857-49ac-8def-1eb096ff1b18 {
  margin-left: 10%;
margin-right: 10%;
}

#s-8d621e3e-d857-49ac-8def-1eb096ff1b18 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-6c53077f-1d1a-4882-8b81-5280d0c749d0 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6c53077f-1d1a-4882-8b81-5280d0c749d0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f674031d-fb10-4078-a0d3-bf4a4aab28c8 {
  text-align: center;
}




  #s-f674031d-fb10-4078-a0d3-bf4a4aab28c8 img.shogun-image {
    
    width: px;
  }


#s-f674031d-fb10-4078-a0d3-bf4a4aab28c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f239bdc-6014-41e1-aeaf-dc6a121022bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f239bdc-6014-41e1-aeaf-dc6a121022bb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e0ff63a1-9020-4306-b68b-a51b7b6c9e45 {
  text-align: center;
}




  #s-e0ff63a1-9020-4306-b68b-a51b7b6c9e45 img.shogun-image {
    
    width: px;
  }


#s-e0ff63a1-9020-4306-b68b-a51b7b6c9e45 .shogun-image-content {
  
    align-items: center;
  
}

#s-75b46c08-5b1d-4f06-a8ee-3b761763b449 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75b46c08-5b1d-4f06-a8ee-3b761763b449 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c24abcea-0c0f-4e59-822b-d594e54a3031 {
  text-align: center;
}




  #s-c24abcea-0c0f-4e59-822b-d594e54a3031 img.shogun-image {
    
    width: px;
  }


#s-c24abcea-0c0f-4e59-822b-d594e54a3031 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3e57b5c-2f0f-4407-b337-ef918126eccb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3e57b5c-2f0f-4407-b337-ef918126eccb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-044897f0-76f3-475e-bf87-7ba44f82f567 {
  text-align: center;
}




  #s-044897f0-76f3-475e-bf87-7ba44f82f567 img.shogun-image {
    
    width: px;
  }


#s-044897f0-76f3-475e-bf87-7ba44f82f567 .shogun-image-content {
  
    align-items: center;
  
}

#s-583b29e5-3fab-47bc-bcad-ca494c04bf4d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-583b29e5-3fab-47bc-bcad-ca494c04bf4d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-359a7a95-f7fa-4bef-bd4c-ef64fb7cc575"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0c4f594f-0352-4a7b-9f37-24810cf898d5 {
  text-align: center;
}




  #s-0c4f594f-0352-4a7b-9f37-24810cf898d5 img.shogun-image {
    
    width: px;
  }


#s-0c4f594f-0352-4a7b-9f37-24810cf898d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ba50e58-0106-4661-9653-c535402bfa68 {
  text-align: center;
}




  #s-4ba50e58-0106-4661-9653-c535402bfa68 img.shogun-image {
    
    width: px;
  }


#s-4ba50e58-0106-4661-9653-c535402bfa68 .shogun-image-content {
  
    align-items: center;
  
}

#s-8aa61b0c-fd93-4cde-8c04-10b9fa498571 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-8aa61b0c-fd93-4cde-8c04-10b9fa498571:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8aa61b0c-fd93-4cde-8c04-10b9fa498571:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-8aa61b0c-fd93-4cde-8c04-10b9fa498571.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-24598948-c673-4867-bf88-a57dfc884e21 {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24598948-c673-4867-bf88-a57dfc884e21 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-da982389-d513-4766-8695-c3d7eb1f5142 {
  margin-left: 10%;
margin-right: 10%;
}

#s-da982389-d513-4766-8695-c3d7eb1f5142 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9d7b03f5-d0db-413b-b4b8-db8a3d4a62c1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-8601035d-4495-44b9-a97d-dc6de14f0693 {
  text-align: center;
}




  #s-8601035d-4495-44b9-a97d-dc6de14f0693 img.shogun-image {
    
    width: px;
  }


#s-8601035d-4495-44b9-a97d-dc6de14f0693 .shogun-image-content {
  
    align-items: center;
  
}

#s-53c0516a-7730-46a8-9f64-678d31d88f14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53c0516a-7730-46a8-9f64-678d31d88f14 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fb5442df-702e-4700-bbee-e03db5774772 {
  text-align: center;
}




  #s-fb5442df-702e-4700-bbee-e03db5774772 img.shogun-image {
    
    width: px;
  }


#s-fb5442df-702e-4700-bbee-e03db5774772 .shogun-image-content {
  
    align-items: center;
  
}

#s-7cbc554d-5497-4228-9929-66c8946cf10e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7cbc554d-5497-4228-9929-66c8946cf10e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f8f5117b-16ff-4e22-95d8-b88545d0845c {
  text-align: center;
}




  #s-f8f5117b-16ff-4e22-95d8-b88545d0845c img.shogun-image {
    
    width: px;
  }


#s-f8f5117b-16ff-4e22-95d8-b88545d0845c .shogun-image-content {
  
    align-items: center;
  
}

#s-427dc0de-7242-4798-adcc-705621f581ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-427dc0de-7242-4798-adcc-705621f581ab .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e53332f6-4e06-431b-82ea-53d0178adef7 {
  text-align: center;
}




  #s-e53332f6-4e06-431b-82ea-53d0178adef7 img.shogun-image {
    
    width: px;
  }


#s-e53332f6-4e06-431b-82ea-53d0178adef7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c420c5c1-ae13-4134-82c4-3a44329ea48e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c420c5c1-ae13-4134-82c4-3a44329ea48e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8c479d98-7467-4c00-9882-ad7a7397f538 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8c479d98-7467-4c00-9882-ad7a7397f538"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-843e791e-c6f1-4a1e-af01-642de655f13c {
  text-align: center;
}




  #s-843e791e-c6f1-4a1e-af01-642de655f13c img.shogun-image {
    
    width: px;
  }


#s-843e791e-c6f1-4a1e-af01-642de655f13c .shogun-image-content {
  
    align-items: center;
  
}

#s-1d713661-b927-43a5-886c-2de4a2d565d4 {
  text-align: center;
}




  #s-1d713661-b927-43a5-886c-2de4a2d565d4 img.shogun-image {
    
    width: px;
  }


#s-1d713661-b927-43a5-886c-2de4a2d565d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6348239-e004-4a58-83de-ac63c707dd32 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-c6348239-e004-4a58-83de-ac63c707dd32:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c6348239-e004-4a58-83de-ac63c707dd32:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-c6348239-e004-4a58-83de-ac63c707dd32.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-81532a06-b97a-4bd8-8fc3-dd39f870a986 {
  margin-top: 100px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81532a06-b97a-4bd8-8fc3-dd39f870a986 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-107adc69-6f9e-49e6-b300-edebab70b126 {
  margin-left: 10%;
margin-right: 10%;
}

#s-107adc69-6f9e-49e6-b300-edebab70b126 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-e03285c8-9476-4693-906f-5cfa3c255706 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 768px) {
[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e03285c8-9476-4693-906f-5cfa3c255706"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-3e336e69-a6e9-458e-be9a-27d9b81fa3e6 {
  text-align: center;
}




  #s-3e336e69-a6e9-458e-be9a-27d9b81fa3e6 img.shogun-image {
    
    width: px;
  }


#s-3e336e69-a6e9-458e-be9a-27d9b81fa3e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbf4a23a-eb85-4ff2-9eec-030a51430e5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbf4a23a-eb85-4ff2-9eec-030a51430e5c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cd138bad-a647-414c-bbcc-f566bae289fa {
  text-align: center;
}




  #s-cd138bad-a647-414c-bbcc-f566bae289fa img.shogun-image {
    
    width: px;
  }


#s-cd138bad-a647-414c-bbcc-f566bae289fa .shogun-image-content {
  
    align-items: center;
  
}

#s-5dd50237-c82a-494e-afef-4a9cef2d1bf8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5dd50237-c82a-494e-afef-4a9cef2d1bf8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dbc1bce8-dac9-4df4-975e-5b0a17a609cc {
  text-align: center;
}




  #s-dbc1bce8-dac9-4df4-975e-5b0a17a609cc img.shogun-image {
    
    width: px;
  }


#s-dbc1bce8-dac9-4df4-975e-5b0a17a609cc .shogun-image-content {
  
    align-items: center;
  
}

#s-e85f8109-805a-4336-b671-29b1e40241f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e85f8109-805a-4336-b671-29b1e40241f9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0e41d96b-8a18-4bb2-b6b3-4ef811ea22df {
  text-align: center;
}




  #s-0e41d96b-8a18-4bb2-b6b3-4ef811ea22df img.shogun-image {
    
    width: px;
  }


#s-0e41d96b-8a18-4bb2-b6b3-4ef811ea22df .shogun-image-content {
  
    align-items: center;
  
}

#s-d3b052f9-112a-4040-bb3d-89c9644bf691 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3b052f9-112a-4040-bb3d-89c9644bf691 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c9d8f8f8-2f27-4734-9e53-c1f524431315 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c9d8f8f8-2f27-4734-9e53-c1f524431315"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-49cca799-2e77-4632-9489-ae6b4adf1ac6 {
  text-align: center;
}




  #s-49cca799-2e77-4632-9489-ae6b4adf1ac6 img.shogun-image {
    
    width: px;
  }


#s-49cca799-2e77-4632-9489-ae6b4adf1ac6 .shogun-image-content {
  
    align-items: center;
  
}

#s-4eed2bfa-4380-4054-8c70-fc168e8ff907 {
  text-align: center;
}




  #s-4eed2bfa-4380-4054-8c70-fc168e8ff907 img.shogun-image {
    
    width: px;
  }


#s-4eed2bfa-4380-4054-8c70-fc168e8ff907 .shogun-image-content {
  
    align-items: center;
  
}

#s-dbcf54c0-4caa-40a3-a169-b7c4384d50d2 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-dbcf54c0-4caa-40a3-a169-b7c4384d50d2:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-dbcf54c0-4caa-40a3-a169-b7c4384d50d2:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-dbcf54c0-4caa-40a3-a169-b7c4384d50d2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  inline-block ;
}

#s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f {
  margin-top: 80px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.333333333333334px);
}

[id="s-ad5f30e3-ad6a-4f01-b14b-7af09ea76a5f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.333333333333334px);
}

}

#s-1d820f7f-d090-4857-87d5-375a5f44d0f9 {
  text-align: center;
}




  #s-1d820f7f-d090-4857-87d5-375a5f44d0f9 img.shogun-image {
    
    width: px;
  }


#s-1d820f7f-d090-4857-87d5-375a5f44d0f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-90b43b92-03f9-4c40-b56a-781fb11110b4 {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-90b43b92-03f9-4c40-b56a-781fb11110b4:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-90b43b92-03f9-4c40-b56a-781fb11110b4:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-90b43b92-03f9-4c40-b56a-781fb11110b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-af650e2e-2a84-41ce-8a16-fe9de656db53 {
  text-align: center;
}




  #s-af650e2e-2a84-41ce-8a16-fe9de656db53 img.shogun-image {
    
    width: px;
  }


#s-af650e2e-2a84-41ce-8a16-fe9de656db53 .shogun-image-content {
  
    align-items: center;
  
}

#s-181f4515-b3e2-47e4-bbff-2cdf56c4c81f {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-181f4515-b3e2-47e4-bbff-2cdf56c4c81f:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-181f4515-b3e2-47e4-bbff-2cdf56c4c81f:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-181f4515-b3e2-47e4-bbff-2cdf56c4c81f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-7480c0d4-f7d0-4580-aa95-912fac2dae56 {
  text-align: center;
}




  #s-7480c0d4-f7d0-4580-aa95-912fac2dae56 img.shogun-image {
    
    width: px;
  }


#s-7480c0d4-f7d0-4580-aa95-912fac2dae56 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c6d7956-5473-4bca-8faa-67fd768fa11e {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-5c6d7956-5473-4bca-8faa-67fd768fa11e:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5c6d7956-5473-4bca-8faa-67fd768fa11e:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-5c6d7956-5473-4bca-8faa-67fd768fa11e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-8aa29d40-3df6-420f-a0e9-6c82d772232f {
  text-align: center;
}




  #s-8aa29d40-3df6-420f-a0e9-6c82d772232f img.shogun-image {
    
    width: px;
  }


#s-8aa29d40-3df6-420f-a0e9-6c82d772232f .shogun-image-content {
  
    align-items: center;
  
}

#s-3241b0bb-052b-4f81-a744-9fb6e5e0282f {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-3241b0bb-052b-4f81-a744-9fb6e5e0282f:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3241b0bb-052b-4f81-a744-9fb6e5e0282f:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-3241b0bb-052b-4f81-a744-9fb6e5e0282f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-6153510c-8f86-4ada-bf98-ea07a763bccf {
  text-align: center;
}




  #s-6153510c-8f86-4ada-bf98-ea07a763bccf img.shogun-image {
    
    width: px;
  }


#s-6153510c-8f86-4ada-bf98-ea07a763bccf .shogun-image-content {
  
    align-items: center;
  
}

#s-90e06135-1b07-4d46-a72c-9bf9557e220a {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-90e06135-1b07-4d46-a72c-9bf9557e220a:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-90e06135-1b07-4d46-a72c-9bf9557e220a:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-90e06135-1b07-4d46-a72c-9bf9557e220a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-8c9fc17a-f3c6-432c-b620-33cbf8255a55 {
  text-align: center;
}




  #s-8c9fc17a-f3c6-432c-b620-33cbf8255a55 img.shogun-image {
    
    width: px;
  }


#s-8c9fc17a-f3c6-432c-b620-33cbf8255a55 .shogun-image-content {
  
    align-items: center;
  
}

#s-843ffcc1-1b87-476e-83e7-234516c0053b {
  border-style: solid;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-843ffcc1-1b87-476e-83e7-234516c0053b:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-843ffcc1-1b87-476e-83e7-234516c0053b:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-843ffcc1-1b87-476e-83e7-234516c0053b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-c67dd31a-4245-4417-a391-f601e2d6a1e1 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
text-align: center;
}




  #s-c67dd31a-4245-4417-a391-f601e2d6a1e1 img.shogun-image {
    
    width: px;
  }


#s-c67dd31a-4245-4417-a391-f601e2d6a1e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e232759-c4ab-468d-900a-c927de71e19f {
  padding-top: 15px;
padding-bottom: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7e232759-c4ab-468d-900a-c927de71e19f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e232759-c4ab-468d-900a-c927de71e19f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2b65a553-dc8b-4591-8bc3-9ab869b991ff {
  margin-top: 40px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b65a553-dc8b-4591-8bc3-9ab869b991ff .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-7cdb77e3-661c-451b-9a81-6bf251214f95 {
  margin-left: 10%;
margin-right: 10%;
}

#s-7cdb77e3-661c-451b-9a81-6bf251214f95 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-eec02966-8b93-4d96-86dd-f71f0659555c {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-eec02966-8b93-4d96-86dd-f71f0659555c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-c27cf7d9-7e3f-45e0-b697-ae00c970dcae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-68b6b966-05ad-493a-a8ec-c5bc3b05ea67 {
  text-align: center;
}




  #s-68b6b966-05ad-493a-a8ec-c5bc3b05ea67 img.shogun-image {
    
    width: px;
  }


#s-68b6b966-05ad-493a-a8ec-c5bc3b05ea67 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7a70e7a-de72-4929-b846-526a14414cf3 {
  text-align: center;
}




  #s-f7a70e7a-de72-4929-b846-526a14414cf3 img.shogun-image {
    
    width: px;
  }


#s-f7a70e7a-de72-4929-b846-526a14414cf3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e1364249-38b5-433a-a24d-7eef6c9f8622 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e1364249-38b5-433a-a24d-7eef6c9f8622"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-f4e7a4e5-a967-4bdc-a129-537e7bd0d1c1 {
  text-align: center;
}




  #s-f4e7a4e5-a967-4bdc-a129-537e7bd0d1c1 img.shogun-image {
    
    width: px;
  }


#s-f4e7a4e5-a967-4bdc-a129-537e7bd0d1c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-4cd0b280-d0f3-43ae-8906-98675d282cf6 {
  text-align: center;
}




  #s-4cd0b280-d0f3-43ae-8906-98675d282cf6 img.shogun-image {
    
    width: px;
  }


#s-4cd0b280-d0f3-43ae-8906-98675d282cf6 .shogun-image-content {
  
    align-items: center;
  
}

#s-68c3b886-9182-4405-bc08-ea92e26cef3e {
  min-height: 50px;
background-color: rgba(252, 234, 199, 0.78);
}








#s-68c3b886-9182-4405-bc08-ea92e26cef3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68c3b886-9182-4405-bc08-ea92e26cef3e.shg-box.shg-c {
  justify-content: center;
}

#s-afbd5563-fe4a-4a8e-adf3-6806738bd19a {
  margin-top: 30px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-afbd5563-fe4a-4a8e-adf3-6806738bd19a .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-8d3b9ced-bffb-4348-8c96-fbd6074ebbd6 {
  margin-left: 10%;
margin-right: 10%;
}

#s-8d3b9ced-bffb-4348-8c96-fbd6074ebbd6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-128946ab-dda7-40d6-a5ed-ee4ca659757d {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-128946ab-dda7-40d6-a5ed-ee4ca659757d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-3c79ea7d-65a8-4081-809a-67ec39b66b8e {
  text-align: center;
}




  #s-3c79ea7d-65a8-4081-809a-67ec39b66b8e img.shogun-image {
    
    width: px;
  }


#s-3c79ea7d-65a8-4081-809a-67ec39b66b8e .shogun-image-content {
  
    align-items: center;
  
}

#s-efbc88ee-c09c-495a-8c9c-95c83b3226df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efbc88ee-c09c-495a-8c9c-95c83b3226df .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b5141e19-3249-494a-92b0-51064fb7d24e {
  margin-top: 10px;
text-align: center;
}




  #s-b5141e19-3249-494a-92b0-51064fb7d24e img.shogun-image {
    
    width: px;
  }


#s-b5141e19-3249-494a-92b0-51064fb7d24e .shogun-image-content {
  
    align-items: center;
  
}

#s-bd5e12fc-0f74-48ee-bced-4f5beff26151 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd5e12fc-0f74-48ee-bced-4f5beff26151 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f631faa7-ca7f-4432-9d1d-ebb0691f2081 {
  text-align: center;
}




  #s-f631faa7-ca7f-4432-9d1d-ebb0691f2081 img.shogun-image {
    
    width: px;
  }


#s-f631faa7-ca7f-4432-9d1d-ebb0691f2081 .shogun-image-content {
  
    align-items: center;
  
}

#s-b74f3902-f1d9-4623-97ac-51f655252b13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b74f3902-f1d9-4623-97ac-51f655252b13 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5c2ed41f-ac2c-4055-bad7-5a14d0910632 {
  margin-top: 10px;
text-align: center;
}




  #s-5c2ed41f-ac2c-4055-bad7-5a14d0910632 img.shogun-image {
    
    width: px;
  }


#s-5c2ed41f-ac2c-4055-bad7-5a14d0910632 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f805962-66dd-4ef8-a0ff-3f4add2ef5c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f805962-66dd-4ef8-a0ff-3f4add2ef5c8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3259a7b1-0c22-4e6c-adc1-a48468b9b4fe {
  border-style: solid;
margin-top: 30px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-3259a7b1-0c22-4e6c-adc1-a48468b9b4fe:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3259a7b1-0c22-4e6c-adc1-a48468b9b4fe:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-3259a7b1-0c22-4e6c-adc1-a48468b9b4fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-8e87a19b-2e97-4bfe-85f1-2489f3b0f25c {
  margin-top: 40px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e87a19b-2e97-4bfe-85f1-2489f3b0f25c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-8098570f-1bd6-46c5-9551-e0be591ec0b6 {
  margin-left: 10%;
margin-right: 10%;
}

#s-8098570f-1bd6-46c5-9551-e0be591ec0b6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-b009ea5e-3153-4d62-b467-437318941f7a {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b009ea5e-3153-4d62-b467-437318941f7a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-ec915354-f16c-474a-8505-5b41f79d7775 {
  text-align: center;
}




  #s-ec915354-f16c-474a-8505-5b41f79d7775 img.shogun-image {
    
    width: px;
  }


#s-ec915354-f16c-474a-8505-5b41f79d7775 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6dfc738-8748-4801-8d92-3c7fc51c300c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6dfc738-8748-4801-8d92-3c7fc51c300c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d69fd3d2-f5b1-4049-8362-d0306a55dc38 {
  margin-top: 10px;
text-align: center;
}




  #s-d69fd3d2-f5b1-4049-8362-d0306a55dc38 img.shogun-image {
    
    width: px;
  }


#s-d69fd3d2-f5b1-4049-8362-d0306a55dc38 .shogun-image-content {
  
    align-items: center;
  
}

#s-42e41b4c-770c-401f-8f11-c3998babbd5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42e41b4c-770c-401f-8f11-c3998babbd5f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3d3403f1-9ac1-4068-9e52-aa59215eac29 {
  text-align: center;
}




  #s-3d3403f1-9ac1-4068-9e52-aa59215eac29 img.shogun-image {
    
    width: px;
  }


#s-3d3403f1-9ac1-4068-9e52-aa59215eac29 .shogun-image-content {
  
    align-items: center;
  
}

#s-764a8344-9a33-4b73-81da-50d2cf29d3a8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-764a8344-9a33-4b73-81da-50d2cf29d3a8 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-946013e4-a61b-4710-84f1-89ffb9f957a7 {
  margin-top: 10px;
text-align: center;
}




  #s-946013e4-a61b-4710-84f1-89ffb9f957a7 img.shogun-image {
    
    width: px;
  }


#s-946013e4-a61b-4710-84f1-89ffb9f957a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9593152-494d-4cf9-9b14-859efaf3dac7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9593152-494d-4cf9-9b14-859efaf3dac7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-30d330da-e4e8-4d2b-aaa5-f8c902ffdf24 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-30d330da-e4e8-4d2b-aaa5-f8c902ffdf24:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-30d330da-e4e8-4d2b-aaa5-f8c902ffdf24:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-30d330da-e4e8-4d2b-aaa5-f8c902ffdf24.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-c251396a-cdde-4be9-873c-47eb1b80d8d0 {
  margin-top: 50px;
margin-bottom: 20px;
text-align: center;
}




  #s-c251396a-cdde-4be9-873c-47eb1b80d8d0 img.shogun-image {
    
    width: px;
  }


#s-c251396a-cdde-4be9-873c-47eb1b80d8d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-febf132c-2f06-4728-b5cb-a555b12356d5 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
text-align: center;
}




  #s-febf132c-2f06-4728-b5cb-a555b12356d5 img.shogun-image {
    
    width: px;
  }


#s-febf132c-2f06-4728-b5cb-a555b12356d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8cec6b68-0ca1-44b3-ab82-f202fde94534 {
  min-height: 50px;
background-color: rgba(246, 196, 207, 0.42);
}








#s-8cec6b68-0ca1-44b3-ab82-f202fde94534 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cec6b68-0ca1-44b3-ab82-f202fde94534.shg-box.shg-c {
  justify-content: center;
}

#s-671bf39c-a328-4890-bfaf-09d856567d03 {
  margin-top: 40px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-671bf39c-a328-4890-bfaf-09d856567d03 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-1787bfa6-4d78-46c1-a1bb-44119679d7d2 {
  margin-left: 10%;
margin-right: 10%;
}

#s-1787bfa6-4d78-46c1-a1bb-44119679d7d2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-be9ff5ae-26c1-412f-9380-f95d8e68bc61 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-be9ff5ae-26c1-412f-9380-f95d8e68bc61"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-f8ef9ee3-1574-46f1-a1ad-a7f71acdea0c {
  text-align: center;
}




  #s-f8ef9ee3-1574-46f1-a1ad-a7f71acdea0c img.shogun-image {
    
    width: px;
  }


#s-f8ef9ee3-1574-46f1-a1ad-a7f71acdea0c .shogun-image-content {
  
    align-items: center;
  
}

#s-acd526b5-5e77-4cb3-9d20-76a6161d03b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-acd526b5-5e77-4cb3-9d20-76a6161d03b0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cc3f6848-84fc-45d0-9517-2fc80c4138b0 {
  margin-top: 10px;
text-align: center;
}




  #s-cc3f6848-84fc-45d0-9517-2fc80c4138b0 img.shogun-image {
    
    width: px;
  }


#s-cc3f6848-84fc-45d0-9517-2fc80c4138b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5388d98-8166-430f-be61-096a98574b59 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5388d98-8166-430f-be61-096a98574b59 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ad96b9e0-b49d-4a4d-87f5-e7810d3b343e {
  text-align: center;
}




  #s-ad96b9e0-b49d-4a4d-87f5-e7810d3b343e img.shogun-image {
    
    width: px;
  }


#s-ad96b9e0-b49d-4a4d-87f5-e7810d3b343e .shogun-image-content {
  
    align-items: center;
  
}

#s-ffaeb386-1c21-40ea-bf97-7e160c42abca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ffaeb386-1c21-40ea-bf97-7e160c42abca .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4d805a6e-3665-4b98-aea1-cf5c1d26155d {
  margin-top: 10px;
text-align: center;
}




  #s-4d805a6e-3665-4b98-aea1-cf5c1d26155d img.shogun-image {
    
    width: px;
  }


#s-4d805a6e-3665-4b98-aea1-cf5c1d26155d .shogun-image-content {
  
    align-items: center;
  
}

#s-3ae186bf-676f-448e-aa0b-cc613e3fd690 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ae186bf-676f-448e-aa0b-cc613e3fd690 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3ec9deaa-6e08-4b85-b932-dc3cd0bc8bbc {
  border-style: solid;
margin-top: 30px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-3ec9deaa-6e08-4b85-b932-dc3cd0bc8bbc:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3ec9deaa-6e08-4b85-b932-dc3cd0bc8bbc:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-3ec9deaa-6e08-4b85-b932-dc3cd0bc8bbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-837a4b70-beda-46ea-bfa9-c57f2f3edbfb {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
text-align: center;
}




  #s-837a4b70-beda-46ea-bfa9-c57f2f3edbfb img.shogun-image {
    
    width: px;
  }


#s-837a4b70-beda-46ea-bfa9-c57f2f3edbfb .shogun-image-content {
  
    align-items: center;
  
}

#s-1c619788-3d45-4563-8ad1-206fff0e6aec {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1c619788-3d45-4563-8ad1-206fff0e6aec"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-375fd096-9f85-43ae-bb08-dc38f7fd7188 {
  text-align: center;
}




  #s-375fd096-9f85-43ae-bb08-dc38f7fd7188 img.shogun-image {
    
    width: px;
  }


#s-375fd096-9f85-43ae-bb08-dc38f7fd7188 .shogun-image-content {
  
    align-items: center;
  
}

#s-20cf153d-b109-433f-83cd-494921ca087d {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}




  #s-20cf153d-b109-433f-83cd-494921ca087d img.shogun-image {
    
    width: px;
  }


#s-20cf153d-b109-433f-83cd-494921ca087d .shogun-image-content {
  
    align-items: center;
  
}

#s-f8c85485-e999-4d88-be38-5fb3396c2449 {
  margin-top: 30px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8c85485-e999-4d88-be38-5fb3396c2449 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-10f57d19-87c7-46aa-a288-a195fb455d47 {
  margin-left: 10%;
margin-right: 10%;
}

#s-10f57d19-87c7-46aa-a288-a195fb455d47 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-e4fe2d33-b48e-4337-a3d4-f26e2440ae72"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-766fb9e9-32f6-42b7-97ee-d6dc457982b2 {
  text-align: center;
}




  #s-766fb9e9-32f6-42b7-97ee-d6dc457982b2 img.shogun-image {
    
    width: px;
  }


#s-766fb9e9-32f6-42b7-97ee-d6dc457982b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-101aef62-5c7a-45b1-a835-5e12b0efdb6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-101aef62-5c7a-45b1-a835-5e12b0efdb6d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-36c183f1-c5f4-4978-9273-7c77cd99fcbd {
  margin-top: 10px;
text-align: center;
}




  #s-36c183f1-c5f4-4978-9273-7c77cd99fcbd img.shogun-image {
    
    width: px;
  }


#s-36c183f1-c5f4-4978-9273-7c77cd99fcbd .shogun-image-content {
  
    align-items: center;
  
}

#s-3ec8234d-ab76-4d85-82a5-926aaea250d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ec8234d-ab76-4d85-82a5-926aaea250d1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ebc6d5f7-62bd-431d-a170-2f3d3b3c0de3 {
  text-align: center;
}




  #s-ebc6d5f7-62bd-431d-a170-2f3d3b3c0de3 img.shogun-image {
    
    width: px;
  }


#s-ebc6d5f7-62bd-431d-a170-2f3d3b3c0de3 .shogun-image-content {
  
    align-items: center;
  
}

#s-93000951-99c7-47ba-a70f-d755bc478bb1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93000951-99c7-47ba-a70f-d755bc478bb1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8662d72d-58e2-4986-b9fc-1ad02aa3c563 {
  margin-top: 10px;
text-align: center;
}




  #s-8662d72d-58e2-4986-b9fc-1ad02aa3c563 img.shogun-image {
    
    width: px;
  }


#s-8662d72d-58e2-4986-b9fc-1ad02aa3c563 .shogun-image-content {
  
    align-items: center;
  
}

#s-acb0381b-e12b-43a7-afa6-1d4804072696 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-acb0381b-e12b-43a7-afa6-1d4804072696 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-70a64ec5-3dd6-4413-af4e-8bc4d19966cb {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-70a64ec5-3dd6-4413-af4e-8bc4d19966cb:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-70a64ec5-3dd6-4413-af4e-8bc4d19966cb:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-70a64ec5-3dd6-4413-af4e-8bc4d19966cb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-f79bc462-93c4-40e9-ab91-2e2cfe6ec461 {
  min-height: 50px;
background-color: rgba(252, 234, 199, 0.78);
}








#s-f79bc462-93c4-40e9-ab91-2e2cfe6ec461 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f79bc462-93c4-40e9-ab91-2e2cfe6ec461.shg-box.shg-c {
  justify-content: center;
}

#s-bda315cf-9ea6-4acf-8f40-a24f52c68747 {
  margin-top: 40px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bda315cf-9ea6-4acf-8f40-a24f52c68747 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-55667186-91c4-4195-9bf9-52bce7eadef1 {
  margin-left: 10%;
margin-right: 10%;
}

#s-55667186-91c4-4195-9bf9-52bce7eadef1 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-6347a2a9-243b-4c29-8da4-6a6cf16abf71 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-6347a2a9-243b-4c29-8da4-6a6cf16abf71"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-80fc80ae-85df-49b0-a4a7-3d0d6d8ea936 {
  text-align: center;
}




  #s-80fc80ae-85df-49b0-a4a7-3d0d6d8ea936 img.shogun-image {
    
    width: px;
  }


#s-80fc80ae-85df-49b0-a4a7-3d0d6d8ea936 .shogun-image-content {
  
    align-items: center;
  
}

#s-4103c6ee-8b76-45b7-ab60-3405125d78c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4103c6ee-8b76-45b7-ab60-3405125d78c6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-54a92f27-2dae-4609-9e03-47c92d3c7d37 {
  margin-top: 10px;
text-align: center;
}




  #s-54a92f27-2dae-4609-9e03-47c92d3c7d37 img.shogun-image {
    
    width: px;
  }


#s-54a92f27-2dae-4609-9e03-47c92d3c7d37 .shogun-image-content {
  
    align-items: center;
  
}

#s-1eb4c9d5-455e-4e04-8f68-9d44ed638716 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1eb4c9d5-455e-4e04-8f68-9d44ed638716 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cd576b70-6475-4eea-906a-ff625207a381 {
  text-align: center;
}




  #s-cd576b70-6475-4eea-906a-ff625207a381 img.shogun-image {
    
    width: px;
  }


#s-cd576b70-6475-4eea-906a-ff625207a381 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf27906a-b4d2-47d8-be43-c03780ba6187 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf27906a-b4d2-47d8-be43-c03780ba6187 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9f54a2fe-4379-412d-b1bc-b1369f387008 {
  margin-top: 10px;
text-align: center;
}




  #s-9f54a2fe-4379-412d-b1bc-b1369f387008 img.shogun-image {
    
    width: px;
  }


#s-9f54a2fe-4379-412d-b1bc-b1369f387008 .shogun-image-content {
  
    align-items: center;
  
}

#s-1eb294bd-0993-451e-a58b-8d6e89101c74 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1eb294bd-0993-451e-a58b-8d6e89101c74 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b15c9575-0dd6-40e1-9618-d7b543875c72 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b15c9575-0dd6-40e1-9618-d7b543875c72:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b15c9575-0dd6-40e1-9618-d7b543875c72:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-b15c9575-0dd6-40e1-9618-d7b543875c72.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-8ace4f8f-29bd-4928-862e-7939cf480bc3 {
  margin-top: 30px;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ace4f8f-29bd-4928-862e-7939cf480bc3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: "Fira Sans";
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: 3px;
  text-align: center;
}



#s-f49d23a6-a9fd-46ff-b2d9-78f6ae2fa013 {
  margin-left: 10%;
margin-right: 10%;
}

#s-f49d23a6-a9fd-46ff-b2d9-78f6ae2fa013 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(0, 0, 0, 1);
}

#s-07b8dd96-f891-4b0f-ae70-3fd134643295 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-07b8dd96-f891-4b0f-ae70-3fd134643295"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-85ce9f06-d7ad-4241-91ef-9f9528fa79f8 {
  text-align: center;
}




  #s-85ce9f06-d7ad-4241-91ef-9f9528fa79f8 img.shogun-image {
    
    width: px;
  }


#s-85ce9f06-d7ad-4241-91ef-9f9528fa79f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6f6f9d5-8c23-4b6b-8d1b-16c2b3e31742 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6f6f9d5-8c23-4b6b-8d1b-16c2b3e31742 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9111f7b9-34a2-4cca-8e7c-23d56c351f68 {
  margin-top: 10px;
text-align: center;
}




  #s-9111f7b9-34a2-4cca-8e7c-23d56c351f68 img.shogun-image {
    
    width: px;
  }


#s-9111f7b9-34a2-4cca-8e7c-23d56c351f68 .shogun-image-content {
  
    align-items: center;
  
}

#s-9369fa6e-f106-42ae-8976-74f803a0d4e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9369fa6e-f106-42ae-8976-74f803a0d4e6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-549207b6-8d88-4015-9db7-56eb58dc3aae {
  text-align: center;
}




  #s-549207b6-8d88-4015-9db7-56eb58dc3aae img.shogun-image {
    
    width: px;
  }


#s-549207b6-8d88-4015-9db7-56eb58dc3aae .shogun-image-content {
  
    align-items: center;
  
}

#s-3175e482-5830-48f2-a8df-461003de0866 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3175e482-5830-48f2-a8df-461003de0866 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9bdbc3de-ec9f-4fd9-84cd-a8883fa106a9 {
  margin-top: 10px;
text-align: center;
}




  #s-9bdbc3de-ec9f-4fd9-84cd-a8883fa106a9 img.shogun-image {
    
    width: px;
  }


#s-9bdbc3de-ec9f-4fd9-84cd-a8883fa106a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6b5b3ab-af06-4bab-89ed-3ebe66ae7b43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6b5b3ab-af06-4bab-89ed-3ebe66ae7b43 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9f67e39b-f95b-43bf-ae68-796e27d69031 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-9f67e39b-f95b-43bf-ae68-796e27d69031:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9f67e39b-f95b-43bf-ae68-796e27d69031:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}


#s-9f67e39b-f95b-43bf-ae68-796e27d69031.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 600;
  
  font-family: Spartan;
  display:  block ;
}

#s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-12065b9f-1f96-4ce2-a89f-46f1f216b2c4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-e0217c48-b6cb-4b0e-9cb7-54063b5fbf74 {
  text-align: center;
}




  #s-e0217c48-b6cb-4b0e-9cb7-54063b5fbf74 img.shogun-image {
    
    width: px;
  }


#s-e0217c48-b6cb-4b0e-9cb7-54063b5fbf74 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b2d5fee-f53d-43d4-8e42-79cbd6dd0ac5 {
  text-align: center;
}




  #s-5b2d5fee-f53d-43d4-8e42-79cbd6dd0ac5 img.shogun-image {
    
    width: px;
  }


#s-5b2d5fee-f53d-43d4-8e42-79cbd6dd0ac5 .shogun-image-content {
  
    align-items: center;
  
}

#s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-a95ab48f-3c13-446f-9a6d-b2c1eec2bf02"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-283d69f6-d98a-40e2-b53c-bc0a2da682d3 {
  text-align: center;
}




  #s-283d69f6-d98a-40e2-b53c-bc0a2da682d3 img.shogun-image {
    
    width: px;
  }


#s-283d69f6-d98a-40e2-b53c-bc0a2da682d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-25b5eeff-0626-4560-8579-f37bc2138767 {
  text-align: center;
}




  #s-25b5eeff-0626-4560-8579-f37bc2138767 img.shogun-image {
    
    width: px;
  }


#s-25b5eeff-0626-4560-8579-f37bc2138767 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -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;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
