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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

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

#s-acae9553-257a-4ad8-99db-9cec1d67e715 {
  min-height: 50px;
}








#s-acae9553-257a-4ad8-99db-9cec1d67e715 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acae9553-257a-4ad8-99db-9cec1d67e715.shg-box.shg-c {
  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: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-55e3afda-c5da-4462-9cdf-79c2378e3123 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-55e3afda-c5da-4462-9cdf-79c2378e3123 img.shogun-image {
    
    width: px;
  }


#s-55e3afda-c5da-4462-9cdf-79c2378e3123 .shogun-image-content {
  
    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;
}

#s-995df845-f2f9-41b8-9bb0-8c70e27967b4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-02f8f70a-d310-4e65-8fd4-4e182598e94a {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(13, 52, 82, 1);
border-style: solid;
min-height: 50px;
}








#s-02f8f70a-d310-4e65-8fd4-4e182598e94a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02f8f70a-d310-4e65-8fd4-4e182598e94a.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-fccb5f1a-7608-4f01-876b-3fb2f0f04fde {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(13, 52, 82, 1);
}

#s-fccb5f1a-7608-4f01-876b-3fb2f0f04fde .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-479629b4-3d11-4307-867e-28619d123f38 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

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

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

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

@media (min-width: 0px) {
[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a30ece3b-8a69-4f26-922b-0d5a39054f8a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2b8e913b-bbf7-489c-b642-38c87aa31432 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-2b8e913b-bbf7-489c-b642-38c87aa31432 img.shogun-image {
    
    width: px;
  }


#s-2b8e913b-bbf7-489c-b642-38c87aa31432 .shogun-image-content {
  
    align-items: center;
  
}

#s-9930cfc9-f220-4fb0-9d36-d6d9a92fa267 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-44dfe49c-f430-48cd-8afd-7ada250a04ea {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-61d25cd6-2171-4ce6-b6a3-3e91833292ed {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(13, 52, 82, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-61d25cd6-2171-4ce6-b6a3-3e91833292ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61d25cd6-2171-4ce6-b6a3-3e91833292ed.shg-box.shg-c {
  justify-content: center;
}

#s-e4b9a1a6-7724-4ab0-ba03-bd4630a27b05 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(13, 52, 82, 1);
}

#s-e4b9a1a6-7724-4ab0-ba03-bd4630a27b05 .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-5dfaf5a1-b96c-4595-bdfd-1ea70a2a7e3b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-72d0809f-3916-4030-837c-b46f821fc484 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(13, 52, 82, 1);
border-style: solid;
min-height: 50px;
}








#s-72d0809f-3916-4030-837c-b46f821fc484 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72d0809f-3916-4030-837c-b46f821fc484.shg-box.shg-c {
  justify-content: center;
}

#s-144ce917-f6d0-4a38-805f-a5b7a0dfbe6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(13, 52, 82, 1);
}

#s-144ce917-f6d0-4a38-805f-a5b7a0dfbe6f .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-9659dc71-dc3f-440a-b0a3-dbfea2786c5b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-7d09d242-6864-4e13-b5db-afdc7699fe30 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-7d09d242-6864-4e13-b5db-afdc7699fe30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d09d242-6864-4e13-b5db-afdc7699fe30.shg-box.shg-c {
  justify-content: center;
}

#s-d9f14b1e-d08c-48f7-8a24-b192418108dd {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-d9f14b1e-d08c-48f7-8a24-b192418108dd .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-aba702b5-65e3-4045-bc20-097473df9ea9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7b5e9896-b5f5-4b40-99be-468cb83e2ccb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6785fbfb-1033-438a-9a03-9e97b2e5f35b {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(14, 77, 41, 1);
border-style: solid;
text-align: center;
}




  #s-6785fbfb-1033-438a-9a03-9e97b2e5f35b img.shogun-image {
    
    width: px;
  }


#s-6785fbfb-1033-438a-9a03-9e97b2e5f35b .shogun-image-content {
  
    align-items: center;
  
}

#s-b2d4db86-f4d3-4f2e-b911-2e29caafa27a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-328b0c2f-b222-40d9-8f4c-171f5bbfdc92 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-328b0c2f-b222-40d9-8f4c-171f5bbfdc92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-328b0c2f-b222-40d9-8f4c-171f5bbfdc92.shg-box.shg-c {
  justify-content: center;
}

#s-c9ea3bf8-e676-4e54-b31f-5db034b97878 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-c9ea3bf8-e676-4e54-b31f-5db034b97878 .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c786830e-8bf7-4631-ae28-2bf8d34617fe {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8536d9d8-b17b-43a2-abe8-0e1943728bb1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0cb1eb6a-eb5d-4c89-ab65-f4b7057e1e29 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(14, 77, 41, 1);
border-style: solid;
text-align: center;
}




  #s-0cb1eb6a-eb5d-4c89-ab65-f4b7057e1e29 img.shogun-image {
    
    width: px;
  }


#s-0cb1eb6a-eb5d-4c89-ab65-f4b7057e1e29 .shogun-image-content {
  
    align-items: center;
  
}

#s-87c7dae6-afc2-42f4-81a2-b79bf3dc8a60 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-163a5e84-f23e-47b1-a416-4d07c0c2bde7 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(13, 52, 82, 1);
border-style: solid;
min-height: 50px;
}








#s-163a5e84-f23e-47b1-a416-4d07c0c2bde7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-163a5e84-f23e-47b1-a416-4d07c0c2bde7.shg-box.shg-c {
  justify-content: center;
}

#s-14f960de-aabf-4940-bac3-662f87ca7450 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(13, 52, 82, 1);
}

