.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;
}

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

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

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

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

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

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

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

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

#s-3b6aac61-e44c-4fbc-a637-6a7d9d6c8ac9 {
  min-height: 50px;
}








#s-3b6aac61-e44c-4fbc-a637-6a7d9d6c8ac9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b6aac61-e44c-4fbc-a637-6a7d9d6c8ac9.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.shogun-nav-tabs {
  margin-left: 0 !important;
  margin-top: 0;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
  list-style: none !important;
}

.shogun-nav-tabs:before,
.shogun-nav-tabs:after {
  display: table;
  content: " ";
}

.shogun-nav-tabs:after {
  clear: both;
}

.shogun-nav-tabs > li {
  float: left;
  margin-bottom: -1px !important;
  position: relative;
  display: block;
  box-sizing: border-box;
}

.shogun-nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  position: relative;
  display: block;
  padding: 10px 15px !important;
  text-decoration: none;
}

.shogun-nav-tabs > li.active > a {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.shogun-tab-content > .shogun-tab-pane {
  display: none;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.shogun-tab-content > .shogun-tab-pane.active {
  display: block;
  opacity: 1;
}

#s-4a8a3983-baa8-4261-a2fa-ee6bcafc95f0 .shogun-nav-tabs > li > a {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 1);
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-4a8a3983-baa8-4261-a2fa-ee6bcafc95f0 .shogun-nav-tabs > li.active > a {
  background-color: #fff;
  color: #555;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

#s-4a8a3983-baa8-4261-a2fa-ee6bcafc95f0 .shogun-nav-tabs {
  border-bottom: 1px solid #ddd;
}
#s-e2f7eb3f-9350-47ee-b0cd-ac5b942dea9d {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 0%;
padding-bottom: 0%;
min-height: 50px;
}








#s-e2f7eb3f-9350-47ee-b0cd-ac5b942dea9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2f7eb3f-9350-47ee-b0cd-ac5b942dea9d.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-8721a946-b0ae-48dd-beae-3c1f898ce40f {
  text-align: center;
}




  #s-8721a946-b0ae-48dd-beae-3c1f898ce40f img.shogun-image {
    
    width: px;
  }


#s-8721a946-b0ae-48dd-beae-3c1f898ce40f .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

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

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

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

#s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2 {
  margin-top: 1%;
margin-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c001e9d-6f6a-4d70-82aa-f72540a27dc2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-51490e06-12a4-41dc-81da-1187167c2590 {
  margin-top: 1%;
margin-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-51490e06-12a4-41dc-81da-1187167c2590"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6eb6c406-3afe-485b-b2e5-8f031c95992e {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
}

#s-6eb6c406-3afe-485b-b2e5-8f031c95992e .shogun-icon-wrapper {
  text-align: center;
}


#s-6eb6c406-3afe-485b-b2e5-8f031c95992e .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

.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-37885cb8-7b7a-4c71-8987-30c58398fdc6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-37885cb8-7b7a-4c71-8987-30c58398fdc6 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c22f1037-f737-4325-acd8-412d1cc11ace {
  margin-top: 1%;
margin-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c22f1037-f737-4325-acd8-412d1cc11ace"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0fa238fe-3ea2-4f12-97c9-9537dd4e62b5 {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
}

#s-0fa238fe-3ea2-4f12-97c9-9537dd4e62b5 .shogun-icon-wrapper {
  text-align: center;
}


#s-0fa238fe-3ea2-4f12-97c9-9537dd4e62b5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-2d946b28-5f0a-45ed-9690-7b54ab661c39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2d946b28-5f0a-45ed-9690-7b54ab661c39 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6feddafa-b37a-4962-8c96-986197cb17ad {
  margin-top: 1%;
margin-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6feddafa-b37a-4962-8c96-986197cb17ad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-15b4a856-b1dd-4922-86a9-74492d3ef366 {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
}

#s-15b4a856-b1dd-4922-86a9-74492d3ef366 .shogun-icon-wrapper {
  text-align: center;
}


#s-15b4a856-b1dd-4922-86a9-74492d3ef366 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-9a01f310-a2ce-4f63-9c22-d815faef86c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9a01f310-a2ce-4f63-9c22-d815faef86c7 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-070848c9-cd6e-497f-9c0e-ea042547bbea {
  margin-top: 1%;
margin-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-070848c9-cd6e-497f-9c0e-ea042547bbea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f19320d7-26a9-4e71-8994-1ea9b1ff1697 {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
}

#s-f19320d7-26a9-4e71-8994-1ea9b1ff1697 .shogun-icon-wrapper {
  text-align: center;
}


#s-f19320d7-26a9-4e71-8994-1ea9b1ff1697 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-7b95e65b-5621-40fa-ac27-144b82e5d471 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7b95e65b-5621-40fa-ac27-144b82e5d471 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1e772021-4e98-4cc2-a0dd-3aac75b776fb {
  margin-top: 1%;
margin-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e772021-4e98-4cc2-a0dd-3aac75b776fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-00aa7743-a9fd-4edc-8518-acfd86c330f3 {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
}

#s-00aa7743-a9fd-4edc-8518-acfd86c330f3 .shogun-icon-wrapper {
  text-align: center;
}


#s-00aa7743-a9fd-4edc-8518-acfd86c330f3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-4a4ba842-4fbc-4d37-a4d4-cf58a5f7cd3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4a4ba842-4fbc-4d37-a4d4-cf58a5f7cd3e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5 {
  margin-top: 1%;
