.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

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

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

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

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

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

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

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

#s-52e314f2-1a77-41ee-a1ce-475821d7c3cf {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-52e314f2-1a77-41ee-a1ce-475821d7c3cf {
  display: none;
}
#s-52e314f2-1a77-41ee-a1ce-475821d7c3cf, #wrap-s-52e314f2-1a77-41ee-a1ce-475821d7c3cf { display:none !important; }}@media (max-width: 767px){#s-52e314f2-1a77-41ee-a1ce-475821d7c3cf {
  display: none;
}
#s-52e314f2-1a77-41ee-a1ce-475821d7c3cf, #wrap-s-52e314f2-1a77-41ee-a1ce-475821d7c3cf { display:none !important; }}







#s-52e314f2-1a77-41ee-a1ce-475821d7c3cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52e314f2-1a77-41ee-a1ce-475821d7c3cf {
  cursor: pointer;
}#s-52e314f2-1a77-41ee-a1ce-475821d7c3cf.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

.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: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-b1422193-eaaf-47de-8cb7-6e0a5e9fcd65 {
  margin-top: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b1422193-eaaf-47de-8cb7-6e0a5e9fcd65 {
  display: none;
}
#s-b1422193-eaaf-47de-8cb7-6e0a5e9fcd65, #wrap-s-b1422193-eaaf-47de-8cb7-6e0a5e9fcd65 { display:none !important; }}@media (max-width: 767px){#s-b1422193-eaaf-47de-8cb7-6e0a5e9fcd65 {
  display: none;
}
#s-b1422193-eaaf-47de-8cb7-6e0a5e9fcd65, #wrap-s-b1422193-eaaf-47de-8cb7-6e0a5e9fcd65 { display:none !important; }}




#s-b1422193-eaaf-47de-8cb7-6e0a5e9fcd65 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: 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;
}

.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-cb8ed9c2-c652-40f0-bf21-dde52af7bee0 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
text-align: center;
}

#s-cb8ed9c2-c652-40f0-bf21-dde52af7bee0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 60px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4f7fb9ea-09c2-44aa-b70c-6f64d36d4ef0 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-4f7fb9ea-09c2-44aa-b70c-6f64d36d4ef0 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d2771092-e1c9-473a-8c0d-0d920083eb6d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-d2771092-e1c9-473a-8c0d-0d920083eb6d {
  display: none;
}
#s-d2771092-e1c9-473a-8c0d-0d920083eb6d, #wrap-s-d2771092-e1c9-473a-8c0d-0d920083eb6d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2771092-e1c9-473a-8c0d-0d920083eb6d {
  display: none;
}
#s-d2771092-e1c9-473a-8c0d-0d920083eb6d, #wrap-s-d2771092-e1c9-473a-8c0d-0d920083eb6d { display:none !important; }}







#s-d2771092-e1c9-473a-8c0d-0d920083eb6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2771092-e1c9-473a-8c0d-0d920083eb6d.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-0086eb2c-4070-4586-95d4-182c40733af7 {
  margin-top: 0px;
margin-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-0086eb2c-4070-4586-95d4-182c40733af7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0086eb2c-4070-4586-95d4-182c40733af7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0086eb2c-4070-4586-95d4-182c40733af7 {
  
}
}@media (max-width: 767px){#s-0086eb2c-4070-4586-95d4-182c40733af7 {
  
}
}



  #s-0086eb2c-4070-4586-95d4-182c40733af7 img.shogun-image {
    
    width: px;
  }


#s-0086eb2c-4070-4586-95d4-182c40733af7 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-eece535e-dad2-49ee-85ba-a4da622b3f3f {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-eece535e-dad2-49ee-85ba-a4da622b3f3f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-efc3edba-813e-4132-9b88-265263ed4c68 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-efc3edba-813e-4132-9b88-265263ed4c68 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fabab866-468b-43ec-b2fb-01193194b60b hr {
  border: 0;
  width: 100%;
  border-top: 30px solid rgba(255, 255, 255, 0);
}

#s-299dca9e-1eeb-486a-adc3-d09c8ff2cb81 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-299dca9e-1eeb-486a-adc3-d09c8ff2cb81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-299dca9e-1eeb-486a-adc3-d09c8ff2cb81.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-ce99c4f1-d265-4871-8cf4-1741b950c260 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 00px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(206, 42, 55, 1);
text-align: center;
}