#s-14f960de-aabf-4940-bac3-662f87ca7450 .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-0a3379ce-09cc-4138-8ded-7c5122486875 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-0c006ddd-4ed5-4cd8-9f95-07e8293526a9 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(238, 229, 210, 0.5);
}








#s-0c006ddd-4ed5-4cd8-9f95-07e8293526a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c006ddd-4ed5-4cd8-9f95-07e8293526a9.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3063d21b-ecab-4a71-a2ba-cd6f5164f477"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cb9941dc-3a2b-4392-8d7e-09d7b7e92c82 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-cb9941dc-3a2b-4392-8d7e-09d7b7e92c82 .shogun-icon-wrapper {
  text-align: center;
}


#s-cb9941dc-3a2b-4392-8d7e-09d7b7e92c82 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(22, 90, 51, 1);
}

#s-26db2af8-84e6-4035-8fe2-3621df1d59e3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-26db2af8-84e6-4035-8fe2-3621df1d59e3 .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-34f91b27-edc9-4709-8a90-0e054ef1842d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-6a1e30b2-2f78-4c90-b45a-7b16efaf8fec {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(238, 229, 210, 0.5);
}








#s-6a1e30b2-2f78-4c90-b45a-7b16efaf8fec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a1e30b2-2f78-4c90-b45a-7b16efaf8fec.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de0ffbde-9de0-40f7-8208-d8bec8704f84"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ab06fb42-bc4a-4155-aa8e-c0635d6f9f45 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-ab06fb42-bc4a-4155-aa8e-c0635d6f9f45 .shogun-icon-wrapper {
  text-align: center;
}


#s-ab06fb42-bc4a-4155-aa8e-c0635d6f9f45 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(22, 90, 51, 1);
}

#s-238d5402-9922-4390-a645-8abc5a15c4ab {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-238d5402-9922-4390-a645-8abc5a15c4ab .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f02d8e40-0dba-4676-afbf-29091a047cbe {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9d939e62-44df-4ecc-9afe-3dbbcc856ccf {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(238, 229, 210, 0.5);
}








#s-9d939e62-44df-4ecc-9afe-3dbbcc856ccf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d939e62-44df-4ecc-9afe-3dbbcc856ccf.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d23665ea-aaef-4e03-a736-d38ea137f012"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1c3cc49d-4188-47af-87c7-8496b17a6ba8 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1c3cc49d-4188-47af-87c7-8496b17a6ba8 .shogun-icon-wrapper {
  text-align: center;
}


#s-1c3cc49d-4188-47af-87c7-8496b17a6ba8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(22, 90, 51, 1);
}

#s-a8ffdb8c-9bd4-4ce4-a2cb-05531bd58dd5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-a8ffdb8c-9bd4-4ce4-a2cb-05531bd58dd5 .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-821e1c5a-0a41-4676-ace5-db58c40c9ce1 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-0911c1f6-2031-42c0-94b4-f8cbf79725a6 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(238, 229, 210, 0.5);
}








#s-0911c1f6-2031-42c0-94b4-f8cbf79725a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0911c1f6-2031-42c0-94b4-f8cbf79725a6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1dba2764-696a-4c10-a080-30a1a0534a99"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9814c2bc-89fd-46f5-b8ba-2c4846d8c9fb {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-9814c2bc-89fd-46f5-b8ba-2c4846d8c9fb .shogun-icon-wrapper {
  text-align: center;
}


#s-9814c2bc-89fd-46f5-b8ba-2c4846d8c9fb .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(22, 90, 51, 1);
}

#s-4dd6349e-1baf-4d4d-ba8b-b6f94b1e0d0b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-4dd6349e-1baf-4d4d-ba8b-b6f94b1e0d0b .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e826bb35-ea57-4fb4-9672-991017bdbfff {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-d928ee0b-148c-406f-a5d8-5929d836b355 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(238, 229, 210, 0.5);
}








#s-d928ee0b-148c-406f-a5d8-5929d836b355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d928ee0b-148c-406f-a5d8-5929d836b355.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8ca29789-c912-442b-bfd1-2bb514b5385f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-83415693-3b06-4382-aa4b-e4f9548ba3a9 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-83415693-3b06-4382-aa4b-e4f9548ba3a9 .shogun-icon-wrapper {
  text-align: center;
}


#s-83415693-3b06-4382-aa4b-e4f9548ba3a9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(22, 90, 51, 1);
}

#s-63aa9cf8-ad0b-40f0-a224-af8c147426d7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-63aa9cf8-ad0b-40f0-a224-af8c147426d7 .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0b1912d5-07c2-4e6e-ac62-95478a31c1ee {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-75882939-0755-4eb0-8a07-5c802f06dad7 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(238, 229, 210, 0.5);
}








#s-75882939-0755-4eb0-8a07-5c802f06dad7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75882939-0755-4eb0-8a07-5c802f06dad7.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-922a62a6-2153-4960-bbe6-e0b47552c6c6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1554832f-41b8-4eba-aec1-ff481c1243f7 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1554832f-41b8-4eba-aec1-ff481c1243f7 .shogun-icon-wrapper {
  text-align: center;
}


#s-1554832f-41b8-4eba-aec1-ff481c1243f7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(22, 90, 51, 1);
}

#s-5b1ef2e5-56fc-40dc-932e-b3eae1956683 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-5b1ef2e5-56fc-40dc-932e-b3eae1956683 .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8bd85dde-d451-4724-968b-db87dd08a8a4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-89371443-ee8f-49d0-9587-e3a76cd54d90 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(13, 52, 82, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-89371443-ee8f-49d0-9587-e3a76cd54d90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89371443-ee8f-49d0-9587-e3a76cd54d90.shg-box.shg-c {
  justify-content: center;
}

