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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-82ac2d97-8a4c-4f36-bfbf-6371d9c974ea {
  margin-top: 10px;
}

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

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

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

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

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

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

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

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

#s-026a1d02-1095-4e8c-a149-6b2081d3750e {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-026a1d02-1095-4e8c-a149-6b2081d3750e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-026a1d02-1095-4e8c-a149-6b2081d3750e.shg-box.shg-c {
  justify-content: 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;
}

@media (min-width: 0px) {
[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f2a101c7-bbef-4582-9111-29159b831ea5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c19df486-6aa3-4ef1-abe0-66f4b257259a {
  min-height: 50px;
}








#s-c19df486-6aa3-4ef1-abe0-66f4b257259a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c19df486-6aa3-4ef1-abe0-66f4b257259a.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-c8af6516-a3e1-4e5d-b32a-6a05583d78a3 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
text-align: center;
}




  #s-c8af6516-a3e1-4e5d-b32a-6a05583d78a3 img.shogun-image {
    
    width: px;
  }


#s-c8af6516-a3e1-4e5d-b32a-6a05583d78a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-4527a9e1-4f1a-463d-9744-8ab878eb534a {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-578f73e0-095a-4cb5-9f90-bb52b6c01262 {
  margin-left: 8px;
margin-right: 8px;
text-align: center;
}




  #s-578f73e0-095a-4cb5-9f90-bb52b6c01262 img.shogun-image {
    
    width: px;
  }


#s-578f73e0-095a-4cb5-9f90-bb52b6c01262 .shogun-image-content {
  
    align-items: center;
  
}

#s-485343c3-3a32-46bb-b38a-70a28fab1bc7 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-485343c3-3a32-46bb-b38a-70a28fab1bc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-485343c3-3a32-46bb-b38a-70a28fab1bc7.shg-box.shg-c {
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body>.shogun-tab-content {
  display: none;
}

.shogun-tabs-body>.shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-8e98930f-fca0-48d6-abd6-57425f56eecf {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-8e98930f-fca0-48d6-abd6-57425f56eecf .shogun-tabs {
  justify-content: flex-start;
}


  #s-8e98930f-fca0-48d6-abd6-57425f56eecf .shogun-tabs > li > .shogun-tab-box {
    background: rgba(244, 244, 244, 1);
    border: 1px solid rgba(221, 221, 221, 1);
  }
  #s-8e98930f-fca0-48d6-abd6-57425f56eecf .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(207, 207, 207, 1);
  }
#s-8e98930f-fca0-48d6-abd6-57425f56eecf .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(172, 173, 175, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8e98930f-fca0-48d6-abd6-57425f56eecf .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(203, 136, 104, 1);
}

#s-8e98930f-fca0-48d6-abd6-57425f56eecf .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-8e98930f-fca0-48d6-abd6-57425f56eecf .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(207, 207, 207, 1);
}

#s-f7f8fdef-2365-43d6-b23f-c855f7f1745d {
  margin-left: 10px;
margin-right: 10px;
}

#s-802bc905-cbfc-4d29-8a1a-88021187fe46 {
  padding-left: 10px;
padding-right: 10px;
}

.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-5880ae4e-e732-42b4-8e52-94fdd6d2161d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-7d622259-95c3-449c-b4a8-1c91e8a8672b {
  margin-top: 10px;
margin-bottom: 0px;
min-height: 50px;
}








#s-7d622259-95c3-449c-b4a8-1c91e8a8672b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d622259-95c3-449c-b4a8-1c91e8a8672b.shg-box.shg-c {
  justify-content: center;
}

#s-f7f1d8a3-d483-4fd4-a9b9-32bf9572a1e9 {
  margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-f7f1d8a3-d483-4fd4-a9b9-32bf9572a1e9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7f1d8a3-d483-4fd4-a9b9-32bf9572a1e9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7f1d8a3-d483-4fd4-a9b9-32bf9572a1e9 {
  
}
}@media (max-width: 767px){#s-f7f1d8a3-d483-4fd4-a9b9-32bf9572a1e9 {
  
}
}







#s-f7f1d8a3-d483-4fd4-a9b9-32bf9572a1e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7f1d8a3-d483-4fd4-a9b9-32bf9572a1e9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-35052888-29b7-46bd-ac62-1ac0652fe0d1 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-35052888-29b7-46bd-ac62-1ac0652fe0d1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-35052888-29b7-46bd-ac62-1ac0652fe0d1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-35052888-29b7-46bd-ac62-1ac0652fe0d1 {
  
}
}@media (max-width: 767px){#s-35052888-29b7-46bd-ac62-1ac0652fe0d1 {
  
}
}
@media (min-width: 0px) {
[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-35052888-29b7-46bd-ac62-1ac0652fe0d1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.75px);
}

}

#s-d6f0fcd4-d7a3-4f3f-b5e8-ed633dc363b3 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-d6f0fcd4-d7a3-4f3f-b5e8-ed633dc363b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6f0fcd4-d7a3-4f3f-b5e8-ed633dc363b3 {
  cursor: pointer;
}#s-d6f0fcd4-d7a3-4f3f-b5e8-ed633dc363b3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-0cecdcf1-8c11-4f18-a072-a39240b93152"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-54ce6929-b4d3-40c5-9172-dd3eb52456b6 {
  margin-left: 20px;
margin-right: 20px;
}

#s-54ce6929-b4d3-40c5-9172-dd3eb52456b6 .shogun-icon-wrapper {
  text-align: left;
}


#s-54ce6929-b4d3-40c5-9172-dd3eb52456b6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(14, 37, 58, 1);
}

#s-6763b24a-51f4-4df7-af90-90405eb4c073 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f68cb4f2-32d9-4090-b54a-72d43bbceeee {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-f68cb4f2-32d9-4090-b54a-72d43bbceeee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f68cb4f2-32d9-4090-b54a-72d43bbceeee {
  cursor: pointer;
}#s-f68cb4f2-32d9-4090-b54a-72d43bbceeee.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-32e7ed4d-23ba-42d6-90a2-28befcba5b44"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-37a261f4-76f5-4d60-ab43-b34dbb66f3db {
  margin-left: 20px;
margin-right: 20px;
}

#s-37a261f4-76f5-4d60-ab43-b34dbb66f3db .shogun-icon-wrapper {
  text-align: left;
}


#s-37a261f4-76f5-4d60-ab43-b34dbb66f3db .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(14, 37, 58, 1);
}

#s-3dd31733-034c-4ccb-ac89-dbb01f06a541 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-97dbb232-26f3-49da-bd78-15720b4dd3ca {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-97dbb232-26f3-49da-bd78-15720b4dd3ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97dbb232-26f3-49da-bd78-15720b4dd3ca {
  cursor: pointer;
}#s-97dbb232-26f3-49da-bd78-15720b4dd3ca.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c830acef-a6a5-44d7-b409-ee8864512a7d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-c7bf2761-55df-444c-9286-e5e3bdaf5cf8 {
  margin-left: 20px;
margin-right: 20px;
}

#s-c7bf2761-55df-444c-9286-e5e3bdaf5cf8 .shogun-icon-wrapper {
  text-align: left;
}


#s-c7bf2761-55df-444c-9286-e5e3bdaf5cf8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(14, 37, 58, 1);
}

#s-ee84f52a-4ecc-4b90-a940-3b30ef475481 {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-1f1d3b70-a5f7-444c-8aac-864fbbd192bb {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-1f1d3b70-a5f7-444c-8aac-864fbbd192bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f1d3b70-a5f7-444c-8aac-864fbbd192bb {
  cursor: pointer;
}#s-1f1d3b70-a5f7-444c-8aac-864fbbd192bb.shg-box.shg-c {
  justify-content: center;
}

#s-c71da132-e178-4a39-97d8-c544376321bd {
  margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c71da132-e178-4a39-97d8-c544376321bd"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-d86fc5c4-8b94-4166-ad3a-2bde18a26f60 {
  margin-left: 20px;