#s-ce99c4f1-d265-4871-8cf4-1741b950c260 .shogun-heading-component h2 {
  color: rgba(206, 42, 55, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-913479db-26c2-4f4e-ba4f-82b4f7aa84a5 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 20px;
}

.shg-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
   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-6e094f63-3063-4a88-b811-9f9f6cc0e552 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6e094f63-3063-4a88-b811-9f9f6cc0e552"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-e536a3ee-0b1d-4fe2-be13-8dded2406311 {
  text-align: center;
}




  #s-e536a3ee-0b1d-4fe2-be13-8dded2406311 img.shogun-image {
    
    width: px;
  }


#s-e536a3ee-0b1d-4fe2-be13-8dded2406311 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-553bfb95-8052-47ce-acdf-96c5eefff936 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-553bfb95-8052-47ce-acdf-96c5eefff936 .shogun-heading-component h3 {
  color: rgba(206, 42, 55, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a2313006-8099-4b48-b97d-53fdcba90b35 {
  text-align: center;
}




  #s-a2313006-8099-4b48-b97d-53fdcba90b35 img.shogun-image {
    
    width: px;
  }


#s-a2313006-8099-4b48-b97d-53fdcba90b35 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d66212b8-3aba-44e3-8ea1-2ccd41040741 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d66212b8-3aba-44e3-8ea1-2ccd41040741 .shogun-heading-component h3 {
  color: rgba(0, 69, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1e963965-61bc-468a-a332-cb466d347f54 {
  text-align: center;
}




  #s-1e963965-61bc-468a-a332-cb466d347f54 img.shogun-image {
    
    width: px;
  }


#s-1e963965-61bc-468a-a332-cb466d347f54 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-13b6eb9e-5b51-47f6-b77b-bbbc8d02e0e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-13b6eb9e-5b51-47f6-b77b-bbbc8d02e0e7 .shogun-heading-component h3 {
  color: rgba(206, 42, 55, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-792778b9-6db5-4e68-be9b-14b85abf8bb0 {
  text-align: center;
}




  #s-792778b9-6db5-4e68-be9b-14b85abf8bb0 img.shogun-image {
    
    width: px;
  }


#s-792778b9-6db5-4e68-be9b-14b85abf8bb0 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-bc1dcc90-7f11-4216-a08f-dcb16f6337ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bc1dcc90-7f11-4216-a08f-dcb16f6337ae .shogun-heading-component h3 {
  color: rgba(0, 69, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2d0b94bb-d154-4199-a3df-23b49f274b50 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-35b99b83-833e-4c41-801a-dd4d9b8fbc9f hr {
  border: 0;
  width: 100%;
  border-top: 10px solid rgba(255, 255, 255, 0);
}

#s-4a47bd05-e644-4e2d-87b4-010c35b4cd83 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4a47bd05-e644-4e2d-87b4-010c35b4cd83 {
  
}
}@media (max-width: 767px){#s-4a47bd05-e644-4e2d-87b4-010c35b4cd83 {
  
}
}







#s-4a47bd05-e644-4e2d-87b4-010c35b4cd83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a47bd05-e644-4e2d-87b4-010c35b4cd83.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-f5ce5fd1-0095-454d-b0f1-a001d071d5a7 {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 00px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(206, 42, 55, 1);
text-align: center;
}

#s-f5ce5fd1-0095-454d-b0f1-a001d071d5a7 .shogun-heading-component h2 {
  color: rgba(206, 42, 55, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-62e211e0-a23f-4bad-979d-26cf860375dd {
  margin-left: 10px;
margin-right: 10px;
padding-top: 20px;
padding-bottom: 10px;
}

#s-eb2fd9ba-55d1-464f-8448-ef314b807680 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eb2fd9ba-55d1-464f-8448-ef314b807680"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-af9341aa-eeeb-4fc1-8e36-7a9d1123450b {
  text-align: center;
}




  #s-af9341aa-eeeb-4fc1-8e36-7a9d1123450b img.shogun-image {
    
    width: px;
  }