#s-39de603b-6d35-4e88-b424-997b6ba22df6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(13, 52, 82, 1);
}

#s-39de603b-6d35-4e88-b424-997b6ba22df6 .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-c4b948dd-d083-4f46-971c-7fb6cd06c55d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-17954ba9-4672-4466-a62f-e0c92e08e417 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-17954ba9-4672-4466-a62f-e0c92e08e417 img.shogun-image {
    
    width: px;
  }


#s-17954ba9-4672-4466-a62f-e0c92e08e417 .shogun-image-content {
  
    align-items: center;
  
}

#s-730f81ce-c896-4343-afb4-8f8bfc9cd82a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-5ae631f4-fd2d-425f-a34d-fff13227a4c0 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c633bec6-d213-42cd-b19f-3856d6ab1e3e {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(22, 90, 51, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-c633bec6-d213-42cd-b19f-3856d6ab1e3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c633bec6-d213-42cd-b19f-3856d6ab1e3e.shg-box.shg-c {
  justify-content: center;
}

#s-70caacc3-5678-4a85-9804-7907c06ba3eb {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-70caacc3-5678-4a85-9804-7907c06ba3eb .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2e750fb6-60a5-4b1b-b85c-07d9e524bc6d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3d78ac33-11f0-46e0-a635-91678825df59 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-3308989a-4e4e-47c0-ad89-388b6ae7702f {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(22, 90, 51, 1);
border-style: solid;
text-align: center;
}




  #s-3308989a-4e4e-47c0-ad89-388b6ae7702f img.shogun-image {
    
    width: px;
  }


#s-3308989a-4e4e-47c0-ad89-388b6ae7702f .shogun-image-content {
  
    align-items: center;
  
}

#s-b59a63ad-f47b-4c99-b403-1c52ee3ce6ad {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-6a107b00-b828-42e2-aba9-340ae1d4d47d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-6a107b00-b828-42e2-aba9-340ae1d4d47d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a107b00-b828-42e2-aba9-340ae1d4d47d.shg-box.shg-c {
  justify-content: center;
}

#s-699761f2-b1c0-4c02-a600-9ffd66e35f70 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-699761f2-b1c0-4c02-a600-9ffd66e35f70 .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-151bb0d5-eb30-42a8-a3fd-f2405d51ed2e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-807f1e68-40aa-4964-88bf-9da9ada03630 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(13, 52, 82, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-807f1e68-40aa-4964-88bf-9da9ada03630 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-807f1e68-40aa-4964-88bf-9da9ada03630.shg-box.shg-c {
  justify-content: center;
}

#s-d52d8448-8d1b-4a4d-b66d-4d818f9b1a0b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(13, 52, 82, 1);
}

#s-d52d8448-8d1b-4a4d-b66d-4d818f9b1a0b .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-ba6ea91b-c579-4f2e-9040-be209cb3d613 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-a16e00b9-ac39-47da-88c7-a242d92e9f73 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-a16e00b9-ac39-47da-88c7-a242d92e9f73 .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d7487db9-8d6d-4edc-9c48-e50b9b8061bd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-37aeb4fc-72a7-4525-aa7f-d31c4408746a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-043b3752-d045-4d50-8265-2623334ca479 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(22, 90, 51, 1);
border-style: solid;
text-align: center;
}




  #s-043b3752-d045-4d50-8265-2623334ca479 img.shogun-image {
    
    width: px;
  }


#s-043b3752-d045-4d50-8265-2623334ca479 .shogun-image-content {
  
    align-items: center;
  
}

#s-e32bac43-b472-40ee-aeae-a3fa960072d4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-a4dcf930-ea77-438a-ae20-a076ade824a7 {
  padding-left: 20px;
padding-right: 20px;
}

#s-a4dcf930-ea77-438a-ae20-a076ade824a7 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-5622ec1d-711e-41b8-b9df-4e73ffb4bece {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-5622ec1d-711e-41b8-b9df-4e73ffb4bece .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-50f7f2be-a3c9-4f8c-9009-dbec3fe6aadc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e91b3bc7-cbc2-449c-b30f-2cbb26aa7f98 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-db4be6cd-98ed-40f8-8fe0-9f75560e009a {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(22, 90, 51, 1);
border-style: solid;
text-align: center;
}




  #s-db4be6cd-98ed-40f8-8fe0-9f75560e009a img.shogun-image {
    
    width: px;
  }


#s-db4be6cd-98ed-40f8-8fe0-9f75560e009a .shogun-image-content {
  
    align-items: center;
  
}

#s-374706df-6e91-40a8-ad54-5d2539d8d746 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f4d28d8e-60c9-448e-ab0e-51123c19caf0 {
  padding-left: 20px;
padding-right: 20px;
}

#s-f4d28d8e-60c9-448e-ab0e-51123c19caf0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-6f55bfed-5189-4727-af36-7d35bedf8ddb {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-6f55bfed-5189-4727-af36-7d35bedf8ddb .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-827b4489-583f-482b-9728-1f17353cbb9e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6a8c5db9-7261-4d51-9bf7-bf1a485b354f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-5f30213c-c1dc-4139-b734-d7b88800faf9 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(22, 90, 51, 1);
border-style: solid;
text-align: center;
}




  #s-5f30213c-c1dc-4139-b734-d7b88800faf9 img.shogun-image {
    
    width: px;
  }


