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

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

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

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

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

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

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

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

#s-cf8a890f-be10-413d-bf81-62d64920e48c {
  margin-left: auto;
margin-right: auto;
padding-top: 2px;
padding-bottom: 2px;
min-height: 50px;
max-width: 950px;
}

#s-cf8a890f-be10-413d-bf81-62d64920e48c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-18df94f9-ed24-4976-ad97-80fe1963fc2d {
  text-align: center;
}




  #s-18df94f9-ed24-4976-ad97-80fe1963fc2d img.shogun-image {
    
    width: px;
  }


#s-18df94f9-ed24-4976-ad97-80fe1963fc2d .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

#s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e {
  margin-left: auto;
margin-right: auto;
background-color: rgba(247, 165, 17, 1);
}

@media (min-width: 0px) {
[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 768px) {
[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 992px) {
[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

@media (min-width: 1200px) {
[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 1.3333333333333333px);
}

[id="s-dd785b0c-2c2c-471c-b0fe-8a7b9d560e4e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 1.3333333333333333px);
}

}

#s-796eb9c4-af1b-4726-a714-faf2a466ae67 {
  text-align: center;
}




  #s-796eb9c4-af1b-4726-a714-faf2a466ae67 img.shogun-image {
    
    width: px;
  }


#s-796eb9c4-af1b-4726-a714-faf2a466ae67 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7e8e0c0-ccf1-448c-a3fa-f2372dea64e8 {
  text-align: center;
}




  #s-e7e8e0c0-ccf1-448c-a3fa-f2372dea64e8 img.shogun-image {
    
    width: px;
  }


#s-e7e8e0c0-ccf1-448c-a3fa-f2372dea64e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-41b432e4-cce7-4e34-9f23-6925d8353344 {
  text-align: center;
}




  #s-41b432e4-cce7-4e34-9f23-6925d8353344 img.shogun-image {
    
    width: px;
  }


#s-41b432e4-cce7-4e34-9f23-6925d8353344 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-93657e04-dc59-46b9-9276-0852b90d3a2c {
  margin-top: 25px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(255, 255, 255, 1);
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-f8a9d67e-30da-4bf1-9706-015d6f4d2832 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-f8a9d67e-30da-4bf1-9706-015d6f4d2832 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 15px;
}

#s-f8a9d67e-30da-4bf1-9706-015d6f4d2832 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(80, 158, 242, 1);
}

#s-f8a9d67e-30da-4bf1-9706-015d6f4d2832 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f8a9d67e-30da-4bf1-9706-015d6f4d2832 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(80, 158, 242, 1);
  text-align: left;
  font-family: Assistant;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
}

