.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-5fbfb66e-f8dc-4abe-9c0b-858387d1b0f9 {
  min-height: 50px;
background-color: rgba(80, 97, 26, 1);
}








#s-5fbfb66e-f8dc-4abe-9c0b-858387d1b0f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fbfb66e-f8dc-4abe-9c0b-858387d1b0f9.shg-box.shg-c {
  justify-content: center;
}

#s-50ec5182-03cd-4788-83d4-952aba0f672b {
  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(132, 131, 127, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-50ec5182-03cd-4788-83d4-952aba0f672b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50ec5182-03cd-4788-83d4-952aba0f672b.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-5a7b97ba-2fc9-4a7d-b2db-f4c9a9e925b7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-5a7b97ba-2fc9-4a7d-b2db-f4c9a9e925b7 img.shogun-image {
    
    width: px;
  }


#s-5a7b97ba-2fc9-4a7d-b2db-f4c9a9e925b7 .shogun-image-content {
  
    align-items: 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-7a631ee0-1d41-4230-90f6-ccd957a622ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a631ee0-1d41-4230-90f6-ccd957a622ed .shogun-heading-component h2 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

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

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

#s-ec311704-d64d-46d8-b6ef-f368c906b671 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-05ea6546-d1c7-48dd-928d-864fb310936b {
  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(132, 131, 127, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-05ea6546-d1c7-48dd-928d-864fb310936b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05ea6546-d1c7-48dd-928d-864fb310936b.shg-box.shg-c {
  justify-content: center;
}

#s-46ef7d8f-7618-4f04-8568-0faf6916d59b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46ef7d8f-7618-4f04-8568-0faf6916d59b .shogun-heading-component h2 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c4cd625e-2c51-467c-8f95-fc04a9238d34 {
  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-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-71209c45-05d6-46c5-bee3-d994eadb9f59"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e8e1e05b-1f2b-4970-881c-1209b608638a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-3742182f-ef2e-4349-8910-1cfaafedd49d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-3742182f-ef2e-4349-8910-1cfaafedd49d img.shogun-image {
    
    width: px;
  }


#s-3742182f-ef2e-4349-8910-1cfaafedd49d .shogun-image-content {
  
    align-items: center;
  
}

#s-8b1474fc-b966-4430-96f0-7cec96e511fb {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-741f8986-4ec2-40b8-8a25-9c73385c5022 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(165, 170, 173, 0.2);
}








#s-741f8986-4ec2-40b8-8a25-9c73385c5022 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-741f8986-4ec2-40b8-8a25-9c73385c5022.shg-box.shg-c {
  justify-content: center;
}

#s-956b56a7-19bf-4ada-847a-68ca4bf02c28 {
  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: left;
background-color: rgba(111, 34, 34, 1);
}

#s-956b56a7-19bf-4ada-847a-68ca4bf02c28 .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: left;
}



#s-3a21fc89-a5c8-417b-8e0d-de3b8c803acb {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-3a6c96fd-6213-46bb-bcbb-8d968b86d37e {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-3a6c96fd-6213-46bb-bcbb-8d968b86d37e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a6c96fd-6213-46bb-bcbb-8d968b86d37e.shg-box.shg-c {
  justify-content: center;
}

#s-512401c3-f3c2-4a12-b943-4bdcd30a67fc {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-512401c3-f3c2-4a12-b943-4bdcd30a67fc .shogun-heading-component h4 {
  color: rgba(111, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a63d2f2d-7a71-444a-b75a-2893502d7c31"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4aceebef-5f36-477b-b6ca-7e25ecc1bd86 {
  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(111, 34, 34, 1);
border-style: solid;
text-align: center;
}




  #s-4aceebef-5f36-477b-b6ca-7e25ecc1bd86 img.shogun-image {
    
    width: px;
  }


#s-4aceebef-5f36-477b-b6ca-7e25ecc1bd86 .shogun-image-content {
  
    align-items: center;
  
}

#s-71dbd896-4a9b-4635-893d-693113fa56ec {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-557fae5b-3ed6-4573-97bc-b0024b54e7c3 {
  padding-left: 20px;
padding-right: 20px;
}

#s-557fae5b-3ed6-4573-97bc-b0024b54e7c3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-d3370d85-cb9e-4f99-998d-91f50a38b99b {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-d3370d85-cb9e-4f99-998d-91f50a38b99b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3370d85-cb9e-4f99-998d-91f50a38b99b.shg-box.shg-c {
  justify-content: center;
}

#s-bfbadf9c-8a23-493a-a27c-483ebf50a0e1 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-bfbadf9c-8a23-493a-a27c-483ebf50a0e1 .shogun-heading-component h4 {
  color: rgba(111, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-96990c04-7f6d-4050-b422-b89d2a278b97"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-13af58d3-f9f0-4f8b-a0e3-4e220f120772 {
  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(111, 34, 34, 1);
border-style: solid;
text-align: center;
}




  #s-13af58d3-f9f0-4f8b-a0e3-4e220f120772 img.shogun-image {
    
    width: px;
  }


#s-13af58d3-f9f0-4f8b-a0e3-4e220f120772 .shogun-image-content {
  
    align-items: center;
  
}

#s-67329c16-a176-475c-8cce-bd12279ca196 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-51d86893-b123-444f-8ca9-9521928069e3 {
  padding-left: 20px;