margin-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d1fe74b9-55a8-4d68-ac4c-a515e647f7f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-29cffc06-df94-4a28-b542-6d0146a78d0d {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
}

#s-29cffc06-df94-4a28-b542-6d0146a78d0d .shogun-icon-wrapper {
  text-align: center;
}


#s-29cffc06-df94-4a28-b542-6d0146a78d0d .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-29cf22c6-757d-477b-bb2d-a6f8960a55cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-29cf22c6-757d-477b-bb2d-a6f8960a55cd .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-2a09dc78-98c7-448c-b132-65ac624da0b9 {
  margin-top: 1%;
margin-bottom: 1%;
min-height: 50px;
}








#s-2a09dc78-98c7-448c-b132-65ac624da0b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a09dc78-98c7-448c-b132-65ac624da0b9.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-17dd9871-8d17-4421-89cc-2055819be0b3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 350px;
background-position: right bottom;
background-attachment: scroll;
}








#s-17dd9871-8d17-4421-89cc-2055819be0b3 > .shg-box-overlay {
  background-color: rgba(52, 52, 52, 1);
  opacity: 0;
}#s-17dd9871-8d17-4421-89cc-2055819be0b3.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d9cd9230-70b5-4c4e-b37e-8b65f9ad14c1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9cd9230-70b5-4c4e-b37e-8b65f9ad14c1 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2492c48d-a749-4654-889c-10697478807d {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 1000px;
}

#s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a {
  margin-top: 1%;
margin-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ec72e4c5-9d7a-4119-bd3c-0fa2aa72192a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-001d5ded-4e01-4520-9c49-85fc0af64e89 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-001d5ded-4e01-4520-9c49-85fc0af64e89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-001d5ded-4e01-4520-9c49-85fc0af64e89.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-eb3b5024-42b0-45c6-95fd-26035cf01470 {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
}

#s-eb3b5024-42b0-45c6-95fd-26035cf01470 .shogun-icon-wrapper {
  text-align: center;
}


#s-eb3b5024-42b0-45c6-95fd-26035cf01470 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-49fb8626-bb34-4709-9360-3205cb5021ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49fb8626-bb34-4709-9360-3205cb5021ac .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c8fba894-f109-4233-858b-cebd1c64f884 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-c8fba894-f109-4233-858b-cebd1c64f884 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8fba894-f109-4233-858b-cebd1c64f884.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-b8bdfa64-ac53-45ad-8fcc-c9db77ee0cd4 {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
}

#s-b8bdfa64-ac53-45ad-8fcc-c9db77ee0cd4 .shogun-icon-wrapper {
  text-align: center;
}


#s-b8bdfa64-ac53-45ad-8fcc-c9db77ee0cd4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-505fb9f1-e487-461b-bea4-5468d3b34275 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-505fb9f1-e487-461b-bea4-5468d3b34275 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-72fdc29b-b9e1-4de3-bc5d-ca63d6f23e9e {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-72fdc29b-b9e1-4de3-bc5d-ca63d6f23e9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72fdc29b-b9e1-4de3-bc5d-ca63d6f23e9e.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-f2a92fd4-1eed-41d3-aae2-7c686a63e540 {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
}

#s-f2a92fd4-1eed-41d3-aae2-7c686a63e540 .shogun-icon-wrapper {
  text-align: center;
}


#s-f2a92fd4-1eed-41d3-aae2-7c686a63e540 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-cbd6754e-9e6c-450b-80fd-351aef2e2cf6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbd6754e-9e6c-450b-80fd-351aef2e2cf6 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e86537bd-aa43-4985-a089-c35f83f1ce87 {
  margin-top: 1%;
margin-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e86537bd-aa43-4985-a089-c35f83f1ce87"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-2c17832c-995d-4f33-96f4-5bcb668b3dca {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-2c17832c-995d-4f33-96f4-5bcb668b3dca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c17832c-995d-4f33-96f4-5bcb668b3dca.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-6a8d09f8-c23a-4554-8565-3f5770db93f3 {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
}

#s-6a8d09f8-c23a-4554-8565-3f5770db93f3 .shogun-icon-wrapper {
  text-align: center;
}


#s-6a8d09f8-c23a-4554-8565-3f5770db93f3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-53f24d6f-8046-442d-b646-6ad11b4a2abd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53f24d6f-8046-442d-b646-6ad11b4a2abd .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a2ed1aa0-21c4-403f-88ce-8bab05c2401f {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-a2ed1aa0-21c4-403f-88ce-8bab05c2401f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2ed1aa0-21c4-403f-88ce-8bab05c2401f.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-750b8637-2257-4e6c-b109-c2b6ab28dcdb {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
}

#s-750b8637-2257-4e6c-b109-c2b6ab28dcdb .shogun-icon-wrapper {
  text-align: center;
}


#s-750b8637-2257-4e6c-b109-c2b6ab28dcdb .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-edc286a0-0600-4fac-9723-aecf1bbb121f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-edc286a0-0600-4fac-9723-aecf1bbb121f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4936e773-058b-4259-b5cf-1932ff0436ab {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-4936e773-058b-4259-b5cf-1932ff0436ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4936e773-058b-4259-b5cf-1932ff0436ab.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-f1eba6fc-bca0-4a4f-a911-f5b530b6dffa {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
}

#s-f1eba6fc-bca0-4a4f-a911-f5b530b6dffa .shogun-icon-wrapper {
  text-align: center;
}