#s-f8a9d67e-30da-4bf1-9706-015d6f4d2832 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 11px;
}
.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-34ecc82b-6bcb-4ae9-baa4-d60a21027458 {
  border-style: solid;
padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-34ecc82b-6bcb-4ae9-baa4-d60a21027458 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-34ecc82b-6bcb-4ae9-baa4-d60a21027458 .shogun-heading-component h1 a {
  color: #000;
}


#s-d6db5fcc-b003-4a01-93b7-3ce0dabe6984 {
  padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-d6db5fcc-b003-4a01-93b7-3ce0dabe6984 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-d6db5fcc-b003-4a01-93b7-3ce0dabe6984 .shogun-heading-component h1 a {
  color: #000;
}


#s-89180db9-501b-4b0b-ad3d-924cfe30c58f {
  padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-89180db9-501b-4b0b-ad3d-924cfe30c58f .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-89180db9-501b-4b0b-ad3d-924cfe30c58f .shogun-heading-component h1 a {
  color: #000;
}


#s-b8780881-ad80-4c42-8fbc-a8bee04663ca {
  padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-b8780881-ad80-4c42-8fbc-a8bee04663ca .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-b8780881-ad80-4c42-8fbc-a8bee04663ca .shogun-heading-component h1 a {
  color: #000;
}


#s-0d33735d-0ee5-46d1-ae3b-f53468f03812 {
  padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-0d33735d-0ee5-46d1-ae3b-f53468f03812 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-0d33735d-0ee5-46d1-ae3b-f53468f03812 .shogun-heading-component h1 a {
  color: #000;
}


#s-6d2b6236-f597-4888-98bd-63e8a18139fe {
  padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-6d2b6236-f597-4888-98bd-63e8a18139fe .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-6d2b6236-f597-4888-98bd-63e8a18139fe .shogun-heading-component h1 a {
  color: #000;
}


#s-95f4a9ab-1419-429d-ad16-7b343cfb9077 {
  padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-95f4a9ab-1419-429d-ad16-7b343cfb9077 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-95f4a9ab-1419-429d-ad16-7b343cfb9077 .shogun-heading-component h1 a {
  color: #000;
}


#s-94b54562-f71b-43d3-9a43-3ba3a58dca54 {
  padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-94b54562-f71b-43d3-9a43-3ba3a58dca54 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-94b54562-f71b-43d3-9a43-3ba3a58dca54 .shogun-heading-component h1 a {
  color: #000;
}


#s-435719e8-1065-4fc6-af73-664542764f4c {
  padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-435719e8-1065-4fc6-af73-664542764f4c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-435719e8-1065-4fc6-af73-664542764f4c .shogun-heading-component h1 a {
  color: #000;
}


#s-8bbca047-d1ab-4218-99be-15f457a02297 {
  padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-8bbca047-d1ab-4218-99be-15f457a02297 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-8bbca047-d1ab-4218-99be-15f457a02297 .shogun-heading-component h1 a {
  color: #000;
}


#s-806de799-7585-4857-8712-9fe8e24f84b3 {
  padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-806de799-7585-4857-8712-9fe8e24f84b3 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-806de799-7585-4857-8712-9fe8e24f84b3 .shogun-heading-component h1 a {
  color: #000;
}


#s-c85e2828-788c-4aed-902f-4b3ea4446fe0 {
  padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-c85e2828-788c-4aed-902f-4b3ea4446fe0 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-c85e2828-788c-4aed-902f-4b3ea4446fe0 .shogun-heading-component h1 a {
  color: #000;
}


#s-6f7eba15-e6fb-4b47-9d9b-947c5bc6f7eb {
  padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-6f7eba15-e6fb-4b47-9d9b-947c5bc6f7eb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-6f7eba15-e6fb-4b47-9d9b-947c5bc6f7eb .shogun-heading-component h1 a {
  color: #000;
}


#s-34139a93-e75f-4d64-ad24-fdb7d1166aec {
  padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-34139a93-e75f-4d64-ad24-fdb7d1166aec .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-34139a93-e75f-4d64-ad24-fdb7d1166aec .shogun-heading-component h1 a {
  color: #000;
}


#s-d51f77e0-291f-4e99-8599-e7fc267364d2 {
  padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-d51f77e0-291f-4e99-8599-e7fc267364d2 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-d51f77e0-291f-4e99-8599-e7fc267364d2 .shogun-heading-component h1 a {
  color: #000;
}


#s-15776327-6982-4a0a-9759-7d6478fa532c {
  padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-15776327-6982-4a0a-9759-7d6478fa532c .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-15776327-6982-4a0a-9759-7d6478fa532c .shogun-heading-component h1 a {
  color: #000;
}


#s-ca280ba9-b407-4024-ba98-022e20299b2d {
  padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-ca280ba9-b407-4024-ba98-022e20299b2d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-ca280ba9-b407-4024-ba98-022e20299b2d .shogun-heading-component h1 a {
  color: #000;
}


#s-a75cffbb-34dd-4c4b-8724-f9baa90d0fbb {
  padding-top: 5px;
padding-left: 25px;
padding-bottom: 5px;
padding-right: 25px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-a75cffbb-34dd-4c4b-8724-f9baa90d0fbb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


#s-a75cffbb-34dd-4c4b-8724-f9baa90d0fbb .shogun-heading-component h1 a {
  color: #000;
}


