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

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

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

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

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

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

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

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

#s-e1ffe16a-4245-4fea-a02a-6715cef2cf1c {
  min-height: 50px;
}








#s-e1ffe16a-4245-4fea-a02a-6715cef2cf1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1ffe16a-4245-4fea-a02a-6715cef2cf1c.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-23c140cc-4945-4d75-a4ce-f50b7973ed4c {
  text-align: center;
}




  #s-23c140cc-4945-4d75-a4ce-f50b7973ed4c img.shogun-image {
    
    width: px;
  }


#s-23c140cc-4945-4d75-a4ce-f50b7973ed4c .shogun-image-content {
  
    align-items: center;
  
}

#s-b606faf1-e447-4d9b-9823-5e57f3d82cd8 {
  min-height: 50px;
}








#s-b606faf1-e447-4d9b-9823-5e57f3d82cd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b606faf1-e447-4d9b-9823-5e57f3d82cd8.shg-box.shg-c {
  justify-content: center;
}

#s-bdc8084f-acf7-4d09-9972-fa57464d6005 {
  min-height: 50px;
}








#s-bdc8084f-acf7-4d09-9972-fa57464d6005 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdc8084f-acf7-4d09-9972-fa57464d6005.shg-box.shg-c {
  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-364a16bb-c6c0-49ca-a54e-f39c9d0b8b3d {
  border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(75, 107, 78, 1);
border-style: solid;
text-align: center;
}

#s-364a16bb-c6c0-49ca-a54e-f39c9d0b8b3d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Electrolize;
  font-style:   ;
  font-size: 44px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3c3b4f07-ac88-4180-97ea-6635005b24b7 {
  min-height: 50px;
}








#s-3c3b4f07-ac88-4180-97ea-6635005b24b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c3b4f07-ac88-4180-97ea-6635005b24b7.shg-box.shg-c {
  justify-content: center;
}

#s-4484951b-5b1b-4c26-a24d-984af2e9ccf1 {
  min-height: 50px;
}








#s-4484951b-5b1b-4c26-a24d-984af2e9ccf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4484951b-5b1b-4c26-a24d-984af2e9ccf1.shg-box.shg-c {
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-ebb4e1a6-3578-4e76-b9fe-0bb84716ecd2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-49693d0f-3f16-4abe-9001-bffbb3acaaab {
  text-align: center;
}




  #s-49693d0f-3f16-4abe-9001-bffbb3acaaab img.shogun-image {
    
    width: px;
  }


#s-49693d0f-3f16-4abe-9001-bffbb3acaaab .shogun-image-content {
  
    align-items: center;
  
}

#s-0e70e431-7c6d-4a74-abed-c19b224a7c4e {
  text-align: center;
}




  #s-0e70e431-7c6d-4a74-abed-c19b224a7c4e img.shogun-image {
    
    width: px;
  }


#s-0e70e431-7c6d-4a74-abed-c19b224a7c4e .shogun-image-content {
  
    align-items: center;
  
}

#s-9647795f-6a43-4a57-b94e-4c5897d958f1 {
  text-align: center;
}




  #s-9647795f-6a43-4a57-b94e-4c5897d958f1 img.shogun-image {
    
    width: px;
  }


#s-9647795f-6a43-4a57-b94e-4c5897d958f1 .shogun-image-content {
  
    align-items: center;
  
}

#s-b12c525a-0eba-4213-a17a-09b561958c51 {
  min-height: 50px;
}








#s-b12c525a-0eba-4213-a17a-09b561958c51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b12c525a-0eba-4213-a17a-09b561958c51.shg-box.shg-c {
  justify-content: center;
}

#s-c463aeb4-fc67-48bc-ad55-5c3fbee33fe6 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(75, 107, 78, 1);
border-style: solid;
min-height: 50px;
}








#s-c463aeb4-fc67-48bc-ad55-5c3fbee33fe6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c463aeb4-fc67-48bc-ad55-5c3fbee33fe6.shg-box.shg-c {
  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-f526ed2a-6691-43c7-b3e5-aaff23a61428 {
  min-height: 50px;
}