padding-right: 20px;
}

#s-51d86893-b123-444f-8ca9-9521928069e3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-3985ca44-faec-423b-9d8f-e3ff15d0e9d5 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-3985ca44-faec-423b-9d8f-e3ff15d0e9d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3985ca44-faec-423b-9d8f-e3ff15d0e9d5.shg-box.shg-c {
  justify-content: center;
}

#s-d4a9261d-3d15-4658-a2e8-b444418ee885 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-d4a9261d-3d15-4658-a2e8-b444418ee885 .shogun-heading-component h4 {
  color: rgba(111, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4f01e92d-c8ec-4057-9d85-b5bfc1d84b91"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ff7377ac-9ea8-4690-bec4-bef29aaad1f6 {
  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(111, 34, 34, 1);
border-style: solid;
text-align: center;
}




  #s-ff7377ac-9ea8-4690-bec4-bef29aaad1f6 img.shogun-image {
    
    width: px;
  }


#s-ff7377ac-9ea8-4690-bec4-bef29aaad1f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc706625-eb0d-4827-9b5a-189b42d40138 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-1953d14d-18aa-4d3f-ac1f-095d3a7c17af {
  padding-left: 20px;
padding-right: 20px;
}

#s-1953d14d-18aa-4d3f-ac1f-095d3a7c17af hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-215c6db7-37df-4601-b266-ae1c46603b3e {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-215c6db7-37df-4601-b266-ae1c46603b3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-215c6db7-37df-4601-b266-ae1c46603b3e.shg-box.shg-c {
  justify-content: center;
}

#s-db4fac8c-e1bd-4a09-a7ea-3ca031bfd751 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-db4fac8c-e1bd-4a09-a7ea-3ca031bfd751 .shogun-heading-component h4 {
  color: rgba(111, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-19d594c6-0a90-401e-bd02-f52e1ce0a689"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a838d02c-a5fc-4c95-81ce-00c3cc468c41 {
  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(111, 34, 34, 1);
border-style: solid;
text-align: center;
}




  #s-a838d02c-a5fc-4c95-81ce-00c3cc468c41 img.shogun-image {
    
    width: px;
  }


#s-a838d02c-a5fc-4c95-81ce-00c3cc468c41 .shogun-image-content {
  
    align-items: center;
  
}

#s-dc008c90-4696-4e4b-a122-017be7344b95 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-14074ce6-a3e8-4014-a5de-f04d38bb0621 {
  padding-left: 20px;
padding-right: 20px;
}

#s-14074ce6-a3e8-4014-a5de-f04d38bb0621 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-f79ee117-2437-4daf-b152-2940d7b78033 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-f79ee117-2437-4daf-b152-2940d7b78033 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f79ee117-2437-4daf-b152-2940d7b78033.shg-box.shg-c {
  justify-content: center;
}

#s-98bb9bd8-63a0-45f0-91cd-22c7d65a6df8 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-98bb9bd8-63a0-45f0-91cd-22c7d65a6df8 .shogun-heading-component h4 {
  color: rgba(111, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5213c760-bf2f-46ae-a4a0-935953b87084"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-db5c540f-ceee-4feb-9419-a97eb0ae9d37 {
  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(111, 34, 34, 1);
border-style: solid;
text-align: center;
}




  #s-db5c540f-ceee-4feb-9419-a97eb0ae9d37 img.shogun-image {
    
    width: px;
  }


#s-db5c540f-ceee-4feb-9419-a97eb0ae9d37 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e669ff3-d21c-409a-8051-da276fa05992 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f3e37a3d-df2f-4e38-8cf0-b772bb1b36a8 {
  padding-left: 20px;
padding-right: 20px;
}

#s-f3e37a3d-df2f-4e38-8cf0-b772bb1b36a8 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-a0c5fea6-e67f-4b93-95a0-6ae0e68956db {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-a0c5fea6-e67f-4b93-95a0-6ae0e68956db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0c5fea6-e67f-4b93-95a0-6ae0e68956db.shg-box.shg-c {
  justify-content: center;
}

#s-325b8b77-9768-4787-b3e9-6dc195698e82 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-325b8b77-9768-4787-b3e9-6dc195698e82 .shogun-heading-component h4 {
  color: rgba(111, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f106df65-359d-4fe2-83af-92d1d2646ba5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6dabd295-b36f-4d40-865c-557380fce09c {
  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(111, 34, 34, 1);
border-style: solid;
text-align: center;
}




  #s-6dabd295-b36f-4d40-865c-557380fce09c img.shogun-image {
    
    width: px;
  }


#s-6dabd295-b36f-4d40-865c-557380fce09c .shogun-image-content {
  
    align-items: center;
  
}

#s-ec92ab65-9f72-4ec5-b1a2-162ef0040d1c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-d90024f0-105c-45a7-b889-2f34f336cf6e {
  padding-left: 20px;
padding-right: 20px;
}

#s-d90024f0-105c-45a7-b889-2f34f336cf6e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-932a97b3-9c59-4d90-8f92-41f8420a6c29 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-3709bdbf-8da8-491b-844f-dc9966fd59fc {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(165, 170, 173, 0.2);
}