#s-c8a9a79a-2da7-4831-971a-d43c873c3759 {
  text-align: center;
}





#s-c8a9a79a-2da7-4831-971a-d43c873c3759 .shogun-image-content {
  
    align-items: center;
  
}

#s-85fa4667-ed7e-42e9-8220-2afa80b0249e {
  border-style: solid;
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(80, 158, 242, 1);
min-height: 50px;
max-width: 950px;
}

#s-85fa4667-ed7e-42e9-8220-2afa80b0249e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-7a4ad47e-2e5e-4c59-a4bf-7a147ebfaee6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-31a2a71b-490e-42c4-bc97-d64ea45ee4b4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e372e6a2-5125-48d1-9e5d-e7dd7f955f30 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}

#s-e372e6a2-5125-48d1-9e5d-e7dd7f955f30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-691e617e-5ca5-4202-8219-4bd45cfa0e31 {
  margin-top: 4px;
margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
text-align: center;
}




  #s-691e617e-5ca5-4202-8219-4bd45cfa0e31 img.shogun-image {
    
    width: px;
  }


#s-691e617e-5ca5-4202-8219-4bd45cfa0e31 .shogun-image-content {
  
    align-items: center;
  
}

#s-1aa67194-bdd3-4b18-a4d6-3c223b3981b3 {
  margin-top: 0px;
margin-left: 4px;
margin-bottom: 6px;
margin-right: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1aa67194-bdd3-4b18-a4d6-3c223b3981b3 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6f46edb1-b3a1-4bd6-a350-7fbe62c025df {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}

#s-6f46edb1-b3a1-4bd6-a350-7fbe62c025df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-65a6f8e9-fc0f-4638-b5df-5243302b46ae {
  margin-top: 4px;
margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
text-align: center;
}




  #s-65a6f8e9-fc0f-4638-b5df-5243302b46ae img.shogun-image {
    
    width: px;
  }


#s-65a6f8e9-fc0f-4638-b5df-5243302b46ae .shogun-image-content {
  
    align-items: center;
  
}

#s-0998bf9d-031f-4363-834c-276664923633 {
  margin-top: 0px;
margin-left: 4px;
margin-bottom: 6px;
margin-right: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0998bf9d-031f-4363-834c-276664923633 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-cb74bab1-f67b-4ce2-93eb-12ca441a6999 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}

#s-cb74bab1-f67b-4ce2-93eb-12ca441a6999 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-8c08c831-6041-40de-9a28-1d7da80df50b {
  margin-top: 4px;
margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
text-align: center;
}




  #s-8c08c831-6041-40de-9a28-1d7da80df50b img.shogun-image {
    
    width: px;
  }


#s-8c08c831-6041-40de-9a28-1d7da80df50b .shogun-image-content {
  
    align-items: center;
  
}

#s-05456e0d-f754-4f26-a7b4-d92c69d7fb08 {
  margin-top: 0px;
margin-left: 4px;
margin-bottom: 6px;
margin-right: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-05456e0d-f754-4f26-a7b4-d92c69d7fb08 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d9a9f20d-0d34-4b96-9978-611c464f24b0 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}

#s-d9a9f20d-0d34-4b96-9978-611c464f24b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-5d25565e-b880-423f-a9e0-ff100f3282ef {
  margin-top: 4px;
margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
text-align: center;
}




  #s-5d25565e-b880-423f-a9e0-ff100f3282ef img.shogun-image {
    
    width: px;
  }


#s-5d25565e-b880-423f-a9e0-ff100f3282ef .shogun-image-content {
  
    align-items: center;
  
}

#s-4ed88371-dc2c-4bcb-b9ec-2b67f21dd41a {
  margin-top: 0px;