#s-f526ed2a-6691-43c7-b3e5-aaff23a61428 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f526ed2a-6691-43c7-b3e5-aaff23a61428.shg-box.shg-c {
  justify-content: center;
}

#s-8ebd434f-944d-445b-a73f-cac0a4bb20af {
  min-height: 50px;
}








#s-8ebd434f-944d-445b-a73f-cac0a4bb20af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ebd434f-944d-445b-a73f-cac0a4bb20af.shg-box.shg-c {
  justify-content: center;
}

#s-a2f25b51-b2e7-4039-968c-73f904d85bf2 {
  text-align: center;
}




  #s-a2f25b51-b2e7-4039-968c-73f904d85bf2 img.shogun-image {
    
    width: px;
  }


#s-a2f25b51-b2e7-4039-968c-73f904d85bf2 .shogun-image-content {
  
    align-items: center;
  
}

#s-04b02f1c-69af-4ee1-8c4a-29b492c7fe7d {
  min-height: 50px;
}








#s-04b02f1c-69af-4ee1-8c4a-29b492c7fe7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04b02f1c-69af-4ee1-8c4a-29b492c7fe7d.shg-box.shg-c {
  justify-content: center;
}

#s-02068b17-3c8a-4070-b21e-0bb37954b787 {
  min-height: 50px;
}








#s-02068b17-3c8a-4070-b21e-0bb37954b787 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02068b17-3c8a-4070-b21e-0bb37954b787.shg-box.shg-c {
  justify-content: center;
}

#s-ce4b07b5-887f-465a-b844-57a132de8a04 {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(75, 107, 78, 1);
border-style: solid;
min-height: 50px;
}








#s-ce4b07b5-887f-465a-b844-57a132de8a04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce4b07b5-887f-465a-b844-57a132de8a04.shg-box.shg-c {
  justify-content: center;
}

#s-b1d56499-2208-4ebc-848b-93f2fcf21415 {
  min-height: 50px;
}








#s-b1d56499-2208-4ebc-848b-93f2fcf21415 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1d56499-2208-4ebc-848b-93f2fcf21415.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-f9df38b4-2204-4cf9-b9c1-8b6f6702c026"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-33100c0c-5631-4b88-b27b-3b24a6cb9bc9 {
  text-align: center;
}




  #s-33100c0c-5631-4b88-b27b-3b24a6cb9bc9 img.shogun-image {
    
    width: px;
  }


#s-33100c0c-5631-4b88-b27b-3b24a6cb9bc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4b4da52-4de0-418a-bfaf-99b37ec398b5 {
  text-align: center;
}




  #s-e4b4da52-4de0-418a-bfaf-99b37ec398b5 img.shogun-image {
    
    width: px;
  }


#s-e4b4da52-4de0-418a-bfaf-99b37ec398b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad4e8a8f-530d-4a1f-b024-9d9f0369e815 {
  text-align: center;
}




  #s-ad4e8a8f-530d-4a1f-b024-9d9f0369e815 img.shogun-image {
    
    width: px;
  }


#s-ad4e8a8f-530d-4a1f-b024-9d9f0369e815 .shogun-image-content {
  
    align-items: center;
  
}

.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-60f85865-4b4b-4719-a22f-b38c0ee456de {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-60f85865-4b4b-4719-a22f-b38c0ee456de:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-60f85865-4b4b-4719-a22f-b38c0ee456de:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-60f85865-4b4b-4719-a22f-b38c0ee456de.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Electrolize;
  display:  inline-block ;
}

#s-8fa418b3-c437-4ae2-9abb-d791d2ca357a {
  min-height: 50px;
}








#s-8fa418b3-c437-4ae2-9abb-d791d2ca357a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fa418b3-c437-4ae2-9abb-d791d2ca357a.shg-box.shg-c {
  justify-content: center;
}

#s-457dd703-0316-40ce-9155-3dfd01cd95ae {
  min-height: 50px;
}








#s-457dd703-0316-40ce-9155-3dfd01cd95ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-457dd703-0316-40ce-9155-3dfd01cd95ae.shg-box.shg-c {
  justify-content: center;
}

#s-b6d0a7e7-0762-4799-94db-738846f5ee82 {
  min-height: 50px;
}