#s-3709bdbf-8da8-491b-844f-dc9966fd59fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3709bdbf-8da8-491b-844f-dc9966fd59fc.shg-box.shg-c {
  justify-content: center;
}

#s-34d52d9a-56f3-43e7-95b9-ffbb95b95b6f {
  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: left;
background-color: rgba(111, 34, 34, 1);
}

#s-34d52d9a-56f3-43e7-95b9-ffbb95b95b6f .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: left;
}



#s-f3ec77d5-a6e8-412e-a757-e856c5ff82a1 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-28097356-84a1-4f33-b10c-a2660e0647ba {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-5175c8a3-62b7-4569-9d61-0a35bd17f96e {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-5175c8a3-62b7-4569-9d61-0a35bd17f96e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5175c8a3-62b7-4569-9d61-0a35bd17f96e.shg-box.shg-c {
  justify-content: center;
}

#s-7eb58b10-6005-4d79-95be-87e4f56d6a73 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-7eb58b10-6005-4d79-95be-87e4f56d6a73 .shogun-heading-component h4 {
  color: rgba(111, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-cdeea153-4312-4758-8208-83898f0a74b2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dfcf7391-d637-46a3-b934-886dcf9929ba {
  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(111, 34, 34, 1);
border-style: solid;
text-align: center;
}




  #s-dfcf7391-d637-46a3-b934-886dcf9929ba img.shogun-image {
    
    width: px;
  }


#s-dfcf7391-d637-46a3-b934-886dcf9929ba .shogun-image-content {
  
    align-items: center;
  
}

#s-2b459705-93ac-4160-b597-074d2d12f712 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-614aa4f7-f8c7-4324-84bf-f01b6324a7ee {
  padding-left: 20px;
padding-right: 20px;
}

#s-614aa4f7-f8c7-4324-84bf-f01b6324a7ee hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-7071e6aa-7f4b-4c57-8303-95d08f1599ce {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-7071e6aa-7f4b-4c57-8303-95d08f1599ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7071e6aa-7f4b-4c57-8303-95d08f1599ce.shg-box.shg-c {
  justify-content: center;
}

#s-ec25829e-0657-45c6-851e-54fbdf3013da {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-ec25829e-0657-45c6-851e-54fbdf3013da .shogun-heading-component h4 {
  color: rgba(111, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-72576d2d-a8a1-4fc7-929a-fe69037088b1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b0560b6e-a732-4ad8-9880-39f12883987f {
  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(111, 34, 34, 1);
border-style: solid;
text-align: center;
}




  #s-b0560b6e-a732-4ad8-9880-39f12883987f img.shogun-image {
    
    width: px;
  }


#s-b0560b6e-a732-4ad8-9880-39f12883987f .shogun-image-content {
  
    align-items: center;
  
}

#s-3cc45862-6ee6-4184-b2bc-9791a3bc1960 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-2cc773d9-ae80-429d-812e-977beb6c0f80 {
  padding-left: 20px;
padding-right: 20px;
}

#s-2cc773d9-ae80-429d-812e-977beb6c0f80 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-df06f28a-7f36-4655-a958-fa51f90a5b78 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-df06f28a-7f36-4655-a958-fa51f90a5b78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df06f28a-7f36-4655-a958-fa51f90a5b78.shg-box.shg-c {
  justify-content: center;
}

#s-ee5a11f6-b56a-4c80-8301-1f359ca2a5f4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-ee5a11f6-b56a-4c80-8301-1f359ca2a5f4 .shogun-heading-component h4 {
  color: rgba(111, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2e3a95b1-e533-48fd-8de2-6adc6202c575"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a53c1236-6063-4e64-bf51-f8ff786321c0 {
  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(111, 34, 34, 1);
border-style: solid;
text-align: center;
}




  #s-a53c1236-6063-4e64-bf51-f8ff786321c0 img.shogun-image {
    
    width: px;
  }


#s-a53c1236-6063-4e64-bf51-f8ff786321c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b63682e-98cc-4cca-8274-c5d98f7fd955 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-066bcc11-94ae-481e-911e-c960ae755108 {
  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(132, 131, 127, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-066bcc11-94ae-481e-911e-c960ae755108 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-066bcc11-94ae-481e-911e-c960ae755108.shg-box.shg-c {
  justify-content: center;
}

#s-0f8c665c-347a-4294-8b93-c1ae56d6a4b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f8c665c-347a-4294-8b93-c1ae56d6a4b0 .shogun-heading-component h2 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9b22d2f1-f011-45ee-9877-564b2dfbc48a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f61556f0-2a88-4884-b9c4-c4ad12185d6f {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-f61556f0-2a88-4884-b9c4-c4ad12185d6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f61556f0-2a88-4884-b9c4-c4ad12185d6f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0c19c8d4-19f1-427f-ba81-84b740cd9c8e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-dbca039c-c843-454e-bab2-a1e46d4322fc {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-dbca039c-c843-454e-bab2-a1e46d4322fc .shogun-icon-wrapper {
  text-align: center;
}


#s-dbca039c-c843-454e-bab2-a1e46d4322fc .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(111, 34, 34, 1);
}