margin-right: 20px;
}

#s-d86fc5c4-8b94-4166-ad3a-2bde18a26f60 .shogun-icon-wrapper {
  text-align: left;
}


#s-d86fc5c4-8b94-4166-ad3a-2bde18a26f60 .shogun-icon-wrapper > .shogun-icon {

  font-size: 48px !important;
  color: rgba(14, 37, 58, 1);
}

#s-834970d2-6529-4875-9f41-51c0a79d84ce {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-a9707aa9-7eec-4aeb-982d-6f01d977803b {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 500px;
background-position: right center;
}
@media (min-width: 1200px){#s-a9707aa9-7eec-4aeb-982d-6f01d977803b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a9707aa9-7eec-4aeb-982d-6f01d977803b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a9707aa9-7eec-4aeb-982d-6f01d977803b {
  
}
}@media (max-width: 767px){#s-a9707aa9-7eec-4aeb-982d-6f01d977803b {
  
}
}







#s-a9707aa9-7eec-4aeb-982d-6f01d977803b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9707aa9-7eec-4aeb-982d-6f01d977803b.shg-box.shg-c {
  justify-content: center;
}

#s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-radius: 0px;
background-color: rgba(237, 237, 237, 1);
}

@media (min-width: 0px) {
[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-69cd6a1a-bfe1-48c6-a1ee-1ecafaea49f5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1eb78d21-2d50-4f85-ba59-add856887211 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-1eb78d21-2d50-4f85-ba59-add856887211 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1eb78d21-2d50-4f85-ba59-add856887211.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2391406b-d7b7-4997-a2ab-b0dbada58d2c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-a6e384a7-4879-4174-9b8b-034e4cf870f8 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-c052390a-be9c-4eac-bdd3-93566023b80e {
  text-align: center;
}




  #s-c052390a-be9c-4eac-bdd3-93566023b80e img.shogun-image {
    
    width: px;
  }


#s-c052390a-be9c-4eac-bdd3-93566023b80e .shogun-image-content {
  
    align-items: center;
  
}

#s-31005dfa-4244-44d2-9189-a9466c330f81 {
  text-align: center;
}




  #s-31005dfa-4244-44d2-9189-a9466c330f81 img.shogun-image {
    
    width: px;
  }


#s-31005dfa-4244-44d2-9189-a9466c330f81 .shogun-image-content {
  
    align-items: center;
  
}

#s-38f2e547-4632-45e9-b2ee-f4b107e71a18 {
  text-align: center;
}




  #s-38f2e547-4632-45e9-b2ee-f4b107e71a18 img.shogun-image {
    
    width: px;
  }


#s-38f2e547-4632-45e9-b2ee-f4b107e71a18 .shogun-image-content {
  
    align-items: center;
  
}

#s-12ae61e5-5235-4602-bac2-3ccbb6180783 {
  text-align: center;
}




  #s-12ae61e5-5235-4602-bac2-3ccbb6180783 img.shogun-image {
    
    width: px;
  }


#s-12ae61e5-5235-4602-bac2-3ccbb6180783 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e60c068-ceca-42c7-9128-eff54b9daa75 {
  text-align: center;
}




  #s-6e60c068-ceca-42c7-9128-eff54b9daa75 img.shogun-image {
    
    width: px;
  }


#s-6e60c068-ceca-42c7-9128-eff54b9daa75 .shogun-image-content {
  
    align-items: center;
  
}

#s-be5b7e40-933f-46f2-baf4-9902b4c12aab {
  text-align: center;
}




  #s-be5b7e40-933f-46f2-baf4-9902b4c12aab img.shogun-image {
    
    width: px;
  }


#s-be5b7e40-933f-46f2-baf4-9902b4c12aab .shogun-image-content {
  
    align-items: center;
  
}

#s-d219852d-f7ce-44f8-96de-30bee2d1e35e {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-edc42cff-c6ef-4eb0-ac45-52efa6707793 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-d4473c4a-3763-4fd7-86ed-bc8874652f26 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-2ed1c4c7-63a4-4a6a-8423-b1e92cf71515 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-02a4deea-2033-427a-a5b6-6078eb681e42 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-4a66a49f-7343-4c35-9813-36e434ada167 {
  margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
}

#s-24437f6f-e83c-45fe-9edc-1c83b5916abb {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(237, 237, 237, 1);
}
@media (min-width: 1200px){#s-24437f6f-e83c-45fe-9edc-1c83b5916abb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-24437f6f-e83c-45fe-9edc-1c83b5916abb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-24437f6f-e83c-45fe-9edc-1c83b5916abb {
  
}
}@media (max-width: 767px){#s-24437f6f-e83c-45fe-9edc-1c83b5916abb {
  
}
}







#s-24437f6f-e83c-45fe-9edc-1c83b5916abb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-24437f6f-e83c-45fe-9edc-1c83b5916abb.shg-box.shg-c {
  justify-content: center;
}

#s-0753fac7-e4c1-4577-bd75-953f15c9d4da {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(23, 143, 238, 1);
border-radius: 0px;
min-height: 400px;
background-color: rgba(237, 237, 237, 1);
}
@media (min-width: 1200px){#s-0753fac7-e4c1-4577-bd75-953f15c9d4da {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0753fac7-e4c1-4577-bd75-953f15c9d4da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0753fac7-e4c1-4577-bd75-953f15c9d4da {
  
}
}@media (max-width: 767px){#s-0753fac7-e4c1-4577-bd75-953f15c9d4da {
  
}
}







#s-0753fac7-e4c1-4577-bd75-953f15c9d4da > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-0753fac7-e4c1-4577-bd75-953f15c9d4da.shg-box.shg-c {
  justify-content: center;
}

#s-e68cc607-f061-4ba4-ba55-eacc01dc494f {
  border-style: solid;
margin-top: 15px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(219, 219, 219, 1);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-4d239ff2-72c7-42c1-81b0-1728f3adb804"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b62f71bd-a74e-4f1d-9013-40ce38ba714c {
  margin-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
}

#s-a9a94a59-fa01-44fa-9a1e-de875322556a {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 25px;
padding-bottom: 25px;
min-height: 500px;
background-position: right center;
}








#s-a9a94a59-fa01-44fa-9a1e-de875322556a > .shg-box-overlay {
  background-color: rgba(59, 57, 74, 1);
  opacity: 0.6;
}#s-a9a94a59-fa01-44fa-9a1e-de875322556a.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-04671b27-2d41-458a-ac27-abd81c0522df"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0d00aac7-909f-4541-be29-908020414ebc {
  min-height: 50px;
}








#s-0d00aac7-909f-4541-be29-908020414ebc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d00aac7-909f-4541-be29-908020414ebc.shg-box.shg-c {
  justify-content: center;
}

#s-4b321ed8-ae86-4cf2-a1de-122fdf0bdad2 {
  opacity: 1;
text-align: center;
}




  #s-4b321ed8-ae86-4cf2-a1de-122fdf0bdad2 img.shogun-image {
    
    width: px;
  }


#s-4b321ed8-ae86-4cf2-a1de-122fdf0bdad2 .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-abbe9ac2-a918-4a69-908d-e324f3f9463e {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
text-align: center;
}

#s-abbe9ac2-a918-4a69-908d-e324f3f9463e .shogun-heading-component h1 {
  color: rgba(251, 251, 251, 1);
  font-weight:  700 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e3a298e7-8324-4166-bcad-3ee4943571a9 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e3a298e7-8324-4166-bcad-3ee4943571a9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3a298e7-8324-4166-bcad-3ee4943571a9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3a298e7-8324-4166-bcad-3ee4943571a9 {
  
}
}@media (max-width: 767px){#s-e3a298e7-8324-4166-bcad-3ee4943571a9 {
  
}
}