#s-b6d0a7e7-0762-4799-94db-738846f5ee82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6d0a7e7-0762-4799-94db-738846f5ee82.shg-box.shg-c {
  justify-content: center;
}

#s-62b474a7-9c57-4d6f-9299-6133c27294fe {
  text-align: center;
}




  #s-62b474a7-9c57-4d6f-9299-6133c27294fe img.shogun-image {
    
    width: px;
  }


#s-62b474a7-9c57-4d6f-9299-6133c27294fe .shogun-image-content {
  
    align-items: center;
  
}

#s-e57e6c0c-6e3f-450e-b4ed-d76d24bca957 {
  min-height: 50px;
}








#s-e57e6c0c-6e3f-450e-b4ed-d76d24bca957 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e57e6c0c-6e3f-450e-b4ed-d76d24bca957.shg-box.shg-c {
  justify-content: center;
}

#s-5adf7f39-ff7e-436a-bb2c-16b5ad5be6e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5adf7f39-ff7e-436a-bb2c-16b5ad5be6e7 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Electrolize;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-11f748fe-ef1a-4359-a244-5e8c78e83c9c {
  min-height: 50px;
}








#s-11f748fe-ef1a-4359-a244-5e8c78e83c9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11f748fe-ef1a-4359-a244-5e8c78e83c9c.shg-box.shg-c {
  justify-content: center;
}

#s-caddcf96-61ec-4302-a60b-622fa6062547 {
  min-height: 50px;
}








#s-caddcf96-61ec-4302-a60b-622fa6062547 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caddcf96-61ec-4302-a60b-622fa6062547.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-fb3fb226-be92-479d-8ac9-738622c7009d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-df4a457f-735f-4368-ba65-a2c8695b332a {
  text-align: center;
}




  #s-df4a457f-735f-4368-ba65-a2c8695b332a img.shogun-image {
    
    width: px;
  }


#s-df4a457f-735f-4368-ba65-a2c8695b332a .shogun-image-content {
  
    align-items: center;
  
}

#s-ca6c7755-6df5-46c4-be33-d2d61cacd735 {
  text-align: center;
}




  #s-ca6c7755-6df5-46c4-be33-d2d61cacd735 img.shogun-image {
    
    width: px;
  }


#s-ca6c7755-6df5-46c4-be33-d2d61cacd735 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3dfd39d-e1d2-4bcc-8f2e-411b0dcb2480 {
  min-height: 50px;
}








#s-b3dfd39d-e1d2-4bcc-8f2e-411b0dcb2480 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3dfd39d-e1d2-4bcc-8f2e-411b0dcb2480.shg-box.shg-c {
  justify-content: center;
}

#s-9ea7fb94-232f-4241-a1e3-061b0a5b8853 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ea7fb94-232f-4241-a1e3-061b0a5b8853 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Electrolize;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c4d8406f-cd2a-4e6a-9ff9-10cb146d715c {
  min-height: 50px;
}








#s-c4d8406f-cd2a-4e6a-9ff9-10cb146d715c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4d8406f-cd2a-4e6a-9ff9-10cb146d715c.shg-box.shg-c {
  justify-content: center;
}

#s-d0e7396a-e3bc-4ba8-9e5f-94e7da553ecd {
  min-height: 50px;
}








#s-d0e7396a-e3bc-4ba8-9e5f-94e7da553ecd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0e7396a-e3bc-4ba8-9e5f-94e7da553ecd.shg-box.shg-c {
  justify-content: center;
}

#s-6f2a5364-8098-4895-a811-dcf97375607e {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(75, 107, 78, 1);
border-style: solid;
min-height: 50px;
}








#s-6f2a5364-8098-4895-a811-dcf97375607e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f2a5364-8098-4895-a811-dcf97375607e.shg-box.shg-c {
  justify-content: center;
}

#s-f71772fc-1321-43fd-8cbd-3305656c73f1 {
  min-height: 50px;
}








#s-f71772fc-1321-43fd-8cbd-3305656c73f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f71772fc-1321-43fd-8cbd-3305656c73f1.shg-box.shg-c {
  justify-content: center;
}