#s-4a073b9d-65f6-4f04-9688-48ab7d457e8d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-4a073b9d-65f6-4f04-9688-48ab7d457e8d .shogun-heading-component h3 {
  color: rgba(111, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6ba8fe7a-6e91-4e7b-a5cf-f7e2974c557a {
  margin-left: 20px;
margin-right: 20px;
min-height: 50px;
background-color: rgba(237, 226, 222, 0.5);
}








#s-6ba8fe7a-6e91-4e7b-a5cf-f7e2974c557a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ba8fe7a-6e91-4e7b-a5cf-f7e2974c557a.shg-box.shg-c {
  justify-content: center;
}

#s-46ce9ea1-50c5-41df-a61a-1b38d612b87a {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(111, 34, 34, 1);
border-style: solid;
}

#s-b52edcb5-6c74-4179-96f0-f0f2dad27f49 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-b52edcb5-6c74-4179-96f0-f0f2dad27f49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b52edcb5-6c74-4179-96f0-f0f2dad27f49.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-5004c33b-4267-4a42-9dbb-dcb9ef280d40"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-90f2fa9c-764c-4a1a-842e-ccacba84aa16 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-90f2fa9c-764c-4a1a-842e-ccacba84aa16 .shogun-icon-wrapper {
  text-align: center;
}


#s-90f2fa9c-764c-4a1a-842e-ccacba84aa16 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(111, 34, 34, 1);
}

#s-93984478-8686-4360-9db0-bbd287fdb880 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-93984478-8686-4360-9db0-bbd287fdb880 .shogun-heading-component h3 {
  color: rgba(111, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-f5dbd9bc-0640-4459-b1d2-ee304829b9fb {
  margin-left: 20px;
margin-right: 20px;
min-height: 50px;
background-color: rgba(237, 226, 222, 0.5);
}








#s-f5dbd9bc-0640-4459-b1d2-ee304829b9fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5dbd9bc-0640-4459-b1d2-ee304829b9fb.shg-box.shg-c {
  justify-content: center;
}

#s-79938904-9cfd-41d6-96d4-8de6a2f4b812 {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(111, 34, 34, 1);
border-style: solid;
}

#s-4b769eba-8359-4450-89c6-9b36130c5458 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-4b769eba-8359-4450-89c6-9b36130c5458 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b769eba-8359-4450-89c6-9b36130c5458.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1f0ece5a-e684-43e1-b70c-e03e0f57a519"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c5c435ef-403d-4bae-bf39-d120535bd6ba {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c5c435ef-403d-4bae-bf39-d120535bd6ba .shogun-icon-wrapper {
  text-align: center;
}


#s-c5c435ef-403d-4bae-bf39-d120535bd6ba .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(111, 34, 34, 1);
}

#s-e70b49c8-e832-4617-baac-1e83150b92d2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-e70b49c8-e832-4617-baac-1e83150b92d2 .shogun-heading-component h3 {
  color: rgba(111, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-87216206-82c7-4788-a49f-78d653043b24 {
  margin-left: 20px;
margin-right: 20px;
min-height: 50px;
background-color: rgba(237, 226, 222, 0.5);
}








#s-87216206-82c7-4788-a49f-78d653043b24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87216206-82c7-4788-a49f-78d653043b24.shg-box.shg-c {
  justify-content: center;
}

#s-5ed7ac84-78a0-4b18-9799-1aabbd1733a6 {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(111, 34, 34, 1);
border-style: solid;
}

#s-acb7e295-d8a1-4edf-b8f6-21de21b1f7de {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-acb7e295-d8a1-4edf-b8f6-21de21b1f7de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acb7e295-d8a1-4edf-b8f6-21de21b1f7de.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7fe347d5-850a-4f94-bcb5-587ac98c2a64"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-93b9cf34-38cd-41ac-b984-bae579d7b112 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-93b9cf34-38cd-41ac-b984-bae579d7b112 .shogun-icon-wrapper {
  text-align: center;
}


#s-93b9cf34-38cd-41ac-b984-bae579d7b112 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(111, 34, 34, 1);
}

#s-0a81621b-a779-42b5-9a32-3e525e219ac7 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-0a81621b-a779-42b5-9a32-3e525e219ac7 .shogun-heading-component h3 {
  color: rgba(111, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b8c26b23-7b2d-4475-9f6b-3e00ee066df7 {
  margin-left: 20px;
margin-right: 20px;
min-height: 50px;
background-color: rgba(237, 226, 222, 0.5);
}








#s-b8c26b23-7b2d-4475-9f6b-3e00ee066df7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8c26b23-7b2d-4475-9f6b-3e00ee066df7.shg-box.shg-c {
  justify-content: center;
}

#s-d247a7cb-6166-476b-a4fe-a0378da38275 {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(111, 34, 34, 1);
border-style: solid;
}

#s-fffdc7f2-6976-4069-857c-c0e3519803c6 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-fffdc7f2-6976-4069-857c-c0e3519803c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fffdc7f2-6976-4069-857c-c0e3519803c6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7698ba7-95e8-42dd-acc7-147ee1fc943a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8a8fdf0f-023e-475f-a295-d46e058e542b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-8a8fdf0f-023e-475f-a295-d46e058e542b .shogun-icon-wrapper {
  text-align: center;
}


#s-8a8fdf0f-023e-475f-a295-d46e058e542b .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(111, 34, 34, 1);
}

