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

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

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

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

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

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

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

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

#s-3c549879-c2ce-4da4-abb0-e0811e40c1af {
  min-height: 50px;
}








#s-3c549879-c2ce-4da4-abb0-e0811e40c1af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c549879-c2ce-4da4-abb0-e0811e40c1af.shg-box.shg-c {
  -webkit-box-pack: center;
  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: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-578f73e0-095a-4cb5-9f90-bb52b6c01262 {
  margin-left: 5px;
margin-right: 5px;
text-align: center;
}




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


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

#s-fc861ce8-ec33-4df7-bb39-182c8eba9228 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-fc861ce8-ec33-4df7-bb39-182c8eba9228 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc861ce8-ec33-4df7-bb39-182c8eba9228.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-82ac2d97-8a4c-4f36-bfbf-6371d9c974ea {
  padding-left: 15px;
padding-right: 15px;
}

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

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

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

@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: 25px;
margin-right: 25px;
text-align: center;
}




  #s-c10a0afe-b25b-4405-b1f3-70c482ae51d6 img.shogun-image {
    
    width: px;
  }


#s-c10a0afe-b25b-4405-b1f3-70c482ae51d6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-521ae67c-1ce4-491c-bb0a-fc3546427c30 {
  padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
text-align: center;
}

@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);
}

}

.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-7d622259-95c3-449c-b4a8-1c91e8a8672b {
  margin-top: 10px;
margin-bottom: 10px;
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 {
  -webkit-box-pack: center;
  justify-content: center;
}

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

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

#s-145873f7-eb39-4637-98bf-bed732a7ea4d {
  padding-top: 35px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(248, 249, 250, 1);
}

#s-145873f7-eb39-4637-98bf-bed732a7ea4d .shogun-heading-component h1 {
  color: rgba(95, 95, 95, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-abff0875-d292-44e9-ab7a-8f12ade43cd0 {
  padding-bottom: 35px;
background-color: rgba(248, 249, 250, 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);
}

}

#s-c0c46c89-723d-415d-b57e-57bec752621a {
  padding-left: 10px;
padding-right: 10px;
background-color: rgba(248, 249, 250, 1);
}

#s-cb33ede1-685b-42ae-8ff3-00b67b0d6320 {
  text-align: center;
}




  #s-cb33ede1-685b-42ae-8ff3-00b67b0d6320 img.shogun-image {
    
    width: px;
  }


#s-cb33ede1-685b-42ae-8ff3-00b67b0d6320 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-13c90a86-950d-40fc-8806-318c881d0d54 {
  min-height: 50px;
}








#s-13c90a86-950d-40fc-8806-318c881d0d54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13c90a86-950d-40fc-8806-318c881d0d54.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-23d28f32-8a85-4101-9a8c-fdea9a696971 {
  padding-bottom: 25px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-23d28f32-8a85-4101-9a8c-fdea9a696971"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-7bb2dc4d-c3f7-4790-9d3b-b54e5d199120 {
  margin-bottom: 20px;
padding-top: 15px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-7bb2dc4d-c3f7-4790-9d3b-b54e5d199120 .shogun-heading-component h1 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.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-2576ecb0-42d0-408a-9523-512285d1f46c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-27a451b7-525e-434f-aa36-eeb31606a136 {
  text-align: center;
}




  #s-27a451b7-525e-434f-aa36-eeb31606a136 img.shogun-image {
    
    width: px;
  }


#s-27a451b7-525e-434f-aa36-eeb31606a136 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-af7b22cb-7658-4673-8a24-b52a93ef4693 {
  text-align: center;
}




  #s-af7b22cb-7658-4673-8a24-b52a93ef4693 img.shogun-image {
    
    width: px;
  }


#s-af7b22cb-7658-4673-8a24-b52a93ef4693 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-b3df0e7b-9229-4495-98cf-dac4cb1b8583 {
  text-align: center;
}




  #s-b3df0e7b-9229-4495-98cf-dac4cb1b8583 img.shogun-image {
    
    width: px;
  }