#s-e3a298e7-8324-4166-bcad-3ee4943571a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3a298e7-8324-4166-bcad-3ee4943571a9.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c1264b56-96ea-4a7f-8887-1e03c28be0ed {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
@media (max-width: 767px){#s-c1264b56-96ea-4a7f-8887-1e03c28be0ed {
  
}
}
@media (min-width: 0px) {
[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c1264b56-96ea-4a7f-8887-1e03c28be0ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a84b3cc7-e51a-4f2a-a7b1-16fe6d340b7c {
  padding-top: 35px;
padding-bottom: 10px;
text-align: center;
}

#s-a84b3cc7-e51a-4f2a-a7b1-16fe6d340b7c .shogun-heading-component h3 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2a9297fc-cf97-4b55-b663-07aa44487bf4 {
  text-align: center;
}




  #s-2a9297fc-cf97-4b55-b663-07aa44487bf4 img.shogun-image {
    
    width: px;
  }


#s-2a9297fc-cf97-4b55-b663-07aa44487bf4 .shogun-image-content {
  
    align-items:  flex-start;
  
}

.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-9e6c6f88-d3a5-4d6d-82a9-69bf4ed0a19b {
  padding-bottom: 25px;
}

#s-9e6c6f88-d3a5-4d6d-82a9-69bf4ed0a19b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-9e6c6f88-d3a5-4d6d-82a9-69bf4ed0a19b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-9e6c6f88-d3a5-4d6d-82a9-69bf4ed0a19b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(6, 37, 57, 1);
}

#s-9e6c6f88-d3a5-4d6d-82a9-69bf4ed0a19b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-9e6c6f88-d3a5-4d6d-82a9-69bf4ed0a19b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(6, 37, 57, 1);
  text-align: center;
  font-family: Raleway;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-9e6c6f88-d3a5-4d6d-82a9-69bf4ed0a19b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-c3f1cc14-4e3b-4762-9407-a2287aeafe0e {
  padding-left: 7px;
padding-right: 7px;
}

#s-6a67b5fd-17b1-4d24-b0c7-035b0614aa1f {
  padding-top: 35px;
padding-bottom: 10px;
text-align: center;
}

#s-6a67b5fd-17b1-4d24-b0c7-035b0614aa1f .shogun-heading-component h3 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6c29d7e5-9a46-410d-b866-644a4584d031 {
  text-align: center;
}
@media (max-width: 767px){#s-6c29d7e5-9a46-410d-b866-644a4584d031 {
  display: none;
}
#s-6c29d7e5-9a46-410d-b866-644a4584d031, #wrap-s-6c29d7e5-9a46-410d-b866-644a4584d031 { display:none !important; }}




#s-6c29d7e5-9a46-410d-b866-644a4584d031 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c6d43a05-3b28-443e-9223-ac84f6193bd8 {
  text-align: center;
}
@media (min-width: 1200px){#s-c6d43a05-3b28-443e-9223-ac84f6193bd8 {
  display: none;
}
#s-c6d43a05-3b28-443e-9223-ac84f6193bd8, #wrap-s-c6d43a05-3b28-443e-9223-ac84f6193bd8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6d43a05-3b28-443e-9223-ac84f6193bd8 {
  display: none;
}
#s-c6d43a05-3b28-443e-9223-ac84f6193bd8, #wrap-s-c6d43a05-3b28-443e-9223-ac84f6193bd8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6d43a05-3b28-443e-9223-ac84f6193bd8 {
  display: none;
}
#s-c6d43a05-3b28-443e-9223-ac84f6193bd8, #wrap-s-c6d43a05-3b28-443e-9223-ac84f6193bd8 { display:none !important; }}



  #s-c6d43a05-3b28-443e-9223-ac84f6193bd8 img.shogun-image {
    
    width: px;
  }


#s-c6d43a05-3b28-443e-9223-ac84f6193bd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-641c4612-d269-4274-9404-50afe1691ade {
  padding-bottom: 25px;
}

#s-641c4612-d269-4274-9404-50afe1691ade > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-641c4612-d269-4274-9404-50afe1691ade > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-641c4612-d269-4274-9404-50afe1691ade > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(6, 37, 57, 1);
}

#s-641c4612-d269-4274-9404-50afe1691ade > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-641c4612-d269-4274-9404-50afe1691ade > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(6, 37, 57, 1);
  text-align: center;
  font-family: Raleway;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-641c4612-d269-4274-9404-50afe1691ade > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-e04a9d8d-1d3d-496d-8e71-96094777ce85 {
  padding-left: 7px;
padding-right: 7px;
}

#s-5a65bfc3-d3bc-43dd-9d16-5242ef657842 {
  padding-top: 35px;
padding-bottom: 10px;
text-align: center;
}

#s-5a65bfc3-d3bc-43dd-9d16-5242ef657842 .shogun-heading-component h1 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d2f4905b-8e4e-4106-8edf-eccfab8c0fef {
  min-height: 60px;
text-align: center;
}





#s-d2f4905b-8e4e-4106-8edf-eccfab8c0fef .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4184e052-be62-4546-94a6-79fbd5be3a86 {
  padding-bottom: 25px;
}

#s-4184e052-be62-4546-94a6-79fbd5be3a86 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4184e052-be62-4546-94a6-79fbd5be3a86 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-4184e052-be62-4546-94a6-79fbd5be3a86 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(6, 37, 57, 1);
}

#s-4184e052-be62-4546-94a6-79fbd5be3a86 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-4184e052-be62-4546-94a6-79fbd5be3a86 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(6, 37, 57, 1);
  text-align: center;
  font-family: Raleway;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-4184e052-be62-4546-94a6-79fbd5be3a86 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-0c1f887e-37b1-4f82-9cce-147c869ea828 {
  padding-left: 7px;
padding-right: 7px;
}

#s-1f4a7fbb-d853-4064-ad14-f9464afd61c8 {
  min-height: 50px;
}








#s-1f4a7fbb-d853-4064-ad14-f9464afd61c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f4a7fbb-d853-4064-ad14-f9464afd61c8.shg-box.shg-c {
  justify-content: center;
}

#s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
@media (max-width: 767px){#s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c {
  
}
}
@media (min-width: 0px) {
[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f01f1a5d-c1c4-47f4-87c4-7a35bc4a4c5c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-3330eec5-f45c-406e-8e92-f9b12aeab7f3 {
  padding-top: 35px;
padding-bottom: 10px;
text-align: center;
}

#s-3330eec5-f45c-406e-8e92-f9b12aeab7f3 .shogun-heading-component h3 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9c0d7871-bc0b-421d-a30b-7e28774420ba {
  text-align: center;
}




  #s-9c0d7871-bc0b-421d-a30b-7e28774420ba img.shogun-image {
    
    width: px;
  }


#s-9c0d7871-bc0b-421d-a30b-7e28774420ba .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b5c0cd5d-017e-4321-be96-d8c1b990d997 {
  padding-bottom: 25px;
}

#s-b5c0cd5d-017e-4321-be96-d8c1b990d997 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b5c0cd5d-017e-4321-be96-d8c1b990d997 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b5c0cd5d-017e-4321-be96-d8c1b990d997 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(6, 37, 57, 1);
}

#s-b5c0cd5d-017e-4321-be96-d8c1b990d997 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b5c0cd5d-017e-4321-be96-d8c1b990d997 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(6, 37, 57, 1);
  text-align: center;
  font-family: Raleway;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

#s-b5c0cd5d-017e-4321-be96-d8c1b990d997 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-80291dab-1394-4260-95ea-19a17bd41422 {
  padding-left: 7px;
padding-right: 7px;
}

#s-64678810-763b-4204-9fcc-3a184663c678 {
  padding-top: 35px;
padding-bottom: 10px;
text-align: center;
}