#s-af9341aa-eeeb-4fc1-8e36-7a9d1123450b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-cca85df2-6b93-44cf-82a1-2edb429ef79f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cca85df2-6b93-44cf-82a1-2edb429ef79f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ffb48fb7-3286-4fd7-b2a4-c371bf291e67 {
  text-align: center;
}




  #s-ffb48fb7-3286-4fd7-b2a4-c371bf291e67 img.shogun-image {
    
    width: px;
  }


#s-ffb48fb7-3286-4fd7-b2a4-c371bf291e67 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-277096b4-8250-41bf-bde7-7ba8106caf45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-277096b4-8250-41bf-bde7-7ba8106caf45 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f11e6f57-2749-4f8e-b0de-0d189dc16bb8 {
  text-align: center;
}




  #s-f11e6f57-2749-4f8e-b0de-0d189dc16bb8 img.shogun-image {
    
    width: px;
  }


#s-f11e6f57-2749-4f8e-b0de-0d189dc16bb8 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-77938d3a-e786-4e8d-aa27-dbd6a3238aa5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77938d3a-e786-4e8d-aa27-dbd6a3238aa5 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-31a18f5a-157e-46cf-9d28-08ad17d83712 {
  text-align: center;
}




  #s-31a18f5a-157e-46cf-9d28-08ad17d83712 img.shogun-image {
    
    width: px;
  }


#s-31a18f5a-157e-46cf-9d28-08ad17d83712 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e5ccdc86-0aba-4650-adb0-b3f20bb2a34d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5ccdc86-0aba-4650-adb0-b3f20bb2a34d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9efe8d4b-d4d9-4f31-9666-feb79347c82f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9efe8d4b-d4d9-4f31-9666-feb79347c82f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8a2472d0-0d1f-42bf-929f-7022f843184d {
  text-align: center;
}




  #s-8a2472d0-0d1f-42bf-929f-7022f843184d img.shogun-image {
    
    width: px;
  }


#s-8a2472d0-0d1f-42bf-929f-7022f843184d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e16a9987-feac-4d0e-989f-265e694ed4b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e16a9987-feac-4d0e-989f-265e694ed4b2 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-083fbb6d-84b6-4501-901c-890f561b2d57 {
  text-align: center;
}




  #s-083fbb6d-84b6-4501-901c-890f561b2d57 img.shogun-image {
    
    width: px;
  }


#s-083fbb6d-84b6-4501-901c-890f561b2d57 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c136f082-1b41-4514-aebc-3a4647eb13bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c136f082-1b41-4514-aebc-3a4647eb13bb .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4943fde0-0c44-47df-afe3-37a88747f3c4 {
  text-align: center;
}




  #s-4943fde0-0c44-47df-afe3-37a88747f3c4 img.shogun-image {
    
    width: px;
  }


#s-4943fde0-0c44-47df-afe3-37a88747f3c4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-de387625-d01c-4d7f-adc0-398a4d146073 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de387625-d01c-4d7f-adc0-398a4d146073 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e331622c-53e3-4eaa-9d4c-4d1d39c099f4 {
  text-align: center;
}




  #s-e331622c-53e3-4eaa-9d4c-4d1d39c099f4 img.shogun-image {
    
    width: px;
  }


#s-e331622c-53e3-4eaa-9d4c-4d1d39c099f4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-67affb88-e486-4b76-aa3e-155c9347bd82 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67affb88-e486-4b76-aa3e-155c9347bd82 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cb6299e1-101b-4398-8564-cabe7720c01a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cb6299e1-101b-4398-8564-cabe7720c01a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-548000b0-dbea-46eb-94ec-52855103e29e {
  text-align: center;
}




  #s-548000b0-dbea-46eb-94ec-52855103e29e img.shogun-image {
    
    width: px;
  }


#s-548000b0-dbea-46eb-94ec-52855103e29e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f97b14e6-76d6-4a09-bb22-c1789e9f6b03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f97b14e6-76d6-4a09-bb22-c1789e9f6b03 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0b4338a8-3a3f-4ff7-b7c7-be020bf8bfee {
  text-align: center;
}




  #s-0b4338a8-3a3f-4ff7-b7c7-be020bf8bfee img.shogun-image {
    
    width: px;
  }