#s-7d86b866-8a51-449d-83a5-bf74ec0d626e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7d86b866-8a51-449d-83a5-bf74ec0d626e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d86b866-8a51-449d-83a5-bf74ec0d626e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7d86b866-8a51-449d-83a5-bf74ec0d626e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Electrolize;
  display:  inline-block ;
}

#s-3a1d8e30-b86c-4eb8-8e09-e56adae7fc25 {
  min-height: 50px;
}








#s-3a1d8e30-b86c-4eb8-8e09-e56adae7fc25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a1d8e30-b86c-4eb8-8e09-e56adae7fc25.shg-box.shg-c {
  justify-content: center;
}

#s-ce2c91f9-aed2-4b8d-9af8-5b2cfff0287d {
  min-height: 50px;
}








#s-ce2c91f9-aed2-4b8d-9af8-5b2cfff0287d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce2c91f9-aed2-4b8d-9af8-5b2cfff0287d.shg-box.shg-c {
  justify-content: center;
}

#s-2040c3c6-55a7-437f-af77-4d5b4b042d49 {
  min-height: 50px;
}








#s-2040c3c6-55a7-437f-af77-4d5b4b042d49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2040c3c6-55a7-437f-af77-4d5b4b042d49.shg-box.shg-c {
  justify-content: center;
}

#s-2be0b267-4ba2-420e-8061-464fba2bfade {
  text-align: center;
}




  #s-2be0b267-4ba2-420e-8061-464fba2bfade img.shogun-image {
    
    width: px;
  }


#s-2be0b267-4ba2-420e-8061-464fba2bfade .shogun-image-content {
  
    align-items: center;
  
}

#s-9f95de7c-897b-4a0d-96d3-2b3be239ca9d {
  min-height: 50px;
}








#s-9f95de7c-897b-4a0d-96d3-2b3be239ca9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f95de7c-897b-4a0d-96d3-2b3be239ca9d.shg-box.shg-c {
  justify-content: center;
}

#s-0228e12b-19ed-4fb8-b5b8-fc6da5e1d79e {
  min-height: 50px;
}








#s-0228e12b-19ed-4fb8-b5b8-fc6da5e1d79e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0228e12b-19ed-4fb8-b5b8-fc6da5e1d79e.shg-box.shg-c {
  justify-content: center;
}

#s-b8a5016d-55bb-4d62-ab77-1e0597e4565d {
  border-style: solid;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(75, 107, 78, 1);
border-style: solid;
min-height: 50px;
}








#s-b8a5016d-55bb-4d62-ab77-1e0597e4565d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8a5016d-55bb-4d62-ab77-1e0597e4565d.shg-box.shg-c {
  justify-content: center;
}

#s-97758c44-c6d5-49a4-b466-a962965f2633 {
  min-height: 50px;
}








#s-97758c44-c6d5-49a4-b466-a962965f2633 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97758c44-c6d5-49a4-b466-a962965f2633.shg-box.shg-c {
  justify-content: center;
}

#s-fdf50c3c-505b-4c78-addc-39620941e991 {
  min-height: 50px;
}








#s-fdf50c3c-505b-4c78-addc-39620941e991 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdf50c3c-505b-4c78-addc-39620941e991.shg-box.shg-c {
  justify-content: center;
}

#s-56b78b01-a06c-444b-ac6b-2135b988d4cf {
  min-height: 50px;
}








#s-56b78b01-a06c-444b-ac6b-2135b988d4cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56b78b01-a06c-444b-ac6b-2135b988d4cf.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-5aeda7d8-e485-4c60-858c-a256953e066f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-bb93f876-c323-482d-9352-8979b452a354 {
  text-align: center;
}




  #s-bb93f876-c323-482d-9352-8979b452a354 img.shogun-image {
    
    width: px;
  }


#s-bb93f876-c323-482d-9352-8979b452a354 .shogun-image-content {
  
    align-items: center;
  
}

#s-08deed0e-43df-480b-8d87-d8bff756ade5 {
  text-align: center;
}




  #s-08deed0e-43df-480b-8d87-d8bff756ade5 img.shogun-image {
    
    width: px;
  }