#s-5f30213c-c1dc-4139-b734-d7b88800faf9 .shogun-image-content {
  
    align-items: center;
  
}

#s-59a0eb1f-4910-4b25-bddb-c7446ff27f84 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f9c0dc38-b5fa-4990-a92c-dca4743b1663 {
  padding-left: 20px;
padding-right: 20px;
}

#s-f9c0dc38-b5fa-4990-a92c-dca4743b1663 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-4ce1b78e-40e3-4e70-9ec4-1613b10524d2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-4ce1b78e-40e3-4e70-9ec4-1613b10524d2 .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fedd0380-06a2-4872-bc4b-5e8ff54d51f8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-838580cc-ec34-4c0b-b748-f3aed69195c7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c1f1d2ad-3718-4e2a-9691-a41a93d910f9 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(22, 90, 51, 1);
border-style: solid;
text-align: center;
}




  #s-c1f1d2ad-3718-4e2a-9691-a41a93d910f9 img.shogun-image {
    
    width: px;
  }


#s-c1f1d2ad-3718-4e2a-9691-a41a93d910f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-30c97741-f98e-4e05-8e84-e29e4597c534 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-429f320a-62b8-4812-9997-6fd155d2715a {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(13, 52, 82, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-429f320a-62b8-4812-9997-6fd155d2715a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-429f320a-62b8-4812-9997-6fd155d2715a.shg-box.shg-c {
  justify-content: center;
}

#s-785b2ac5-3440-4e4e-8266-8394a2e9b15c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(13, 52, 82, 1);
}

#s-785b2ac5-3440-4e4e-8266-8394a2e9b15c .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-38bfa8b5-09b3-4417-87f0-b7cf351b5f48 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b0317daf-56bc-4145-8fba-dae1e2051c22 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(238, 229, 210, 0.5);
}








#s-b0317daf-56bc-4145-8fba-dae1e2051c22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0317daf-56bc-4145-8fba-dae1e2051c22.shg-box.shg-c {
  justify-content: center;
}

#s-03cdeef6-79b4-4680-a720-8d48404db4d5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-03cdeef6-79b4-4680-a720-8d48404db4d5 .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1f284813-86fc-4ad4-8a9f-f1eed2d057c7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c3e45f9-3c1d-4628-a5bc-1e644a86a9e5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fc9ad2cf-0352-42ef-aaa7-887d0407261a {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(22, 90, 51, 1);
border-style: solid;
text-align: center;
}




  #s-fc9ad2cf-0352-42ef-aaa7-887d0407261a img.shogun-image {
    
    width: px;
  }


#s-fc9ad2cf-0352-42ef-aaa7-887d0407261a .shogun-image-content {
  
    align-items: center;
  
}

#s-34b53afb-d9e8-41f9-8463-a66218827a91 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f0ba42a8-1787-40e6-895e-e5111ae96ab9 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(238, 229, 210, 0.5);
}








#s-f0ba42a8-1787-40e6-895e-e5111ae96ab9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0ba42a8-1787-40e6-895e-e5111ae96ab9.shg-box.shg-c {
  justify-content: center;
}

#s-4a9a31b0-a482-42fb-bf17-cf902529463a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-4a9a31b0-a482-42fb-bf17-cf902529463a .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1d0979d3-79b9-4b7c-9090-7e712c0d71f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-71622057-9a84-42a2-9c00-46df1671fff4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9567024c-a9b5-4138-a8b1-685fe5fe4f5e {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(22, 90, 51, 1);
border-style: solid;
text-align: center;
}




  #s-9567024c-a9b5-4138-a8b1-685fe5fe4f5e img.shogun-image {
    
    width: px;
  }


#s-9567024c-a9b5-4138-a8b1-685fe5fe4f5e .shogun-image-content {
  
    align-items: center;
  
}

#s-bd0ed056-2254-47f0-bc00-f22da22f5d9e {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(238, 229, 210, 0.5);
}








#s-bd0ed056-2254-47f0-bc00-f22da22f5d9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd0ed056-2254-47f0-bc00-f22da22f5d9e.shg-box.shg-c {
  justify-content: center;
}

#s-b7a94ca7-ba0b-4bca-b54e-3abbe7d61231 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-b7a94ca7-ba0b-4bca-b54e-3abbe7d61231 .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ca0134e9-e4e2-42b2-8f55-6841affa1c8c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4cbdfac0-f031-4f04-a117-47921e23f2ac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-07863a5a-0015-4e68-843e-f6c96ba8cb28 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(22, 90, 51, 1);
border-style: solid;
text-align: center;
}




  #s-07863a5a-0015-4e68-843e-f6c96ba8cb28 img.shogun-image {
    
    width: px;
  }


#s-07863a5a-0015-4e68-843e-f6c96ba8cb28 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b299b65-38f4-4db9-9107-a446df67fbff {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-dd8277b1-f513-443c-b9c1-f1c764638512 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(238, 229, 210, 0.5);
}








#s-dd8277b1-f513-443c-b9c1-f1c764638512 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd8277b1-f513-443c-b9c1-f1c764638512.shg-box.shg-c {
  justify-content: center;
}

#s-fc65daca-ee96-44ae-a9d9-a24d8824e606 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-fc65daca-ee96-44ae-a9d9-a24d8824e606 .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f075bdda-5a14-4097-ba2e-7c3315c94155"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dbb24fd1-0a21-4939-aa22-b99095a5f926 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b7a3cf69-7851-4bc8-b505-748d1a1f097b {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(22, 90, 51, 1);
border-style: solid;
text-align: center;
}




  #s-b7a3cf69-7851-4bc8-b505-748d1a1f097b img.shogun-image {
    
    width: px;
  }