#s-64678810-763b-4204-9fcc-3a184663c678 .shogun-heading-component h3 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d246db29-4669-4477-b8d3-b397a5d6e7dd {
  text-align: center;
}
@media (max-width: 767px){#s-d246db29-4669-4477-b8d3-b397a5d6e7dd {
  display: none;
}
#s-d246db29-4669-4477-b8d3-b397a5d6e7dd, #wrap-s-d246db29-4669-4477-b8d3-b397a5d6e7dd { display:none !important; }}



  #s-d246db29-4669-4477-b8d3-b397a5d6e7dd img.shogun-image {
    
    width: px;
  }


#s-d246db29-4669-4477-b8d3-b397a5d6e7dd .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f14db916-cea8-46e8-b5dd-29e1d5bf72ef {
  text-align: center;
}
@media (min-width: 1200px){#s-f14db916-cea8-46e8-b5dd-29e1d5bf72ef {
  display: none;
}
#s-f14db916-cea8-46e8-b5dd-29e1d5bf72ef, #wrap-s-f14db916-cea8-46e8-b5dd-29e1d5bf72ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f14db916-cea8-46e8-b5dd-29e1d5bf72ef {
  display: none;
}
#s-f14db916-cea8-46e8-b5dd-29e1d5bf72ef, #wrap-s-f14db916-cea8-46e8-b5dd-29e1d5bf72ef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f14db916-cea8-46e8-b5dd-29e1d5bf72ef {
  display: none;
}
#s-f14db916-cea8-46e8-b5dd-29e1d5bf72ef, #wrap-s-f14db916-cea8-46e8-b5dd-29e1d5bf72ef { display:none !important; }}



  #s-f14db916-cea8-46e8-b5dd-29e1d5bf72ef img.shogun-image {
    
    width: px;
  }


#s-f14db916-cea8-46e8-b5dd-29e1d5bf72ef .shogun-image-content {
  
    align-items: center;
  
}

#s-4d616a38-f68e-4694-9734-82bae9b3c820 {
  padding-bottom: 25px;
}

#s-4d616a38-f68e-4694-9734-82bae9b3c820 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4d616a38-f68e-4694-9734-82bae9b3c820 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-4d616a38-f68e-4694-9734-82bae9b3c820 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(6, 37, 57, 1);
}

#s-4d616a38-f68e-4694-9734-82bae9b3c820 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-4d616a38-f68e-4694-9734-82bae9b3c820 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(6, 37, 57, 1);
  text-align: center;
  font-family: Raleway;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-4d616a38-f68e-4694-9734-82bae9b3c820 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-97d62d5d-6fde-42f6-92f4-73109f01f75b {
  padding-left: 7px;
padding-right: 7px;
}

#s-24c9eb4e-b66d-4b35-a644-8a885933c689 {
  padding-top: 35px;
padding-bottom: 10px;
text-align: center;
}

#s-24c9eb4e-b66d-4b35-a644-8a885933c689 .shogun-heading-component h3 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a87cb30e-5331-4cbf-8e3e-7576925083ce {
  text-align: center;
}




  #s-a87cb30e-5331-4cbf-8e3e-7576925083ce img.shogun-image {
    
    width: px;
  }


#s-a87cb30e-5331-4cbf-8e3e-7576925083ce .shogun-image-content {
  
    align-items: center;
  
}

#s-65bd6faf-882f-4547-b49c-78f470b8e115 {
  padding-bottom: 25px;
}

#s-65bd6faf-882f-4547-b49c-78f470b8e115 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-65bd6faf-882f-4547-b49c-78f470b8e115 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-65bd6faf-882f-4547-b49c-78f470b8e115 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(6, 37, 57, 1);
}

#s-65bd6faf-882f-4547-b49c-78f470b8e115 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-65bd6faf-882f-4547-b49c-78f470b8e115 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(6, 37, 57, 1);
  text-align: center;
  font-family: Raleway;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-65bd6faf-882f-4547-b49c-78f470b8e115 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-eb6930f2-fdd9-4bba-b5b1-6245a36c744b {
  padding-left: 7px;
padding-right: 7px;
}

#s-466edd67-2313-40b4-b596-2669664935e6 {
  min-height: 50px;
}








#s-466edd67-2313-40b4-b596-2669664935e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-466edd67-2313-40b4-b596-2669664935e6.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-a820fdd7-7f83-4b8d-807d-4ba07c118ee5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-a521a4ea-f190-4b85-b29a-b2499ad3a93a {
  padding-top: 35px;
padding-bottom: 10px;
text-align: center;
}

#s-a521a4ea-f190-4b85-b29a-b2499ad3a93a .shogun-heading-component h3 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-73d06b69-7d90-4ead-94f5-a46f30c53f5e {
  text-align: center;
}




  #s-73d06b69-7d90-4ead-94f5-a46f30c53f5e img.shogun-image {
    
    width: px;
  }


#s-73d06b69-7d90-4ead-94f5-a46f30c53f5e .shogun-image-content {
  
    align-items: center;
  
}

#s-d699da1f-cba1-4861-ab6a-4e61fee9aef2 {
  padding-bottom: 25px;
}

#s-d699da1f-cba1-4861-ab6a-4e61fee9aef2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d699da1f-cba1-4861-ab6a-4e61fee9aef2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-d699da1f-cba1-4861-ab6a-4e61fee9aef2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(6, 37, 57, 1);
}

#s-d699da1f-cba1-4861-ab6a-4e61fee9aef2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d699da1f-cba1-4861-ab6a-4e61fee9aef2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(6, 37, 57, 1);
  text-align: center;
  font-family: Raleway;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-d699da1f-cba1-4861-ab6a-4e61fee9aef2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-1ed80018-f049-496a-91a6-c06bd08dee19 {
  padding-left: 7px;
padding-right: 7px;
}

#s-3a274654-b9f9-4a31-b4f3-dee9ecea7703 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 400px;
background-position: center center;
}








#s-3a274654-b9f9-4a31-b4f3-dee9ecea7703 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a274654-b9f9-4a31-b4f3-dee9ecea7703.shg-box.shg-c {
  justify-content: center;
}

#s-ad025fc1-f92d-4fa3-8ead-74b1791d4390 {
  min-height: 50px;
}








#s-ad025fc1-f92d-4fa3-8ead-74b1791d4390 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad025fc1-f92d-4fa3-8ead-74b1791d4390.shg-box.shg-c {
  justify-content: center;
}

#s-e8ffea21-a057-4c11-b60e-d40c6e05cf20 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-e8ffea21-a057-4c11-b60e-d40c6e05cf20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8ffea21-a057-4c11-b60e-d40c6e05cf20.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a85a26fd-c20f-41d8-b0cb-5b5baaf00ae3 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-a85a26fd-c20f-41d8-b0cb-5b5baaf00ae3 .shogun-heading-component h2 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-df590c51-03e1-4bf7-89da-9adceab325b1 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-df590c51-03e1-4bf7-89da-9adceab325b1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2 {
  
}
}@media (max-width: 767px){#s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2 {
  
}
}
@media (min-width: 0px) {
[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3ed702aa-3c1d-4d81-b9ad-b3759a0a0cd2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-51a431ea-3eed-4b4d-88a3-9e6ec9f97364 {
  text-align: center;
}




  #s-51a431ea-3eed-4b4d-88a3-9e6ec9f97364 img.shogun-image {
    
    width: px;
  }


#s-51a431ea-3eed-4b4d-88a3-9e6ec9f97364 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-563f01d4-36de-4fae-804c-f0ec9c8bf239 {
  text-align: center;
}




  #s-563f01d4-36de-4fae-804c-f0ec9c8bf239 img.shogun-image {
    
    width: px;
  }


#s-563f01d4-36de-4fae-804c-f0ec9c8bf239 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-1142e3a8-cfaf-427e-9a86-cb241d5c8373 {
  text-align: center;
}




  #s-1142e3a8-cfaf-427e-9a86-cb241d5c8373 img.shogun-image {
    
    width: px;
  }