margin-left: 4px;
margin-bottom: 6px;
margin-right: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4ed88371-dc2c-4bcb-b9ec-2b67f21dd41a .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 950px;
}
@media (min-width: 1200px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}@media (max-width: 767px){#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b {
  
}
}
#s-a87a82f8-a6ec-4a32-8f7a-98c63f9ead4b > .shg-box-overlay {
  background-color: rgba(220, 220, 220, 1);
  opacity: 0;
}
#s-0e593c4b-24eb-40ae-a49b-840d0dbaa5d1 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(80, 158, 242, 1);
min-height: 50px;
}

#s-0e593c4b-24eb-40ae-a49b-840d0dbaa5d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-d5a771ec-de0c-4976-9729-c1cde38a0e36 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-4d78e5bd-a034-4de5-828d-1795090444a1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4d78e5bd-a034-4de5-828d-1795090444a1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cecfb3ad-f7bb-471f-b574-6da73cf71c93 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}

#s-cecfb3ad-f7bb-471f-b574-6da73cf71c93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-adf5d30f-019c-451a-b296-5d64ae0d6cce {
  text-align: center;
}




  #s-adf5d30f-019c-451a-b296-5d64ae0d6cce img.shogun-image {
    
    width: px;
  }


#s-adf5d30f-019c-451a-b296-5d64ae0d6cce .shogun-image-content {
  
    align-items: center;
  
}

#s-970a3671-22a1-4e7b-b33d-72a6f60695d9 {
  margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
padding-left: 10px;
}

#s-bd5e6561-30cd-4970-af0a-5beb9cc3bf67 {
  margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
padding-left: 10px;
}

#s-4e97f0d5-99c1-4e43-b04c-7aa08ef46c4f {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}

#s-4e97f0d5-99c1-4e43-b04c-7aa08ef46c4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-a6c565b9-7ad3-4c99-93c0-6e51f6603f9c {
  text-align: center;
}




  #s-a6c565b9-7ad3-4c99-93c0-6e51f6603f9c img.shogun-image {
    
    width: px;
  }


#s-a6c565b9-7ad3-4c99-93c0-6e51f6603f9c .shogun-image-content {
  
    align-items: center;
  
}

#s-a9232510-6ed7-49bd-ba65-909efa3a3f09 {
  margin-left: 4px;
margin-right: 4px;
padding-left: 10px;
}

#s-85b15527-8f8a-4f1b-be49-ee46bc912882 {
  margin-left: 4px;
margin-right: 4px;
padding-left: 10px;
}

#s-07b4ed4a-b719-4277-9044-40ce36412f09 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}

#s-07b4ed4a-b719-4277-9044-40ce36412f09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-77c09311-b4c3-4cc0-b04b-f4f5a99d17f3 {
  text-align: center;
}




  #s-77c09311-b4c3-4cc0-b04b-f4f5a99d17f3 img.shogun-image {
    
    width: px;
  }


#s-77c09311-b4c3-4cc0-b04b-f4f5a99d17f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f074a96c-d423-4da8-bcc0-c8746dd89fab {
  margin-left: 4px;
margin-right: 4px;
padding-left: 10px;
}

#s-691f0151-1d38-4118-b384-48008e49615c {
  margin-left: 4px;
margin-right: 4px;
padding-left: 10px;
}

#s-dfee99be-d943-4266-835e-f32302143b30 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}

#s-dfee99be-d943-4266-835e-f32302143b30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-bed338ae-2c94-4c63-bf1c-322140b13143 {
  text-align: center;
}




  #s-bed338ae-2c94-4c63-bf1c-322140b13143 img.shogun-image {
    
    width: px;
  }


#s-bed338ae-2c94-4c63-bf1c-322140b13143 .shogun-image-content {
  
    align-items: center;
  
}

#s-90ae2e03-08ce-4ca2-b866-215800648736 {
  margin-left: 4px;
margin-right: 4px;
padding-left: 10px;
}