#s-b3df0e7b-9229-4495-98cf-dac4cb1b8583 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-ac605f3f-eeb4-4a02-8df6-48cbebcc36d0 {
  text-align: center;
}




  #s-ac605f3f-eeb4-4a02-8df6-48cbebcc36d0 img.shogun-image {
    
    width: px;
  }


#s-ac605f3f-eeb4-4a02-8df6-48cbebcc36d0 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-3652d691-9edb-46d7-a739-94ee7fdb2ae5 {
  text-align: center;
}




  #s-3652d691-9edb-46d7-a739-94ee7fdb2ae5 img.shogun-image {
    
    width: px;
  }


#s-3652d691-9edb-46d7-a739-94ee7fdb2ae5 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-bf4badb3-a228-4387-bec2-baa3b8fbdd71 {
  text-align: center;
}




  #s-bf4badb3-a228-4387-bec2-baa3b8fbdd71 img.shogun-image {
    
    width: px;
  }


#s-bf4badb3-a228-4387-bec2-baa3b8fbdd71 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-b55ac9db-a6e5-490f-9c97-0683a8f88e87 {
  text-align: center;
}




  #s-b55ac9db-a6e5-490f-9c97-0683a8f88e87 img.shogun-image {
    
    width: px;
  }


#s-b55ac9db-a6e5-490f-9c97-0683a8f88e87 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-b4f60e49-1d20-4de8-a3e5-03cdd5bd58c8 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 300px;
background-position: center center;
}








#s-b4f60e49-1d20-4de8-a3e5-03cdd5bd58c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.06;
}#s-b4f60e49-1d20-4de8-a3e5-03cdd5bd58c8.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-771ee80f-1d1b-4fe1-a865-ba203eddf989"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#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 {
  -webkit-box-pack: start;
  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 h1 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 29px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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





#s-2a9297fc-cf97-4b55-b663-07aa44487bf4 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            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: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