#s-0b4338a8-3a3f-4ff7-b7c7-be020bf8bfee .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-46969bbe-4249-4936-b190-d1d8b7cc8bbc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46969bbe-4249-4936-b190-d1d8b7cc8bbc .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-754dc544-2aa0-4c47-ac54-060607bc183d {
  text-align: center;
}




  #s-754dc544-2aa0-4c47-ac54-060607bc183d img.shogun-image {
    
    width: px;
  }


#s-754dc544-2aa0-4c47-ac54-060607bc183d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c72fa007-f181-4383-933f-a34063c6b635 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c72fa007-f181-4383-933f-a34063c6b635 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7bc66626-dcb4-4328-b751-edc76ca34670 {
  text-align: center;
}




  #s-7bc66626-dcb4-4328-b751-edc76ca34670 img.shogun-image {
    
    width: px;
  }


#s-7bc66626-dcb4-4328-b751-edc76ca34670 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-25fa4a40-31f8-4a15-a785-95ea5876f68e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25fa4a40-31f8-4a15-a785-95ea5876f68e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c3f6bea4-c290-4f24-91bf-430331eed52a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c3f6bea4-c290-4f24-91bf-430331eed52a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3f77bf89-eecb-42bf-a228-18811e111e2f {
  text-align: center;
}




  #s-3f77bf89-eecb-42bf-a228-18811e111e2f img.shogun-image {
    
    width: px;
  }


#s-3f77bf89-eecb-42bf-a228-18811e111e2f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ba42d498-b51a-47fb-8621-fe997eb83a5d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba42d498-b51a-47fb-8621-fe997eb83a5d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2b97bffd-9302-453b-9d3a-122766572a28 {
  text-align: center;
}




  #s-2b97bffd-9302-453b-9d3a-122766572a28 img.shogun-image {
    
    width: px;
  }


#s-2b97bffd-9302-453b-9d3a-122766572a28 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d2eaa2aa-d217-4d90-bc9a-e901c5cb609d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2eaa2aa-d217-4d90-bc9a-e901c5cb609d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-224a7b00-a8a4-4373-86d3-6e3948b8b16a {
  text-align: center;
}




  #s-224a7b00-a8a4-4373-86d3-6e3948b8b16a img.shogun-image {
    
    width: px;
  }


#s-224a7b00-a8a4-4373-86d3-6e3948b8b16a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-8db3c287-f7b9-4926-8624-55edc3445923 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8db3c287-f7b9-4926-8624-55edc3445923 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-74c2acb8-93d6-4bb0-993c-1b1e5bea159d {
  text-align: center;
}




  #s-74c2acb8-93d6-4bb0-993c-1b1e5bea159d img.shogun-image {
    
    width: px;
  }


#s-74c2acb8-93d6-4bb0-993c-1b1e5bea159d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-65e4380d-446e-4468-b307-d20b98dcdd75 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65e4380d-446e-4468-b307-d20b98dcdd75 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b9b01bfa-b4bb-4457-85ac-f1c545e18398 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9b01bfa-b4bb-4457-85ac-f1c545e18398"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-af23bbb0-ac07-436c-ac34-73e888f5ba9f {
  text-align: center;
}




  #s-af23bbb0-ac07-436c-ac34-73e888f5ba9f img.shogun-image {
    
    width: px;
  }


#s-af23bbb0-ac07-436c-ac34-73e888f5ba9f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-4000cc0e-bf26-4f77-9ea0-118ec7ecb0fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4000cc0e-bf26-4f77-9ea0-118ec7ecb0fa .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5a3f17c1-f2c6-44f4-88ed-8db99cf3198c {
  text-align: center;
}




  #s-5a3f17c1-f2c6-44f4-88ed-8db99cf3198c img.shogun-image {
    
    width: px;
  }


#s-5a3f17c1-f2c6-44f4-88ed-8db99cf3198c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-28a05d39-e6cc-49e5-a670-24a5ce475c5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28a05d39-e6cc-49e5-a670-24a5ce475c5c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-784bc0bd-074b-46af-9e1f-19e47e4118e9 {
  text-align: center;
}




  #s-784bc0bd-074b-46af-9e1f-19e47e4118e9 img.shogun-image {
    
    width: px;
  }