#s-c12177e4-3fb4-4c64-b400-710dcbc9a180 {
  margin-left: 4px;
margin-right: 4px;
padding-left: 10px;
}

#s-be1db636-2213-4a75-99fc-4224b7520caa {
  background-attachment: fixed;
min-height: 50px;
}

#s-be1db636-2213-4a75-99fc-4224b7520caa > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}
#s-92c3b549-7c6f-4962-b421-18d7487f0cba {
  margin-top: 25px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(255, 255, 255, 1);
}

#s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.0px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-3cf10b45-ad41-4ac7-be74-6ff1bf4f7ccc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-bc2a9853-2093-4822-856b-ebc89aa1f07a {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}

#s-bc2a9853-2093-4822-856b-ebc89aa1f07a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-8b7be32b-793b-46e6-834a-de2276ddc517 {
  margin-top: 4px;
margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
text-align: center;
}




  #s-8b7be32b-793b-46e6-834a-de2276ddc517 img.shogun-image {
    
    width: px;
  }


#s-8b7be32b-793b-46e6-834a-de2276ddc517 .shogun-image-content {
  
    align-items: center;
  
}

#s-a00e8c10-9673-4a32-959f-8fd9393224cf {
  margin-top: 0px;
margin-left: 4px;
margin-bottom: 6px;
margin-right: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a00e8c10-9673-4a32-959f-8fd9393224cf .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-51e2bc29-2aaa-4a90-b3df-8b6e7be941eb {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}

#s-51e2bc29-2aaa-4a90-b3df-8b6e7be941eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-06ecc2d0-f0fb-46b6-9d56-23d276bca3a2 {
  margin-top: 4px;
margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
text-align: center;
}




  #s-06ecc2d0-f0fb-46b6-9d56-23d276bca3a2 img.shogun-image {
    
    width: px;
  }


#s-06ecc2d0-f0fb-46b6-9d56-23d276bca3a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e815e241-439b-415e-8deb-acafd4ad7dda {
  margin-top: 0px;
margin-left: 4px;
margin-bottom: 6px;
margin-right: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e815e241-439b-415e-8deb-acafd4ad7dda .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-43dedc74-451b-4f83-b84f-17502e4b9cd4 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}

#s-43dedc74-451b-4f83-b84f-17502e4b9cd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-996a8a07-f65f-4a57-a92a-9efcb6652df8 {
  margin-top: 4px;
margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
text-align: center;
}




  #s-996a8a07-f65f-4a57-a92a-9efcb6652df8 img.shogun-image {
    
    width: px;
  }


#s-996a8a07-f65f-4a57-a92a-9efcb6652df8 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b92dfac-866c-40ea-8f11-19ea1bdecc61 {
  margin-top: 0px;
margin-left: 4px;
margin-bottom: 6px;
margin-right: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3b92dfac-866c-40ea-8f11-19ea1bdecc61 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-78bf82f2-985d-4f4a-8179-ab57411b32f7 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}

#s-78bf82f2-985d-4f4a-8179-ab57411b32f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-68755b4c-9320-4978-8f26-01871fc73d50 {
  margin-top: 4px;
margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
text-align: center;
}




  #s-68755b4c-9320-4978-8f26-01871fc73d50 img.shogun-image {
    
    width: px;
  }


#s-68755b4c-9320-4978-8f26-01871fc73d50 .shogun-image-content {
  
    align-items: center;
  
}

#s-1cb1177e-e568-43da-9e79-77fb0e6afb94 {
  margin-top: 0px;
margin-left: 4px;
margin-bottom: 6px;
margin-right: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1cb1177e-e568-43da-9e79-77fb0e6afb94 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0b18cb2a-a676-487f-bfce-3fe819fc07b8 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}

#s-0b18cb2a-a676-487f-bfce-3fe819fc07b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-25bea9d4-dc8e-4863-8bae-fbd332c236b3 {
  margin-top: 4px;
margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
text-align: center;
}




  #s-25bea9d4-dc8e-4863-8bae-fbd332c236b3 img.shogun-image {
    
    width: px;
  }


#s-25bea9d4-dc8e-4863-8bae-fbd332c236b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2d97439-0d2b-480a-b88d-49b18fbd1293 {
  margin-top: 0px;
margin-left: 4px;
margin-bottom: 6px;
margin-right: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b2d97439-0d2b-480a-b88d-49b18fbd1293 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8c5d6153-f7f9-49cf-8d4e-3f90cb7f589a {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}

#s-8c5d6153-f7f9-49cf-8d4e-3f90cb7f589a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-1c0165ab-3d0c-4d7f-bcab-ae0daab15bdf {
  margin-top: 4px;
margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
text-align: center;
}




  #s-1c0165ab-3d0c-4d7f-bcab-ae0daab15bdf img.shogun-image {
    
    width: px;
  }


#s-1c0165ab-3d0c-4d7f-bcab-ae0daab15bdf .shogun-image-content {
  
    align-items: center;
  
}

#s-07d26100-f183-4433-b2e8-da3429dbd2c7 {
  margin-top: 0px;
margin-left: 4px;
margin-bottom: 6px;
margin-right: 4px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-07d26100-f183-4433-b2e8-da3429dbd2c7 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a0f45588-6137-4b19-ab80-bba06dfa401f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.0px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-a0f45588-6137-4b19-ab80-bba06dfa401f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-ff6eea93-6d29-4398-824b-cb00b71bb436 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}

#s-ff6eea93-6d29-4398-824b-cb00b71bb436 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-45061358-3243-4f5d-9c2a-0ec302b4d1a0 {
  margin-top: 4px;
margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
text-align: center;
}




  #s-45061358-3243-4f5d-9c2a-0ec302b4d1a0 img.shogun-image {
    
    width: px;
  }


#s-45061358-3243-4f5d-9c2a-0ec302b4d1a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf4d0e9b-e3da-46e9-8bd9-f7b4216bfcf2 {
  margin-top: 0px;
margin-left: 4px;
margin-bottom: 6px;
margin-right: 4px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-bf4d0e9b-e3da-46e9-8bd9-f7b4216bfcf2 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0eb3c2b0-2320-4bef-ba2b-0c4522f9c9aa {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}

#s-0eb3c2b0-2320-4bef-ba2b-0c4522f9c9aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-a71d2010-0ea8-4695-9f26-deb2d19e95f9 {
  margin-top: 4px;
margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
text-align: center;
}




  #s-a71d2010-0ea8-4695-9f26-deb2d19e95f9 img.shogun-image {
    
    width: px;
  }


#s-a71d2010-0ea8-4695-9f26-deb2d19e95f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-80be78c1-2622-4aab-ac0a-7fa9aed39a34 {
  margin-top: 0px;
margin-left: 4px;
margin-bottom: 6px;
margin-right: 4px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-80be78c1-2622-4aab-ac0a-7fa9aed39a34 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6967e857-7274-4ef2-bb7b-f523b1547cca {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}

#s-6967e857-7274-4ef2-bb7b-f523b1547cca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-0d9aaecc-da80-413d-85c1-ffa042c74194 {
  margin-top: 4px;
margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
text-align: center;
}




  #s-0d9aaecc-da80-413d-85c1-ffa042c74194 img.shogun-image {
    
    width: px;
  }


#s-0d9aaecc-da80-413d-85c1-ffa042c74194 .shogun-image-content {
  
    align-items: center;
  
}

#s-da19f51d-7f38-4afa-a413-00ae7814f389 {
  margin-top: 0px;
margin-left: 4px;
margin-bottom: 6px;
margin-right: 4px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-da19f51d-7f38-4afa-a413-00ae7814f389 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-899c20f6-2b70-4da2-af30-b2da3eeb9449 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}