#s-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: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-9e6c6f88-d3a5-4d6d-82a9-69bf4ed0a19b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#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 h1 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 29px;
  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 {
  
    -webkit-box-align:  start;
  
            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 {
  
    -webkit-box-align: center;
  
            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: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-641c4612-d269-4274-9404-50afe1691ade > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#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: ;
  font-style:   ;
  font-size: 29px;
  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 {
  
    -webkit-box-align:  start;
  
            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: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

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

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








#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 {
  -webkit-box-pack: center;
  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 {
  -webkit-box-pack: center;
  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 {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#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-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 {
  -webkit-box-pack: center;
  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 h1 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 29px;
  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 {
  
    -webkit-box-align:  start;
  
            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: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-b5c0cd5d-017e-4321-be96-d8c1b990d997 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#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 h1 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 29px;
  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 {
  
    -webkit-box-align:  start;
  
            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 {
  
    -webkit-box-align: center;
  
            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: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-4d616a38-f68e-4694-9734-82bae9b3c820 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#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 h1 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 29px;
  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 {
  
    -webkit-box-align: center;
  
            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: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-65bd6faf-882f-4547-b49c-78f470b8e115 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#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 {
  -webkit-box-pack: center;
  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 h1 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 29px;
  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 {
  
    -webkit-box-align: center;
  
            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: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

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

#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 {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-e8ffea21-a057-4c11-b60e-d40c6e05cf20 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(248, 249, 250, 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 {
  -webkit-box-pack: start;
  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 h1 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 29px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@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 {
  
    -webkit-box-align:  start;
  
            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 {
  
    -webkit-box-align:  start;
  
            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 {
  
    -webkit-box-align:  start;
  
            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 {
  
    -webkit-box-align:  start;
  
            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 {
  
    -webkit-box-align:  start;
  
            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 {
  
    -webkit-box-align:  start;
  
            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 {
  
    -webkit-box-align:  start;
  
            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 {
  
    -webkit-box-align:  start;
  
            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 {
  -webkit-box-pack: center;
  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(188, 188, 188, 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 {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#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(255, 255, 255, 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(255, 255, 255, 1);
  font-weight:   ;
  font-family: Raleway;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-cab201cf-3aeb-474b-845f-7f479a3632ba {
  margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (max-width: 767px) {
  [id="s-cab201cf-3aeb-474b-845f-7f479a3632ba"] > .shg-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-flow: column-reverse;
  }
}

@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-fde889b3-3aee-4519-82ca-d4ed93220b54 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-91311363-880e-44eb-993a-fced2d13f694 {
  text-align: center;
}




  #s-91311363-880e-44eb-993a-fced2d13f694 img.shogun-image {
    
    width: px;
  }


#s-91311363-880e-44eb-993a-fced2d13f694 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-2675a083-e104-40a6-b58d-8a7f38189fa9 {
  min-height: 50px;
}








#s-2675a083-e104-40a6-b58d-8a7f38189fa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2675a083-e104-40a6-b58d-8a7f38189fa9.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-5d3a660e-bc97-4af7-b43a-af20dd415b25 {
  min-height: 50px;
background-color: rgba(248, 249, 250, 1);
}








#s-5d3a660e-bc97-4af7-b43a-af20dd415b25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d3a660e-bc97-4af7-b43a-af20dd415b25.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d4c17a4b-1a27-42b4-962d-a0157b05e890 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0.5);
border-radius: 0px;
min-height: 300px;
opacity: 1;
background-color: rgba(248, 249, 250, 1);
}








#s-d4c17a4b-1a27-42b4-962d-a0157b05e890 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4c17a4b-1a27-42b4-962d-a0157b05e890.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-4879b740-03f9-4ea6-9f0b-886c4d1503a4 {
  margin-top: 30px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-4879b740-03f9-4ea6-9f0b-886c4d1503a4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4879b740-03f9-4ea6-9f0b-886c4d1503a4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4879b740-03f9-4ea6-9f0b-886c4d1503a4 {
  
}
}@media (max-width: 767px){#s-4879b740-03f9-4ea6-9f0b-886c4d1503a4 {
  
}
}
#s-4879b740-03f9-4ea6-9f0b-886c4d1503a4 .shogun-heading-component h1 {
  color: rgba(62, 62, 62, 1);
  font-weight:  100 ;
  font-family: Raleway;
  font-style:   ;
  font-size: 38px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b15dcac6-daa8-48fc-b5f6-952045f4ba22 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 0px;
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-b15dcac6-daa8-48fc-b5f6-952045f4ba22 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b15dcac6-daa8-48fc-b5f6-952045f4ba22 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b15dcac6-daa8-48fc-b5f6-952045f4ba22 {
  
}
}@media (max-width: 767px){#s-b15dcac6-daa8-48fc-b5f6-952045f4ba22 {
  
}
}
@media (min-width: 0px) {
[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-b15dcac6-daa8-48fc-b5f6-952045f4ba22"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 0px) {
[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-05d77fd2-faa8-46ac-9603-9905a0a3a7dd"] > .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 {
  
    -webkit-box-align: center;
  
            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 {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#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-top: 50px;
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 h1 {
  color: rgba(203, 137, 105, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 29px;
  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: ;
  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;
}
@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 {
  
    -webkit-box-align: center;
  
            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 {
  
    -webkit-box-align: center;
  
            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 {
  
    -webkit-box-align: center;
  
            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 {
  
    -webkit-box-align:  start;
  
            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 {
  
    -webkit-box-align:  start;
  
            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 {
  
    -webkit-box-align:  start;
  
            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 {
  
    -webkit-box-align:  start;
  
            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 {
  
    -webkit-box-align: center;
  
            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 {
  
    -webkit-box-align: center;
  
            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 {
  text-align: center;
}





#s-d1723b19-9098-42af-b619-20b0e931699a .shogun-image-content {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-b16542b1-44aa-43ef-b07d-6ce3bb9180b2 {
  text-align: center;
}





#s-b16542b1-44aa-43ef-b07d-6ce3bb9180b2 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            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 {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-a1939bcc-f737-43e9-b117-ebf3d66b4c41 {
  text-align: center;
}




  #s-a1939bcc-f737-43e9-b117-ebf3d66b4c41 img.shogun-image {
    
    width: px;
  }


#s-a1939bcc-f737-43e9-b117-ebf3d66b4c41 .shogun-image-content {
  
    -webkit-box-align:  start;
  
            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 {
  
    -webkit-box-align:  start;
  
            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 {
  
    -webkit-box-align:  start;
  
            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 {
  
    -webkit-box-align:  start;
  
            align-items:  flex-start;
  
}

#s-e7d4ff30-cb50-4762-8c42-dd68a8eed845 {
  padding-left: 5px;
padding-right: 5px;
}

@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 {
  
    -webkit-box-align: center;
  
            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 {
  
    -webkit-box-align: center;
  
            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 {
  
    -webkit-box-align: center;
  
            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-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;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
          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 {
  text-align: left;
}


.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:  !important;
  min-height:  !important;
}

.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@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:  !important;
  min-height:  !important;
}

.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@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:  !important;
  min-height:  !important;
}

.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@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:  !important;
  min-height:  !important;
}

.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@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:  !important;
  min-height:  !important;
}

.shg-c#s-6d844e46-e0be-4719-a824-643a85ec325c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.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: ;
  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: ;
  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 {
  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: ;
  font-style:   ;
  font-size: 14px;
}

#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: 18px;
}

#s-047a4da4-d991-4bdb-9142-201ce762994b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#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 {
  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: ;
  font-style:   ;
  font-size: 14px;
}

#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: 18px;
}

#s-e15b4b2f-686b-44d2-b893-e67e27e90c73 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#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-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-color: #3cb0fd !important;
text-decoration: none !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-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 {
  
    -webkit-box-align: center;
  
            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 {
  
    -webkit-box-align: center;
  
            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 {
  
    -webkit-box-align: center;
  
            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-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c5049544-46f7-42e7-89fd-a39622fb3ebe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-eab4bbae-f635-4add-8096-f2697d4237a8 {
  display: none;
}
#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d {
  text-align: left;
}


.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d {
  max-width: 100%;
}

.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d .shg-image-zoom,
.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d {
  max-width: 100%;
}

.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d .shg-image-zoom,
.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d {
  max-width: 100%;
}

.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d .shg-image-zoom,
.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d {
  max-width: 100%;
}

.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d .shg-image-zoom,
.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d {
  max-width: 100%;
}

.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d .shg-image-zoom,
.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-61119dd2-4039-456c-9fe7-a1cbc83b6c4d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-29f83d1f-e5f2-42ec-9c5d-bc89031c80cc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29f83d1f-e5f2-42ec-9c5d-bc89031c80cc .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

#s-edc1d8f8-d57f-4f0e-bf80-c0dcf29db489 {
  text-align: center;
}

#s-edc1d8f8-d57f-4f0e-bf80-c0dcf29db489 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-edc1d8f8-d57f-4f0e-bf80-c0dcf29db489 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-edc1d8f8-d57f-4f0e-bf80-c0dcf29db489 .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-8fff6e5a-0814-44b6-9ecf-558b5768b85a {
  display: none;
}
#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e {
  text-align: left;
}


.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e {
  max-width: 100%;
}

.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e .shg-image-zoom,
.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e {
  max-width: 100%;
}

.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e .shg-image-zoom,
.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e {
  max-width: 100%;
}

.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e .shg-image-zoom,
.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e {
  max-width: 100%;
}

.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e .shg-image-zoom,
.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e {
  max-width: 100%;
}

.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e .shg-image-zoom,
.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ad5d8ce3-ec49-4957-ac0d-22861e91849e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fa52b31d-fc00-4433-b91d-2650eada6ea7 {
  text-align: center;
}

#s-fa52b31d-fc00-4433-b91d-2650eada6ea7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-fa52b31d-fc00-4433-b91d-2650eada6ea7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fa52b31d-fc00-4433-b91d-2650eada6ea7 .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-02c94b54-5a03-44c7-bbf1-9a6ec1f0a5d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02c94b54-5a03-44c7-bbf1-9a6ec1f0a5d6 .shg-product-title-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
}

@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 {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-35a0ac29-64d3-4baf-9d10-28d9db4275ba {
  background-color: rgba(219, 219, 219, 1);
}

@media (min-width: 0px) {
[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-35a0ac29-64d3-4baf-9d10-28d9db4275ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-25659e31-9c8c-45c7-974a-c8c5c203cabe {
  padding-top: 30px;
}

#s-25659e31-9c8c-45c7-974a-c8c5c203cabe .shogun-icon-wrapper {
  text-align: center;
}


#s-25659e31-9c8c-45c7-974a-c8c5c203cabe .shogun-icon-wrapper > .shogun-icon {

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

#s-311ffe52-f905-46f7-a1e7-917bf03e8293 {
  padding-top: 35px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
text-align: center;
}

#s-311ffe52-f905-46f7-a1e7-917bf03e8293 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 29px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8df98f94-712d-4715-8f88-580bc0a42f8a {
  padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
}

#s-1322df4a-a0e9-440d-a34b-20dccf2b18b6 {
  min-height: 50px;
background-color: rgba(248, 249, 250, 1);
}
@media (min-width: 1200px){#s-1322df4a-a0e9-440d-a34b-20dccf2b18b6 {
  display: none;
}
#s-1322df4a-a0e9-440d-a34b-20dccf2b18b6, #wrap-s-1322df4a-a0e9-440d-a34b-20dccf2b18b6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1322df4a-a0e9-440d-a34b-20dccf2b18b6 {
  display: none;
}
#s-1322df4a-a0e9-440d-a34b-20dccf2b18b6, #wrap-s-1322df4a-a0e9-440d-a34b-20dccf2b18b6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1322df4a-a0e9-440d-a34b-20dccf2b18b6 {
  display: none;
}
#s-1322df4a-a0e9-440d-a34b-20dccf2b18b6, #wrap-s-1322df4a-a0e9-440d-a34b-20dccf2b18b6 { display:none !important; }}







#s-1322df4a-a0e9-440d-a34b-20dccf2b18b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1322df4a-a0e9-440d-a34b-20dccf2b18b6.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-d5642c47-ccab-4622-b65c-8b9e7c66dd71 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-d5642c47-ccab-4622-b65c-8b9e7c66dd71 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5642c47-ccab-4622-b65c-8b9e7c66dd71 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5642c47-ccab-4622-b65c-8b9e7c66dd71 {
  
}
}@media (max-width: 767px){#s-d5642c47-ccab-4622-b65c-8b9e7c66dd71 {
  
}
}
@media (min-width: 0px) {
[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-d5642c47-ccab-4622-b65c-8b9e7c66dd71"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 0px) {
[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ca37892d-a4aa-4225-bf7c-7596cf43a4c5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-a6f15419-c676-48eb-ac4b-3b3e9bf948ed .shogun-icon-wrapper {
  text-align: center;
}


#s-a6f15419-c676-48eb-ac4b-3b3e9bf948ed .shogun-icon-wrapper > .shogun-icon {

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

#s-02f82e32-63c5-4d81-880f-66159cd16785 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-85c55d6e-dffe-4b6f-b355-858829d35ee8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-a7cee4f6-f975-4035-b7f6-c137a576e42c .shogun-icon-wrapper {
  text-align: center;
}


#s-a7cee4f6-f975-4035-b7f6-c137a576e42c .shogun-icon-wrapper > .shogun-icon {

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

#s-be91725a-70f3-4d40-befe-867e713a4ad2 {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-65a56bad-d24c-4abd-a9f2-f8789cecc5e2 {
  min-height: 50px;
background-color: rgba(248, 249, 250, 1);
}
@media (min-width: 1200px){#s-65a56bad-d24c-4abd-a9f2-f8789cecc5e2 {
  display: none;
}
#s-65a56bad-d24c-4abd-a9f2-f8789cecc5e2, #wrap-s-65a56bad-d24c-4abd-a9f2-f8789cecc5e2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65a56bad-d24c-4abd-a9f2-f8789cecc5e2 {
  display: none;
}
#s-65a56bad-d24c-4abd-a9f2-f8789cecc5e2, #wrap-s-65a56bad-d24c-4abd-a9f2-f8789cecc5e2 { display:none !important; }}







#s-65a56bad-d24c-4abd-a9f2-f8789cecc5e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65a56bad-d24c-4abd-a9f2-f8789cecc5e2.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-622e5f31-eb39-48ba-a6de-42cc96121757 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-622e5f31-eb39-48ba-a6de-42cc96121757 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-622e5f31-eb39-48ba-a6de-42cc96121757 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-622e5f31-eb39-48ba-a6de-42cc96121757 {
  
}
}@media (max-width: 767px){#s-622e5f31-eb39-48ba-a6de-42cc96121757 {
  
}
}
@media (min-width: 0px) {
[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 12.5px);
}

[id="s-622e5f31-eb39-48ba-a6de-42cc96121757"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 12.5px);
}

}

@media (min-width: 0px) {
[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-ace6f016-30a2-49d5-a9f5-c081a97e820f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-668afdae-ed34-4893-b59d-06ed736ac9c1 .shogun-icon-wrapper {
  text-align: center;
}


#s-668afdae-ed34-4893-b59d-06ed736ac9c1 .shogun-icon-wrapper > .shogun-icon {

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

#s-8421741c-bf4e-45d2-9df2-e20144c87e12 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-27a34256-8cd3-4512-b517-1815fd060489 {
  margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-27a34256-8cd3-4512-b517-1815fd060489"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-be9eab28-1162-4401-ba9f-1d2b7aeb6f92 .shogun-icon-wrapper {
  text-align: center;
}


#s-be9eab28-1162-4401-ba9f-1d2b7aeb6f92 .shogun-icon-wrapper > .shogun-icon {

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

#s-f159ee76-4e5f-4478-940d-ec89c8b59589 {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-26415696-0318-465d-a150-c2909674c363 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(248, 249, 250, 1);
}
@media (min-width: 1200px){#s-26415696-0318-465d-a150-c2909674c363 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26415696-0318-465d-a150-c2909674c363 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-26415696-0318-465d-a150-c2909674c363 {
  
}
}@media (max-width: 767px){#s-26415696-0318-465d-a150-c2909674c363 {
  display: none;
}
#s-26415696-0318-465d-a150-c2909674c363, #wrap-s-26415696-0318-465d-a150-c2909674c363 { display:none !important; }}







#s-26415696-0318-465d-a150-c2909674c363 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26415696-0318-465d-a150-c2909674c363.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac {
  
}
}@media (max-width: 767px){#s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac {
  
}
}
@media (min-width: 0px) {
[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 768px) {
[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.75px);
}

[id="s-9b906f33-bfc5-4e3f-bd94-ebf20ec894ac"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.75px);
}

}

@media (min-width: 0px) {
[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-c72329a8-4dff-42b0-971e-0bc54c735314"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-ecd71012-00f6-47d1-9162-aab93be538d4 .shogun-icon-wrapper {
  text-align: center;
}


#s-ecd71012-00f6-47d1-9162-aab93be538d4 .shogun-icon-wrapper > .shogun-icon {

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

#s-c7f0fa6d-3d42-49f4-bdfe-622c510914f3 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-22bd6b61-637d-47ff-9356-b4bea3a81a5d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-a743d273-9d10-4bd6-89f7-c3e3925a5c8a .shogun-icon-wrapper {
  text-align: center;
}


#s-a743d273-9d10-4bd6-89f7-c3e3925a5c8a .shogun-icon-wrapper > .shogun-icon {

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

#s-5139c1b1-7881-4b1a-955b-f09676ec2fef {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-3b9b1ef9-61c5-4388-8d45-8703aafe8069"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-499e55c3-b77f-4018-bde9-9fb3e0d9a48f .shogun-icon-wrapper {
  text-align: center;
}


#s-499e55c3-b77f-4018-bde9-9fb3e0d9a48f .shogun-icon-wrapper > .shogun-icon {

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

#s-535f9d5e-e7f6-4bad-ae1e-c1dc8da2f5d9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16 {
  margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-35ed4a8d-4f17-4a3c-ba22-d1aad18fde16"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-5b0d723a-c390-4099-949d-fed1e09efc47 .shogun-icon-wrapper {
  text-align: center;
}