#s-b7a3cf69-7851-4bc8-b505-748d1a1f097b .shogun-image-content {
  
    align-items: center;
  
}

#s-ed130384-cc3b-474a-802d-6f8c7494b84f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-5425f958-f9fe-4578-9d53-5425ec09f6c5 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(238, 229, 210, 0.5);
}








#s-5425f958-f9fe-4578-9d53-5425ec09f6c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5425f958-f9fe-4578-9d53-5425ec09f6c5.shg-box.shg-c {
  justify-content: center;
}

#s-4302504b-4983-49cd-9b7c-ebad451b54fb {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-4302504b-4983-49cd-9b7c-ebad451b54fb .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a803ffa5-63f3-40c1-aa24-c9ce72f3e61c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-de14becf-575e-47bd-a300-a016032e2fc8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c3bfd337-f500-464b-9279-79f117ccbcf5 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(22, 90, 51, 1);
border-style: solid;
text-align: center;
}




  #s-c3bfd337-f500-464b-9279-79f117ccbcf5 img.shogun-image {
    
    width: px;
  }


#s-c3bfd337-f500-464b-9279-79f117ccbcf5 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f6225f7-6a68-42b1-80c1-f39c933e553b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-6467263f-d663-4b02-a898-66062753b904 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(238, 229, 210, 0.5);
}








#s-6467263f-d663-4b02-a898-66062753b904 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6467263f-d663-4b02-a898-66062753b904.shg-box.shg-c {
  justify-content: center;
}

#s-243130b4-7ae7-4a1a-a1d4-0a02e9672f78 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-243130b4-7ae7-4a1a-a1d4-0a02e9672f78 .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2741de2e-892b-4bfd-b5f0-acb9d3100b25"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-09398424-57b5-4cf0-8baf-6675307fbb5e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-1961c5a8-5c3c-4704-86c8-5d903b4e0b64 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(22, 90, 51, 1);
border-style: solid;
text-align: center;
}




  #s-1961c5a8-5c3c-4704-86c8-5d903b4e0b64 img.shogun-image {
    
    width: px;
  }


#s-1961c5a8-5c3c-4704-86c8-5d903b4e0b64 .shogun-image-content {
  
    align-items: center;
  
}

#s-613330f4-e8b9-4418-8c21-f204f99cde3d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-d6962590-fe87-4070-a08b-57ac577e73d2 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(238, 229, 210, 0.5);
}








#s-d6962590-fe87-4070-a08b-57ac577e73d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6962590-fe87-4070-a08b-57ac577e73d2.shg-box.shg-c {
  justify-content: center;
}

#s-451e8613-aeba-4610-9a78-83c6db4def50 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-451e8613-aeba-4610-9a78-83c6db4def50 .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7423d781-4b7d-4330-b2e2-a5f59b59b18f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-61606f7d-94eb-43f0-af2a-7edf06345150 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(22, 90, 51, 1);
border-style: solid;
text-align: center;
}




  #s-61606f7d-94eb-43f0-af2a-7edf06345150 img.shogun-image {
    
    width: px;
  }


#s-61606f7d-94eb-43f0-af2a-7edf06345150 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a9d94ff-d80a-4977-a43f-2cb59cdd7fbe {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-71a07ca6-42e6-4de9-9308-c6205ba00e44 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(238, 229, 210, 0.5);
}








#s-71a07ca6-42e6-4de9-9308-c6205ba00e44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71a07ca6-42e6-4de9-9308-c6205ba00e44.shg-box.shg-c {
  justify-content: center;
}

#s-9fb812ed-afd8-4181-88b5-bf11fdf9ec9d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-9fb812ed-afd8-4181-88b5-bf11fdf9ec9d .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-34d3a680-5da1-4150-91e0-fbdc0afa6b95"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-34f55fc2-fac8-48b7-b017-c5bfb817dec2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-dd6fbfbf-150f-4c8b-b9ae-4a8ab44bb76c {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(22, 90, 51, 1);
border-style: solid;
text-align: center;
}




  #s-dd6fbfbf-150f-4c8b-b9ae-4a8ab44bb76c img.shogun-image {
    
    width: px;
  }


#s-dd6fbfbf-150f-4c8b-b9ae-4a8ab44bb76c .shogun-image-content {
  
    align-items: center;
  
}

#s-04f3186b-5530-4190-956c-2110510f6fbb {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(238, 229, 210, 0.5);
}








#s-04f3186b-5530-4190-956c-2110510f6fbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04f3186b-5530-4190-956c-2110510f6fbb.shg-box.shg-c {
  justify-content: center;
}

#s-99dbb7c4-ec94-43e3-9a95-a47a396dd121 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-99dbb7c4-ec94-43e3-9a95-a47a396dd121 .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9b53f33a-8d8f-4821-9c0b-bc1532df39fb {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-bc9d35ca-f650-4c4c-9ed8-d69b3596e159"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5afbea55-cfbd-4504-9a7f-fb4839356261 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(22, 90, 51, 1);
border-style: solid;
text-align: center;
}




  #s-5afbea55-cfbd-4504-9a7f-fb4839356261 img.shogun-image {
    
    width: px;
  }


#s-5afbea55-cfbd-4504-9a7f-fb4839356261 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0a0ec23-38af-4741-b0d4-4c40416781f5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-afe3a294-e205-4454-9776-1a2b3b2f2866 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(238, 229, 210, 0.5);
}








#s-afe3a294-e205-4454-9776-1a2b3b2f2866 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afe3a294-e205-4454-9776-1a2b3b2f2866.shg-box.shg-c {
  justify-content: center;
}