#s-f1eba6fc-bca0-4a4f-a911-f5b530b6dffa .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-88a42e41-702f-4dbf-aeb8-f108f47f6583 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88a42e41-702f-4dbf-aeb8-f108f47f6583 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d3b31a47-5fa0-419e-9921-afded3a23cca {
  margin-top: 1%;
margin-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d3b31a47-5fa0-419e-9921-afded3a23cca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-632b344d-30bc-4f51-a1ec-f2ec671c172b {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-632b344d-30bc-4f51-a1ec-f2ec671c172b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-632b344d-30bc-4f51-a1ec-f2ec671c172b.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-3a3d4ff3-48a3-449c-83d8-e0cad5ed6565 {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
}

#s-3a3d4ff3-48a3-449c-83d8-e0cad5ed6565 .shogun-icon-wrapper {
  text-align: center;
}


#s-3a3d4ff3-48a3-449c-83d8-e0cad5ed6565 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-8a96a10f-6145-4e07-afeb-7656caf59095 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a96a10f-6145-4e07-afeb-7656caf59095 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0ff90588-1ac6-4014-a93e-ce094f790e78 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-0ff90588-1ac6-4014-a93e-ce094f790e78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ff90588-1ac6-4014-a93e-ce094f790e78.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-db78617f-e9ec-4ccb-833a-5c73c2096b16 {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
}

#s-db78617f-e9ec-4ccb-833a-5c73c2096b16 .shogun-icon-wrapper {
  text-align: center;
}


#s-db78617f-e9ec-4ccb-833a-5c73c2096b16 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-f7f9eb5a-549d-4f62-9597-2bd0aef0f0c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7f9eb5a-549d-4f62-9597-2bd0aef0f0c5 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4410fe40-3c1f-43cc-acd1-dcd590b26579 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 1%;
padding-left: 2%;
padding-bottom: 1%;
padding-right: 2%;
min-height: 400px;
background-color: rgba(234, 234, 234, 1);
background-attachment: scroll;
}








#s-4410fe40-3c1f-43cc-acd1-dcd590b26579 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4410fe40-3c1f-43cc-acd1-dcd590b26579.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-aa961a6c-b3de-40e0-bb92-0b84b7e90ef6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa961a6c-b3de-40e0-bb92-0b84b7e90ef6 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fd83c0c5-db35-4029-a444-8bbf3f2cc933 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 1000px;
}

#s-923dec1a-7b82-4453-9c80-1eb8b437c5df {
  margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-923dec1a-7b82-4453-9c80-1eb8b437c5df"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-dcbb516e-87ce-4ef3-b3ed-3129348224ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dcbb516e-87ce-4ef3-b3ed-3129348224ab .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-534ec2fe-23e5-4f79-96dd-5eaf3e350f5a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-3af790a8-4942-4163-b129-6644a5035eff {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}




  #s-3af790a8-4942-4163-b129-6644a5035eff img.shogun-image {
    
    width: px;
  }


#s-3af790a8-4942-4163-b129-6644a5035eff .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-69fb70bd-06f0-4912-8f68-737f279c5d0b {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}




  #s-69fb70bd-06f0-4912-8f68-737f279c5d0b img.shogun-image {
    
    width: px;
  }


#s-69fb70bd-06f0-4912-8f68-737f279c5d0b .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-28732da2-9856-4897-a346-cb3bf1b5f852 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28732da2-9856-4897-a346-cb3bf1b5f852 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-b400b819-78f6-41b5-a34e-ab7804b7cc57"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-c52ee1e2-89c7-4c8b-ab21-aa2ff543e5c4 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}




  #s-c52ee1e2-89c7-4c8b-ab21-aa2ff543e5c4 img.shogun-image {
    
    width: px;
  }


#s-c52ee1e2-89c7-4c8b-ab21-aa2ff543e5c4 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-19b09f77-b4b5-4e1b-8f5e-d4c0c1b94d6c {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}




  #s-19b09f77-b4b5-4e1b-8f5e-d4c0c1b94d6c img.shogun-image {
    
    width: px;
  }


#s-19b09f77-b4b5-4e1b-8f5e-d4c0c1b94d6c .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-5c9d20d4-622e-4223-b6f1-1ac547b66453 {
  margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-5c9d20d4-622e-4223-b6f1-1ac547b66453"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-c4e18062-e789-4278-8a36-ae67e00d4c2e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4e18062-e789-4278-8a36-ae67e00d4c2e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-d127c390-8cf9-4fee-8720-c0ad83369105"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-25fa3b09-0c7a-4945-90e5-01d430ae927d {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}




  #s-25fa3b09-0c7a-4945-90e5-01d430ae927d img.shogun-image {
    
    width: px;
  }


#s-25fa3b09-0c7a-4945-90e5-01d430ae927d .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-1a6011e5-ecad-46a7-ae89-7e24f07d4a77 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}




  #s-1a6011e5-ecad-46a7-ae89-7e24f07d4a77 img.shogun-image {
    
    width: px;
  }


#s-1a6011e5-ecad-46a7-ae89-7e24f07d4a77 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-7fb4d489-f530-4a52-9fbc-107e0533de0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7fb4d489-f530-4a52-9fbc-107e0533de0c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-94159d8f-9e22-4832-babd-f2383b33f3b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-bbee3d6c-0700-4bb5-a12b-e3c1fd7f5aa3 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}




  #s-bbee3d6c-0700-4bb5-a12b-e3c1fd7f5aa3 img.shogun-image {
    
    width: px;
  }