#s-1142e3a8-cfaf-427e-9a86-cb241d5c8373 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-817e9b51-303f-4fd8-b5e8-e8a48e834aa3 {
  text-align: center;
}




  #s-817e9b51-303f-4fd8-b5e8-e8a48e834aa3 img.shogun-image {
    
    width: px;
  }


#s-817e9b51-303f-4fd8-b5e8-e8a48e834aa3 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9e3cf658-0e03-4383-97a3-4ba40c33812b {
  margin-top: 25px;
margin-bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e3cf658-0e03-4383-97a3-4ba40c33812b {
  
}
}@media (max-width: 767px){#s-9e3cf658-0e03-4383-97a3-4ba40c33812b {
  
}
}
@media (min-width: 0px) {
[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9e3cf658-0e03-4383-97a3-4ba40c33812b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-146537bf-a921-43b4-87fd-4927bd452d32 {
  text-align: center;
}




  #s-146537bf-a921-43b4-87fd-4927bd452d32 img.shogun-image {
    
    width: px;
  }


#s-146537bf-a921-43b4-87fd-4927bd452d32 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8fbfb9d3-9592-470c-91e2-0c60938883c4 {
  text-align: center;
}




  #s-8fbfb9d3-9592-470c-91e2-0c60938883c4 img.shogun-image {
    
    width: px;
  }


#s-8fbfb9d3-9592-470c-91e2-0c60938883c4 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f0461911-72f2-44a0-ab7e-1dac96ad8324 {
  text-align: center;
}




  #s-f0461911-72f2-44a0-ab7e-1dac96ad8324 img.shogun-image {
    
    width: px;
  }


#s-f0461911-72f2-44a0-ab7e-1dac96ad8324 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-6f564621-fbb6-4764-a9af-6fa6db651aeb {
  text-align: center;
}




  #s-6f564621-fbb6-4764-a9af-6fa6db651aeb img.shogun-image {
    
    width: px;
  }


#s-6f564621-fbb6-4764-a9af-6fa6db651aeb .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-5804774e-6e96-4019-9d86-6865d5bf9d2e {
  min-height: 50px;
}








#s-5804774e-6e96-4019-9d86-6865d5bf9d2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5804774e-6e96-4019-9d86-6865d5bf9d2e.shg-box.shg-c {
  justify-content: center;
}

#s-ac7484af-50aa-4c24-bec3-99fe0936705d {
  background-size: cover;
background-attachment: fixed;
min-height: 0px;
background-position: left center;
background-color: rgba(242, 242, 242, 1);
}








#s-ac7484af-50aa-4c24-bec3-99fe0936705d > .shg-box-overlay {
  background-color: rgba(58, 58, 81, 1);
  opacity: 0.1;
}#s-ac7484af-50aa-4c24-bec3-99fe0936705d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-aab13059-799b-4574-92bf-ae9fe82adf8f {
  padding-bottom: 40px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-aab13059-799b-4574-92bf-ae9fe82adf8f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-0449d849-c3e5-4b7b-bbad-2bd7ff76d540 {
  border-style: solid;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 25px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(229, 229, 229, 1);
text-align: center;
}

#s-0449d849-c3e5-4b7b-bbad-2bd7ff76d540 .shogun-heading-component h2 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cf0b5280-9ce6-4383-be73-c85edc14602a {
  margin-left: 10px;
margin-right: 10px;
}

#s-cf0b5280-9ce6-4383-be73-c85edc14602a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-cf0b5280-9ce6-4383-be73-c85edc14602a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(6, 37, 57, 1);
  padding: 10px;
}

#s-cf0b5280-9ce6-4383-be73-c85edc14602a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-cf0b5280-9ce6-4383-be73-c85edc14602a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-cf0b5280-9ce6-4383-be73-c85edc14602a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Raleway;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-cf0b5280-9ce6-4383-be73-c85edc14602a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-7c10a8e2-cca8-4f15-a4af-bc044ceff5d9 {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-860331e7-ed6d-485f-9753-e2091a692b41"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-4d6889ca-8b33-4fac-87a5-a6cf3bbadbb2 {
  text-align: center;
}




  #s-4d6889ca-8b33-4fac-87a5-a6cf3bbadbb2 img.shogun-image {
    
    width: px;
  }


#s-4d6889ca-8b33-4fac-87a5-a6cf3bbadbb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e97a6f23-5274-4d13-9173-24b89d1b1a18 {
  text-align: center;
}




  #s-e97a6f23-5274-4d13-9173-24b89d1b1a18 img.shogun-image {
    
    width: px;
  }


#s-e97a6f23-5274-4d13-9173-24b89d1b1a18 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ebb2c4a-d666-49df-b2c8-d7a6c75b32f7 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}

#s-c63910d6-353f-4695-9e59-92fd5c7c94c5 {
  text-align: center;
}




  #s-c63910d6-353f-4695-9e59-92fd5c7c94c5 img.shogun-image {
    
    width: px;
  }


#s-c63910d6-353f-4695-9e59-92fd5c7c94c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-9458adfa-ff89-49d8-843b-ccecf773d061 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}

#s-500aa106-9fbe-48d8-a853-22e89a9e017f {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-b5feabab-dc89-4961-8bf2-9401ed0e4a67 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

@media (min-width: 0px) {
[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ba9ccc48-9e8e-4d9d-a706-10e1126e7c69"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-8485035c-5de6-4a5c-ab24-fd850954fdbc {
  text-align: center;
}




  #s-8485035c-5de6-4a5c-ab24-fd850954fdbc img.shogun-image {
    
    width: px;
  }


#s-8485035c-5de6-4a5c-ab24-fd850954fdbc .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a169ed3e-ea42-458d-ab0e-c4462804c450 {
  text-align: center;
}




  #s-a169ed3e-ea42-458d-ab0e-c4462804c450 img.shogun-image {
    
    width: px;
  }


#s-a169ed3e-ea42-458d-ab0e-c4462804c450 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-95095e91-0d7d-44a9-b1dc-5bd65eb6fa52 {
  text-align: center;
}




  #s-95095e91-0d7d-44a9-b1dc-5bd65eb6fa52 img.shogun-image {
    
    width: px;
  }


#s-95095e91-0d7d-44a9-b1dc-5bd65eb6fa52 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-9df5baeb-082a-4b56-b8c0-95f33195e01e {
  text-align: center;
}




  #s-9df5baeb-082a-4b56-b8c0-95f33195e01e img.shogun-image {
    
    width: px;
  }


#s-9df5baeb-082a-4b56-b8c0-95f33195e01e .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2c4b4975-7ad8-46bf-8ff0-c3b3051f769e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-97a6dad3-34ee-4dbf-b30f-4fa62fba6730 {
  padding-left: 15px;
padding-right: 15px;
}

#s-65fc1c3c-6982-40c4-8550-a0a77cc0d3f4 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
text-align: center;
}




  #s-65fc1c3c-6982-40c4-8550-a0a77cc0d3f4 img.shogun-image {
    
    width: px;
  }


#s-65fc1c3c-6982-40c4-8550-a0a77cc0d3f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-02632c34-3217-46ed-9e56-c5e71e310fa7 {
  padding-left: 5px;
padding-right: 5px;
}

#s-7bbea2d2-e946-4248-93d2-eb14baa11d82 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
text-align: center;
}




  #s-7bbea2d2-e946-4248-93d2-eb14baa11d82 img.shogun-image {
    
    width: px;
  }


#s-7bbea2d2-e946-4248-93d2-eb14baa11d82 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c2a8060-22d8-43b8-ac9f-5b6183a71bd4 {
  padding-left: 5px;
padding-right: 5px;
}