#s-8564f5bc-849e-48c4-9923-31e6e98c8e01 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-8564f5bc-849e-48c4-9923-31e6e98c8e01 .shogun-heading-component h3 {
  color: rgba(111, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-817d2e53-02d3-4bbc-bce0-4b221fa8a310 {
  margin-left: 20px;
margin-right: 20px;
min-height: 50px;
background-color: rgba(237, 226, 222, 0.5);
}








#s-817d2e53-02d3-4bbc-bce0-4b221fa8a310 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-817d2e53-02d3-4bbc-bce0-4b221fa8a310.shg-box.shg-c {
  justify-content: center;
}

#s-56672285-dfe6-424a-b786-8a368b9fd700 {
  border-style: solid;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(111, 34, 34, 1);
border-style: solid;
}

#s-2c6a827f-0d0a-4fbf-904d-228a57c917dc {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-7378a574-fd04-4dcc-9aae-b6a6162b13ea {
  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(132, 131, 127, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-7378a574-fd04-4dcc-9aae-b6a6162b13ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7378a574-fd04-4dcc-9aae-b6a6162b13ea.shg-box.shg-c {
  justify-content: center;
}

#s-bbdc83c0-aea2-42c2-8895-83f3593c976c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbdc83c0-aea2-42c2-8895-83f3593c976c .shogun-heading-component h2 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-afaafa09-039e-4709-80df-377346f98d64 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-4f82a8f5-ac02-446e-9464-1b0aac09854e {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(147, 164, 207, 0.15);
}








#s-4f82a8f5-ac02-446e-9464-1b0aac09854e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f82a8f5-ac02-446e-9464-1b0aac09854e.shg-box.shg-c {
  justify-content: center;
}

#s-dec06cfd-bbbb-419f-8e1d-5977e6984a2b {
  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: left;
background-color: rgba(111, 34, 34, 1);
}

#s-dec06cfd-bbbb-419f-8e1d-5977e6984a2b .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: left;
}



#s-28f395b1-1cc5-4619-a8b0-8a724967c916 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79e8ec5a-fd4c-4d4c-9e3a-619d95ed4416"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3612ed83-45b3-4a85-9301-2563dbff4a89 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b11fb4e9-e85b-45b1-baea-d733b8d209d3 {
  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(111, 34, 34, 1);
border-style: solid;
text-align: center;
}




  #s-b11fb4e9-e85b-45b1-baea-d733b8d209d3 img.shogun-image {
    
    width: px;
  }


#s-b11fb4e9-e85b-45b1-baea-d733b8d209d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-65b5f18a-eb54-4607-8ae0-185b67ed89f8 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(147, 164, 207, 0.15);
}








#s-65b5f18a-eb54-4607-8ae0-185b67ed89f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65b5f18a-eb54-4607-8ae0-185b67ed89f8.shg-box.shg-c {
  justify-content: center;
}

#s-37d66fa4-c2eb-4f17-8912-31c8f7734d08 {
  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: left;
background-color: rgba(111, 34, 34, 1);
}

#s-37d66fa4-c2eb-4f17-8912-31c8f7734d08 .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: left;
}



#s-96e1296d-4a8a-45d3-955a-916f7db143a9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-367de8a1-c4c4-442a-8a05-028c0aa712ee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ea5bc8ed-bf66-48ec-946f-c90058c043ec {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-43506572-585a-4165-bcb1-0ad17b5ffb9a {
  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(111, 34, 34, 1);
border-style: solid;
text-align: center;
}




  #s-43506572-585a-4165-bcb1-0ad17b5ffb9a img.shogun-image {
    
    width: px;
  }


#s-43506572-585a-4165-bcb1-0ad17b5ffb9a .shogun-image-content {
  
    align-items: center;
  
}

#s-a090b413-845d-4e78-bdd3-730044537b25 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(147, 164, 207, 0.15);
}








#s-a090b413-845d-4e78-bdd3-730044537b25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a090b413-845d-4e78-bdd3-730044537b25.shg-box.shg-c {
  justify-content: center;
}

#s-5cd94518-dd96-408e-ad51-dc69bd977248 {
  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: left;
background-color: rgba(111, 34, 34, 1);
}

#s-5cd94518-dd96-408e-ad51-dc69bd977248 .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: left;
}



#s-e6ff63a1-640b-424e-aadf-2675d2969d64 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9b65c1f2-258b-4558-9617-ae6f277695f4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cb6b5c97-f42b-4168-9745-de633a23ff24 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b4aedc1d-1044-4fa0-a01f-0c15df43ebfb {
  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(111, 34, 34, 1);
border-style: solid;
text-align: center;
}




  #s-b4aedc1d-1044-4fa0-a01f-0c15df43ebfb img.shogun-image {
    
    width: px;
  }


#s-b4aedc1d-1044-4fa0-a01f-0c15df43ebfb .shogun-image-content {
  
    align-items: center;
  
}

#s-8b8bd58e-e2e2-4263-ba05-0aefffe34832 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(147, 164, 207, 0.15);
}








#s-8b8bd58e-e2e2-4263-ba05-0aefffe34832 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b8bd58e-e2e2-4263-ba05-0aefffe34832.shg-box.shg-c {
  justify-content: center;
}

#s-f0040442-7018-4cb5-bdb5-5a39aa8ee8f3 {
  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: left;
background-color: rgba(111, 34, 34, 1);
}