#s-899c20f6-2b70-4da2-af30-b2da3eeb9449 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-e4ee46b7-8614-40ba-806e-66bfa4a68133 {
  margin-top: 4px;
margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
text-align: center;
}




  #s-e4ee46b7-8614-40ba-806e-66bfa4a68133 img.shogun-image {
    
    width: px;
  }


#s-e4ee46b7-8614-40ba-806e-66bfa4a68133 .shogun-image-content {
  
    align-items: center;
  
}

#s-b57ce0f1-b965-4568-a7f5-d9959a985922 {
  margin-top: 0px;
margin-left: 4px;
margin-bottom: 6px;
margin-right: 4px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-b57ce0f1-b965-4568-a7f5-d9959a985922 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b777972a-1d45-4467-8b3c-9712101a759a {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}

#s-b777972a-1d45-4467-8b3c-9712101a759a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f70fd50d-1249-4e04-a705-00172552258a {
  margin-top: 4px;
margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
text-align: center;
}




  #s-f70fd50d-1249-4e04-a705-00172552258a img.shogun-image {
    
    width: px;
  }


#s-f70fd50d-1249-4e04-a705-00172552258a .shogun-image-content {
  
    align-items: center;
  
}

#s-a303f5e5-71f1-46d5-b622-7da0c5c12e27 {
  margin-top: 0px;
margin-left: 4px;
margin-bottom: 6px;
margin-right: 4px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-a303f5e5-71f1-46d5-b622-7da0c5c12e27 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d981d359-a931-43fc-9dbd-2b912512a713 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}

#s-d981d359-a931-43fc-9dbd-2b912512a713 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-c6730c77-f411-4bff-a31a-0f7826f25105 {
  margin-top: 4px;
margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
text-align: center;
}




  #s-c6730c77-f411-4bff-a31a-0f7826f25105 img.shogun-image {
    
    width: px;
  }


#s-c6730c77-f411-4bff-a31a-0f7826f25105 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0cc776d-5c97-472d-8ca0-4127df75ea0d {
  margin-top: 0px;
margin-left: 4px;
margin-bottom: 4px;
margin-right: 6px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-e0cc776d-5c97-472d-8ca0-4127df75ea0d .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-be22c967-9b96-4e9c-aa85-e8d2a62fde46 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.0px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-be22c967-9b96-4e9c-aa85-e8d2a62fde46"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-7a77cbcc-0907-471f-8b5a-59728d4d6d4e {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}

#s-7a77cbcc-0907-471f-8b5a-59728d4d6d4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-ed282ad2-03f2-492d-9908-0df76e6ae3fb {
  margin-top: 4px;
margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
text-align: center;
}




  #s-ed282ad2-03f2-492d-9908-0df76e6ae3fb img.shogun-image {
    
    width: px;
  }


#s-ed282ad2-03f2-492d-9908-0df76e6ae3fb .shogun-image-content {
  
    align-items: center;
  
}

#s-c684715f-cacd-4f40-ac4b-339539e3b1b2 {
  margin-top: 0px;
margin-left: 4px;
margin-bottom: 6px;
margin-right: 4px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-c684715f-cacd-4f40-ac4b-339539e3b1b2 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-971bbf39-eb37-4523-bb09-5e13e2e0ef05 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}

#s-971bbf39-eb37-4523-bb09-5e13e2e0ef05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-926b6588-28a3-4f1c-b908-338af205d98f {
  margin-top: 4px;
margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
text-align: center;
}




  #s-926b6588-28a3-4f1c-b908-338af205d98f img.shogun-image {
    
    width: px;
  }


#s-926b6588-28a3-4f1c-b908-338af205d98f .shogun-image-content {
  
    align-items: center;
  
}

#s-2d7b6c5a-b2e5-4376-ab26-05d4ff3fb736 {
  margin-top: 0px;