@media (min-width: 0px) {
[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b4e77b7f-fe96-4a36-b7b3-1ab0e2a8b05b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d1723b19-9098-42af-b619-20b0e931699a {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}





#s-d1723b19-9098-42af-b619-20b0e931699a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b16542b1-44aa-43ef-b07d-6ce3bb9180b2 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}





#s-b16542b1-44aa-43ef-b07d-6ce3bb9180b2 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7496baab-26f0-4dfb-b7b7-b8e1f2c8617c {
  text-align: center;
}




  #s-7496baab-26f0-4dfb-b7b7-b8e1f2c8617c img.shogun-image {
    
    width: px;
  }


#s-7496baab-26f0-4dfb-b7b7-b8e1f2c8617c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a1939bcc-f737-43e9-b117-ebf3d66b4c41 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}




  #s-a1939bcc-f737-43e9-b117-ebf3d66b4c41 img.shogun-image {
    
    width: px;
  }


#s-a1939bcc-f737-43e9-b117-ebf3d66b4c41 .shogun-image-content {
  
    align-items:  flex-start;
  
}

@media (min-width: 0px) {
[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b73d5e7-b33c-4f92-b72d-cb8a7d35024e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7b5f7ae1-40b0-4f24-bf98-a114b5322fbb {
  text-align: center;
}




  #s-7b5f7ae1-40b0-4f24-bf98-a114b5322fbb img.shogun-image {
    
    width: px;
  }


#s-7b5f7ae1-40b0-4f24-bf98-a114b5322fbb .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-060de180-6797-48e9-94da-a452306c0366 {
  text-align: center;
}




  #s-060de180-6797-48e9-94da-a452306c0366 img.shogun-image {
    
    width: px;
  }


#s-060de180-6797-48e9-94da-a452306c0366 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159 {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

@media (min-width: 0px) {
[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-22a7e2a8-1ced-4e17-bbca-e0fca5c59159"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9ccff2c3-f70e-4eec-89b6-405d342a32b9 {
  text-align: center;
}




  #s-9ccff2c3-f70e-4eec-89b6-405d342a32b9 img.shogun-image {
    
    width: px;
  }


#s-9ccff2c3-f70e-4eec-89b6-405d342a32b9 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e7d4ff30-cb50-4762-8c42-dd68a8eed845 {
  padding-left: 5px;
padding-right: 5px;
}

@media (min-width: 0px) {
[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-d4090a58-aabf-4a38-9d11-1be9117932f1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-e6525b34-147a-443a-85a0-306720a208ea {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-6d844e46-e0be-4719-a824-643a85ec325c {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}


.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c {
  max-width: 100%;
}

.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c .shg-image-zoom,
.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c {
  max-width: 100%;
}

.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c .shg-image-zoom,
.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c {
  max-width: 100%;
}

.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c .shg-image-zoom,
.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c {
  max-width: 100%;
}

.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c .shg-image-zoom,
.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c {
  max-width: 100%;
}

.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c .shg-image-zoom,
.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-726dcf2a-48a7-4c92-a58c-c72df3322f17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-726dcf2a-48a7-4c92-a58c-c72df3322f17 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
}

#s-d1d3ef36-c76e-4e86-a921-be32f9bd8b2d {
  text-align: center;
}

#s-d1d3ef36-c76e-4e86-a921-be32f9bd8b2d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d1d3ef36-c76e-4e86-a921-be32f9bd8b2d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 18px;
}

#s-d1d3ef36-c76e-4e86-a921-be32f9bd8b2d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b23dcb59-6fc3-4c77-a196-db85d6b85781 {
  display: none;
}
#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e {
  margin-left: 50px;
margin-right: 50px;
text-align: left;
}


.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e {
  max-width: 100%;
}

.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e .shg-image-zoom,
.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e {
  max-width: 100%;
}

.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e .shg-image-zoom,
.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e {
  max-width: 100%;
}

.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e .shg-image-zoom,
.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e {
  max-width: 100%;
}

.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e .shg-image-zoom,
.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e {
  max-width: 100%;
}

.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e .shg-image-zoom,
.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-598c1eb9-c10d-4384-bbf4-27fa33ea2c9e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3471372a-2f48-4dce-8b46-0bf9121d99af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3471372a-2f48-4dce-8b46-0bf9121d99af .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: ;
}

#s-047a4da4-d991-4bdb-9142-201ce762994b {
  text-align: center;
}

#s-047a4da4-d991-4bdb-9142-201ce762994b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-047a4da4-d991-4bdb-9142-201ce762994b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: ;
}

#s-047a4da4-d991-4bdb-9142-201ce762994b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-8a500dc5-c421-463a-86ba-f4ef09b286c3 {
  display: none;
}
#s-391c4257-93bd-46aa-99fd-6fc9634f4638 {
  margin-left: 50px;
margin-right: 50px;
text-align: left;
}


.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 {
  max-width: 100%;
}

.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 .shg-image-zoom,
.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 {
  max-width: 100%;
}

.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 .shg-image-zoom,
.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 {
  max-width: 100%;
}

.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 .shg-image-zoom,
.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 {
  max-width: 100%;
}

.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 .shg-image-zoom,
.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 {
  max-width: 100%;
}

.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 .shg-image-zoom,
.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-391c4257-93bd-46aa-99fd-6fc9634f4638 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d9d94e59-eeb1-426d-84f6-483c5f92b4e2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d9d94e59-eeb1-426d-84f6-483c5f92b4e2 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: ;
}

#s-e15b4b2f-686b-44d2-b893-e67e27e90c73 {
  text-align: center;
}

#s-e15b4b2f-686b-44d2-b893-e67e27e90c73 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-e15b4b2f-686b-44d2-b893-e67e27e90c73 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: ;
}

#s-e15b4b2f-686b-44d2-b893-e67e27e90c73 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 0px) {
[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-1d5c8d20-6785-4a0a-a9ef-f6946d004a8d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-178a7245-29df-41d6-8bcd-dba9dbd85894 {
  text-align: center;
}




  #s-178a7245-29df-41d6-8bcd-dba9dbd85894 img.shogun-image {
    
    width: px;
  }


#s-178a7245-29df-41d6-8bcd-dba9dbd85894 .shogun-image-content {
  
    align-items: center;
  
}

#s-b76a6871-26b0-446a-99a8-24b075994df3 {
  text-align: center;
}




  #s-b76a6871-26b0-446a-99a8-24b075994df3 img.shogun-image {
    
    width: px;
  }


#s-b76a6871-26b0-446a-99a8-24b075994df3 .shogun-image-content {
  
    align-items: center;
  
}

#s-16094885-e3be-4103-86d9-a04d8f1e2fd3 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}

#s-07764b04-c4e4-4739-8321-b3e9377d46a2 {
  text-align: center;
}




  #s-07764b04-c4e4-4739-8321-b3e9377d46a2 img.shogun-image {
    
    width: px;
  }


#s-07764b04-c4e4-4739-8321-b3e9377d46a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1bacd3fb-0648-4f37-9437-e03f9013ade0 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-50d3260d-5ef4-449e-8f6b-679a2544595c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-af04b9c4-f31e-4664-8801-d39aa72cb75c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(153, 153, 153, 1);
text-decoration: none;
}
#s-af04b9c4-f31e-4664-8801-d39aa72cb75c:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(64, 85, 100, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-af04b9c4-f31e-4664-8801-d39aa72cb75c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-af04b9c4-f31e-4664-8801-d39aa72cb75c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Raleway;
  display:  block ;
}