#s-d5974cb5-6c6f-4871-b0fc-9d5ac29e4903 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-d5974cb5-6c6f-4871-b0fc-9d5ac29e4903 .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b6cd1531-51c7-4824-9dee-336ceaed264f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a181431d-c55a-424f-ae9e-193084a195dc {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-2f75c923-f6f0-4288-bd73-3c403d1d7d8f {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(22, 90, 51, 1);
border-style: solid;
text-align: center;
}




  #s-2f75c923-f6f0-4288-bd73-3c403d1d7d8f img.shogun-image {
    
    width: px;
  }


#s-2f75c923-f6f0-4288-bd73-3c403d1d7d8f .shogun-image-content {
  
    align-items: center;
  
}

#s-322cc643-ba4c-4ed1-9251-52275d8ae6d7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-d12b61df-2a6e-41ae-a8b3-c30315304cd8 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(238, 229, 210, 0.5);
}








#s-d12b61df-2a6e-41ae-a8b3-c30315304cd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d12b61df-2a6e-41ae-a8b3-c30315304cd8.shg-box.shg-c {
  justify-content: center;
}

#s-f02e4649-5997-4f6f-a05c-876bd9623bcd {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-f02e4649-5997-4f6f-a05c-876bd9623bcd .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-50461f76-ad1c-45d1-96ba-88f26ebd2533 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a346a08a-2f81-49f3-b65e-3dd53d55d79e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f807f75c-d3f9-4c00-9842-621363a5b2f1 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(22, 90, 51, 1);
border-style: solid;
text-align: center;
}




  #s-f807f75c-d3f9-4c00-9842-621363a5b2f1 img.shogun-image {
    
    width: px;
  }


#s-f807f75c-d3f9-4c00-9842-621363a5b2f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-856efef5-b848-4b09-9f42-d8a68c33cff2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-7cf6a56d-ac64-4a1a-b58d-b2f43159065a {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(238, 229, 210, 0.5);
}








#s-7cf6a56d-ac64-4a1a-b58d-b2f43159065a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cf6a56d-ac64-4a1a-b58d-b2f43159065a.shg-box.shg-c {
  justify-content: center;
}

#s-bcc9b15f-db18-4f56-871a-62a28cf106d9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-bcc9b15f-db18-4f56-871a-62a28cf106d9 .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e2651969-c3f9-452c-a3c0-1f1d2784a7f8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bdb6ee48-12b6-4f5f-bd78-552c31b9eb0a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-691a415f-2111-4573-8275-5e499dee386a {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(22, 90, 51, 1);
border-style: solid;
text-align: center;
}




  #s-691a415f-2111-4573-8275-5e499dee386a img.shogun-image {
    
    width: px;
  }


#s-691a415f-2111-4573-8275-5e499dee386a .shogun-image-content {
  
    align-items: center;
  
}

#s-c58dc27e-9632-4430-bff6-335f6ccfe131 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(238, 229, 210, 0.5);
}








#s-c58dc27e-9632-4430-bff6-335f6ccfe131 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c58dc27e-9632-4430-bff6-335f6ccfe131.shg-box.shg-c {
  justify-content: center;
}

#s-3579597a-1118-48b4-9f94-2633b79b1d12 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-3579597a-1118-48b4-9f94-2633b79b1d12 .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ee71b5e8-8d5e-4838-81bc-c31335169e15 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4e6fdc14-b573-4d9c-9f67-b8816d56fb98"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-12f559e9-8046-4cee-9718-9023cb5cf392 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(22, 90, 51, 1);
border-style: solid;
text-align: center;
}




  #s-12f559e9-8046-4cee-9718-9023cb5cf392 img.shogun-image {
    
    width: px;
  }


#s-12f559e9-8046-4cee-9718-9023cb5cf392 .shogun-image-content {
  
    align-items: center;
  
}

#s-f098b20c-5df8-43d2-a2cb-49a29430d9b4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-98be5fc5-0685-4123-8699-d3941d534d89 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(238, 229, 210, 0.5);
}








#s-98be5fc5-0685-4123-8699-d3941d534d89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98be5fc5-0685-4123-8699-d3941d534d89.shg-box.shg-c {
  justify-content: center;
}

#s-f0c799e0-c60d-4b6d-a07e-1bd6606a9243 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-f0c799e0-c60d-4b6d-a07e-1bd6606a9243 .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-df5975a0-9c1c-4b84-8492-fcd02e9c7ea1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ffad7872-2df9-485d-b769-eda67d83322c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-0c26448e-c0d4-430f-8829-453a153c3580 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(22, 90, 51, 1);
border-style: solid;
text-align: center;
}




  #s-0c26448e-c0d4-430f-8829-453a153c3580 img.shogun-image {
    
    width: px;
  }


#s-0c26448e-c0d4-430f-8829-453a153c3580 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd8cb375-45d8-4385-a5c2-041ca52a0b94 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(13, 52, 82, 1);
border-style: solid;
min-height: 50px;
}








#s-bd8cb375-45d8-4385-a5c2-041ca52a0b94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd8cb375-45d8-4385-a5c2-041ca52a0b94.shg-box.shg-c {
  justify-content: center;
}

#s-17407a39-fdad-4b19-82b8-b00fb05cc4d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(13, 52, 82, 1);
}

#s-17407a39-fdad-4b19-82b8-b00fb05cc4d6 .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-f25d127e-e9d6-47aa-a767-32a1e16ff6aa {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-a05ebfd0-42d8-4ae9-b887-902e9ed62fa4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-a05ebfd0-42d8-4ae9-b887-902e9ed62fa4 img.shogun-image {
    
    width: px;
  }