#s-bbee3d6c-0700-4bb5-a12b-e3c1fd7f5aa3 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-c7e5d552-a877-4a91-ac04-13137f5e1016 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}




  #s-c7e5d552-a877-4a91-ac04-13137f5e1016 img.shogun-image {
    
    width: px;
  }


#s-c7e5d552-a877-4a91-ac04-13137f5e1016 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-062df3f0-322c-4b5b-85cf-68dcba7bb611 {
  margin-top: .px;
margin-bottom: 3%;
}

@media (min-width: 0px) {
[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 25.0px);
}

[id="s-062df3f0-322c-4b5b-85cf-68dcba7bb611"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 25.0px);
}

}

#s-1bf5485c-2f20-48e8-8f24-87be73f39c7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bf5485c-2f20-48e8-8f24-87be73f39c7e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7af1375e-b0f3-4d4b-8e8e-df9fe7db7f63"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-af93be5d-8b2a-4822-8fad-66457525f3d7 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}




  #s-af93be5d-8b2a-4822-8fad-66457525f3d7 img.shogun-image {
    
    width: px;
  }


#s-af93be5d-8b2a-4822-8fad-66457525f3d7 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-5ac95bb4-a6c3-42a1-8a78-bbdedfd9ac3d {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}




  #s-5ac95bb4-a6c3-42a1-8a78-bbdedfd9ac3d img.shogun-image {
    
    width: px;
  }


#s-5ac95bb4-a6c3-42a1-8a78-bbdedfd9ac3d .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-6c7e6b5b-b93c-4070-9eb0-e9acd2561070 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c7e6b5b-b93c-4070-9eb0-e9acd2561070 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-baccc665-8397-4c25-8c77-442fe774535d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-ad6937a0-6516-4baa-aebe-da6b899bab18 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}




  #s-ad6937a0-6516-4baa-aebe-da6b899bab18 img.shogun-image {
    
    width: px;
  }


#s-ad6937a0-6516-4baa-aebe-da6b899bab18 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-57ce6470-c9ad-4d05-9bea-dd7d5a2bb363 {
  margin-top: 2%;
margin-bottom: 2%;
text-align: center;
}




  #s-57ce6470-c9ad-4d05-9bea-dd7d5a2bb363 img.shogun-image {
    
    width: px;
  }


#s-57ce6470-c9ad-4d05-9bea-dd7d5a2bb363 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-bcded37e-f75b-47fc-b769-4d49210600f3 {
  margin-top: 1%;
margin-bottom: 1%;
min-height: 50px;
}








#s-bcded37e-f75b-47fc-b769-4d49210600f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcded37e-f75b-47fc-b769-4d49210600f3.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-0ee5a334-214d-436a-beb6-f5648fffaaab {
  margin-top: 1%;
margin-bottom: 1%;
text-align: center;
}




  #s-0ee5a334-214d-436a-beb6-f5648fffaaab img.shogun-image {
    
    width: px;
  }


#s-0ee5a334-214d-436a-beb6-f5648fffaaab .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-555b25cd-d22f-403b-b965-71f4eddbd559 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-555b25cd-d22f-403b-b965-71f4eddbd559 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3b8540c2-f232-4b8a-9338-01f951c601fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b8540c2-f232-4b8a-9338-01f951c601fd .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6f5f66f4-0bd3-4a32-af7b-dc5fbe488406 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 1000px;
}

#s-ea8c0d3c-75fe-4a67-a68e-fa1149196e77 {
  margin-top: 1%;
margin-bottom: 1%;
min-height: 50px;
}








#s-ea8c0d3c-75fe-4a67-a68e-fa1149196e77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea8c0d3c-75fe-4a67-a68e-fa1149196e77.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d2299443-453c-4114-9b8c-b5a0809c0379 {
  margin-top: 1%;
margin-bottom: 1%;
text-align: center;
}




  #s-d2299443-453c-4114-9b8c-b5a0809c0379 img.shogun-image {
    
    width: px;
  }


#s-d2299443-453c-4114-9b8c-b5a0809c0379 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-6e7a40ea-f7c4-42d9-aa5f-786a4ff9a41f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e7a40ea-f7c4-42d9-aa5f-786a4ff9a41f .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c7a405e0-ad63-4a91-8584-04598fb45442 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 1000px;
}

#s-f5e60a10-e6eb-4cf5-a156-fcccce390e78 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center bottom;
}








#s-f5e60a10-e6eb-4cf5-a156-fcccce390e78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.09;
}#s-f5e60a10-e6eb-4cf5-a156-fcccce390e78.shg-box.shg-c {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

#s-f454f8a5-0ef6-4532-bcf4-25e0927ce2c3 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 1%;
padding-bottom: 1%;
min-height: 50px;
}








#s-f454f8a5-0ef6-4532-bcf4-25e0927ce2c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f454f8a5-0ef6-4532-bcf4-25e0927ce2c3.shg-box.shg-c {
  -webkit-box-pack: end;
  justify-content: flex-end;
}

#s-8a0ea990-479b-45ac-80b5-e07cb963753f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a0ea990-479b-45ac-80b5-e07cb963753f .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403 {
  margin-top: 1%;
margin-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0e8b4e19-f4c5-4c88-b8ef-8d4c58773403"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-be2eb32a-1d38-4310-84eb-459213c96eec {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
}

#s-be2eb32a-1d38-4310-84eb-459213c96eec .shogun-icon-wrapper {
  text-align: center;
}