@media (min-width: 0px) {
[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9729e70b-ae0e-4a62-9071-73ac637b960a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fd114fcc-f2e8-4d3e-adfb-91cff88bab79 {
  display: none;
}
#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 {
  margin-left: 50px;
margin-right: 50px;
text-align: center;
}


.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 {
  max-width: 100%;
}

.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 .shg-image-zoom,
.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 {
  max-width: 100%;
}

.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 .shg-image-zoom,
.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 {
  max-width: 100%;
}

.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 .shg-image-zoom,
.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 {
  max-width: 100%;
}

.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 .shg-image-zoom,
.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 {
  max-width: 100%;
}

.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 .shg-image-zoom,
.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 img.shogun-image {
  max-width: 400px !important;
  min-height:  !important;
}

.shg-c#s-34ebb34e-2dba-49ae-83ac-c7cb6ad47c43 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-94235d88-4ae7-43a1-94f0-99c03c4f4bcf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-94235d88-4ae7-43a1-94f0-99c03c4f4bcf .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 14px;
}

#s-c7078209-6ec5-4a04-9a2c-00bce1f28746 {
  text-align: center;
}

#s-c7078209-6ec5-4a04-9a2c-00bce1f28746 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-c7078209-6ec5-4a04-9a2c-00bce1f28746 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: 18px;
}

#s-c7078209-6ec5-4a04-9a2c-00bce1f28746 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-651948ed-ff42-4eae-8e22-e0cb0318fd9d {
  display: none;
}
#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c {
  margin-left: 50px;
margin-right: 50px;
text-align: left;
}


.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c {
  max-width: 100%;
}

.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c .shg-image-zoom,
.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c {
  max-width: 100%;
}

.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c .shg-image-zoom,
.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c {
  max-width: 100%;
}

.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c .shg-image-zoom,
.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c {
  max-width: 100%;
}

.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c .shg-image-zoom,
.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c {
  max-width: 100%;
}

.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c .shg-image-zoom,
.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7fe84930-d6f8-46b9-ab42-b55b89d3ae4c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b932f899-188f-4a04-99b1-ed08a576b5dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b932f899-188f-4a04-99b1-ed08a576b5dd .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: ;
}

#s-2afa56d2-1080-4c46-b3db-2781f003efe7 {
  text-align: center;
}

#s-2afa56d2-1080-4c46-b3db-2781f003efe7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-2afa56d2-1080-4c46-b3db-2781f003efe7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: ;
}

#s-2afa56d2-1080-4c46-b3db-2781f003efe7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-683d3388-5364-4719-8e90-81d81314b601 {
  display: none;
}
#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c {
  margin-left: 50px;
margin-right: 50px;
text-align: left;
}


.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c {
  max-width: 100%;
}

.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c .shg-image-zoom,
.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c {
  max-width: 100%;
}

.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c .shg-image-zoom,
.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c {
  max-width: 100%;
}

.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c .shg-image-zoom,
.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c {
  max-width: 100%;
}

.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c .shg-image-zoom,
.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c {
  max-width: 100%;
}

.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c .shg-image-zoom,
.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-de9243e3-bac7-4ff9-ac10-3624b47ea39c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a4a96525-e721-46a7-88d2-4a919b00cebe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4a96525-e721-46a7-88d2-4a919b00cebe .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: ;
}

#s-a242b1fc-acd0-4299-88d9-988243d8a077 {
  text-align: center;
}

#s-a242b1fc-acd0-4299-88d9-988243d8a077 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
}

#s-a242b1fc-acd0-4299-88d9-988243d8a077 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Archivo;
  font-style:  normal ;
  font-size: ;
}

#s-a242b1fc-acd0-4299-88d9-988243d8a077 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
@media (min-width: 0px) {
[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-8f16fb8e-f7fa-4ef1-97d1-12e0d7fcdd08"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7758c3f8-866d-462c-9bc6-3c205bec6cf1 {
  text-align: center;
}




  #s-7758c3f8-866d-462c-9bc6-3c205bec6cf1 img.shogun-image {
    
    width: px;
  }


#s-7758c3f8-866d-462c-9bc6-3c205bec6cf1 .shogun-image-content {
  
    align-items: center;
  
}

#s-538ebcfa-93df-4405-9b5b-5ee5c36d381c {
  text-align: center;
}




  #s-538ebcfa-93df-4405-9b5b-5ee5c36d381c img.shogun-image {
    
    width: px;
  }


#s-538ebcfa-93df-4405-9b5b-5ee5c36d381c .shogun-image-content {
  
    align-items: center;
  
}

#s-e1d0d8a7-0a56-4f0c-adca-e43b7651f147 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}

#s-ce6c02ce-2da0-403d-9f49-5636c9878c95 {
  text-align: center;
}




  #s-ce6c02ce-2da0-403d-9f49-5636c9878c95 img.shogun-image {
    
    width: px;
  }


#s-ce6c02ce-2da0-403d-9f49-5636c9878c95 .shogun-image-content {
  
    align-items: center;
  
}

#s-21c3e1c5-126a-4e5e-8775-fcc639923463 {
  margin-top: 10px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
}

@media (min-width: 0px) {
[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2d086d5b-a4e7-4737-80e4-cd9637909491"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-8aa70643-061f-465b-a031-72280a9040a5 {
  text-align: center;
}




  #s-8aa70643-061f-465b-a031-72280a9040a5 img.shogun-image {
    
    width: px;
  }


#s-8aa70643-061f-465b-a031-72280a9040a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-6657e871-f5bb-4328-b3f6-1abef2ba7867 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 400px;
background-position: center center;
}








#s-6657e871-f5bb-4328-b3f6-1abef2ba7867 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6657e871-f5bb-4328-b3f6-1abef2ba7867.shg-box.shg-c {
  justify-content: center;
}

#s-f82bf158-69d5-4902-b84c-1b515c124c10 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f82bf158-69d5-4902-b84c-1b515c124c10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f82bf158-69d5-4902-b84c-1b515c124c10.shg-box.shg-c {
  justify-content: center;
}

#s-2b3d5e4e-0d9f-42d7-bfbc-27824d7c7b3c {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-2b3d5e4e-0d9f-42d7-bfbc-27824d7c7b3c .shogun-icon-wrapper {
  text-align: center;
}


#s-2b3d5e4e-0d9f-42d7-bfbc-27824d7c7b3c .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(6, 37, 57, 1);
}

#s-34977c10-29e1-4e22-836e-e7eb1a83694e {
  border-style: solid;
margin-top: 20px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.1);
text-align: center;
}

#s-34977c10-29e1-4e22-836e-e7eb1a83694e .shogun-heading-component h2 {
  color: rgba(6, 37, 53, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f5de5b7c-0eed-4307-a236-a4fec27fe467 {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f5de5b7c-0eed-4307-a236-a4fec27fe467"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-28ef807d-f0d8-436d-9c8d-4307c6855cbc {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-7e8ae604-b9ea-4f6b-ab36-1b29a9f2a71b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c297a9dc-1773-4b93-92ee-f930df72c4c8 {
  box-shadow:0px 20px 40px 0px rgba(0, 0, 0, 0.1);
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
min-height: 50px;
}








#s-c297a9dc-1773-4b93-92ee-f930df72c4c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c297a9dc-1773-4b93-92ee-f930df72c4c8.shg-box.shg-c {
  justify-content: center;
}

#s-73fbbadc-00d9-4840-a2c2-b5bf0696f045 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-73fbbadc-00d9-4840-a2c2-b5bf0696f045 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-73fbbadc-00d9-4840-a2c2-b5bf0696f045 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-73fbbadc-00d9-4840-a2c2-b5bf0696f045 {
  
}
}@media (max-width: 767px){#s-73fbbadc-00d9-4840-a2c2-b5bf0696f045 {
  
}
}
#s-73fbbadc-00d9-4840-a2c2-b5bf0696f045 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  100 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d {
  
}
}@media (max-width: 767px){#s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d {
  
}
}
@media (min-width: 0px) {
[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-172bc3c0-5c7f-48b2-b335-fd0f63b4752d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 0px) {
[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0f0532dd-2642-419e-8be4-97a58bb30f00"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-465a31fa-0dce-470d-852b-f4ee01331bcd {
  text-align: center;
}




  #s-465a31fa-0dce-470d-852b-f4ee01331bcd img.shogun-image {
    
    width: px;
  }


#s-465a31fa-0dce-470d-852b-f4ee01331bcd .shogun-image-content {
  
    align-items: center;
  
}