#s-784bc0bd-074b-46af-9e1f-19e47e4118e9 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d2953771-735a-4043-8d04-7aaf2fe90928 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2953771-735a-4043-8d04-7aaf2fe90928 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-df2e6073-6b1d-44cb-b5c7-fc34f11e2448 {
  text-align: center;
}




  #s-df2e6073-6b1d-44cb-b5c7-fc34f11e2448 img.shogun-image {
    
    width: px;
  }


#s-df2e6073-6b1d-44cb-b5c7-fc34f11e2448 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d256c80c-664b-4708-b267-3bff81a9e6da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d256c80c-664b-4708-b267-3bff81a9e6da .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fbe0aa56-09bc-473e-8ae5-5a455b9415ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2d5ce4b7-f31d-4d51-a51d-a9650fe5643f {
  text-align: center;
}




  #s-2d5ce4b7-f31d-4d51-a51d-a9650fe5643f img.shogun-image {
    
    width: px;
  }


#s-2d5ce4b7-f31d-4d51-a51d-a9650fe5643f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-16536a73-105a-40d8-89f6-89e0cb09ca4c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16536a73-105a-40d8-89f6-89e0cb09ca4c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0510a106-0986-495c-a09c-bc2435804dba {
  text-align: center;
}




  #s-0510a106-0986-495c-a09c-bc2435804dba img.shogun-image {
    
    width: px;
  }


#s-0510a106-0986-495c-a09c-bc2435804dba .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-88ed2d04-7844-42c5-abff-eff392ff25b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88ed2d04-7844-42c5-abff-eff392ff25b0 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fb6e441d-1b4a-425e-bba9-950705d1d9ae {
  text-align: center;
}




  #s-fb6e441d-1b4a-425e-bba9-950705d1d9ae img.shogun-image {
    
    width: px;
  }


#s-fb6e441d-1b4a-425e-bba9-950705d1d9ae .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-060d261a-73a5-4b45-a82a-241e4534badb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-060d261a-73a5-4b45-a82a-241e4534badb .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9b24aa92-66f2-492e-a559-dbda18704688 {
  text-align: center;
}




  #s-9b24aa92-66f2-492e-a559-dbda18704688 img.shogun-image {
    
    width: px;
  }


#s-9b24aa92-66f2-492e-a559-dbda18704688 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-6b2f572f-89f6-4c50-8e24-bedee726578d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b2f572f-89f6-4c50-8e24-bedee726578d .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-056ec3be-8a03-4b07-86d9-c1ad272e8965 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-056ec3be-8a03-4b07-86d9-c1ad272e8965"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-87035e96-ce9e-4846-9247-488133c23024 {
  text-align: center;
}




  #s-87035e96-ce9e-4846-9247-488133c23024 img.shogun-image {
    
    width: px;
  }


#s-87035e96-ce9e-4846-9247-488133c23024 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-21cca813-45a9-42e3-98b3-0a22f56b16d9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21cca813-45a9-42e3-98b3-0a22f56b16d9 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fb9b591d-9a70-4775-a749-85b907807ebe {
  text-align: center;
}




  #s-fb9b591d-9a70-4775-a749-85b907807ebe img.shogun-image {
    
    width: px;
  }


#s-fb9b591d-9a70-4775-a749-85b907807ebe .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-03c5cdc2-da5c-44f1-bb86-175185fc22df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03c5cdc2-da5c-44f1-bb86-175185fc22df .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2f322867-5453-4280-8164-99cfd7f6967f hr {
  border: 0;
  width: 100%;
  border-top: 30px solid rgba(255, 255, 255, 0);
}

#s-a833ab31-d882-4ee9-abe1-7b3279f3091e {
  margin-left: 0px;
margin-right: 0px;
min-height: 0px;
}








#s-a833ab31-d882-4ee9-abe1-7b3279f3091e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a833ab31-d882-4ee9-abe1-7b3279f3091e.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-fd5d9d09-6ee5-460e-a2a7-2fc53d64ec0d {
  border-style: solid;
margin-top: 0px;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 00px;
border-left-width: 00px;
border-bottom-width: 1px;
border-right-width: 00px;
border-color: rgba(206, 42, 55, 1);
text-align: center;
}

#s-fd5d9d09-6ee5-460e-a2a7-2fc53d64ec0d .shogun-heading-component h2 {
  color: rgba(206, 42, 55, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 2px;
  text-align: center;
}