#s-5b0d723a-c390-4099-949d-fed1e09efc47 .shogun-icon-wrapper > .shogun-icon {

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

#s-caf70287-7491-4aad-ad00-bc9c6eb3eafa {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 0px;
}

#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 {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-5d86da48-4922-4a42-8d63-1fb7cfa18d45 {
  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-5d86da48-4922-4a42-8d63-1fb7cfa18d45 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d86da48-4922-4a42-8d63-1fb7cfa18d45 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5d86da48-4922-4a42-8d63-1fb7cfa18d45 {
  
}
}@media (max-width: 767px){#s-5d86da48-4922-4a42-8d63-1fb7cfa18d45 {
  
}
}







#s-5d86da48-4922-4a42-8d63-1fb7cfa18d45 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-5d86da48-4922-4a42-8d63-1fb7cfa18d45.shg-box.shg-c {
  -webkit-box-pack: center;
  justify-content: center;
}

#s-73fbbadc-00d9-4840-a2c2-b5bf0696f045 {
  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-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 h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 37px;
  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-104ba24f-38c4-4d46-9c2d-0e36ca2a7910 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-104ba24f-38c4-4d46-9c2d-0e36ca2a7910 .shogun-icon-wrapper {
  text-align: center;
}


#s-104ba24f-38c4-4d46-9c2d-0e36ca2a7910 .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(203, 137, 105, 1);
}