#s-b51b5278-3017-427d-a626-41a237b515e0 {
  text-align: center;
}




  #s-b51b5278-3017-427d-a626-41a237b515e0 img.shogun-image {
    
    width: px;
  }


#s-b51b5278-3017-427d-a626-41a237b515e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-94320a1e-032a-4f28-b84c-bc9652448114 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-94320a1e-032a-4f28-b84c-bc9652448114 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94320a1e-032a-4f28-b84c-bc9652448114.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e0e40331-7d4e-4e43-830c-c04a70e1e43b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c10a0afe-b25b-4405-b1f3-70c482ae51d6 {
  margin-left: 45px;
margin-right: 45px;
text-align: center;
}




  #s-c10a0afe-b25b-4405-b1f3-70c482ae51d6 img.shogun-image {
    
    width: px;
  }


#s-c10a0afe-b25b-4405-b1f3-70c482ae51d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-03a6ea9e-45c3-415c-96e8-e9400dea8294 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-03a6ea9e-45c3-415c-96e8-e9400dea8294"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-39bb24cd-0f66-4792-87f9-e928c4e212a6 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-04328022-aed7-46a8-9555-4be687a8dfcf {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 400px;
background-position: center center;
}








#s-04328022-aed7-46a8-9555-4be687a8dfcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04328022-aed7-46a8-9555-4be687a8dfcf.shg-box.shg-c {
  justify-content: center;
}

#s-abff0875-d292-44e9-ab7a-8f12ade43cd0 {
  padding-top: 25px;
padding-bottom: 35px;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-abff0875-d292-44e9-ab7a-8f12ade43cd0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7bb71a7c-d7d7-4917-b456-e13ac1a63c3d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9deb4a41-1280-4728-b4ee-9004664806a9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9deb4a41-1280-4728-b4ee-9004664806a9 .shogun-icon-wrapper {
  text-align: center;
}


#s-9deb4a41-1280-4728-b4ee-9004664806a9 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 50px !important;
  color: rgba(14, 36, 57, 1);
}

#s-b9ff8306-3d0e-43bf-8269-80b059a35723 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9ff8306-3d0e-43bf-8269-80b059a35723 .shogun-heading-component h2 {
  color: rgba(14, 36, 57, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c0c46c89-723d-415d-b57e-57bec752621a {
  padding-left: 10px;
padding-right: 10px;
background-color: rgba(248, 249, 250, 0);
}

#s-0e98831f-1610-484d-9511-daff3ce866c6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0e98831f-1610-484d-9511-daff3ce866c6 .shogun-icon-wrapper {
  text-align: center;
}


#s-0e98831f-1610-484d-9511-daff3ce866c6 .shogun-icon-wrapper > a > .shogun-icon {

  font-size: 50px !important;
  color: rgba(14, 36, 57, 1);
}

#s-311ffe52-f905-46f7-a1e7-917bf03e8293 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-311ffe52-f905-46f7-a1e7-917bf03e8293 .shogun-heading-component h2 {
  color: rgba(14, 36, 57, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-aaf22b46-5d60-453f-822b-871f75f85f73 {
  padding-left: 10px;
padding-right: 10px;
background-color: rgba(248, 249, 250, 0);
}

@media (min-width: 0px) {
[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fceb18d6-606e-4087-a7dd-6e56e96c63cc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-19c93f9d-55e9-46b7-ab67-69bcdd91c2c0 {
  margin-top: 15px;
margin-left: 15px;
margin-bottom: 10px;
margin-right: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19c93f9d-55e9-46b7-ab67-69bcdd91c2c0 .shogun-heading-component h2 {
  color: rgba(203, 136, 104, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0cd53785-057a-43c5-8c27-94560229a8e6 {
  margin-top: 10px;
margin-left: 45px;
margin-bottom: 10px;
margin-right: 45px;
}

#s-38cd8bdf-9be0-48d7-842d-47e34bdb56c7 {
  min-height: 50px;
}








#s-38cd8bdf-9be0-48d7-842d-47e34bdb56c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38cd8bdf-9be0-48d7-842d-47e34bdb56c7.shg-box.shg-c {
  justify-content: center;
}

#s-d8a9662f-fb15-4aa8-8cdd-efe416e298d3 {
  box-shadow:0px 20px 40px 0px rgba(0, 0, 0, 0.1);
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d8a9662f-fb15-4aa8-8cdd-efe416e298d3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d8a9662f-fb15-4aa8-8cdd-efe416e298d3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d8a9662f-fb15-4aa8-8cdd-efe416e298d3 {
  
}
}@media (max-width: 767px){#s-d8a9662f-fb15-4aa8-8cdd-efe416e298d3 {
  
}
}







#s-d8a9662f-fb15-4aa8-8cdd-efe416e298d3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d8a9662f-fb15-4aa8-8cdd-efe416e298d3.shg-box.shg-c {
  justify-content: center;
}

#s-2502fc0f-e368-483f-986e-0230d1ce4de3 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 15px;
padding-bottom: 15px;
text-align: center;
}
@media (min-width: 1200px){#s-2502fc0f-e368-483f-986e-0230d1ce4de3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2502fc0f-e368-483f-986e-0230d1ce4de3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2502fc0f-e368-483f-986e-0230d1ce4de3 {
  
}
}@media (max-width: 767px){#s-2502fc0f-e368-483f-986e-0230d1ce4de3 {
  
}
}
#s-2502fc0f-e368-483f-986e-0230d1ce4de3 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64 {
  
}
}@media (max-width: 767px){#s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64 {
  
}
}
@media (min-width: 0px) {
[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-3125a2a4-d5a6-4c9e-b475-2f780cdf6b64"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 0px) {
[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f271a878-2fdd-45c5-8768-351b4b4f3348"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-259415d6-7eb7-4ef2-8cd3-562135471025 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-259415d6-7eb7-4ef2-8cd3-562135471025 .shogun-icon-wrapper {
  text-align: center;
}


#s-259415d6-7eb7-4ef2-8cd3-562135471025 .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(203, 137, 105, 1);
}

#s-fdfb4f95-e8d4-4141-a703-8efea297f982 {
  border-style: solid;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(14, 37, 58, 1);
text-decoration: none;
}
#s-fdfb4f95-e8d4-4141-a703-8efea297f982:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
background-color: rgba(75, 75, 75, 1) !important;
text-decoration: none !important;
hover-type: color !important;}#s-fdfb4f95-e8d4-4141-a703-8efea297f982:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-fdfb4f95-e8d4-4141-a703-8efea297f982.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Raleway;
  display:  block ;
}

#s-1b8a5912-3b08-4d17-8ef6-b65f9a1c3343 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-1b8a5912-3b08-4d17-8ef6-b65f9a1c3343 .shogun-icon-wrapper {
  text-align: center;
}


#s-1b8a5912-3b08-4d17-8ef6-b65f9a1c3343 .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(203, 137, 105, 1);
}

#s-c2fbac70-8487-4209-af99-954d007b1c60 {
  border-style: solid;
margin-left: 25px;
margin-bottom: 20px;
margin-right: 25px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(14, 37, 58, 1);
text-decoration: none;
}
#s-c2fbac70-8487-4209-af99-954d007b1c60:hover {opacity: 1 !important;
background-color: rgba(75, 75, 75, 1) !important;
text-decoration: none !important;}#s-c2fbac70-8487-4209-af99-954d007b1c60:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}

  #s-c2fbac70-8487-4209-af99-954d007b1c60-btn-wrapper {
    text-align: center;
  }


#s-c2fbac70-8487-4209-af99-954d007b1c60.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Raleway;
  display:  block ;
}

/*
  $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;
}