#s-a0abc573-ee01-4527-a504-bfa7153bcd92 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
padding-left: 50px;
padding-right: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0abc573-ee01-4527-a504-bfa7153bcd92 {
  display: none;
}
#s-a0abc573-ee01-4527-a504-bfa7153bcd92, #wrap-s-a0abc573-ee01-4527-a504-bfa7153bcd92 { display:none !important; }}@media (max-width: 767px){#s-a0abc573-ee01-4527-a504-bfa7153bcd92 {
  display: none;
}
#s-a0abc573-ee01-4527-a504-bfa7153bcd92, #wrap-s-a0abc573-ee01-4527-a504-bfa7153bcd92 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a0abc573-ee01-4527-a504-bfa7153bcd92"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4d4afb19-46b5-49a7-bad0-7dec4d40fa6c {
  display: none;
}
#s-ee96f4bf-752e-4a2a-9533-c10b88b50b4e {
  text-align: center;
}




  #s-ee96f4bf-752e-4a2a-9533-c10b88b50b4e img.shogun-image {
    
    width: px;
  }


#s-ee96f4bf-752e-4a2a-9533-c10b88b50b4e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f012003a-a401-410c-bf58-7a2113ed716c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f012003a-a401-410c-bf58-7a2113ed716c .shogun-heading-component h3 {
  color: rgba(0, 69, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-f012003a-a401-410c-bf58-7a2113ed716c .shogun-heading-component h3 a {
  color: rgba(0, 69, 161, 1);
}


#s-d038a2c0-14c4-49bd-9b89-0fe0e0031e20 {
  margin-top: 10px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d038a2c0-14c4-49bd-9b89-0fe0e0031e20 .shogun-heading-component h2 {
  color: rgba(206, 42, 55, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-d038a2c0-14c4-49bd-9b89-0fe0e0031e20 .shogun-heading-component h2 a {
  color: rgba(206, 42, 55, 1);
}


#s-328b62a8-5fc1-48c8-ac52-0632a99e298d {
  margin-top: 10px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
}

.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-808969a2-ff5a-4d30-9d36-1456ea64dba2 {
  padding-top: 10px;
padding-left: 90px;
padding-bottom: 10px;
padding-right: 90px;
border-radius: 0px;
text-align: center;
background-color: rgba(206, 42, 55, 1);
text-decoration: none;
}
#s-808969a2-ff5a-4d30-9d36-1456ea64dba2:hover {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(225, 42, 55, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-808969a2-ff5a-4d30-9d36-1456ea64dba2:active {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(225, 42, 55, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-808969a2-ff5a-4d30-9d36-1456ea64dba2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-afc34187-d25e-4593-858a-0af286fc67d3 {
  display: none;
}
#s-77d6be6c-e9a1-4e70-a33e-8dddafd6be8a {
  text-align: center;
}




  #s-77d6be6c-e9a1-4e70-a33e-8dddafd6be8a img.shogun-image {
    
    width: px;
  }


#s-77d6be6c-e9a1-4e70-a33e-8dddafd6be8a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a46380d9-81d0-42b5-acda-9ebf5987401f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a46380d9-81d0-42b5-acda-9ebf5987401f .shogun-heading-component h3 {
  color: rgba(0, 69, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-a46380d9-81d0-42b5-acda-9ebf5987401f .shogun-heading-component h3 a {
  color: rgba(0, 69, 161, 1);
}


#s-b717f477-67f4-4269-ad41-14503ea94135 {
  margin-top: 10px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 4px;
text-align: center;
}