#s-bedf642a-b5fe-460c-982a-f5c5f944a938 {
  border-style: solid;
margin-bottom: 20px;
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-bedf642a-b5fe-460c-982a-f5c5f944a938:hover {opacity: 1 !important;
background-color: rgba(75, 75, 75, 1) !important;
text-decoration: none !important;}#s-bedf642a-b5fe-460c-982a-f5c5f944a938:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-bedf642a-b5fe-460c-982a-f5c5f944a938.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  
  
  
  display:  block ;
}

#s-de1869e0-9faa-4109-971f-25a26526eec5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-de1869e0-9faa-4109-971f-25a26526eec5 .shogun-icon-wrapper {
  text-align: center;
}


#s-de1869e0-9faa-4109-971f-25a26526eec5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(203, 137, 105, 1);
}

#s-01003a84-9a02-4252-b82e-c2e93309f29a {
  border-style: solid;
margin-bottom: 20px;
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-01003a84-9a02-4252-b82e-c2e93309f29a:hover {opacity: 1 !important;
background-color: rgba(75, 75, 75, 1) !important;
text-decoration: none !important;}#s-01003a84-9a02-4252-b82e-c2e93309f29a:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}


#s-01003a84-9a02-4252-b82e-c2e93309f29a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  
  
  
  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%;
  -webkit-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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