#s-f0040442-7018-4cb5-bdb5-5a39aa8ee8f3 .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: left;
}



#s-1a006e6b-7ebf-4cb9-a01a-dab45f229d47 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-35d63f23-da85-40f6-8a81-b3048ace41f4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-88658d81-1337-444d-bd45-463b32a8df8f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-361c56a3-db2c-456e-8943-09bcc5ae1159 {
  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(111, 34, 34, 1);
border-style: solid;
text-align: center;
}




  #s-361c56a3-db2c-456e-8943-09bcc5ae1159 img.shogun-image {
    
    width: px;
  }


#s-361c56a3-db2c-456e-8943-09bcc5ae1159 .shogun-image-content {
  
    align-items: center;
  
}

#s-c87a56c6-d01b-4dfa-8094-7071d3aab479 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(147, 164, 207, 0.15);
}








#s-c87a56c6-d01b-4dfa-8094-7071d3aab479 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c87a56c6-d01b-4dfa-8094-7071d3aab479.shg-box.shg-c {
  justify-content: center;
}

#s-575bbb48-e0d7-4da2-97e3-b5a210b5c758 {
  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: left;
background-color: rgba(111, 34, 34, 1);
}

#s-575bbb48-e0d7-4da2-97e3-b5a210b5c758 .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: left;
}



#s-8e471e7f-5059-4a27-a37c-a5db2adb8a7a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8f687b5f-0861-4675-9637-ae7582be803e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-42e18e1f-d786-45d0-b893-4099a33473eb {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-695e847f-5d7d-4a43-b460-619f69b45d16 {
  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(111, 34, 34, 1);
border-style: solid;
text-align: center;
}




  #s-695e847f-5d7d-4a43-b460-619f69b45d16 img.shogun-image {
    
    width: px;
  }


#s-695e847f-5d7d-4a43-b460-619f69b45d16 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9748bd0-7f01-419b-aa23-ddea4583a889 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(147, 164, 207, 0.15);
}








#s-d9748bd0-7f01-419b-aa23-ddea4583a889 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9748bd0-7f01-419b-aa23-ddea4583a889.shg-box.shg-c {
  justify-content: center;
}

#s-73fceed5-13a7-44cd-8440-9e74d59a7049 {
  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: left;
background-color: rgba(111, 34, 34, 1);
}

#s-73fceed5-13a7-44cd-8440-9e74d59a7049 .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: left;
}



#s-c5dfc039-b7e9-47ee-9f28-8b053c1149ef {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-65f03afc-3659-4d77-8bf8-42c7aef7c72c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-66a1a16a-075e-441f-81d5-94e58e3b5d04 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-6631c17d-e1f1-40df-ab31-e077904df904 {
  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(111, 34, 34, 1);
border-style: solid;
text-align: center;
}




  #s-6631c17d-e1f1-40df-ab31-e077904df904 img.shogun-image {
    
    width: px;
  }


#s-6631c17d-e1f1-40df-ab31-e077904df904 .shogun-image-content {
  
    align-items: center;
  
}

#s-82a4cfaa-dc57-4b94-97c3-ec55f154fcc7 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(147, 164, 207, 0.15);
}








#s-82a4cfaa-dc57-4b94-97c3-ec55f154fcc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82a4cfaa-dc57-4b94-97c3-ec55f154fcc7.shg-box.shg-c {
  justify-content: center;
}

#s-2be7b284-8a93-48ab-8a09-17df5669fa08 {
  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: left;
background-color: rgba(111, 34, 34, 1);
}

#s-2be7b284-8a93-48ab-8a09-17df5669fa08 .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: left;
}



#s-a9989815-5322-454d-9b59-edc628823bd6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-765ea19e-1b7c-432b-b5aa-6bcf31c861d6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4c36fa70-f923-49a1-87ad-e079bb1584b5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-d10fe236-b795-4b95-b5a8-67c626d9eabd {
  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(111, 34, 34, 1);
border-style: solid;
text-align: center;
}




  #s-d10fe236-b795-4b95-b5a8-67c626d9eabd img.shogun-image {
    
    width: px;
  }


#s-d10fe236-b795-4b95-b5a8-67c626d9eabd .shogun-image-content {
  
    align-items: center;
  
}

#s-9238a653-ffa4-406d-8a33-cde655bd33dc {
  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(132, 131, 127, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9238a653-ffa4-406d-8a33-cde655bd33dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9238a653-ffa4-406d-8a33-cde655bd33dc.shg-box.shg-c {
  justify-content: center;
}

#s-7a776dbd-02fa-4056-9bba-5960ba619ea7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a776dbd-02fa-4056-9bba-5960ba619ea7 .shogun-heading-component h2 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0fe31648-78fe-4c1f-b84e-86a2a45fe0e4 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9dd7cf2e-635a-433a-9ed3-989c90ecf974 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-9dd7cf2e-635a-433a-9ed3-989c90ecf974 img.shogun-image {
    
    width: px;
  }


#s-9dd7cf2e-635a-433a-9ed3-989c90ecf974 .shogun-image-content {
  
    align-items: center;
  
}