#s-a05ebfd0-42d8-4ae9-b887-902e9ed62fa4 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f76f973-3a18-4213-8f14-91359e126111 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-70b7860d-434d-4db1-ad3e-0556da0291db {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-70b7860d-434d-4db1-ad3e-0556da0291db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70b7860d-434d-4db1-ad3e-0556da0291db.shg-box.shg-c {
  justify-content: center;
}

#s-0ae1e88c-fd6d-423b-ad46-35fe3f7589af {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-0ae1e88c-fd6d-423b-ad46-35fe3f7589af .shogun-heading-component h3 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-758bede8-9fa4-4f6d-8b82-232bc23b7241 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-ac6bdf81-9770-4b79-9fe3-564be3d7bb73 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(13, 52, 82, 1);
border-style: solid;
min-height: 50px;
}








#s-ac6bdf81-9770-4b79-9fe3-564be3d7bb73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac6bdf81-9770-4b79-9fe3-564be3d7bb73.shg-box.shg-c {
  justify-content: center;
}

#s-8d3657de-b1b7-4cf6-8d67-ae07655b7bbe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(13, 52, 82, 1);
}

#s-8d3657de-b1b7-4cf6-8d67-ae07655b7bbe .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-5eeaa747-dae9-4c78-ab5b-1b146818982e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-130d6f6f-434a-4291-8c66-53faa83f0351 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(22, 90, 51, 0.1);
}








#s-130d6f6f-434a-4291-8c66-53faa83f0351 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-130d6f6f-434a-4291-8c66-53faa83f0351.shg-box.shg-c {
  justify-content: center;
}

#s-f32906d1-3dd4-4186-aaff-a2af99587e0e {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(22, 90, 51, 1);
}

#s-f32906d1-3dd4-4186-aaff-a2af99587e0e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8c3884ff-d905-4e0c-b26c-c66e704e818f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-e8601092-80d9-41f1-afa4-4c0962e2e321 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-e8601092-80d9-41f1-afa4-4c0962e2e321 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8601092-80d9-41f1-afa4-4c0962e2e321.shg-box.shg-c {
  justify-content: center;
}

#s-86435c91-b5e6-4cec-a0ae-160432f71770 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-86435c91-b5e6-4cec-a0ae-160432f71770 .shogun-heading-component h4 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ed609248-b8db-4707-83ef-60f7e3c096e5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f87865f6-798b-4dd6-9c49-ab57f98fe55a {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-f87865f6-798b-4dd6-9c49-ab57f98fe55a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f87865f6-798b-4dd6-9c49-ab57f98fe55a.shg-box.shg-c {
  justify-content: center;
}

#s-a640024c-3237-450d-907f-2542d7b6cff0 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-a640024c-3237-450d-907f-2542d7b6cff0 .shogun-heading-component h4 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c36fce41-49cd-4371-8633-bbcb6e4dc0af {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-6cfe2a93-0292-4a55-8053-239447c30e63 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-6cfe2a93-0292-4a55-8053-239447c30e63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6cfe2a93-0292-4a55-8053-239447c30e63.shg-box.shg-c {
  justify-content: center;
}

#s-814dc12d-aa71-4d47-996b-9a18c25b8f9a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-814dc12d-aa71-4d47-996b-9a18c25b8f9a .shogun-heading-component h4 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a7878d62-475f-4dfa-b5b1-9f6c7aec3a7e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-de4707fb-4d2d-49e4-bafb-213191639502 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-de4707fb-4d2d-49e4-bafb-213191639502 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de4707fb-4d2d-49e4-bafb-213191639502.shg-box.shg-c {
  justify-content: center;
}

#s-1be3c93c-4ff1-4eac-a755-4b7946daee18 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-1be3c93c-4ff1-4eac-a755-4b7946daee18 .shogun-heading-component h4 {
  color: rgba(22, 90, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6f170db6-64bb-4f52-9449-0b95ca4b3964 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-73512882-d1b9-49a1-b0cc-453d29eef5bd {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(100, 27, 11, 0.1);
}








#s-73512882-d1b9-49a1-b0cc-453d29eef5bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73512882-d1b9-49a1-b0cc-453d29eef5bd.shg-box.shg-c {
  justify-content: center;
}

#s-7fb8035a-ec82-497c-835f-ac6e20207cc0 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(100, 27, 11, 1);
}

#s-7fb8035a-ec82-497c-835f-ac6e20207cc0 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-81c0c2da-5be2-4e5b-9055-495e5c88eb4f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-a87cd66c-4e86-42be-9ed3-d146b482a29c {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-a87cd66c-4e86-42be-9ed3-d146b482a29c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a87cd66c-4e86-42be-9ed3-d146b482a29c.shg-box.shg-c {
  justify-content: center;
}