#s-be2eb32a-1d38-4310-84eb-459213c96eec .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-26c86c7e-bee2-47a4-90f4-374a2fe54a65 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26c86c7e-bee2-47a4-90f4-374a2fe54a65 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8b34e05c-1b11-47c6-a616-6eebfd63a855 {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
}

#s-8b34e05c-1b11-47c6-a616-6eebfd63a855 .shogun-icon-wrapper {
  text-align: center;
}


#s-8b34e05c-1b11-47c6-a616-6eebfd63a855 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-d35be4da-9b08-4d5d-a956-523fc9cc8342 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d35be4da-9b08-4d5d-a956-523fc9cc8342 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-62b64bfd-32b5-495c-8aa1-97812b7e8271 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 1000px;
}

#s-4f4b7b80-6c54-45bb-88f5-d33776598f36 {
  margin-top: 1%;
margin-bottom: 1%;
min-height: 50px;
}








#s-4f4b7b80-6c54-45bb-88f5-d33776598f36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f4b7b80-6c54-45bb-88f5-d33776598f36.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-b82fbe03-f5db-4440-8f06-e7807084ed8b {
  text-align: center;
}




  #s-b82fbe03-f5db-4440-8f06-e7807084ed8b img.shogun-image {
    
    width: px;
  }


#s-b82fbe03-f5db-4440-8f06-e7807084ed8b .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-6b2ea785-93b1-451e-b8df-c00f56553299 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b2ea785-93b1-451e-b8df-c00f56553299 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-977efcae-e724-417d-aa58-820fbbea7a41 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-a2e63433-c67d-488c-87fb-5e9fbdb80624 {
  margin-top: 1%;
margin-bottom: 1%;
min-height: 50px;
}








#s-a2e63433-c67d-488c-87fb-5e9fbdb80624 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2e63433-c67d-488c-87fb-5e9fbdb80624.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-b2ef89df-6719-43ea-b307-50dae9bf2e2c {
  text-align: center;
}




  #s-b2ef89df-6719-43ea-b307-50dae9bf2e2c img.shogun-image {
    
    width: px;
  }


#s-b2ef89df-6719-43ea-b307-50dae9bf2e2c .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-73e9c1bb-da10-4510-9b76-adf2b52e49f5 {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
}

#s-73e9c1bb-da10-4510-9b76-adf2b52e49f5 .shogun-icon-wrapper {
  text-align: center;
}


#s-73e9c1bb-da10-4510-9b76-adf2b52e49f5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-14a4eeab-cf8c-4bea-834c-c0670a808009 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14a4eeab-cf8c-4bea-834c-c0670a808009 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2734988d-8d0b-455f-a427-ffb68153ab89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2734988d-8d0b-455f-a427-ffb68153ab89 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-27bde8e5-85d3-4276-b824-c946d7b66ba1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27bde8e5-85d3-4276-b824-c946d7b66ba1 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 19px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-11f75ed2-3f3b-4323-8843-1b5d190daf43 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-d7fe2709-b553-4ecc-97db-0f193928bb16 {
  text-align: center;
}




  #s-d7fe2709-b553-4ecc-97db-0f193928bb16 img.shogun-image {
    
    width: px;
  }


#s-d7fe2709-b553-4ecc-97db-0f193928bb16 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-3cce94f3-ed1f-4333-8762-edc84d481125 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-c93a9b5f-bade-45a2-bcf9-58cb7ddb18c9 {
  margin-top: 1%;
margin-bottom: 1%;
min-height: 50px;
}








#s-c93a9b5f-bade-45a2-bcf9-58cb7ddb18c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c93a9b5f-bade-45a2-bcf9-58cb7ddb18c9.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-7e219405-202e-4e2b-bd62-6f4c24f27644 {
  text-align: center;
}




  #s-7e219405-202e-4e2b-bd62-6f4c24f27644 img.shogun-image {
    
    width: px;
  }


#s-7e219405-202e-4e2b-bd62-6f4c24f27644 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-02e589a5-f715-4e73-876e-9b9be20be464 {
  padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
}

#s-02e589a5-f715-4e73-876e-9b9be20be464 .shogun-icon-wrapper {
  text-align: center;
}


#s-02e589a5-f715-4e73-876e-9b9be20be464 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: #495056;
}

#s-557650ce-8a30-48b3-b894-2276e3c57ed8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-557650ce-8a30-48b3-b894-2276e3c57ed8 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-eb308d73-08a7-47fc-bfa1-e5c77d238018 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb308d73-08a7-47fc-bfa1-e5c77d238018 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ee850337-a25a-4a26-994e-7f75b3b6ec84 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-73eeacfe-0ff9-41af-a1c2-7b9790c5b3c9 {
  margin-top: 1%;
margin-bottom: 1%;
min-height: 50px;
}








#s-73eeacfe-0ff9-41af-a1c2-7b9790c5b3c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73eeacfe-0ff9-41af-a1c2-7b9790c5b3c9.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-dc4ccb15-4c98-4987-a929-c544a1c518a5 {
  text-align: center;
}




  #s-dc4ccb15-4c98-4987-a929-c544a1c518a5 img.shogun-image {
    
    width: px;
  }


#s-dc4ccb15-4c98-4987-a929-c544a1c518a5 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-647799f9-1a7c-4d93-9d23-d5498c83e93c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-647799f9-1a7c-4d93-9d23-d5498c83e93c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c064abef-cac8-4f94-99e3-6d39beadfbb7 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-573d39e0-d56b-48d2-8e8c-ccb0847bbaf2 {
  margin-top: 1%;