#s-b717f477-67f4-4269-ad41-14503ea94135 .shogun-heading-component h2 {
  color: rgba(206, 42, 55, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-b717f477-67f4-4269-ad41-14503ea94135 .shogun-heading-component h2 a {
  color: rgba(206, 42, 55, 1);
}


#s-104bfecb-5521-4498-a9e6-284b1e2d75f3 {
  margin-top: 10px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-aed0c14f-07ed-4b3d-8ab5-07ea1be5d5c4 {
  padding-top: 10px;
padding-left: 90px;
padding-bottom: 10px;
padding-right: 90px;
border-radius: 0px;
text-align: center;
background-color: rgba(206, 42, 55, 1);
text-decoration: none;
}
#s-aed0c14f-07ed-4b3d-8ab5-07ea1be5d5c4:hover {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(225, 42, 55, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-aed0c14f-07ed-4b3d-8ab5-07ea1be5d5c4:active {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(225, 42, 55, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-aed0c14f-07ed-4b3d-8ab5-07ea1be5d5c4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-c9a6a1fb-a1d6-4f83-9f2e-0866d6788229 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-c9a6a1fb-a1d6-4f83-9f2e-0866d6788229 {
  display: none;
}
#s-c9a6a1fb-a1d6-4f83-9f2e-0866d6788229, #wrap-s-c9a6a1fb-a1d6-4f83-9f2e-0866d6788229 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c9a6a1fb-a1d6-4f83-9f2e-0866d6788229 {
  display: none;
}
#s-c9a6a1fb-a1d6-4f83-9f2e-0866d6788229, #wrap-s-c9a6a1fb-a1d6-4f83-9f2e-0866d6788229 { display:none !important; }}
#s-f96108f7-da07-4a34-b045-3cf857cd8312 {
  text-align: center;
}




  #s-f96108f7-da07-4a34-b045-3cf857cd8312 img.shogun-image {
    
    width: px;
  }


#s-f96108f7-da07-4a34-b045-3cf857cd8312 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-78cdc6d6-7343-4757-8375-75cdaeec79a2 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 {
  text-align: center;
}


.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 {
  max-width: 100%;
}

.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 .shg-image-zoom,
.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 img.shogun-image {
  max-width: 500px !important;
  min-height:  !important;
}

.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 {
  max-width: 100%;
}

.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 .shg-image-zoom,
.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 img.shogun-image {
  max-width: 500px !important;
  min-height:  !important;
}

.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 {
  max-width: 100%;
}

.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 .shg-image-zoom,
.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 img.shogun-image {
  max-width: 500px !important;
  min-height:  !important;
}

.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 {
  max-width: 100%;
}

.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 .shg-image-zoom,
.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 img.shogun-image {
  max-width: 500px !important;
  min-height:  !important;
}

.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 {
  max-width: 100%;
}

.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 .shg-image-zoom,
.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 img.shogun-image {
  max-width: 500px !important;
  min-height:  !important;
}

.shg-c#s-972a7340-f213-4762-a4d5-aaf12f8bfe71 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-6a436587-e66c-4d6c-8cd9-e3ef9116039f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a436587-e66c-4d6c-8cd9-e3ef9116039f .shogun-heading-component h2 {
  color: rgba(206, 42, 55, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-6a436587-e66c-4d6c-8cd9-e3ef9116039f .shogun-heading-component h2 a {
  color: rgba(206, 42, 55, 1);
}


#s-7256d98e-ce69-4456-8e76-03b370a6b0f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7256d98e-ce69-4456-8e76-03b370a6b0f1 .shogun-heading-component h3 {
  color: rgba(0, 69, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d5f04aa9-f6d9-4fd3-bacb-fdb6b1cab2bc {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-5f80db32-f943-4c53-86b8-91f450bd13d2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(206, 42, 55, 1);
text-decoration: none;
}
#s-5f80db32-f943-4c53-86b8-91f450bd13d2:hover {background-color: rgba(163, 35, 45, 1) !important;
text-decoration: none !important;}#s-5f80db32-f943-4c53-86b8-91f450bd13d2:active {background-color: rgba(0, 69, 161, 1) !important;
text-decoration: none !important;}


#s-5f80db32-f943-4c53-86b8-91f450bd13d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-4c020d95-5c40-40c6-b68d-0ed069f9a802 {
  display: none;
}
#s-76df789c-ba51-44e0-a6e4-c24aa3d1eb65 {
  text-align: center;
}




  #s-76df789c-ba51-44e0-a6e4-c24aa3d1eb65 img.shogun-image {
    
    width: px;
  }