#s-147bfb37-d7b2-4b9e-aed8-2a1e7351afbe {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-80a19b57-c1b0-426c-a82c-38ae3b9bd662 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-80a19b57-c1b0-426c-a82c-38ae3b9bd662 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80a19b57-c1b0-426c-a82c-38ae3b9bd662.shg-box.shg-c {
  justify-content: center;
}

#s-e9f3621c-bdcd-4482-b6d1-29adb7a15b25 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-e9f3621c-bdcd-4482-b6d1-29adb7a15b25 .shogun-heading-component h3 {
  color: rgba(111, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8ca35695-eee1-4fc4-b494-6008631e762a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-f67783d9-859b-4951-9083-7b5b79566122 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-f67783d9-859b-4951-9083-7b5b79566122 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f67783d9-859b-4951-9083-7b5b79566122.shg-box.shg-c {
  justify-content: center;
}

#s-68e50cf0-957a-46e6-bc19-6456e9ff9d94 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-68e50cf0-957a-46e6-bc19-6456e9ff9d94 .shogun-heading-component h3 {
  color: rgba(111, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2a490a3c-028e-4810-a07b-f1accf210c95 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-aa1f590b-fa38-4903-a98e-89b8561ae0da {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-aa1f590b-fa38-4903-a98e-89b8561ae0da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa1f590b-fa38-4903-a98e-89b8561ae0da.shg-box.shg-c {
  justify-content: center;
}

#s-dc2bb00f-d4e1-4ca7-b7ec-813ae9050424 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-dc2bb00f-d4e1-4ca7-b7ec-813ae9050424 .shogun-heading-component h3 {
  color: rgba(111, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-846dae65-6695-4256-ac09-416e12cedc64 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b3f033ef-c193-48be-99e1-85cce5a1d3f0 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-b3f033ef-c193-48be-99e1-85cce5a1d3f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3f033ef-c193-48be-99e1-85cce5a1d3f0.shg-box.shg-c {
  justify-content: center;
}

#s-15caa88d-cf1d-4662-a68f-7eceb69a932e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: left;
}

#s-15caa88d-cf1d-4662-a68f-7eceb69a932e .shogun-heading-component h3 {
  color: rgba(111, 34, 34, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-378b2dd5-ed5c-4d1e-a8cf-5cdb5197e451 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-ddee62ba-180c-4880-bebf-171dfa30d61e {
  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(132, 131, 127, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ddee62ba-180c-4880-bebf-171dfa30d61e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddee62ba-180c-4880-bebf-171dfa30d61e.shg-box.shg-c {
  justify-content: center;
}

#s-6e471ac5-cf79-4f04-b629-a67362406764 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e471ac5-cf79-4f04-b629-a67362406764 .shogun-heading-component h2 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-42fb31e7-a881-4b23-b122-e176738a5256 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9002ac7e-58c3-4507-a3c8-3e78f87cd182"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2cbbf8c8-eaf3-4e42-9593-237ad9684564 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-2cbbf8c8-eaf3-4e42-9593-237ad9684564 img.shogun-image {
    
    width: px;
  }


#s-2cbbf8c8-eaf3-4e42-9593-237ad9684564 .shogun-image-content {
  
    align-items: center;
  
}

#s-638d49c6-9289-4424-abd8-6ca466c2f1cc {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(165, 170, 173, 0.3);
}








#s-638d49c6-9289-4424-abd8-6ca466c2f1cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-638d49c6-9289-4424-abd8-6ca466c2f1cc.shg-box.shg-c {
  justify-content: center;
}

#s-11a4619f-c2b7-41b8-81fe-e0fb5f42a6e5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-fbd5bccd-8a47-4db8-8f9b-965dd741907c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-896b5738-b70b-4b10-920c-3af0ddae0614 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(237, 226, 222, 0.5);
}








#s-896b5738-b70b-4b10-920c-3af0ddae0614 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-896b5738-b70b-4b10-920c-3af0ddae0614.shg-box.shg-c {
  justify-content: center;
}

#s-bb865988-3705-4e4f-bbf9-9f6e56103a3c {
  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: left;
background-color: rgba(111, 34, 34, 1);
}

#s-bb865988-3705-4e4f-bbf9-9f6e56103a3c .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: left;
}



#s-7a4adf22-3e33-4cd3-b136-e3fff3bb2761 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9ac0c82-8324-49ac-b817-12a4a1856084"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0fc42904-ec21-4ad2-9e31-d84c1a38a2ab {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-4b0c5646-4aa4-41ff-ac66-bcd1644d8d29 {
  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(111, 34, 34, 1);
border-style: solid;
text-align: center;
}




  #s-4b0c5646-4aa4-41ff-ac66-bcd1644d8d29 img.shogun-image {
    
    width: px;
  }


#s-4b0c5646-4aa4-41ff-ac66-bcd1644d8d29 .shogun-image-content {
  
    align-items: center;
  
}

#s-81e2f479-c2b7-4adf-b772-bb76d3b26c7b {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(237, 226, 222, 0.5);
}








#s-81e2f479-c2b7-4adf-b772-bb76d3b26c7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81e2f479-c2b7-4adf-b772-bb76d3b26c7b.shg-box.shg-c {
  justify-content: center;
}

#s-b0c03c87-b5ae-4744-8036-947292d6d2c8 {
  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: left;
background-color: rgba(111, 34, 34, 1);
}