margin-bottom: 1%;
text-align: center;
}




  #s-573d39e0-d56b-48d2-8e8c-ccb0847bbaf2 img.shogun-image {
    
    width: px;
  }


#s-573d39e0-d56b-48d2-8e8c-ccb0847bbaf2 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-3dec89bf-9fc9-4eae-85bd-a31d3ba43079 {
  margin-top: 1px;
margin-bottom: 1px;
text-align: center;
}




  #s-3dec89bf-9fc9-4eae-85bd-a31d3ba43079 img.shogun-image {
    
    width: px;
  }


#s-3dec89bf-9fc9-4eae-85bd-a31d3ba43079 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-874b8242-f6c6-41a8-8d0d-94918ab61bc7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-874b8242-f6c6-41a8-8d0d-94918ab61bc7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c5d036f2-df0d-4d5e-8473-ca1c8be45b8f {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 500px;
text-align: center;
}




  #s-c5d036f2-df0d-4d5e-8473-ca1c8be45b8f img.shogun-image {
    
    width: px;
  }


#s-c5d036f2-df0d-4d5e-8473-ca1c8be45b8f .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-9c43a517-9828-4c99-84f9-ee6b3eb4e5e2 {
  margin-top: 1%;
margin-bottom: 1%;
min-height: 50px;
}








#s-9c43a517-9828-4c99-84f9-ee6b3eb4e5e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c43a517-9828-4c99-84f9-ee6b3eb4e5e2.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-64be7ed5-f52d-4348-9523-3ce7cd82d1ce .shogun-icon-wrapper {
  text-align: center;
}


#s-64be7ed5-f52d-4348-9523-3ce7cd82d1ce .shogun-icon-wrapper > .shogun-icon {

  font-size: 150px !important;
  color: rgba(141, 198, 63, 1);
}

#s-b22ca98d-a960-4f55-ae12-2da183e523c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b22ca98d-a960-4f55-ae12-2da183e523c4 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-72db8763-e11c-4719-85d2-b691ac14f02c {
  min-height: 50px;
}








#s-72db8763-e11c-4719-85d2-b691ac14f02c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72db8763-e11c-4719-85d2-b691ac14f02c.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-add31dfa-332b-4e53-8fe9-f21035875c9e .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-add31dfa-332b-4e53-8fe9-f21035875c9e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-add31dfa-332b-4e53-8fe9-f21035875c9e td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-add31dfa-332b-4e53-8fe9-f21035875c9e td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-add31dfa-332b-4e53-8fe9-f21035875c9e td.shogun-table-column, #s-add31dfa-332b-4e53-8fe9-f21035875c9e td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-8351cf78-a2e9-498f-8a98-8f3a4153a612 {
  min-height: 50px;
}








#s-8351cf78-a2e9-498f-8a98-8f3a4153a612 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8351cf78-a2e9-498f-8a98-8f3a4153a612.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-08680606-a85b-4606-89dc-ac9553b2169a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-327d12cb-3782-43a2-9f8e-9d59dd18e92b {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-327d12cb-3782-43a2-9f8e-9d59dd18e92b .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bcad2578-e7a5-4bd8-9f58-e3de274cbebd {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bcad2578-e7a5-4bd8-9f58-e3de274cbebd .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4bbcd2cf-b09a-44a0-af96-3b3050664768 {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-4bbcd2cf-b09a-44a0-af96-3b3050664768 .shogun-icon-wrapper {
  text-align: center;
}


#s-4bbcd2cf-b09a-44a0-af96-3b3050664768 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 50px !important;
  color: #495056;
}

#s-846954c3-3f1f-4e68-bab1-b9173aeea6f9 {
  min-height: 50px;
}








#s-846954c3-3f1f-4e68-bab1-b9173aeea6f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-846954c3-3f1f-4e68-bab1-b9173aeea6f9.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-1736167c-096a-46c7-a8cc-c6926c631293 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1736167c-096a-46c7-a8cc-c6926c631293 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-ca5cfbf5-11f9-4b04-b5ea-01fdfbfcf890 {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
}

.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: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          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;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-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 {
  -webkit-transform: rotate(90deg);
          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 {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

#s-c0370fa5-126b-43d8-ad12-3fff95ccf989 {
  margin-top: 1%;
margin-bottom: 2%;
}

#s-c0370fa5-126b-43d8-ad12-3fff95ccf989 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c0370fa5-126b-43d8-ad12-3fff95ccf989 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-c0370fa5-126b-43d8-ad12-3fff95ccf989 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c0370fa5-126b-43d8-ad12-3fff95ccf989 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c0370fa5-126b-43d8-ad12-3fff95ccf989 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-c0370fa5-126b-43d8-ad12-3fff95ccf989 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-674c3e6a-9039-4066-aaa2-af0231c10191 {
  padding-top: 2%;
padding-left: 3%;
padding-bottom: 2%;
padding-right: 3%;
min-height: 50px;
}








#s-674c3e6a-9039-4066-aaa2-af0231c10191 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-674c3e6a-9039-4066-aaa2-af0231c10191.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-babb881a-5201-4314-95a9-00352a0d540f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-babb881a-5201-4314-95a9-00352a0d540f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a5553ed5-f207-46ad-9a44-390045b2d399 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4704e54f-7454-4bcc-93f1-880ffcc85fa9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9465fc62-e1e5-429d-9e86-95bf7270e347"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-16a2a492-a597-4d69-aa16-a2822a75d480 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-16a2a492-a597-4d69-aa16-a2822a75d480 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16a2a492-a597-4d69-aa16-a2822a75d480.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-cefabee7-6953-4c87-96b4-0011fb0746fe {
  margin-top: 1%;