#s-76df789c-ba51-44e0-a6e4-c24aa3d1eb65 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7e40f037-ec5b-4e85-aa21-a859f9d0bfe9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7e40f037-ec5b-4e85-aa21-a859f9d0bfe9 .shogun-heading-component h3 {
  color: rgba(0, 69, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-7e40f037-ec5b-4e85-aa21-a859f9d0bfe9 .shogun-heading-component h3 a {
  color: rgba(0, 69, 161, 1);
}


#s-9307e00e-37b4-488c-8adf-cb9e093a8491 {
  margin-top: 5px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9307e00e-37b4-488c-8adf-cb9e093a8491 .shogun-heading-component h2 {
  color: rgba(206, 42, 55, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-9307e00e-37b4-488c-8adf-cb9e093a8491 .shogun-heading-component h2 a {
  color: rgba(206, 42, 55, 1);
}


#s-2276e9ac-4656-4b15-a4c9-89a057f90497 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-f5a236f4-5867-41dc-ade0-dacb752580d6 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 0px;
text-align: center;
background-color: rgba(206, 42, 55, 1);
text-decoration: none;
}
#s-f5a236f4-5867-41dc-ade0-dacb752580d6:hover {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(225, 42, 55, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-f5a236f4-5867-41dc-ade0-dacb752580d6:active {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(225, 42, 55, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-f5a236f4-5867-41dc-ade0-dacb752580d6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-a4b430c0-644d-4707-8550-f38ed9d7a5d5 {
  display: none;
}
#s-f86cf6df-2589-4135-9f8f-1e1d0ee812ff {
  text-align: center;
}




  #s-f86cf6df-2589-4135-9f8f-1e1d0ee812ff img.shogun-image {
    
    width: px;
  }


#s-f86cf6df-2589-4135-9f8f-1e1d0ee812ff .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ac5a99d6-6ffb-4d52-a446-4093e3850056 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ac5a99d6-6ffb-4d52-a446-4093e3850056 .shogun-heading-component h3 {
  color: rgba(0, 69, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-ac5a99d6-6ffb-4d52-a446-4093e3850056 .shogun-heading-component h3 a {
  color: rgba(0, 69, 161, 1);
}


#s-05a1f965-7f50-4ea1-827a-5b73ec1fa60e {
  margin-top: 5px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-05a1f965-7f50-4ea1-827a-5b73ec1fa60e .shogun-heading-component h2 {
  color: rgba(206, 42, 55, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-05a1f965-7f50-4ea1-827a-5b73ec1fa60e .shogun-heading-component h2 a {
  color: rgba(206, 42, 55, 1);
}


#s-c8e78d07-8012-4537-806f-e4ea21379bea {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-5febc338-a85c-403a-b252-ab3bb7736447 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 0px;
text-align: center;
background-color: rgba(206, 42, 55, 1);
text-decoration: none;
}
#s-5febc338-a85c-403a-b252-ab3bb7736447:hover {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(225, 42, 55, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-5febc338-a85c-403a-b252-ab3bb7736447:active {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(225, 42, 55, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-5febc338-a85c-403a-b252-ab3bb7736447.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-af69d05a-39f8-4f95-a4b3-108b36c8574e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-af69d05a-39f8-4f95-a4b3-108b36c8574e .shogun-heading-component h3 {
  color: rgba(0, 69, 161, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-af69d05a-39f8-4f95-a4b3-108b36c8574e .shogun-heading-component h3 a {
  color: rgba(0, 69, 161, 1);
}


#s-ad84cff0-9478-41ca-b1a0-d9a38f501a64 {
  margin-top: 5px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ad84cff0-9478-41ca-b1a0-d9a38f501a64 .shogun-heading-component h2 {
  color: rgba(206, 42, 55, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-ad84cff0-9478-41ca-b1a0-d9a38f501a64 .shogun-heading-component h2 a {
  color: rgba(206, 42, 55, 1);
}


#s-51d88283-69ec-47a4-9231-7b16a8f1650e {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-814d2789-1384-4e52-8486-0b10ac593d9b {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 60px;
padding-bottom: 10px;
padding-right: 60px;
border-radius: 0px;
text-align: center;
background-color: rgba(206, 42, 55, 1);
text-decoration: none;
}
#s-814d2789-1384-4e52-8486-0b10ac593d9b:hover {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(225, 42, 55, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-814d2789-1384-4e52-8486-0b10ac593d9b:active {background-image: url(https://cdn.getshogun.com/none) !important;
background-repeat: no-repeat !important;
background-color: rgba(225, 42, 55, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-814d2789-1384-4e52-8486-0b10ac593d9b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-9cb7098c-eb2d-4ecd-b53a-05cbcfed8e23 {
  margin-top: 50px;
margin-bottom: 1px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}