#s-b0c03c87-b5ae-4744-8036-947292d6d2c8 .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: left;
}



#s-d6494135-3631-415f-8fc1-43f92c8ed5dc {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-819dc8fd-51ae-4f0b-b900-1c78395f4374"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ad6fad47-000e-4e8d-93d0-7289dc2e64b5 {
  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(111, 34, 34, 1);
border-style: solid;
text-align: center;
}




  #s-ad6fad47-000e-4e8d-93d0-7289dc2e64b5 img.shogun-image {
    
    width: px;
  }


#s-ad6fad47-000e-4e8d-93d0-7289dc2e64b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-574a38aa-cfe6-4711-8dd7-9682c436838b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-d9fab40d-73bf-4825-b6f4-1e5ec4971c83 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
min-height: 50px;
background-color: rgba(237, 226, 222, 0.5);
}








#s-d9fab40d-73bf-4825-b6f4-1e5ec4971c83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9fab40d-73bf-4825-b6f4-1e5ec4971c83.shg-box.shg-c {
  justify-content: center;
}

#s-1a8f62a7-6fa0-4aa4-a855-8a87835f5c19 {
  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: left;
background-color: rgba(111, 34, 34, 1);
}

#s-1a8f62a7-6fa0-4aa4-a855-8a87835f5c19 .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: left;
}



#s-c33663b0-4761-4de3-aa9e-b00d8dbddc7f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-79caeb5e-04c4-4967-8f42-22292d408f42"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fce9bb4d-bd4d-4a93-a740-f2ace63791f5 {
  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(111, 34, 34, 1);
border-style: solid;
text-align: center;
}




  #s-fce9bb4d-bd4d-4a93-a740-f2ace63791f5 img.shogun-image {
    
    width: px;
  }


#s-fce9bb4d-bd4d-4a93-a740-f2ace63791f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f4e3f28-bf32-4d24-a1fb-31f1d299b337 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f4e3f28-bf32-4d24-a1fb-31f1d299b337 .shogun-heading-component h4 {
  color: rgba(247, 154, 65, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ca9ec518-bd68-4572-ba81-1f028cbe907f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-e45f7384-71c8-4af9-a874-6292377856d8 {
  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(132, 131, 127, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e45f7384-71c8-4af9-a874-6292377856d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e45f7384-71c8-4af9-a874-6292377856d8.shg-box.shg-c {
  justify-content: center;
}

#s-1d6000b2-14a9-4ed8-97e6-988d6a672196 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d6000b2-14a9-4ed8-97e6-988d6a672196 .shogun-heading-component h2 {
  color: rgba(13, 52, 82, 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-9fab7a23-011b-4d60-a3c7-451c82b698f2 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-9fab7a23-011b-4d60-a3c7-451c82b698f2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-9fab7a23-011b-4d60-a3c7-451c82b698f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(147, 164, 207, 0.25);
  padding: 10px;
}

#s-9fab7a23-011b-4d60-a3c7-451c82b698f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(111, 34, 34, 1);
}

#s-9fab7a23-011b-4d60-a3c7-451c82b698f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-9fab7a23-011b-4d60-a3c7-451c82b698f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(111, 34, 34, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-9fab7a23-011b-4d60-a3c7-451c82b698f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-6dff07a7-1afe-4d62-94a0-c58ae363bde0 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-0918d782-45dd-49fb-8088-a631bab5d07f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-29785b33-1838-4a53-9f21-6cc97ff57ecc {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-9334443b-7815-4c6d-810e-c8f3ab50028d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-2dfa1620-2da7-4088-bbc1-ea62f9efccca {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-6cdae9c5-ab1e-4699-a101-c7b72d69bf5f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-65a2d3e6-ba52-4ca6-9560-dceedced45b6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-fe92dc5b-1168-4b47-a430-50489f9563f9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7cc83a70-6543-4e65-982c-fb3c9ae68757"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-44fb497d-a124-42e5-a07b-03c30c217d06 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-44fb497d-a124-42e5-a07b-03c30c217d06 img.shogun-image {
    
    width: px;
  }


#s-44fb497d-a124-42e5-a07b-03c30c217d06 .shogun-image-content {
  
    align-items: center;
  
}

#s-ede70a67-3397-4455-9509-b56d254993cc {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-65b979e8-f9a3-4acd-8662-a8f04faf2af8 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-b248c42b-a1ec-4f83-a647-64e8b174cba0 {
  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(132, 131, 127, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-b248c42b-a1ec-4f83-a647-64e8b174cba0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b248c42b-a1ec-4f83-a647-64e8b174cba0.shg-box.shg-c {
  justify-content: center;
}

#s-1d6dfe09-3721-4c99-ab4c-3ea3b8d72a1d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d6dfe09-3721-4c99-ab4c-3ea3b8d72a1d .shogun-heading-component h2 {
  color: rgba(13, 52, 82, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-105d8fc8-ab24-4141-a24d-ca228d9c9da0 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-105d8fc8-ab24-4141-a24d-ca228d9c9da0 img.shogun-image {
    
    width: px;
  }


#s-105d8fc8-ab24-4141-a24d-ca228d9c9da0 .shogun-image-content {
  
    align-items: center;
  
}

#s-40a69849-0762-40ae-a319-7b31e54f0b2d {
  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;
  }
}

#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;
}