margin-bottom: 1%;
text-align: center;
}




  #s-cefabee7-6953-4c87-96b4-0011fb0746fe img.shogun-image {
    
    width: px;
  }


#s-cefabee7-6953-4c87-96b4-0011fb0746fe .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b6c625e7-5800-407d-b89c-e671ef1c7ee0 {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-f3e6d2d6-f115-43be-bfc8-305b68d879ed {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-f3e6d2d6-f115-43be-bfc8-305b68d879ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3e6d2d6-f115-43be-bfc8-305b68d879ed.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-2763544c-8188-44b0-a622-7713153b965d {
  margin-top: 1%;
margin-bottom: 1%;
text-align: center;
}




  #s-2763544c-8188-44b0-a622-7713153b965d img.shogun-image {
    
    width: px;
  }


#s-2763544c-8188-44b0-a622-7713153b965d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-514d0660-e2f5-4639-9728-7df6cab0856a {
  margin-top: 1%;
margin-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c6fa07bc-2640-4f11-9c38-2e5c4abae7db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4a15aa19-2b1b-48ab-88d1-642272d8eea9 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-4a15aa19-2b1b-48ab-88d1-642272d8eea9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a15aa19-2b1b-48ab-88d1-642272d8eea9.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-ed44cd08-7fe6-4855-b37e-756d4f971b1a {
  margin-top: 1%;
margin-bottom: 1%;
text-align: center;
}




  #s-ed44cd08-7fe6-4855-b37e-756d4f971b1a img.shogun-image {
    
    width: px;
  }


#s-ed44cd08-7fe6-4855-b37e-756d4f971b1a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d3694082-8701-4665-924f-a7c9675e90a8 {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-c33ca637-e92c-4c3a-a69e-c850366114d3 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-c33ca637-e92c-4c3a-a69e-c850366114d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c33ca637-e92c-4c3a-a69e-c850366114d3.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-15990d84-92f5-438f-8847-aad13cd26326 {
  margin-top: 1%;
margin-bottom: 1%;
text-align: center;
}




  #s-15990d84-92f5-438f-8847-aad13cd26326 img.shogun-image {
    
    width: px;
  }


#s-15990d84-92f5-438f-8847-aad13cd26326 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-263c54f0-608a-48f4-9376-f79eda6a93fd {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-f7b066d1-cc31-4274-b532-f3f818168488 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 1000px;
}

#s-2388e4a3-4348-40f0-9ac7-e6361edb853e {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}




  #s-2388e4a3-4348-40f0-9ac7-e6361edb853e img.shogun-image {
    
    width: px;
  }


#s-2388e4a3-4348-40f0-9ac7-e6361edb853e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-914b1197-5600-42ff-abb0-7fb84501f2fb {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
max-width: 1000px;
}

#s-071c20cc-8285-4704-be89-755e73ff91cd {
  min-height: 50px;
}








#s-071c20cc-8285-4704-be89-755e73ff91cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-071c20cc-8285-4704-be89-755e73ff91cd.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-49708911-cb40-4a75-a7e6-ec598717447e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49708911-cb40-4a75-a7e6-ec598717447e .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-78c43ab4-393c-4226-b32d-1e4d08678207 {
  margin-top: 3%;
margin-bottom: 3%;
min-height: 400px;
background-color: rgba(199, 199, 199, 1);
}

@media (min-width: 0px) {
[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-78c43ab4-393c-4226-b32d-1e4d08678207"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-54b603d9-bdd9-40a4-85c5-e1ea1649e6d3 {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
min-height: 450px;
}








#s-54b603d9-bdd9-40a4-85c5-e1ea1649e6d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54b603d9-bdd9-40a4-85c5-e1ea1649e6d3.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e13d9287-ce2e-424f-a671-1d9c44bf07e7 {
  margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
min-height: 50px;
}








#s-e13d9287-ce2e-424f-a671-1d9c44bf07e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e13d9287-ce2e-424f-a671-1d9c44bf07e7.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-832dbb50-d88e-4e40-90ed-60ab7a077e23 {
  margin-bottom: -35px;
padding-bottom: 0px;
}

#s-832dbb50-d88e-4e40-90ed-60ab7a077e23 .shogun-icon-wrapper {
  text-align: left;
}


#s-832dbb50-d88e-4e40-90ed-60ab7a077e23 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(172, 172, 172, 1);
}

#s-42f6c00d-915e-42e5-b1bd-01f53d44a550 {
  margin-left: 10%;
margin-right: 10%;
}

#s-070292e1-7e77-4448-ab26-1fe169e8bc9e {
  margin-top: -60px;
padding-bottom: 0px;
}

#s-070292e1-7e77-4448-ab26-1fe169e8bc9e .shogun-icon-wrapper {
  text-align: right;
}


#s-070292e1-7e77-4448-ab26-1fe169e8bc9e .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(172, 172, 172, 1);
}

#s-769c7aca-7fcd-4805-b21c-ac6f822f2d44 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-769c7aca-7fcd-4805-b21c-ac6f822f2d44 img.shogun-image {
    
    width: px;
  }


#s-769c7aca-7fcd-4805-b21c-ac6f822f2d44 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-0f032e54-9b57-42fb-b6e3-179150f336cc {
  margin-top: 5%;
margin-bottom: 5%;
min-height: 50px;
}