margin-left: 4px;
margin-bottom: 6px;
margin-right: 4px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-2d7b6c5a-b2e5-4376-ab26-05d4ff3fb736 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-185b7a3b-8888-43b4-948b-7dea8b3cb0f5 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}

#s-185b7a3b-8888-43b4-948b-7dea8b3cb0f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-7e0c850e-4bc9-4144-a960-641555b40c25 {
  margin-top: 4px;
margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
text-align: center;
}




  #s-7e0c850e-4bc9-4144-a960-641555b40c25 img.shogun-image {
    
    width: px;
  }


#s-7e0c850e-4bc9-4144-a960-641555b40c25 .shogun-image-content {
  
    align-items: center;
  
}

#s-f5ac7a1c-e814-4700-8cb5-424b2aa8316a {
  margin-top: 0px;
margin-left: 4px;
margin-bottom: 6px;
margin-right: 4px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-f5ac7a1c-e814-4700-8cb5-424b2aa8316a .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-c6c96118-bc41-4fce-92d1-0e88f79b2848 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}

#s-c6c96118-bc41-4fce-92d1-0e88f79b2848 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-de91bddb-0625-4afc-817e-9ce62545094e {
  margin-top: 4px;
margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
text-align: center;
}




  #s-de91bddb-0625-4afc-817e-9ce62545094e img.shogun-image {
    
    width: px;
  }


#s-de91bddb-0625-4afc-817e-9ce62545094e .shogun-image-content {
  
    align-items: center;
  
}

#s-2be1385b-e7f8-453c-8e4f-4280778d98f5 {
  margin-top: 0px;
margin-left: 4px;
margin-bottom: 6px;
margin-right: 4px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-2be1385b-e7f8-453c-8e4f-4280778d98f5 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-297ad844-346b-47a9-9af3-1b24c420e3bd {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}

#s-297ad844-346b-47a9-9af3-1b24c420e3bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-1f92df2d-9e3c-4258-9000-76a3facc4652 {
  margin-top: 4px;
margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
text-align: center;
}




  #s-1f92df2d-9e3c-4258-9000-76a3facc4652 img.shogun-image {
    
    width: px;
  }


#s-1f92df2d-9e3c-4258-9000-76a3facc4652 .shogun-image-content {
  
    align-items: center;
  
}

#s-0011456d-02d7-4dc2-b558-13ccbd1cdb0c {
  margin-top: 0px;
margin-left: 4px;
margin-bottom: 6px;
margin-right: 4px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-0011456d-02d7-4dc2-b558-13ccbd1cdb0c .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-4f470aa7-0601-4c6f-b971-456ec75a8e13 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 50px;
}

#s-4f470aa7-0601-4c6f-b971-456ec75a8e13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-8786fea1-e903-4b02-8972-b5f23f63b9fc {
  margin-top: 4px;
margin-left: 4px;
margin-bottom: 0px;
margin-right: 4px;
text-align: center;
}




  #s-8786fea1-e903-4b02-8972-b5f23f63b9fc img.shogun-image {
    
    width: px;
  }


#s-8786fea1-e903-4b02-8972-b5f23f63b9fc .shogun-image-content {
  
    align-items: center;
  
}

#s-c6a42301-290d-4d1e-b7ba-818309468beb {
  margin-top: 0px;
margin-left: 4px;
margin-bottom: 6px;
margin-right: 4px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-c6a42301-290d-4d1e-b7ba-818309468beb .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-26b4c96a-0684-43df-b7fb-8adcc68be91d {
  margin-left: 4px;
margin-bottom: 6px;
margin-right: 4px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: right;
}

#s-26b4c96a-0684-43df-b7fb-8adcc68be91d .shogun-heading-component h4 {
  color: rgba(80, 158, 242, 1);
  font-weight:   ;
  font-family: Assistant;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}


#s-26b4c96a-0684-43df-b7fb-8adcc68be91d .shogun-heading-component h4 a {
  color: rgba(80, 158, 242, 1);
}


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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

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

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