#s-08deed0e-43df-480b-8d87-d8bff756ade5 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdaec4ea-e4f3-4dca-ac76-069bb4b43a32 {
  text-align: center;
}




  #s-fdaec4ea-e4f3-4dca-ac76-069bb4b43a32 img.shogun-image {
    
    width: px;
  }


#s-fdaec4ea-e4f3-4dca-ac76-069bb4b43a32 .shogun-image-content {
  
    align-items: center;
  
}

#s-e74bec44-a41e-4254-be6c-b2084f1b545e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-e74bec44-a41e-4254-be6c-b2084f1b545e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e74bec44-a41e-4254-be6c-b2084f1b545e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e74bec44-a41e-4254-be6c-b2084f1b545e.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Electrolize;
  display:  inline-block ;
}

#s-2f58c15d-2046-46ca-86c4-9d21a7c2af4b {
  min-height: 50px;
}








#s-2f58c15d-2046-46ca-86c4-9d21a7c2af4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f58c15d-2046-46ca-86c4-9d21a7c2af4b.shg-box.shg-c {
  justify-content: center;
}

#s-a5669c6c-b81b-410d-ad93-3bcbd430b85e {
  min-height: 50px;
}








#s-a5669c6c-b81b-410d-ad93-3bcbd430b85e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5669c6c-b81b-410d-ad93-3bcbd430b85e.shg-box.shg-c {
  justify-content: center;
}

#s-8b8ae49f-9d37-443e-8882-a1fc0a148955 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b8ae49f-9d37-443e-8882-a1fc0a148955 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Electrolize;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-820e9a02-730e-4396-b462-cedcd8f90803 {
  min-height: 50px;
}








#s-820e9a02-730e-4396-b462-cedcd8f90803 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-820e9a02-730e-4396-b462-cedcd8f90803.shg-box.shg-c {
  justify-content: center;
}

#s-37743f40-32c0-41e1-bc0e-b9a296201fb8 {
  min-height: 50px;
}








#s-37743f40-32c0-41e1-bc0e-b9a296201fb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37743f40-32c0-41e1-bc0e-b9a296201fb8.shg-box.shg-c {
  justify-content: center;
}

#s-cdf5c69a-3faf-4109-8d93-92f54e9ade16 {
  min-height: 50px;
}








#s-cdf5c69a-3faf-4109-8d93-92f54e9ade16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdf5c69a-3faf-4109-8d93-92f54e9ade16.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-247a2d8a-62b6-446d-9276-82a82d9e0b71"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-9ded2edf-0df9-4791-98f6-3d6a013f637b {
  text-align: center;
}




  #s-9ded2edf-0df9-4791-98f6-3d6a013f637b img.shogun-image {
    
    width: px;
  }


#s-9ded2edf-0df9-4791-98f6-3d6a013f637b .shogun-image-content {
  
    align-items: center;
  
}

#s-06c7e92e-c6e8-47b1-af8f-ffb354cee990 {
  text-align: center;
}




  #s-06c7e92e-c6e8-47b1-af8f-ffb354cee990 img.shogun-image {
    
    width: px;
  }


#s-06c7e92e-c6e8-47b1-af8f-ffb354cee990 .shogun-image-content {
  
    align-items: center;
  
}

#s-3229602d-f62f-44ee-85ca-ff77c30cc6c0 {
  min-height: 50px;
}








#s-3229602d-f62f-44ee-85ca-ff77c30cc6c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3229602d-f62f-44ee-85ca-ff77c30cc6c0.shg-box.shg-c {
  justify-content: center;
}

#s-23dec414-950f-4dc4-919d-1a4d33245046 {
  text-align: center;
}




  #s-23dec414-950f-4dc4-919d-1a4d33245046 img.shogun-image {
    
    width: px;
  }


#s-23dec414-950f-4dc4-919d-1a4d33245046 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f119586-86ab-469e-a715-6d6d2e8b0ce7 {
  min-height: 50px;
}








#s-5f119586-86ab-469e-a715-6d6d2e8b0ce7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f119586-86ab-469e-a715-6d6d2e8b0ce7.shg-box.shg-c {
  justify-content: center;
}

#s-bc38d436-dd2d-4574-ae8a-e46761de538f {
  min-height: 50px;
}