#s-0f032e54-9b57-42fb-b6e3-179150f336cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f032e54-9b57-42fb-b6e3-179150f336cc.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d6207b0e-0ad7-4ec4-b1c4-6889e74c040c {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6207b0e-0ad7-4ec4-b1c4-6889e74c040c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 400px;
background-color: rgba(199, 199, 199, 1);
}

@media (min-width: 0px) {
[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8329818b-5cd4-4990-8fc7-2356eeb4bd9f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ecbe652b-c442-440e-bd3d-3a8596a25a37 {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
min-height: 450px;
}








#s-ecbe652b-c442-440e-bd3d-3a8596a25a37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecbe652b-c442-440e-bd3d-3a8596a25a37.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-c1e5bbb0-7796-480e-b003-85fcdedb8178 {
  margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
min-height: 50px;
}








#s-c1e5bbb0-7796-480e-b003-85fcdedb8178 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1e5bbb0-7796-480e-b003-85fcdedb8178.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-452d6e30-60c1-4eb0-b2ce-f88ec4787bbd {
  margin-bottom: -35px;
padding-bottom: 0px;
}

#s-452d6e30-60c1-4eb0-b2ce-f88ec4787bbd .shogun-icon-wrapper {
  text-align: left;
}


#s-452d6e30-60c1-4eb0-b2ce-f88ec4787bbd .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(172, 172, 172, 1);
}

#s-907ceed4-0f01-437f-9426-0ae8c6a5a43c {
  margin-left: 10%;
margin-right: 10%;
}

#s-e9b86a6c-59b8-40bd-ab07-fd87d68c48a3 {
  margin-top: -60px;
padding-bottom: 0px;
}

#s-e9b86a6c-59b8-40bd-ab07-fd87d68c48a3 .shogun-icon-wrapper {
  text-align: right;
}


#s-e9b86a6c-59b8-40bd-ab07-fd87d68c48a3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(172, 172, 172, 1);
}

#s-0c371f9d-644b-448b-8687-27b937278caa {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}




  #s-0c371f9d-644b-448b-8687-27b937278caa img.shogun-image {
    
    width: px;
  }


#s-0c371f9d-644b-448b-8687-27b937278caa .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 400px;
background-color: rgba(199, 199, 199, 1);
}

@media (min-width: 0px) {
[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-bc4efc03-5fe8-45fe-82d0-d24c2fe0892a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7a14c16d-5727-4589-93bc-1cc3481b20c1 {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
min-height: 450px;
}








#s-7a14c16d-5727-4589-93bc-1cc3481b20c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a14c16d-5727-4589-93bc-1cc3481b20c1.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e5ec9d31-21d0-43d6-983c-52b79368b900 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-e5ec9d31-21d0-43d6-983c-52b79368b900 img.shogun-image {
    
    width: px;
  }


#s-e5ec9d31-21d0-43d6-983c-52b79368b900 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-55c402e7-51e5-475f-9969-8ae2f88cda72 {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 400px;
background-color: rgba(199, 199, 199, 1);
}

@media (min-width: 0px) {
[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-55c402e7-51e5-475f-9969-8ae2f88cda72"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-73d0de38-ff4c-46b2-8438-cccaa7c2cfec {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
min-height: 450px;
}








#s-73d0de38-ff4c-46b2-8438-cccaa7c2cfec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73d0de38-ff4c-46b2-8438-cccaa7c2cfec.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d666f4c4-de12-47bf-af49-3617f3cc7085 {
  margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
min-height: 50px;
}








#s-d666f4c4-de12-47bf-af49-3617f3cc7085 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d666f4c4-de12-47bf-af49-3617f3cc7085.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-3c79ac31-fccf-48ab-8ecf-56a031e09805 {
  margin-bottom: -35px;
padding-bottom: 0px;
}

#s-3c79ac31-fccf-48ab-8ecf-56a031e09805 .shogun-icon-wrapper {
  text-align: left;
}


#s-3c79ac31-fccf-48ab-8ecf-56a031e09805 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(172, 172, 172, 1);
}

#s-2d3596cc-4859-4131-87f0-edec8b5fee3f {
  margin-left: 10%;
margin-right: 10%;
}

#s-1777027e-8788-49e2-976a-a03523c956f8 {
  margin-top: -60px;
padding-bottom: 0px;
}

#s-1777027e-8788-49e2-976a-a03523c956f8 .shogun-icon-wrapper {
  text-align: right;
}


#s-1777027e-8788-49e2-976a-a03523c956f8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(172, 172, 172, 1);
}

#s-75c5362a-d833-4fcb-ba31-b78b9fff40b9 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-75c5362a-d833-4fcb-ba31-b78b9fff40b9 img.shogun-image {
    
    width: px;
  }


#s-75c5362a-d833-4fcb-ba31-b78b9fff40b9 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6 {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 400px;
background-color: rgba(199, 199, 199, 1);
}

@media (min-width: 0px) {
[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5e0b2791-56d7-4a2f-9355-35c88c21b5e6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-475eb89f-fa02-4449-a3db-45fac7831e4a {
  padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
min-height: 450px;
}








#s-475eb89f-fa02-4449-a3db-45fac7831e4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-475eb89f-fa02-4449-a3db-45fac7831e4a.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e40660db-f381-4826-8e56-805fb4f81cb6 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-e40660db-f381-4826-8e56-805fb4f81cb6 img.shogun-image {
    
    width: px;
  }


#s-e40660db-f381-4826-8e56-805fb4f81cb6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