#s-d3e65335-24a2-4fb5-b2e5-20c3668a331f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-d3e65335-24a2-4fb5-b2e5-20c3668a331f .shogun-heading-component h4 {
  color: rgba(100, 27, 11, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f12b8b4a-f0f5-4b20-b85b-f19b175e8249 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-c5c586a7-234b-42b4-a9cf-9df7d8050e36 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-c5c586a7-234b-42b4-a9cf-9df7d8050e36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5c586a7-234b-42b4-a9cf-9df7d8050e36.shg-box.shg-c {
  justify-content: center;
}

#s-f37d7637-431a-42eb-9780-b74ac5fd6693 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-f37d7637-431a-42eb-9780-b74ac5fd6693 .shogun-heading-component h4 {
  color: rgba(100, 27, 11, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8cd570ee-dfaf-428f-8924-7fc9b24d39c2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-1a18ed25-9f1b-4b1b-ae36-6a2204d24d82 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-1a18ed25-9f1b-4b1b-ae36-6a2204d24d82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a18ed25-9f1b-4b1b-ae36-6a2204d24d82.shg-box.shg-c {
  justify-content: center;
}

#s-37ab7d3b-26d1-49af-a424-f8e41c087b17 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-37ab7d3b-26d1-49af-a424-f8e41c087b17 .shogun-heading-component h4 {
  color: rgba(100, 27, 11, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f66da087-b1b1-424b-967b-ba41a4fc3644 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-d456aace-6950-4db0-9b72-5b893f343e82 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-d456aace-6950-4db0-9b72-5b893f343e82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d456aace-6950-4db0-9b72-5b893f343e82.shg-box.shg-c {
  justify-content: center;
}

#s-67d86bf9-a202-4b3e-a66a-c22106c59377 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-67d86bf9-a202-4b3e-a66a-c22106c59377 .shogun-heading-component h4 {
  color: rgba(100, 27, 11, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-90a4def4-6fbb-4077-a9d9-cfd5b70f74ab {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-0f889eab-a7de-4a4c-9620-5eba2b7de828 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-0f889eab-a7de-4a4c-9620-5eba2b7de828 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f889eab-a7de-4a4c-9620-5eba2b7de828.shg-box.shg-c {
  justify-content: center;
}

#s-4dd907fd-9431-4ac6-bf7e-8c810487be32 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-4dd907fd-9431-4ac6-bf7e-8c810487be32 .shogun-heading-component h4 {
  color: rgba(100, 27, 11, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b47725e0-516a-4576-b0eb-fd606ad82484 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-212fb5c4-f3b6-4b92-9e01-571b3674ef21 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(13, 52, 82, 1);
border-style: solid;
min-height: 50px;
}








#s-212fb5c4-f3b6-4b92-9e01-571b3674ef21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-212fb5c4-f3b6-4b92-9e01-571b3674ef21.shg-box.shg-c {
  justify-content: center;
}

#s-5879bf56-ac4c-427a-9743-2c23147ffab4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(13, 52, 82, 1);
}

#s-5879bf56-ac4c-427a-9743-2c23147ffab4 .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-8618d3d6-14bf-4ef9-9a12-fd851e5fcfa3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-8f749f60-1244-484b-9633-116be593f5c5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-8f749f60-1244-484b-9633-116be593f5c5 img.shogun-image {
    
    width: px;
  }


#s-8f749f60-1244-484b-9633-116be593f5c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-096d7344-29e1-4357-b1e1-7bf084597a3d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-110e8794-80ef-4371-bf4a-4ed8307bf695 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(13, 52, 82, 1);
border-style: solid;
min-height: 50px;
}








#s-110e8794-80ef-4371-bf4a-4ed8307bf695 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-110e8794-80ef-4371-bf4a-4ed8307bf695.shg-box.shg-c {
  justify-content: center;
}

#s-6fa7f9b6-144e-45fa-92ba-972073348343 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(13, 52, 82, 1);
}

#s-6fa7f9b6-144e-45fa-92ba-972073348343 .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;
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-731b91a6-896e-40c3-a953-f8c13e04cd26 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-731b91a6-896e-40c3-a953-f8c13e04cd26 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-731b91a6-896e-40c3-a953-f8c13e04cd26 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-731b91a6-896e-40c3-a953-f8c13e04cd26 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(22, 90, 51, 1);
}

#s-731b91a6-896e-40c3-a953-f8c13e04cd26 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-731b91a6-896e-40c3-a953-f8c13e04cd26 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(22, 90, 51, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-731b91a6-896e-40c3-a953-f8c13e04cd26 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-cae223d5-b46a-45db-b3b4-8266059ad21e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-99128673-f3b1-4f53-9995-5492a8856a7a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f62f7c1b-1d39-4949-a163-5deccd065703 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-cd9d51af-8306-44aa-a76b-aaab93c05e47 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9498a4db-9d3e-43b6-a902-e6e8769f1c76 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9776ac05-57b1-4c9d-bfee-b06a3ed8a5ab {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-578726dd-b03d-41fb-9d61-c92440748002 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-1821bb93-5ff9-4d1f-9447-ad456cc26a86 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-6cc8c310-45da-49ff-9e4b-31a059e45bb3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-d3443d4f-8772-47bd-9877-c2f9672e1522 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-12c59384-9dc8-4f9a-8f2e-d6d966ee8272 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(13, 52, 82, 1);
border-style: solid;
min-height: 50px;
}








#s-12c59384-9dc8-4f9a-8f2e-d6d966ee8272 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12c59384-9dc8-4f9a-8f2e-d6d966ee8272.shg-box.shg-c {
  justify-content: center;
}

#s-03832508-db1c-4bf4-8ba2-720d270df6fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(13, 52, 82, 1);
}

#s-03832508-db1c-4bf4-8ba2-720d270df6fa .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-9974576c-5d5f-481e-ba25-18c6be9abd1b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-8ca26d7c-9af9-45b0-bb22-831a007a747b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-8ca26d7c-9af9-45b0-bb22-831a007a747b img.shogun-image {
    
    width: px;
  }


#s-8ca26d7c-9af9-45b0-bb22-831a007a747b .shogun-image-content {
  
    align-items: center;
  
}

#s-337694b2-3741-48e5-b08a-65e59175362b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