#s-bc38d436-dd2d-4574-ae8a-e46761de538f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc38d436-dd2d-4574-ae8a-e46761de538f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-ac6542e0-94b1-48c6-a210-44dbf75a7d1e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-fae32636-22b9-46e1-abfe-13e949809564 {
  text-align: center;
}




  #s-fae32636-22b9-46e1-abfe-13e949809564 img.shogun-image {
    
    width: px;
  }


#s-fae32636-22b9-46e1-abfe-13e949809564 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f756a5c-b3ea-449b-9f64-be7f80a2876c {
  text-align: center;
}




  #s-9f756a5c-b3ea-449b-9f64-be7f80a2876c img.shogun-image {
    
    width: px;
  }


#s-9f756a5c-b3ea-449b-9f64-be7f80a2876c .shogun-image-content {
  
    align-items: center;
  
}

#s-d97d9b2f-7717-4ea4-b807-865120006fb2 {
  text-align: center;
}




  #s-d97d9b2f-7717-4ea4-b807-865120006fb2 img.shogun-image {
    
    width: px;
  }


#s-d97d9b2f-7717-4ea4-b807-865120006fb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0411192-475b-4adb-826c-6a6a938456e6 {
  min-height: 50px;
}








#s-a0411192-475b-4adb-826c-6a6a938456e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0411192-475b-4adb-826c-6a6a938456e6.shg-box.shg-c {
  justify-content: center;
}

#s-20c65608-c657-47ee-91db-f62e2e8f202b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-20c65608-c657-47ee-91db-f62e2e8f202b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-20c65608-c657-47ee-91db-f62e2e8f202b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-20c65608-c657-47ee-91db-f62e2e8f202b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Electrolize;
  display:  inline-block ;
}

#s-9630ed8f-3a01-4555-a637-4471d6527a4b {
  min-height: 50px;
}








#s-9630ed8f-3a01-4555-a637-4471d6527a4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9630ed8f-3a01-4555-a637-4471d6527a4b.shg-box.shg-c {
  justify-content: center;
}

#s-08f3e05d-0ad7-4f16-adf1-bbda61e10162 {
  min-height: 50px;
}








#s-08f3e05d-0ad7-4f16-adf1-bbda61e10162 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08f3e05d-0ad7-4f16-adf1-bbda61e10162.shg-box.shg-c {
  justify-content: center;
}

#s-42168b8b-7148-42e2-8ddf-0c1db10c5446 {
  min-height: 50px;
}








#s-42168b8b-7148-42e2-8ddf-0c1db10c5446 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42168b8b-7148-42e2-8ddf-0c1db10c5446.shg-box.shg-c {
  justify-content: center;
}

#s-b7bfac43-8c03-469c-9581-53b99360c1f1 {
  min-height: 50px;
}








#s-b7bfac43-8c03-469c-9581-53b99360c1f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7bfac43-8c03-469c-9581-53b99360c1f1.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-1b1a8eba-acad-428b-a8be-58ecde959a5a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-de7a74fd-86fd-4934-9cd7-b9d9063c4492 {
  text-align: center;
}




  #s-de7a74fd-86fd-4934-9cd7-b9d9063c4492 img.shogun-image {
    
    width: px;
  }


#s-de7a74fd-86fd-4934-9cd7-b9d9063c4492 .shogun-image-content {
  
    align-items: center;
  
}

#s-c9f58512-b2fe-432b-a53e-83260ed22508 {
  text-align: center;
}




  #s-c9f58512-b2fe-432b-a53e-83260ed22508 img.shogun-image {
    
    width: px;
  }


#s-c9f58512-b2fe-432b-a53e-83260ed22508 .shogun-image-content {
  
    align-items: center;
  
}

#s-817f5801-4853-4299-84e7-e5e9c8c7d1b2 {
  min-height: 50px;
}








#s-817f5801-4853-4299-84e7-e5e9c8c7d1b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-817f5801-4853-4299-84e7-e5e9c8c7d1b2.shg-box.shg-c {
  justify-content: center;
}

#s-6f914d56-46c9-48be-9673-6344a9a856ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6f914d56-46c9-48be-9673-6344a9a856ca .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: Electrolize;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*
  $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;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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