.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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-bdad53cf-85a4-4d88-92ce-ae3a2d9d84ac {
  box-shadow:0px 0px 0px 0px #000000;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(228, 226, 226, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-bdad53cf-85a4-4d88-92ce-ae3a2d9d84ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdad53cf-85a4-4d88-92ce-ae3a2d9d84ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21289099-8037-460d-a4e0-419ff936b466 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-21289099-8037-460d-a4e0-419ff936b466 {
  display: none;
}
#s-21289099-8037-460d-a4e0-419ff936b466, #wrap-s-21289099-8037-460d-a4e0-419ff936b466 { display: none !important; }}@media (max-width: 767px){#s-21289099-8037-460d-a4e0-419ff936b466 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
display: none;
}
#s-21289099-8037-460d-a4e0-419ff936b466, #wrap-s-21289099-8037-460d-a4e0-419ff936b466 { display: none !important; }}
#s-978c6247-eb09-4053-abe9-40abdf754d53 {
  margin-top: 150px;
margin-bottom: 100px;
}
@media (min-width: 1200px){#s-978c6247-eb09-4053-abe9-40abdf754d53 {
  display: none;
}
#s-978c6247-eb09-4053-abe9-40abdf754d53, #wrap-s-978c6247-eb09-4053-abe9-40abdf754d53 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-978c6247-eb09-4053-abe9-40abdf754d53 {
  display: none;
}
#s-978c6247-eb09-4053-abe9-40abdf754d53, #wrap-s-978c6247-eb09-4053-abe9-40abdf754d53 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-978c6247-eb09-4053-abe9-40abdf754d53 {
  margin-top: 40px;
}
}@media (max-width: 767px){#s-978c6247-eb09-4053-abe9-40abdf754d53 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 90%;
}
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-31f0a161-e4ea-4ea0-8fa0-79700328aa65 {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 1200px){#s-31f0a161-e4ea-4ea0-8fa0-79700328aa65 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31f0a161-e4ea-4ea0-8fa0-79700328aa65 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-31f0a161-e4ea-4ea0-8fa0-79700328aa65 {
  display: none;
}
#s-31f0a161-e4ea-4ea0-8fa0-79700328aa65, #wrap-s-31f0a161-e4ea-4ea0-8fa0-79700328aa65 { display: none !important; }}@media (max-width: 767px){#s-31f0a161-e4ea-4ea0-8fa0-79700328aa65 {
  display: none;
}
#s-31f0a161-e4ea-4ea0-8fa0-79700328aa65, #wrap-s-31f0a161-e4ea-4ea0-8fa0-79700328aa65 { display: none !important; }}
@media (min-width: 0px) {
[id="s-31f0a161-e4ea-4ea0-8fa0-79700328aa65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31f0a161-e4ea-4ea0-8fa0-79700328aa65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-31f0a161-e4ea-4ea0-8fa0-79700328aa65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-31f0a161-e4ea-4ea0-8fa0-79700328aa65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-239dcd1a-0eca-48cf-a34a-684f5272dfb4 {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-239dcd1a-0eca-48cf-a34a-684f5272dfb4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-239dcd1a-0eca-48cf-a34a-684f5272dfb4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-239dcd1a-0eca-48cf-a34a-684f5272dfb4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-239dcd1a-0eca-48cf-a34a-684f5272dfb4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-239dcd1a-0eca-48cf-a34a-684f5272dfb4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-239dcd1a-0eca-48cf-a34a-684f5272dfb4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-239dcd1a-0eca-48cf-a34a-684f5272dfb4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-e9ecbec9-ef41-408c-a95f-b2f0891754a3 {
  margin-right: -15px;
text-align: right;
}







  #s-e9ecbec9-ef41-408c-a95f-b2f0891754a3 img.shogun-image {
    

    
    
    
  }


#s-e9ecbec9-ef41-408c-a95f-b2f0891754a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f864cc08-1253-4f0b-bc59-b1995e86893c {
  margin-top: 50px;
}

@media (min-width: 0px) {
[id="s-f864cc08-1253-4f0b-bc59-b1995e86893c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f864cc08-1253-4f0b-bc59-b1995e86893c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f864cc08-1253-4f0b-bc59-b1995e86893c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f864cc08-1253-4f0b-bc59-b1995e86893c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f864cc08-1253-4f0b-bc59-b1995e86893c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f864cc08-1253-4f0b-bc59-b1995e86893c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f864cc08-1253-4f0b-bc59-b1995e86893c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-1ede61c2-c6cc-4092-91a7-0fba58847bfd {
  margin-right: -15px;
text-align: right;
}







  #s-1ede61c2-c6cc-4092-91a7-0fba58847bfd img.shogun-image {
    

    
    
    
  }


#s-1ede61c2-c6cc-4092-91a7-0fba58847bfd .shogun-image-content {
  
    align-items: center;
  
}

#s-187a338b-d1e9-499e-9e7e-1607c3fa5a26 {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-187a338b-d1e9-499e-9e7e-1607c3fa5a26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-187a338b-d1e9-499e-9e7e-1607c3fa5a26"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-187a338b-d1e9-499e-9e7e-1607c3fa5a26"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-187a338b-d1e9-499e-9e7e-1607c3fa5a26"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-187a338b-d1e9-499e-9e7e-1607c3fa5a26"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-187a338b-d1e9-499e-9e7e-1607c3fa5a26"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-187a338b-d1e9-499e-9e7e-1607c3fa5a26"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-6116ada9-9ab8-435b-99c7-459a98cad690 {
  margin-left: 0px;
margin-right: -15px;
text-align: right;
}







  #s-6116ada9-9ab8-435b-99c7-459a98cad690 img.shogun-image {
    

    
    
    
  }


#s-6116ada9-9ab8-435b-99c7-459a98cad690 .shogun-image-content {
  
    align-items: center;
  
}

#s-177743c0-387b-48ba-a172-7834b094f9c4 {
  margin-top: 80px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-177743c0-387b-48ba-a172-7834b094f9c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-177743c0-387b-48ba-a172-7834b094f9c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-177743c0-387b-48ba-a172-7834b094f9c4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-177743c0-387b-48ba-a172-7834b094f9c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-177743c0-387b-48ba-a172-7834b094f9c4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-177743c0-387b-48ba-a172-7834b094f9c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-177743c0-387b-48ba-a172-7834b094f9c4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-8d96f019-fbba-48f2-8092-a103dbd4bfb0 {
  margin-right: -15px;
text-align: right;
}







  #s-8d96f019-fbba-48f2-8092-a103dbd4bfb0 img.shogun-image {
    

    
    
    
  }


#s-8d96f019-fbba-48f2-8092-a103dbd4bfb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1311ac3-8628-49af-aa2d-70d2366da508 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 90%;
}
@media (min-width: 1200px){#s-a1311ac3-8628-49af-aa2d-70d2366da508 {
  display: none;
}
#s-a1311ac3-8628-49af-aa2d-70d2366da508, #wrap-s-a1311ac3-8628-49af-aa2d-70d2366da508 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1311ac3-8628-49af-aa2d-70d2366da508 {
  display: none;
}
#s-a1311ac3-8628-49af-aa2d-70d2366da508, #wrap-s-a1311ac3-8628-49af-aa2d-70d2366da508 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a1311ac3-8628-49af-aa2d-70d2366da508"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1311ac3-8628-49af-aa2d-70d2366da508"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a1311ac3-8628-49af-aa2d-70d2366da508"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a1311ac3-8628-49af-aa2d-70d2366da508"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a1311ac3-8628-49af-aa2d-70d2366da508"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1311ac3-8628-49af-aa2d-70d2366da508"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a1311ac3-8628-49af-aa2d-70d2366da508"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-3db6c8d4-b3b2-4b8a-95bb-9631a917c207 {
  margin-right: -15px;
text-align: right;
}
@media (max-width: 767px){#s-3db6c8d4-b3b2-4b8a-95bb-9631a917c207 {
  margin-top: 0px;
margin-bottom: 20px;
text-align: center;
}
}






  #s-3db6c8d4-b3b2-4b8a-95bb-9631a917c207 img.shogun-image {
    

    
    
    
  }


#s-3db6c8d4-b3b2-4b8a-95bb-9631a917c207 .shogun-image-content {
  
    align-items: center;
  
}

#s-9301985f-b022-42bc-abbd-4f97dbcea8eb {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
max-width: 90%;
}
@media (min-width: 1200px){#s-9301985f-b022-42bc-abbd-4f97dbcea8eb {
  display: none;
}
#s-9301985f-b022-42bc-abbd-4f97dbcea8eb, #wrap-s-9301985f-b022-42bc-abbd-4f97dbcea8eb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9301985f-b022-42bc-abbd-4f97dbcea8eb {
  display: none;
}
#s-9301985f-b022-42bc-abbd-4f97dbcea8eb, #wrap-s-9301985f-b022-42bc-abbd-4f97dbcea8eb { display: none !important; }}
@media (min-width: 0px) {
[id="s-9301985f-b022-42bc-abbd-4f97dbcea8eb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9301985f-b022-42bc-abbd-4f97dbcea8eb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9301985f-b022-42bc-abbd-4f97dbcea8eb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9301985f-b022-42bc-abbd-4f97dbcea8eb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9301985f-b022-42bc-abbd-4f97dbcea8eb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9301985f-b022-42bc-abbd-4f97dbcea8eb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9301985f-b022-42bc-abbd-4f97dbcea8eb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-be6af40a-3a43-4479-a169-684e746d0af2 {
  margin-bottom: 20px;
margin-right: -15px;
text-align: center;
}







  #s-be6af40a-3a43-4479-a169-684e746d0af2 img.shogun-image {
    

    
    
    
  }


#s-be6af40a-3a43-4479-a169-684e746d0af2 .shogun-image-content {
  
    align-items: center;
  
}

#s-4cf82b71-1c41-4bf6-8645-66e416a06b98 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 90%;
}
@media (min-width: 1200px){#s-4cf82b71-1c41-4bf6-8645-66e416a06b98 {
  display: none;
}
#s-4cf82b71-1c41-4bf6-8645-66e416a06b98, #wrap-s-4cf82b71-1c41-4bf6-8645-66e416a06b98 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4cf82b71-1c41-4bf6-8645-66e416a06b98 {
  display: none;
}
#s-4cf82b71-1c41-4bf6-8645-66e416a06b98, #wrap-s-4cf82b71-1c41-4bf6-8645-66e416a06b98 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4cf82b71-1c41-4bf6-8645-66e416a06b98"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4cf82b71-1c41-4bf6-8645-66e416a06b98"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4cf82b71-1c41-4bf6-8645-66e416a06b98"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4cf82b71-1c41-4bf6-8645-66e416a06b98"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4cf82b71-1c41-4bf6-8645-66e416a06b98"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4cf82b71-1c41-4bf6-8645-66e416a06b98"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4cf82b71-1c41-4bf6-8645-66e416a06b98"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-265de65b-8183-484d-b103-23154451ab03 {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: -15px;
text-align: center;
}







  #s-265de65b-8183-484d-b103-23154451ab03 img.shogun-image {
    

    
    
    
  }


#s-265de65b-8183-484d-b103-23154451ab03 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f11fb5a-ffb6-4247-90d8-0efea6c0b5b6 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 90%;
}
@media (min-width: 1200px){#s-1f11fb5a-ffb6-4247-90d8-0efea6c0b5b6 {
  display: none;
}
#s-1f11fb5a-ffb6-4247-90d8-0efea6c0b5b6, #wrap-s-1f11fb5a-ffb6-4247-90d8-0efea6c0b5b6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f11fb5a-ffb6-4247-90d8-0efea6c0b5b6 {
  display: none;
}
#s-1f11fb5a-ffb6-4247-90d8-0efea6c0b5b6, #wrap-s-1f11fb5a-ffb6-4247-90d8-0efea6c0b5b6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1f11fb5a-ffb6-4247-90d8-0efea6c0b5b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f11fb5a-ffb6-4247-90d8-0efea6c0b5b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f11fb5a-ffb6-4247-90d8-0efea6c0b5b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f11fb5a-ffb6-4247-90d8-0efea6c0b5b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f11fb5a-ffb6-4247-90d8-0efea6c0b5b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f11fb5a-ffb6-4247-90d8-0efea6c0b5b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1f11fb5a-ffb6-4247-90d8-0efea6c0b5b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-e4632ee3-8666-4383-914f-3e9114839c0a {
  margin-bottom: 20px;
margin-right: -15px;
text-align: center;
}







  #s-e4632ee3-8666-4383-914f-3e9114839c0a img.shogun-image {
    

    
    
    
  }


#s-e4632ee3-8666-4383-914f-3e9114839c0a .shogun-image-content {
  
    align-items: center;
  
}

#s-9feb09eb-dc0f-4975-a2ba-4518569d7ed3 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9feb09eb-dc0f-4975-a2ba-4518569d7ed3 {
  max-width: 90%;
display: none;
}
#s-9feb09eb-dc0f-4975-a2ba-4518569d7ed3, #wrap-s-9feb09eb-dc0f-4975-a2ba-4518569d7ed3 { display: none !important; }}@media (max-width: 767px){#s-9feb09eb-dc0f-4975-a2ba-4518569d7ed3 {
  max-width: 90%;
display: none;
}
#s-9feb09eb-dc0f-4975-a2ba-4518569d7ed3, #wrap-s-9feb09eb-dc0f-4975-a2ba-4518569d7ed3 { display: none !important; }}
#s-d9204b9c-5d80-4dc9-b8d8-fafc0b8c7fc9 {
  margin-top: 120px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 1200px){#s-d9204b9c-5d80-4dc9-b8d8-fafc0b8c7fc9 {
  display: none;
}
#s-d9204b9c-5d80-4dc9-b8d8-fafc0b8c7fc9, #wrap-s-d9204b9c-5d80-4dc9-b8d8-fafc0b8c7fc9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9204b9c-5d80-4dc9-b8d8-fafc0b8c7fc9 {
  display: none;
}
#s-d9204b9c-5d80-4dc9-b8d8-fafc0b8c7fc9, #wrap-s-d9204b9c-5d80-4dc9-b8d8-fafc0b8c7fc9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d9204b9c-5d80-4dc9-b8d8-fafc0b8c7fc9 {
  max-width: 90%;
}
}@media (max-width: 767px){#s-d9204b9c-5d80-4dc9-b8d8-fafc0b8c7fc9 {
  margin-top: 50px;
margin-bottom: 50px;
max-width: 90%;
}
}
#s-96a53131-0b84-4a98-81b8-03b82c26113d {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 768px) and (max-width: 991px){#s-96a53131-0b84-4a98-81b8-03b82c26113d {
  display: none;
}
#s-96a53131-0b84-4a98-81b8-03b82c26113d, #wrap-s-96a53131-0b84-4a98-81b8-03b82c26113d { display: none !important; }}@media (max-width: 767px){#s-96a53131-0b84-4a98-81b8-03b82c26113d {
  display: none;
}
#s-96a53131-0b84-4a98-81b8-03b82c26113d, #wrap-s-96a53131-0b84-4a98-81b8-03b82c26113d { display: none !important; }}
@media (min-width: 0px) {
[id="s-96a53131-0b84-4a98-81b8-03b82c26113d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96a53131-0b84-4a98-81b8-03b82c26113d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-96a53131-0b84-4a98-81b8-03b82c26113d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-96a53131-0b84-4a98-81b8-03b82c26113d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b4c89d6d-7c55-4e4e-89c0-43b1b8fb7ec9 {
  background-repeat: no-repeat;
min-height: 310px;
background-position: center center;
}








#s-b4c89d6d-7c55-4e4e-89c0-43b1b8fb7ec9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4c89d6d-7c55-4e4e-89c0-43b1b8fb7ec9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81450794-1f72-4117-abf0-314ca5f19cfe {
  text-align: center;
}
@media (min-width: 1200px){#s-81450794-1f72-4117-abf0-314ca5f19cfe {
  margin-top: -10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-81450794-1f72-4117-abf0-314ca5f19cfe {
  margin-top: -10%;
}
}






  #s-81450794-1f72-4117-abf0-314ca5f19cfe img.shogun-image {
    

    
    
    
  }


#s-81450794-1f72-4117-abf0-314ca5f19cfe .shogun-image-content {
  
    align-items: center;
  
}

#s-a2a092c4-bf24-4f4f-97c3-22a208952abb {
  padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}

#s-58813ff4-1aea-4a85-8541-f74388e7886d {
  background-repeat: no-repeat;
min-height: 50px;
background-position: center center;
}








#s-58813ff4-1aea-4a85-8541-f74388e7886d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58813ff4-1aea-4a85-8541-f74388e7886d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f046cc84-142b-40a1-82a2-5bf214344453 {
  padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-f046cc84-142b-40a1-82a2-5bf214344453 {
  margin-top: -10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f046cc84-142b-40a1-82a2-5bf214344453 {
  margin-top: -10%;
}
}






  #s-f046cc84-142b-40a1-82a2-5bf214344453 img.shogun-image {
    

    
    
    
  }


#s-f046cc84-142b-40a1-82a2-5bf214344453 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d112546-36da-49fd-b581-d27a90983936 {
  margin-top: 0px;
margin-bottom: 180px;
padding-top: 10px;
padding-bottom: 0px;
}

#s-6953103c-fb7f-4d94-8467-22d90089cc7a {
  background-repeat: no-repeat;
min-height: 50px;
background-position: center center;
}








#s-6953103c-fb7f-4d94-8467-22d90089cc7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6953103c-fb7f-4d94-8467-22d90089cc7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96993f95-61c2-49c2-a362-93956710f69d {
  text-align: center;
}
@media (min-width: 1200px){#s-96993f95-61c2-49c2-a362-93956710f69d {
  margin-top: -10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96993f95-61c2-49c2-a362-93956710f69d {
  margin-top: -10%;
}
}






  #s-96993f95-61c2-49c2-a362-93956710f69d img.shogun-image {
    

    
    
    
  }


#s-96993f95-61c2-49c2-a362-93956710f69d .shogun-image-content {
  
    align-items: center;
  
}

#s-e1b29078-cadb-4227-bbff-a6b89ca37c33 {
  padding-left: 10px;
padding-bottom: 70px;
padding-right: 10px;
}

#s-5fd5ac76-4aec-411b-89a5-64d7dd1ea225 {
  background-repeat: no-repeat;
margin-top: auto;
margin-bottom: auto;
background-position: center center;
}
@media (min-width: 1200px){#s-5fd5ac76-4aec-411b-89a5-64d7dd1ea225 {
  display: none;
}
#s-5fd5ac76-4aec-411b-89a5-64d7dd1ea225, #wrap-s-5fd5ac76-4aec-411b-89a5-64d7dd1ea225 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5fd5ac76-4aec-411b-89a5-64d7dd1ea225 {
  display: none;
}
#s-5fd5ac76-4aec-411b-89a5-64d7dd1ea225, #wrap-s-5fd5ac76-4aec-411b-89a5-64d7dd1ea225 { display: none !important; }}@media (max-width: 767px){#s-5fd5ac76-4aec-411b-89a5-64d7dd1ea225 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}
}







#s-5fd5ac76-4aec-411b-89a5-64d7dd1ea225 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fd5ac76-4aec-411b-89a5-64d7dd1ea225.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a954194-5cf7-4b95-b131-40e06ad1d05d {
  margin-bottom: -40px;
text-align: center;
}
@media (min-width: 1200px){#s-3a954194-5cf7-4b95-b131-40e06ad1d05d {
  display: none;
}
#s-3a954194-5cf7-4b95-b131-40e06ad1d05d, #wrap-s-3a954194-5cf7-4b95-b131-40e06ad1d05d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a954194-5cf7-4b95-b131-40e06ad1d05d {
  display: none;
}
#s-3a954194-5cf7-4b95-b131-40e06ad1d05d, #wrap-s-3a954194-5cf7-4b95-b131-40e06ad1d05d { display: none !important; }}






  #s-3a954194-5cf7-4b95-b131-40e06ad1d05d img.shogun-image {
    

    
    
    
  }


#s-3a954194-5cf7-4b95-b131-40e06ad1d05d .shogun-image-content {
  
    align-items: center;
  
}

#s-62683510-35ae-4ac0-b9d9-81a1ca5671a5 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 220px;
padding-bottom: 80px;
padding-right: 220px;
}
@media (max-width: 767px){#s-62683510-35ae-4ac0-b9d9-81a1ca5671a5 {
  padding-left: 21px;
padding-right: 21px;
}
}
#s-ad4677cb-ba11-4546-a293-781dc7473d88 {
  background-repeat: no-repeat;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-ad4677cb-ba11-4546-a293-781dc7473d88 {
  display: none;
}
#s-ad4677cb-ba11-4546-a293-781dc7473d88, #wrap-s-ad4677cb-ba11-4546-a293-781dc7473d88 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad4677cb-ba11-4546-a293-781dc7473d88 {
  display: none;
}
#s-ad4677cb-ba11-4546-a293-781dc7473d88, #wrap-s-ad4677cb-ba11-4546-a293-781dc7473d88 { display: none !important; }}@media (max-width: 767px){#s-ad4677cb-ba11-4546-a293-781dc7473d88 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}
}







#s-ad4677cb-ba11-4546-a293-781dc7473d88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad4677cb-ba11-4546-a293-781dc7473d88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96cb87b3-dee9-41c1-a7cf-cb985ac5f3fa {
  margin-top: 0px;
margin-bottom: 90px;
text-align: center;
}
@media (min-width: 1200px){#s-96cb87b3-dee9-41c1-a7cf-cb985ac5f3fa {
  display: none;
}
#s-96cb87b3-dee9-41c1-a7cf-cb985ac5f3fa, #wrap-s-96cb87b3-dee9-41c1-a7cf-cb985ac5f3fa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96cb87b3-dee9-41c1-a7cf-cb985ac5f3fa {
  display: none;
}
#s-96cb87b3-dee9-41c1-a7cf-cb985ac5f3fa, #wrap-s-96cb87b3-dee9-41c1-a7cf-cb985ac5f3fa { display: none !important; }}






  #s-96cb87b3-dee9-41c1-a7cf-cb985ac5f3fa img.shogun-image {
    

    
    
    
  }


#s-96cb87b3-dee9-41c1-a7cf-cb985ac5f3fa .shogun-image-content {
  
    align-items: center;
  
}

#s-3b0e626f-044a-4b63-a9af-a2657b3a06d2 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 130px;
}

#s-13987a43-2393-4745-a2be-e9f67f8beb7e {
  background-repeat: no-repeat;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-13987a43-2393-4745-a2be-e9f67f8beb7e {
  display: none;
}
#s-13987a43-2393-4745-a2be-e9f67f8beb7e, #wrap-s-13987a43-2393-4745-a2be-e9f67f8beb7e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13987a43-2393-4745-a2be-e9f67f8beb7e {
  display: none;
}
#s-13987a43-2393-4745-a2be-e9f67f8beb7e, #wrap-s-13987a43-2393-4745-a2be-e9f67f8beb7e { display: none !important; }}@media (max-width: 767px){#s-13987a43-2393-4745-a2be-e9f67f8beb7e {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}
}







#s-13987a43-2393-4745-a2be-e9f67f8beb7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13987a43-2393-4745-a2be-e9f67f8beb7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-442abc0f-239d-46af-adf3-929e6c24e52a {
  margin-top: 0px;
margin-bottom: -30px;
padding-top: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-442abc0f-239d-46af-adf3-929e6c24e52a {
  display: none;
}
#s-442abc0f-239d-46af-adf3-929e6c24e52a, #wrap-s-442abc0f-239d-46af-adf3-929e6c24e52a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-442abc0f-239d-46af-adf3-929e6c24e52a {
  display: none;
}
#s-442abc0f-239d-46af-adf3-929e6c24e52a, #wrap-s-442abc0f-239d-46af-adf3-929e6c24e52a { display: none !important; }}@media (max-width: 767px){#s-442abc0f-239d-46af-adf3-929e6c24e52a {
  margin-top: 1px;
margin-bottom: -50px;
}
}






  #s-442abc0f-239d-46af-adf3-929e6c24e52a img.shogun-image {
    

    
    
    
  }


#s-442abc0f-239d-46af-adf3-929e6c24e52a .shogun-image-content {
  
    align-items: center;
  
}

#s-a7e8bcd3-a640-4888-bf31-c6df7864cd91 {
  margin-top: 20px;
padding-top: 20px;
padding-left: 220px;
padding-bottom: 90px;
padding-right: 220px;
}
@media (min-width: 1200px){#s-a7e8bcd3-a640-4888-bf31-c6df7864cd91 {
  display: none;
}
#s-a7e8bcd3-a640-4888-bf31-c6df7864cd91, #wrap-s-a7e8bcd3-a640-4888-bf31-c6df7864cd91 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7e8bcd3-a640-4888-bf31-c6df7864cd91 {
  display: none;
}
#s-a7e8bcd3-a640-4888-bf31-c6df7864cd91, #wrap-s-a7e8bcd3-a640-4888-bf31-c6df7864cd91 { display: none !important; }}@media (max-width: 767px){#s-a7e8bcd3-a640-4888-bf31-c6df7864cd91 {
  margin-bottom: 40px;
padding-top: 20px;
padding-left: 21px;
padding-bottom: 41px;
padding-right: 21px;
}
}
#s-0ca79f05-36e4-4389-a18e-e792facf8320 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-0ca79f05-36e4-4389-a18e-e792facf8320 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ca79f05-36e4-4389-a18e-e792facf8320.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9855a56d-2a25-47c0-b7ad-c257af39c920 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9855a56d-2a25-47c0-b7ad-c257af39c920 {
  display: none;
}
#s-9855a56d-2a25-47c0-b7ad-c257af39c920, #wrap-s-9855a56d-2a25-47c0-b7ad-c257af39c920 { display: none !important; }}@media (max-width: 767px){#s-9855a56d-2a25-47c0-b7ad-c257af39c920 {
  display: none;
}
#s-9855a56d-2a25-47c0-b7ad-c257af39c920, #wrap-s-9855a56d-2a25-47c0-b7ad-c257af39c920 { display: none !important; }}
#s-453cb2ea-fa1d-4446-b909-18773153a841 {
  margin-top: 130px;
margin-bottom: 130px;
}
@media (min-width: 1200px){#s-453cb2ea-fa1d-4446-b909-18773153a841 {
  display: none;
}
#s-453cb2ea-fa1d-4446-b909-18773153a841, #wrap-s-453cb2ea-fa1d-4446-b909-18773153a841 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-453cb2ea-fa1d-4446-b909-18773153a841 {
  display: none;
}
#s-453cb2ea-fa1d-4446-b909-18773153a841, #wrap-s-453cb2ea-fa1d-4446-b909-18773153a841 { display: none !important; }}@media (max-width: 767px){#s-453cb2ea-fa1d-4446-b909-18773153a841 {
  margin-top: 50px;
margin-bottom: 50px;
}
}
#s-ebf67dc8-4861-4516-b2ec-28b2124e4df8 {
  margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
max-width: 1440px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ebf67dc8-4861-4516-b2ec-28b2124e4df8 {
  max-width: 90%;
display: none;
}
#s-ebf67dc8-4861-4516-b2ec-28b2124e4df8, #wrap-s-ebf67dc8-4861-4516-b2ec-28b2124e4df8 { display: none !important; }}@media (max-width: 767px){#s-ebf67dc8-4861-4516-b2ec-28b2124e4df8 {
  display: none;
}
#s-ebf67dc8-4861-4516-b2ec-28b2124e4df8, #wrap-s-ebf67dc8-4861-4516-b2ec-28b2124e4df8 { display: none !important; }}
@media (min-width: 0px) {
[id="s-ebf67dc8-4861-4516-b2ec-28b2124e4df8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebf67dc8-4861-4516-b2ec-28b2124e4df8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ebf67dc8-4861-4516-b2ec-28b2124e4df8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebf67dc8-4861-4516-b2ec-28b2124e4df8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2b0c766d-348a-4919-95a6-292163cb5e50 {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 208, 208, 1);
border-style: solid;
border-radius: 10px;
min-height: 483px;
background-color: rgba(255, 255, 255, 1);
}








#s-2b0c766d-348a-4919-95a6-292163cb5e50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b0c766d-348a-4919-95a6-292163cb5e50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-30208a73-8360-411b-9111-466f72e27a51"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-30208a73-8360-411b-9111-466f72e27a51"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30208a73-8360-411b-9111-466f72e27a51"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-30208a73-8360-411b-9111-466f72e27a51"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30208a73-8360-411b-9111-466f72e27a51"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-30208a73-8360-411b-9111-466f72e27a51"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-30208a73-8360-411b-9111-466f72e27a51"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-6b92b5c8-09a0-4207-b9fb-20c14b301c57 {
  margin-left: 80px;
margin-right: -80px;
padding-top: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b92b5c8-09a0-4207-b9fb-20c14b301c57 {
  margin-left: 40px;
margin-right: -40px;
}
}






  #s-6b92b5c8-09a0-4207-b9fb-20c14b301c57 img.shogun-image {
    

    
    
    
  }


#s-6b92b5c8-09a0-4207-b9fb-20c14b301c57 .shogun-image-content {
  
    align-items: center;
  
}

#s-82ca0c43-5e19-4876-bbd2-f037f05f7061 {
  margin-top: 15%;
margin-left: 20%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-95ff53cc-efb4-4e7b-b207-3cec3addf2b1 {
  margin-top: 10px;
padding-top: 17px;
padding-bottom: 17px;
}

.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-1adcd3f9-79c2-45b0-ab3b-dc8d63717ec7 {
  padding-left: 3%;
padding-right: 3%;
}

#s-a3588d15-abf6-4d94-a1fb-fc6108f48ad2 {
  margin-top: 20px;
margin-bottom: 28px;
padding-left: 13%;
padding-right: 13%;
}

#s-41f20293-ad26-48e5-858d-14ee7bc878c5 {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 208, 208, 1);
border-style: solid;
border-radius: 10px;
min-height: 456px;
background-color: rgba(255, 255, 255, 1);
}








#s-41f20293-ad26-48e5-858d-14ee7bc878c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41f20293-ad26-48e5-858d-14ee7bc878c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-bf012924-fb19-46e8-8ea7-b33ecde5c9fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bf012924-fb19-46e8-8ea7-b33ecde5c9fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bf012924-fb19-46e8-8ea7-b33ecde5c9fd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bf012924-fb19-46e8-8ea7-b33ecde5c9fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bf012924-fb19-46e8-8ea7-b33ecde5c9fd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bf012924-fb19-46e8-8ea7-b33ecde5c9fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bf012924-fb19-46e8-8ea7-b33ecde5c9fd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-ea657632-6cb5-4008-8651-93040ea28cf5 {
  margin-left: 80px;
margin-right: -80px;
padding-top: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ea657632-6cb5-4008-8651-93040ea28cf5 {
  margin-left: 40px;
margin-right: -40px;
}
}






  #s-ea657632-6cb5-4008-8651-93040ea28cf5 img.shogun-image {
    

    
    
    
  }


#s-ea657632-6cb5-4008-8651-93040ea28cf5 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba40641a-8c88-40f1-9490-ce45c1db2e7a {
  margin-top: 15%;
margin-left: 20%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-c34a79d8-e17e-4849-8aae-6c97e1d22ef5 {
  margin-top: 10px;
padding-top: 3px;
padding-left: 3%;
padding-bottom: 3px;
padding-right: 3%;
}

#s-97b8f881-439d-4605-ae3b-6fe935f3bcbc {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
@media (max-width: 767px){#s-97b8f881-439d-4605-ae3b-6fe935f3bcbc {
  
}
}
#s-3158d80f-5a72-433b-8b8a-19369c849bba {
  margin-top: 20px;
margin-bottom: 30px;
padding-top: 14px;
padding-left: 13%;
padding-bottom: 14px;
padding-right: 13%;
}

#s-f5520b24-8522-41a8-b85b-998b9818d386 {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 208, 208, 1);
border-style: solid;
border-radius: 10px;
min-height: 483px;
background-color: rgba(255, 255, 255, 1);
}








#s-f5520b24-8522-41a8-b85b-998b9818d386 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5520b24-8522-41a8-b85b-998b9818d386.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-259dd392-442d-4d38-b224-fab042a48d82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-259dd392-442d-4d38-b224-fab042a48d82"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-259dd392-442d-4d38-b224-fab042a48d82"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-259dd392-442d-4d38-b224-fab042a48d82"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-259dd392-442d-4d38-b224-fab042a48d82"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-259dd392-442d-4d38-b224-fab042a48d82"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-259dd392-442d-4d38-b224-fab042a48d82"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c047134f-6a10-4c5f-ac99-ae156fb1d740 {
  margin-left: 80px;
margin-right: -80px;
padding-top: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c047134f-6a10-4c5f-ac99-ae156fb1d740 {
  margin-left: 40px;
margin-right: -40px;
}
}






  #s-c047134f-6a10-4c5f-ac99-ae156fb1d740 img.shogun-image {
    

    
    
    
  }


#s-c047134f-6a10-4c5f-ac99-ae156fb1d740 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce8202da-cee4-4ff7-8c4e-8d09b206f904 {
  margin-top: 15%;
margin-left: 20%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-71f8a93a-2f59-41a8-b1e1-e4a515d83561 {
  margin-top: 10px;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 15px;
padding-right: 3%;
}

#s-7457e767-c6e7-407f-8c48-3404f056b746 {
  padding-top: 8px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}

#s-08061118-17b1-444f-96a9-6df6fb60a5a7 {
  margin-top: 55px;
margin-bottom: 55px;
padding-left: 13%;
padding-right: 13%;
}

#s-0e54eaa7-6377-412a-a0d9-b78bccd0d3dc {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 208, 208, 1);
border-style: solid;
border-radius: 10px;
max-width: 90%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0e54eaa7-6377-412a-a0d9-b78bccd0d3dc {
  display: none;
}
#s-0e54eaa7-6377-412a-a0d9-b78bccd0d3dc, #wrap-s-0e54eaa7-6377-412a-a0d9-b78bccd0d3dc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e54eaa7-6377-412a-a0d9-b78bccd0d3dc {
  display: none;
}
#s-0e54eaa7-6377-412a-a0d9-b78bccd0d3dc, #wrap-s-0e54eaa7-6377-412a-a0d9-b78bccd0d3dc { display: none !important; }}@media (max-width: 767px){#s-0e54eaa7-6377-412a-a0d9-b78bccd0d3dc {
  
}
}







#s-0e54eaa7-6377-412a-a0d9-b78bccd0d3dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e54eaa7-6377-412a-a0d9-b78bccd0d3dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c7ab9a26-07d6-4d64-9c87-9243d8346b55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7ab9a26-07d6-4d64-9c87-9243d8346b55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c7ab9a26-07d6-4d64-9c87-9243d8346b55"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c7ab9a26-07d6-4d64-9c87-9243d8346b55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c7ab9a26-07d6-4d64-9c87-9243d8346b55"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7ab9a26-07d6-4d64-9c87-9243d8346b55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c7ab9a26-07d6-4d64-9c87-9243d8346b55"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-a343154a-cd26-4667-898f-862625f5c0d7 {
  margin-left: 80px;
margin-right: -80px;
padding-top: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a343154a-cd26-4667-898f-862625f5c0d7 {
  margin-left: 40px;
margin-right: -40px;
}
}@media (max-width: 767px){#s-a343154a-cd26-4667-898f-862625f5c0d7 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}
}






  #s-a343154a-cd26-4667-898f-862625f5c0d7 img.shogun-image {
    

    
    
    
  }


#s-a343154a-cd26-4667-898f-862625f5c0d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2d33c14-ae6e-4fc0-b4aa-847e8d55e7b8 {
  margin-top: 15%;
margin-left: 20%;
margin-bottom: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-f2d33c14-ae6e-4fc0-b4aa-847e8d55e7b8 {
  margin-top: 20px;
margin-left: 125px;
}
}
#s-c5489265-255d-442b-80f5-c3b49ef466b9 {
  margin-top: 10px;
}

#s-08d71a40-ed47-49cf-9a45-1340f470d7fc {
  margin-top: 20px;
margin-bottom: 50px;
padding-left: 13%;
padding-right: 13%;
}
@media (max-width: 767px){#s-08d71a40-ed47-49cf-9a45-1340f470d7fc {
  margin-top: 10px;
margin-bottom: 20px;
}
}
#s-cbd7b495-63b9-449a-9519-4d1a5c0990f8 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 208, 208, 1);
border-style: solid;
border-radius: 10px;
max-width: 90%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-cbd7b495-63b9-449a-9519-4d1a5c0990f8 {
  display: none;
}
#s-cbd7b495-63b9-449a-9519-4d1a5c0990f8, #wrap-s-cbd7b495-63b9-449a-9519-4d1a5c0990f8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cbd7b495-63b9-449a-9519-4d1a5c0990f8 {
  display: none;
}
#s-cbd7b495-63b9-449a-9519-4d1a5c0990f8, #wrap-s-cbd7b495-63b9-449a-9519-4d1a5c0990f8 { display: none !important; }}







#s-cbd7b495-63b9-449a-9519-4d1a5c0990f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbd7b495-63b9-449a-9519-4d1a5c0990f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0311b73b-2ef2-417e-bac4-5807ed054526"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0311b73b-2ef2-417e-bac4-5807ed054526"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0311b73b-2ef2-417e-bac4-5807ed054526"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0311b73b-2ef2-417e-bac4-5807ed054526"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0311b73b-2ef2-417e-bac4-5807ed054526"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0311b73b-2ef2-417e-bac4-5807ed054526"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0311b73b-2ef2-417e-bac4-5807ed054526"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-cab83ac4-809d-4a60-8915-260a69b87b89 {
  margin-left: 80px;
margin-right: -80px;
padding-top: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cab83ac4-809d-4a60-8915-260a69b87b89 {
  margin-left: 40px;
margin-right: -40px;
}
}@media (max-width: 767px){#s-cab83ac4-809d-4a60-8915-260a69b87b89 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
}
}






  #s-cab83ac4-809d-4a60-8915-260a69b87b89 img.shogun-image {
    

    
    
    
  }


#s-cab83ac4-809d-4a60-8915-260a69b87b89 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c154c64-5d66-49c0-974d-b0e306626cf1 {
  margin-top: 15%;
margin-left: 20%;
margin-bottom: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-7c154c64-5d66-49c0-974d-b0e306626cf1 {
  margin-top: 20px;
margin-left: 125px;
}
}
#s-04a213e8-3788-4ec1-8375-871fe1515ae4 {
  margin-top: 10px;
padding-left: 3%;
padding-right: 3%;
}

#s-264d2de4-fde3-4cbe-8bdc-94cb59072b9e {
  margin-top: 20px;
margin-bottom: 30px;
padding-left: 13%;
padding-right: 13%;
}
@media (max-width: 767px){#s-264d2de4-fde3-4cbe-8bdc-94cb59072b9e {
  margin-top: 10px;
margin-bottom: 20px;
}
}
#s-e48de8a7-b8a7-4fc2-a1e5-e2acf82079e9 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 208, 208, 1);
border-style: solid;
border-radius: 10px;
min-height: 0px;
max-width: 90%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e48de8a7-b8a7-4fc2-a1e5-e2acf82079e9 {
  display: none;
}
#s-e48de8a7-b8a7-4fc2-a1e5-e2acf82079e9, #wrap-s-e48de8a7-b8a7-4fc2-a1e5-e2acf82079e9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e48de8a7-b8a7-4fc2-a1e5-e2acf82079e9 {
  display: none;
}
#s-e48de8a7-b8a7-4fc2-a1e5-e2acf82079e9, #wrap-s-e48de8a7-b8a7-4fc2-a1e5-e2acf82079e9 { display: none !important; }}







#s-e48de8a7-b8a7-4fc2-a1e5-e2acf82079e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e48de8a7-b8a7-4fc2-a1e5-e2acf82079e9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-ef1f8aff-e2df-47d7-b9ab-326c5c3a171e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef1f8aff-e2df-47d7-b9ab-326c5c3a171e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef1f8aff-e2df-47d7-b9ab-326c5c3a171e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef1f8aff-e2df-47d7-b9ab-326c5c3a171e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef1f8aff-e2df-47d7-b9ab-326c5c3a171e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef1f8aff-e2df-47d7-b9ab-326c5c3a171e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ef1f8aff-e2df-47d7-b9ab-326c5c3a171e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b7480d4c-86d5-4fbd-b12c-e4145f809fe9 {
  margin-left: 80px;
margin-right: -80px;
padding-top: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b7480d4c-86d5-4fbd-b12c-e4145f809fe9 {
  margin-left: 40px;
margin-right: -40px;
}
}@media (max-width: 767px){#s-b7480d4c-86d5-4fbd-b12c-e4145f809fe9 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
}
}






  #s-b7480d4c-86d5-4fbd-b12c-e4145f809fe9 img.shogun-image {
    

    
    
    
  }


#s-b7480d4c-86d5-4fbd-b12c-e4145f809fe9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a10c4bcd-be9b-42e9-8ea9-7836210b7d34 {
  margin-top: 15%;
margin-left: 20%;
margin-bottom: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-a10c4bcd-be9b-42e9-8ea9-7836210b7d34 {
  margin-top: 20px;
margin-left: 125px;
}
}
#s-88367c55-75b3-4310-9a92-5b249629c99b {
  margin-top: 10px;
}

#s-38d34002-ebd7-414e-957f-094db7b033b3 {
  margin-top: 50px;
margin-bottom: 50px;
padding-left: 13%;
padding-right: 13%;
}
@media (max-width: 767px){#s-38d34002-ebd7-414e-957f-094db7b033b3 {
  margin-top: 10px;
margin-bottom: 20px;
}
}
#s-3b67028b-a591-4bdb-82e1-74e63fd2ede4 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-3b67028b-a591-4bdb-82e1-74e63fd2ede4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b67028b-a591-4bdb-82e1-74e63fd2ede4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b9e73b4-01b2-4930-ada8-a7afb934ef10 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b9e73b4-01b2-4930-ada8-a7afb934ef10 {
  max-width: 90%;
display: none;
}
#s-0b9e73b4-01b2-4930-ada8-a7afb934ef10, #wrap-s-0b9e73b4-01b2-4930-ada8-a7afb934ef10 { display: none !important; }}@media (max-width: 767px){#s-0b9e73b4-01b2-4930-ada8-a7afb934ef10 {
  display: none;
}
#s-0b9e73b4-01b2-4930-ada8-a7afb934ef10, #wrap-s-0b9e73b4-01b2-4930-ada8-a7afb934ef10 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0b9e73b4-01b2-4930-ada8-a7afb934ef10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b9e73b4-01b2-4930-ada8-a7afb934ef10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0b9e73b4-01b2-4930-ada8-a7afb934ef10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b9e73b4-01b2-4930-ada8-a7afb934ef10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-809cee9b-22d0-4a69-838f-faa28f703709 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-2e323fed-3cda-4d10-b483-e3be1a0d94bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e323fed-3cda-4d10-b483-e3be1a0d94bf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e323fed-3cda-4d10-b483-e3be1a0d94bf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2e323fed-3cda-4d10-b483-e3be1a0d94bf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e323fed-3cda-4d10-b483-e3be1a0d94bf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e323fed-3cda-4d10-b483-e3be1a0d94bf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2e323fed-3cda-4d10-b483-e3be1a0d94bf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-9c2cb32f-0e2a-483c-9b24-06f5b2a968ac {
  text-align: center;
}







  #s-9c2cb32f-0e2a-483c-9b24-06f5b2a968ac img.shogun-image {
    

    
    
    
  }


#s-9c2cb32f-0e2a-483c-9b24-06f5b2a968ac .shogun-image-content {
  
    align-items: center;
  
}

#s-2fc70506-9e11-4538-b6ef-518b8532adeb {
  margin-left: -20px;
}

#s-ab5dd4be-c2de-429b-ae79-7211404d7353 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-ab5dd4be-c2de-429b-ae79-7211404d7353"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab5dd4be-c2de-429b-ae79-7211404d7353"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab5dd4be-c2de-429b-ae79-7211404d7353"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ab5dd4be-c2de-429b-ae79-7211404d7353"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab5dd4be-c2de-429b-ae79-7211404d7353"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab5dd4be-c2de-429b-ae79-7211404d7353"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab5dd4be-c2de-429b-ae79-7211404d7353"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-6cdf3eaa-1421-4791-b59a-372152dee98b {
  text-align: center;
}







  #s-6cdf3eaa-1421-4791-b59a-372152dee98b img.shogun-image {
    

    
    
    
  }


#s-6cdf3eaa-1421-4791-b59a-372152dee98b .shogun-image-content {
  
    align-items: center;
  
}

#s-75927f37-bdeb-4182-8a56-59a5745a8b39 {
  margin-left: -20px;
}

#s-83f3db6f-313b-4bf2-91b4-53bc391a8947 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-83f3db6f-313b-4bf2-91b4-53bc391a8947"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83f3db6f-313b-4bf2-91b4-53bc391a8947"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83f3db6f-313b-4bf2-91b4-53bc391a8947"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-83f3db6f-313b-4bf2-91b4-53bc391a8947"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83f3db6f-313b-4bf2-91b4-53bc391a8947"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-83f3db6f-313b-4bf2-91b4-53bc391a8947"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-83f3db6f-313b-4bf2-91b4-53bc391a8947"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-c86f12fe-b785-4ab5-9669-e0820a540788 {
  text-align: center;
}







  #s-c86f12fe-b785-4ab5-9669-e0820a540788 img.shogun-image {
    

    
    
    
  }


#s-c86f12fe-b785-4ab5-9669-e0820a540788 .shogun-image-content {
  
    align-items: center;
  
}

#s-a06e6862-5185-43c8-9631-a72ed53227fe {
  margin-left: -20px;
}

#s-739406b5-8a69-4177-8db4-2156090e6029 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-739406b5-8a69-4177-8db4-2156090e6029"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-739406b5-8a69-4177-8db4-2156090e6029"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-739406b5-8a69-4177-8db4-2156090e6029"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-739406b5-8a69-4177-8db4-2156090e6029"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-739406b5-8a69-4177-8db4-2156090e6029"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-739406b5-8a69-4177-8db4-2156090e6029"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-739406b5-8a69-4177-8db4-2156090e6029"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-c4a4e5ed-924d-4e7b-b9f7-cf01df6e0907 {
  text-align: center;
}







  #s-c4a4e5ed-924d-4e7b-b9f7-cf01df6e0907 img.shogun-image {
    

    
    
    
  }


#s-c4a4e5ed-924d-4e7b-b9f7-cf01df6e0907 .shogun-image-content {
  
    align-items: center;
  
}

#s-66efa9a4-5e52-451c-9da1-34b4472bb851 {
  margin-left: -20px;
}

#s-0ee442ff-8053-47f2-b59c-5418f10c559f {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-0ee442ff-8053-47f2-b59c-5418f10c559f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ee442ff-8053-47f2-b59c-5418f10c559f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0ee442ff-8053-47f2-b59c-5418f10c559f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0ee442ff-8053-47f2-b59c-5418f10c559f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0ee442ff-8053-47f2-b59c-5418f10c559f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ee442ff-8053-47f2-b59c-5418f10c559f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0ee442ff-8053-47f2-b59c-5418f10c559f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-adee28a3-7f41-480b-969e-40c29fea374d {
  text-align: center;
}







  #s-adee28a3-7f41-480b-969e-40c29fea374d img.shogun-image {
    

    
    
    
  }


#s-adee28a3-7f41-480b-969e-40c29fea374d .shogun-image-content {
  
    align-items: center;
  
}

#s-91b681fe-c28b-4eec-9f7b-cc38d0b56ed4 {
  margin-left: -20px;
}

#s-bbe078aa-e7da-4a50-9d16-f1e32239e743 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-bbe078aa-e7da-4a50-9d16-f1e32239e743"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbe078aa-e7da-4a50-9d16-f1e32239e743"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bbe078aa-e7da-4a50-9d16-f1e32239e743"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bbe078aa-e7da-4a50-9d16-f1e32239e743"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bbe078aa-e7da-4a50-9d16-f1e32239e743"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbe078aa-e7da-4a50-9d16-f1e32239e743"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-bbe078aa-e7da-4a50-9d16-f1e32239e743"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-484ed139-6d7b-40c7-82c4-bc28bdc40f59 {
  text-align: center;
}







  #s-484ed139-6d7b-40c7-82c4-bc28bdc40f59 img.shogun-image {
    

    
    
    
  }


#s-484ed139-6d7b-40c7-82c4-bc28bdc40f59 .shogun-image-content {
  
    align-items: center;
  
}

#s-1c33f5c7-1670-4c22-b160-31388993e354 {
  margin-left: -20px;
}

#s-abe22dae-2f81-4b7a-8828-05e30c277256 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-abe22dae-2f81-4b7a-8828-05e30c277256"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abe22dae-2f81-4b7a-8828-05e30c277256"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-abe22dae-2f81-4b7a-8828-05e30c277256"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-abe22dae-2f81-4b7a-8828-05e30c277256"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-abe22dae-2f81-4b7a-8828-05e30c277256"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-abe22dae-2f81-4b7a-8828-05e30c277256"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-abe22dae-2f81-4b7a-8828-05e30c277256"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-ca879aff-6c6a-4459-99a5-ca8f1e52d11b {
  text-align: center;
}







  #s-ca879aff-6c6a-4459-99a5-ca8f1e52d11b img.shogun-image {
    

    
    
    
  }


#s-ca879aff-6c6a-4459-99a5-ca8f1e52d11b .shogun-image-content {
  
    align-items: center;
  
}

#s-3194dd43-0d39-4e4c-b48e-d0c89bb9a809 {
  margin-left: -20px;
}

#s-cd7ee7a0-cf4f-4545-80bd-b77f0cfd9b8d {
  max-width: 750px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-cd7ee7a0-cf4f-4545-80bd-b77f0cfd9b8d {
  max-width: 100%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cd7ee7a0-cf4f-4545-80bd-b77f0cfd9b8d {
  margin-top: 350px;
}
}






  #s-cd7ee7a0-cf4f-4545-80bd-b77f0cfd9b8d img.shogun-image {
    

    
    
    
  }


#s-cd7ee7a0-cf4f-4545-80bd-b77f0cfd9b8d .shogun-image-content {
  
    align-items: center;
  
}

#s-4e6bf33c-3973-400d-b023-31de85339623 {
  text-align: left;
}

#s-b860d2c2-f843-4cc0-b9bf-322cdac13071 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 82%;
}








#s-b860d2c2-f843-4cc0-b9bf-322cdac13071 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b860d2c2-f843-4cc0-b9bf-322cdac13071.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55868568-04e5-432b-a26a-07732e8176b6 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 500px;
background-position: center center;
}








#s-55868568-04e5-432b-a26a-07732e8176b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55868568-04e5-432b-a26a-07732e8176b6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d2e7dbfd-d62d-463d-97f2-d98deb35b7ab {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d2e7dbfd-d62d-463d-97f2-d98deb35b7ab {
  display: none;
}
#s-d2e7dbfd-d62d-463d-97f2-d98deb35b7ab, #wrap-s-d2e7dbfd-d62d-463d-97f2-d98deb35b7ab { display: none !important; }}@media (max-width: 767px){#s-d2e7dbfd-d62d-463d-97f2-d98deb35b7ab {
  display: none;
}
#s-d2e7dbfd-d62d-463d-97f2-d98deb35b7ab, #wrap-s-d2e7dbfd-d62d-463d-97f2-d98deb35b7ab { display: none !important; }}
@media (min-width: 0px) {
[id="s-d2e7dbfd-d62d-463d-97f2-d98deb35b7ab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d2e7dbfd-d62d-463d-97f2-d98deb35b7ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d2e7dbfd-d62d-463d-97f2-d98deb35b7ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d2e7dbfd-d62d-463d-97f2-d98deb35b7ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9afae8f4-5fee-4aec-bba3-3195402cbe6d {
  margin-top: 75px;
margin-bottom: 75px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-9afae8f4-5fee-4aec-bba3-3195402cbe6d {
  min-height: 707px;
}
}







#s-9afae8f4-5fee-4aec-bba3-3195402cbe6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9afae8f4-5fee-4aec-bba3-3195402cbe6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cae4ccd6-d0c5-424d-a6a0-05f66af358be {
  text-align: left;
}







  #s-cae4ccd6-d0c5-424d-a6a0-05f66af358be img.shogun-image {
    

    
    
    
  }


#s-cae4ccd6-d0c5-424d-a6a0-05f66af358be .shogun-image-content {
  
    align-items: center;
  
}

#s-43bbde2c-6559-4424-b8b2-c45128c0e81a {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-5cefc4ce-31de-4e06-87fc-83b7221ec5e8 {
  margin-top: 75px;
margin-left: 0px;
margin-bottom: 75px;
margin-right: 0px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-5cefc4ce-31de-4e06-87fc-83b7221ec5e8 {
  min-height: 707px;
}
}







#s-5cefc4ce-31de-4e06-87fc-83b7221ec5e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cefc4ce-31de-4e06-87fc-83b7221ec5e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65f7dd17-fc8b-43ba-950e-ec68e3c39192 {
  text-align: left;
}







  #s-65f7dd17-fc8b-43ba-950e-ec68e3c39192 img.shogun-image {
    

    
    
    
  }


#s-65f7dd17-fc8b-43ba-950e-ec68e3c39192 .shogun-image-content {
  
    align-items: center;
  
}

#s-86092956-cc0e-40be-9977-f6cd71e899c0 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-39254339-ad28-4630-90f9-2eeaba4bb4ce {
  text-align: left;
}

#s-ea8eb4fe-b5fb-446f-8373-5582e4d6f96f {
  margin-top: 75px;
margin-bottom: 75px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-ea8eb4fe-b5fb-446f-8373-5582e4d6f96f {
  min-height: 707px;
}
}







#s-ea8eb4fe-b5fb-446f-8373-5582e4d6f96f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea8eb4fe-b5fb-446f-8373-5582e4d6f96f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9450c44d-b88a-40c7-ad5f-f6e358f4a931 {
  text-align: left;
}







  #s-9450c44d-b88a-40c7-ad5f-f6e358f4a931 img.shogun-image {
    

    
    
    
  }


#s-9450c44d-b88a-40c7-ad5f-f6e358f4a931 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c2a94a5-069c-469a-abcd-de1dec450cfa {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-aef62005-f120-45ee-acb6-ffced830f339 {
  text-align: left;
}

#s-93306141-6903-4e90-b53f-ab11f4047861 {
  margin-top: 75px;
margin-bottom: 75px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-93306141-6903-4e90-b53f-ab11f4047861 {
  min-height: 707px;
}
}







#s-93306141-6903-4e90-b53f-ab11f4047861 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93306141-6903-4e90-b53f-ab11f4047861.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ae46d60-9099-4dd6-a8a7-888a79d8aa53 {
  text-align: left;
}







  #s-6ae46d60-9099-4dd6-a8a7-888a79d8aa53 img.shogun-image {
    

    
    
    
  }


#s-6ae46d60-9099-4dd6-a8a7-888a79d8aa53 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e5c32c6-b044-4c66-9b7e-486de0da371d {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-9c6f093f-7de7-478c-9434-e0825ea5b7cc {
  text-align: left;
}

#s-806947e5-3439-4505-be7a-d6e478ff5724 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
min-height: 50px;
max-width: 90%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-806947e5-3439-4505-be7a-d6e478ff5724 {
  display: none;
}
#s-806947e5-3439-4505-be7a-d6e478ff5724, #wrap-s-806947e5-3439-4505-be7a-d6e478ff5724 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-806947e5-3439-4505-be7a-d6e478ff5724 {
  display: none;
}
#s-806947e5-3439-4505-be7a-d6e478ff5724, #wrap-s-806947e5-3439-4505-be7a-d6e478ff5724 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-806947e5-3439-4505-be7a-d6e478ff5724 {
  padding-bottom: 40px;
}
}@media (max-width: 767px){#s-806947e5-3439-4505-be7a-d6e478ff5724 {
  margin-top: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-806947e5-3439-4505-be7a-d6e478ff5724 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-806947e5-3439-4505-be7a-d6e478ff5724.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-be19a101-bd07-4e72-b29d-99cd0c061e49 {
  text-align: left;
}







  #s-be19a101-bd07-4e72-b29d-99cd0c061e49 img.shogun-image {
    

    
    
    
  }


#s-be19a101-bd07-4e72-b29d-99cd0c061e49 .shogun-image-content {
  
    align-items: center;
  
}

#s-6eff014b-dd1f-462b-a02a-b7f3072fa125 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-ac8ee46f-6542-4e6e-940d-e848b7cc205d {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
max-width: 90%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ac8ee46f-6542-4e6e-940d-e848b7cc205d {
  display: none;
}
#s-ac8ee46f-6542-4e6e-940d-e848b7cc205d, #wrap-s-ac8ee46f-6542-4e6e-940d-e848b7cc205d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac8ee46f-6542-4e6e-940d-e848b7cc205d {
  display: none;
}
#s-ac8ee46f-6542-4e6e-940d-e848b7cc205d, #wrap-s-ac8ee46f-6542-4e6e-940d-e848b7cc205d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac8ee46f-6542-4e6e-940d-e848b7cc205d {
  
}
}@media (max-width: 767px){#s-ac8ee46f-6542-4e6e-940d-e848b7cc205d {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-ac8ee46f-6542-4e6e-940d-e848b7cc205d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac8ee46f-6542-4e6e-940d-e848b7cc205d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f90f2d9b-3094-4da4-94a9-13f913225a08 {
  text-align: left;
}







  #s-f90f2d9b-3094-4da4-94a9-13f913225a08 img.shogun-image {
    

    
    
    
  }


#s-f90f2d9b-3094-4da4-94a9-13f913225a08 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7a13e81-51f1-49ec-b23d-4a9d4abc84be {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-21c31f62-2368-40db-90a3-fb2ea7eccba7 {
  text-align: left;
}

#s-463603f2-2247-41f7-9353-62d258b7dfbc {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
min-height: 50px;
max-width: 90%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-463603f2-2247-41f7-9353-62d258b7dfbc {
  display: none;
}
#s-463603f2-2247-41f7-9353-62d258b7dfbc, #wrap-s-463603f2-2247-41f7-9353-62d258b7dfbc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-463603f2-2247-41f7-9353-62d258b7dfbc {
  display: none;
}
#s-463603f2-2247-41f7-9353-62d258b7dfbc, #wrap-s-463603f2-2247-41f7-9353-62d258b7dfbc { display: none !important; }}@media (max-width: 767px){#s-463603f2-2247-41f7-9353-62d258b7dfbc {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-463603f2-2247-41f7-9353-62d258b7dfbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-463603f2-2247-41f7-9353-62d258b7dfbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-972ba7cd-6424-4eb5-b803-8355a682a307 {
  text-align: left;
}







  #s-972ba7cd-6424-4eb5-b803-8355a682a307 img.shogun-image {
    

    
    
    
  }


#s-972ba7cd-6424-4eb5-b803-8355a682a307 .shogun-image-content {
  
    align-items: center;
  
}

#s-34ec53d0-7a74-4b45-b67c-49ab20251ada {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-5a81c1f5-5a82-4990-8efe-dc6a6840b50d {
  text-align: left;
}

#s-82a7197a-dd4e-4fec-9422-a92b86b816af {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
min-height: 50px;
max-width: 90%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-82a7197a-dd4e-4fec-9422-a92b86b816af {
  display: none;
}
#s-82a7197a-dd4e-4fec-9422-a92b86b816af, #wrap-s-82a7197a-dd4e-4fec-9422-a92b86b816af { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-82a7197a-dd4e-4fec-9422-a92b86b816af {
  display: none;
}
#s-82a7197a-dd4e-4fec-9422-a92b86b816af, #wrap-s-82a7197a-dd4e-4fec-9422-a92b86b816af { display: none !important; }}@media (max-width: 767px){#s-82a7197a-dd4e-4fec-9422-a92b86b816af {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-82a7197a-dd4e-4fec-9422-a92b86b816af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82a7197a-dd4e-4fec-9422-a92b86b816af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc64d09c-788a-4a11-ae0d-4dfcddaf299e {
  text-align: left;
}







  #s-bc64d09c-788a-4a11-ae0d-4dfcddaf299e img.shogun-image {
    

    
    
    
  }


#s-bc64d09c-788a-4a11-ae0d-4dfcddaf299e .shogun-image-content {
  
    align-items: center;
  
}

#s-bc452f90-badd-435e-bc0b-5c7b57c418c4 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-01362a3c-dbc6-490e-9369-f369c78e03a5 {
  text-align: left;
}

#s-07fb0770-45a7-444f-a8c8-40a334bf8fbf {
  margin-top: 75px;
margin-left: auto;
margin-bottom: 75px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-07fb0770-45a7-444f-a8c8-40a334bf8fbf {
  display: none;
}
#s-07fb0770-45a7-444f-a8c8-40a334bf8fbf, #wrap-s-07fb0770-45a7-444f-a8c8-40a334bf8fbf { display: none !important; }}@media (max-width: 767px){#s-07fb0770-45a7-444f-a8c8-40a334bf8fbf {
  display: none;
}
#s-07fb0770-45a7-444f-a8c8-40a334bf8fbf, #wrap-s-07fb0770-45a7-444f-a8c8-40a334bf8fbf { display: none !important; }}
#s-2c72b803-30cf-418f-bff0-a2a7c7dc80c2 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
}
@media (min-width: 1200px){#s-2c72b803-30cf-418f-bff0-a2a7c7dc80c2 {
  display: none;
}
#s-2c72b803-30cf-418f-bff0-a2a7c7dc80c2, #wrap-s-2c72b803-30cf-418f-bff0-a2a7c7dc80c2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2c72b803-30cf-418f-bff0-a2a7c7dc80c2 {
  display: none;
}
#s-2c72b803-30cf-418f-bff0-a2a7c7dc80c2, #wrap-s-2c72b803-30cf-418f-bff0-a2a7c7dc80c2 { display: none !important; }}@media (max-width: 767px){#s-2c72b803-30cf-418f-bff0-a2a7c7dc80c2 {
  margin-top: 30px;
margin-bottom: 10px;
}
}
#s-c9d17524-6a51-4504-a275-a31b1c15f174 {
  text-align: left;
}

#s-5b0504ad-0650-410d-95e2-dfcb5752bc70 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5b0504ad-0650-410d-95e2-dfcb5752bc70 {
  display: none;
}
#s-5b0504ad-0650-410d-95e2-dfcb5752bc70, #wrap-s-5b0504ad-0650-410d-95e2-dfcb5752bc70 { display: none !important; }}@media (max-width: 767px){#s-5b0504ad-0650-410d-95e2-dfcb5752bc70 {
  display: none;
}
#s-5b0504ad-0650-410d-95e2-dfcb5752bc70, #wrap-s-5b0504ad-0650-410d-95e2-dfcb5752bc70 { display: none !important; }}
#s-0e3dca8c-a305-4890-950b-56da232bac4a {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 1200px){#s-0e3dca8c-a305-4890-950b-56da232bac4a {
  display: none;
}
#s-0e3dca8c-a305-4890-950b-56da232bac4a, #wrap-s-0e3dca8c-a305-4890-950b-56da232bac4a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e3dca8c-a305-4890-950b-56da232bac4a {
  display: none;
}
#s-0e3dca8c-a305-4890-950b-56da232bac4a, #wrap-s-0e3dca8c-a305-4890-950b-56da232bac4a { display: none !important; }}@media (max-width: 767px){#s-0e3dca8c-a305-4890-950b-56da232bac4a {
  margin-top: 40px;
margin-bottom: 40px;
}
}
#s-8411934f-b0a4-43ec-8b04-7d2bb332e4dd {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
}

#s-4f15755e-1a4f-4b89-9080-432c5f4be0f7 {
  margin-top: 80px;
margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f15755e-1a4f-4b89-9080-432c5f4be0f7 {
  display: none;
}
#s-4f15755e-1a4f-4b89-9080-432c5f4be0f7, #wrap-s-4f15755e-1a4f-4b89-9080-432c5f4be0f7 { display: none !important; }}@media (max-width: 767px){#s-4f15755e-1a4f-4b89-9080-432c5f4be0f7 {
  display: none;
}
#s-4f15755e-1a4f-4b89-9080-432c5f4be0f7, #wrap-s-4f15755e-1a4f-4b89-9080-432c5f4be0f7 { display: none !important; }}
#s-c213d7c1-8592-4dc5-9923-59835cc2c3f1 {
  margin-top: 80px;
margin-bottom: 80px;
}
@media (min-width: 1200px){#s-c213d7c1-8592-4dc5-9923-59835cc2c3f1 {
  display: none;
}
#s-c213d7c1-8592-4dc5-9923-59835cc2c3f1, #wrap-s-c213d7c1-8592-4dc5-9923-59835cc2c3f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c213d7c1-8592-4dc5-9923-59835cc2c3f1 {
  display: none;
}
#s-c213d7c1-8592-4dc5-9923-59835cc2c3f1, #wrap-s-c213d7c1-8592-4dc5-9923-59835cc2c3f1 { display: none !important; }}@media (max-width: 767px){#s-c213d7c1-8592-4dc5-9923-59835cc2c3f1 {
  margin-top: 40px;
margin-bottom: 40px;
}
}
#s-818330c0-674b-4891-a8e6-3d6712e4e9e6 {
  margin-top: -42px;
margin-bottom: -42px;
max-width: 1440px;
}
@media (min-width: 1200px){#s-818330c0-674b-4891-a8e6-3d6712e4e9e6 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-818330c0-674b-4891-a8e6-3d6712e4e9e6 {
  margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 0px) {
[id="s-818330c0-674b-4891-a8e6-3d6712e4e9e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-818330c0-674b-4891-a8e6-3d6712e4e9e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-818330c0-674b-4891-a8e6-3d6712e4e9e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-818330c0-674b-4891-a8e6-3d6712e4e9e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-9854f421-cb88-4917-a5ff-a0aad59101dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9854f421-cb88-4917-a5ff-a0aad59101dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9854f421-cb88-4917-a5ff-a0aad59101dc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9854f421-cb88-4917-a5ff-a0aad59101dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9854f421-cb88-4917-a5ff-a0aad59101dc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9854f421-cb88-4917-a5ff-a0aad59101dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9854f421-cb88-4917-a5ff-a0aad59101dc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-2510104b-6eb7-4008-9f6a-19051e465ff6 {
  text-align: center;
}
@media (max-width: 767px){#s-2510104b-6eb7-4008-9f6a-19051e465ff6 {
  text-align: left;
}
}






  #s-2510104b-6eb7-4008-9f6a-19051e465ff6 img.shogun-image {
    

    
    
    
  }


#s-2510104b-6eb7-4008-9f6a-19051e465ff6 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-e3ecabbe-5058-4ec7-b559-de050194c8d6 {
  margin-bottom: 40px;
}
}
#s-3cbe68dd-b1f8-4e2b-b7d6-8abb14d622c9 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-3cbe68dd-b1f8-4e2b-b7d6-8abb14d622c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3cbe68dd-b1f8-4e2b-b7d6-8abb14d622c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3cbe68dd-b1f8-4e2b-b7d6-8abb14d622c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3cbe68dd-b1f8-4e2b-b7d6-8abb14d622c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3cbe68dd-b1f8-4e2b-b7d6-8abb14d622c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cbe68dd-b1f8-4e2b-b7d6-8abb14d622c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3cbe68dd-b1f8-4e2b-b7d6-8abb14d622c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-1531d4f8-fb8d-4161-999e-ae3bd6d24556 {
  text-align: center;
}
@media (max-width: 767px){#s-1531d4f8-fb8d-4161-999e-ae3bd6d24556 {
  text-align: left;
}
}






  #s-1531d4f8-fb8d-4161-999e-ae3bd6d24556 img.shogun-image {
    

    
    
    
  }


#s-1531d4f8-fb8d-4161-999e-ae3bd6d24556 .shogun-image-content {
  
    align-items: center;
  
}

#s-af29dc59-f0aa-4eab-acbe-b7d3a4fe6625 {
  margin-top: 0px;
margin-bottom: 120px;
}
@media (max-width: 767px){#s-af29dc59-f0aa-4eab-acbe-b7d3a4fe6625 {
  margin-bottom: 60px;
}
}
#s-2167074d-2ef3-4ddc-818d-637ba9dcc568 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-2167074d-2ef3-4ddc-818d-637ba9dcc568 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2167074d-2ef3-4ddc-818d-637ba9dcc568.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4df97da-5bab-414c-941e-40760213b759 {
  margin-top: 100px;
margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a4df97da-5bab-414c-941e-40760213b759 {
  display: none;
}
#s-a4df97da-5bab-414c-941e-40760213b759, #wrap-s-a4df97da-5bab-414c-941e-40760213b759 { display: none !important; }}@media (max-width: 767px){#s-a4df97da-5bab-414c-941e-40760213b759 {
  display: none;
}
#s-a4df97da-5bab-414c-941e-40760213b759, #wrap-s-a4df97da-5bab-414c-941e-40760213b759 { display: none !important; }}
#s-2e54d5e9-ba2c-46d5-9f7d-d8dd4011eb03 {
  margin-top: 120px;
margin-bottom: 120px;
}
@media (min-width: 1200px){#s-2e54d5e9-ba2c-46d5-9f7d-d8dd4011eb03 {
  display: none;
}
#s-2e54d5e9-ba2c-46d5-9f7d-d8dd4011eb03, #wrap-s-2e54d5e9-ba2c-46d5-9f7d-d8dd4011eb03 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e54d5e9-ba2c-46d5-9f7d-d8dd4011eb03 {
  display: none;
}
#s-2e54d5e9-ba2c-46d5-9f7d-d8dd4011eb03, #wrap-s-2e54d5e9-ba2c-46d5-9f7d-d8dd4011eb03 { display: none !important; }}@media (max-width: 767px){#s-2e54d5e9-ba2c-46d5-9f7d-d8dd4011eb03 {
  margin-top: 50px;
margin-bottom: 50px;
}
}
#s-9747966e-6de5-4b7a-bba3-b5d338be3946 {
  margin-left: auto;
margin-bottom: 120px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 82%;
}
@media (min-width: 768px) and (max-width: 991px){#s-9747966e-6de5-4b7a-bba3-b5d338be3946 {
  display: none;
}
#s-9747966e-6de5-4b7a-bba3-b5d338be3946, #wrap-s-9747966e-6de5-4b7a-bba3-b5d338be3946 { display: none !important; }}@media (max-width: 767px){#s-9747966e-6de5-4b7a-bba3-b5d338be3946 {
  display: none;
}
#s-9747966e-6de5-4b7a-bba3-b5d338be3946, #wrap-s-9747966e-6de5-4b7a-bba3-b5d338be3946 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9747966e-6de5-4b7a-bba3-b5d338be3946"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9747966e-6de5-4b7a-bba3-b5d338be3946"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9747966e-6de5-4b7a-bba3-b5d338be3946"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9747966e-6de5-4b7a-bba3-b5d338be3946"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5659f74e-2251-4bfa-b638-40cd04756950 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5659f74e-2251-4bfa-b638-40cd04756950 {
  margin-top: 180px;
}
}






  #s-5659f74e-2251-4bfa-b638-40cd04756950 img.shogun-image {
    

    
    
    
  }


#s-5659f74e-2251-4bfa-b638-40cd04756950 .shogun-image-content {
  
    align-items: center;
  
}

#s-ada7c033-288e-445d-8569-20c008b5924e {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
}

#s-27f61f00-8c97-41d3-bab6-8b7b28a26652 {
  margin-top: 20px;
padding-left: 2%;
padding-right: 2%;
}

#s-7e6f14ac-2df7-4577-b0eb-50807a31d753 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}
@media (min-width: 1200px){#s-7e6f14ac-2df7-4577-b0eb-50807a31d753 {
  display: none;
}
#s-7e6f14ac-2df7-4577-b0eb-50807a31d753, #wrap-s-7e6f14ac-2df7-4577-b0eb-50807a31d753 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e6f14ac-2df7-4577-b0eb-50807a31d753 {
  display: none;
}
#s-7e6f14ac-2df7-4577-b0eb-50807a31d753, #wrap-s-7e6f14ac-2df7-4577-b0eb-50807a31d753 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e6f14ac-2df7-4577-b0eb-50807a31d753 {
  margin-top: 180px;
}
}






  #s-7e6f14ac-2df7-4577-b0eb-50807a31d753 img.shogun-image {
    

    
    
    
  }


#s-7e6f14ac-2df7-4577-b0eb-50807a31d753 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ac22169-a75d-4258-ab2d-72d36e30a863 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 90%;
}
@media (min-width: 1200px){#s-5ac22169-a75d-4258-ab2d-72d36e30a863 {
  display: none;
}
#s-5ac22169-a75d-4258-ab2d-72d36e30a863, #wrap-s-5ac22169-a75d-4258-ab2d-72d36e30a863 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ac22169-a75d-4258-ab2d-72d36e30a863 {
  display: none;
}
#s-5ac22169-a75d-4258-ab2d-72d36e30a863, #wrap-s-5ac22169-a75d-4258-ab2d-72d36e30a863 { display: none !important; }}
#s-3f1d3835-ac84-47f7-9f72-761ce81c24a8 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
max-width: 90%;
}
@media (min-width: 1200px){#s-3f1d3835-ac84-47f7-9f72-761ce81c24a8 {
  display: none;
}
#s-3f1d3835-ac84-47f7-9f72-761ce81c24a8, #wrap-s-3f1d3835-ac84-47f7-9f72-761ce81c24a8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f1d3835-ac84-47f7-9f72-761ce81c24a8 {
  display: none;
}
#s-3f1d3835-ac84-47f7-9f72-761ce81c24a8, #wrap-s-3f1d3835-ac84-47f7-9f72-761ce81c24a8 { display: none !important; }}
#s-8db09c11-7293-4fee-84f9-f9133cdfa8d5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-8db09c11-7293-4fee-84f9-f9133cdfa8d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8db09c11-7293-4fee-84f9-f9133cdfa8d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82ba2e0a-b7a1-45cc-917c-f38a33693b40 {
  margin-top: 100px;
margin-bottom: 100px;
}
@media (max-width: 767px){#s-82ba2e0a-b7a1-45cc-917c-f38a33693b40 {
  margin-top: 25px;
margin-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
}
}
#s-da5265d1-5b5b-472d-b24e-7d116174eb79 {
  margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
max-width: 82%;
}
@media (min-width: 768px) and (max-width: 991px){#s-da5265d1-5b5b-472d-b24e-7d116174eb79 {
  display: none;
}
#s-da5265d1-5b5b-472d-b24e-7d116174eb79, #wrap-s-da5265d1-5b5b-472d-b24e-7d116174eb79 { display: none !important; }}@media (max-width: 767px){#s-da5265d1-5b5b-472d-b24e-7d116174eb79 {
  display: none;
}
#s-da5265d1-5b5b-472d-b24e-7d116174eb79, #wrap-s-da5265d1-5b5b-472d-b24e-7d116174eb79 { display: none !important; }}
@media (min-width: 0px) {
[id="s-da5265d1-5b5b-472d-b24e-7d116174eb79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da5265d1-5b5b-472d-b24e-7d116174eb79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da5265d1-5b5b-472d-b24e-7d116174eb79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da5265d1-5b5b-472d-b24e-7d116174eb79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7993e14a-3491-4df3-b867-0d1101d2afb5 {
  padding-left: 10%;
padding-right: 10%;
}

#s-c91d21df-7f1d-4739-92c4-3ef4f5e257e0 {
  margin-top: 25px;
padding-left: 10%;
padding-right: 10%;
}

#s-da985fb8-6ba0-400f-b549-59d7854a5f5e {
  margin-top: 60px;
margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-da985fb8-6ba0-400f-b549-59d7854a5f5e {
  margin-top: 180px;
}
}






  #s-da985fb8-6ba0-400f-b549-59d7854a5f5e img.shogun-image {
    

    
    
    
  }


#s-da985fb8-6ba0-400f-b549-59d7854a5f5e .shogun-image-content {
  
    align-items: center;
  
}

#s-dc6c069a-7c63-424d-ad7c-318b5b7e3205 {
  margin-top: 10px;
text-align: center;
}







  #s-dc6c069a-7c63-424d-ad7c-318b5b7e3205 img.shogun-image {
    

    
    
    
  }


#s-dc6c069a-7c63-424d-ad7c-318b5b7e3205 .shogun-image-content {
  
    align-items: center;
  
}

#s-97a6171b-f37c-4a3c-9106-b1bfa9eb440c {
  margin-top: 60px;
margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}
@media (min-width: 1200px){#s-97a6171b-f37c-4a3c-9106-b1bfa9eb440c {
  display: none;
}
#s-97a6171b-f37c-4a3c-9106-b1bfa9eb440c, #wrap-s-97a6171b-f37c-4a3c-9106-b1bfa9eb440c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-97a6171b-f37c-4a3c-9106-b1bfa9eb440c {
  display: none;
}
#s-97a6171b-f37c-4a3c-9106-b1bfa9eb440c, #wrap-s-97a6171b-f37c-4a3c-9106-b1bfa9eb440c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-97a6171b-f37c-4a3c-9106-b1bfa9eb440c {
  margin-top: 180px;
}
}@media (max-width: 767px){#s-97a6171b-f37c-4a3c-9106-b1bfa9eb440c {
  margin-top: 20px;
}
}






  #s-97a6171b-f37c-4a3c-9106-b1bfa9eb440c img.shogun-image {
    

    
    
    
  }


#s-97a6171b-f37c-4a3c-9106-b1bfa9eb440c .shogun-image-content {
  
    align-items: center;
  
}

#s-8a48d2f9-6863-499c-988c-0518671c7a51 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 90%;
text-align: center;
}
@media (min-width: 1200px){#s-8a48d2f9-6863-499c-988c-0518671c7a51 {
  display: none;
}
#s-8a48d2f9-6863-499c-988c-0518671c7a51, #wrap-s-8a48d2f9-6863-499c-988c-0518671c7a51 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a48d2f9-6863-499c-988c-0518671c7a51 {
  display: none;
}
#s-8a48d2f9-6863-499c-988c-0518671c7a51, #wrap-s-8a48d2f9-6863-499c-988c-0518671c7a51 { display: none !important; }}






  #s-8a48d2f9-6863-499c-988c-0518671c7a51 img.shogun-image {
    

    
    
    
  }


#s-8a48d2f9-6863-499c-988c-0518671c7a51 .shogun-image-content {
  
    align-items: center;
  
}

#s-0546d398-8cca-436c-8562-a5edfde53d21 {
  padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-0546d398-8cca-436c-8562-a5edfde53d21 {
  display: none;
}
#s-0546d398-8cca-436c-8562-a5edfde53d21, #wrap-s-0546d398-8cca-436c-8562-a5edfde53d21 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0546d398-8cca-436c-8562-a5edfde53d21 {
  display: none;
}
#s-0546d398-8cca-436c-8562-a5edfde53d21, #wrap-s-0546d398-8cca-436c-8562-a5edfde53d21 { display: none !important; }}
#s-8f71b488-a5ee-407d-9107-db01a1eb69da {
  margin-top: 25px;
margin-bottom: 40px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-8f71b488-a5ee-407d-9107-db01a1eb69da {
  display: none;
}
#s-8f71b488-a5ee-407d-9107-db01a1eb69da, #wrap-s-8f71b488-a5ee-407d-9107-db01a1eb69da { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f71b488-a5ee-407d-9107-db01a1eb69da {
  display: none;
}
#s-8f71b488-a5ee-407d-9107-db01a1eb69da, #wrap-s-8f71b488-a5ee-407d-9107-db01a1eb69da { display: none !important; }}
#s-a6d6462b-8a10-422b-9042-d05562bfd94d {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-a6d6462b-8a10-422b-9042-d05562bfd94d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6d6462b-8a10-422b-9042-d05562bfd94d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58921ae5-dffa-4910-ba9f-5cc264a13edf {
  margin-top: 100px;
margin-bottom: 100px;
}
@media (max-width: 767px){#s-58921ae5-dffa-4910-ba9f-5cc264a13edf {
  margin-top: 50px;
margin-bottom: 50px;
}
}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-90de3de1-272f-41cb-84f1-b10bc26782ba {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 768px) and (max-width: 991px){#s-90de3de1-272f-41cb-84f1-b10bc26782ba {
  max-width: 90%;
}
}@media (max-width: 767px){#s-90de3de1-272f-41cb-84f1-b10bc26782ba {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
max-width: 90%;
}
}
#s-90de3de1-272f-41cb-84f1-b10bc26782ba > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-90de3de1-272f-41cb-84f1-b10bc26782ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-90de3de1-272f-41cb-84f1-b10bc26782ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-90de3de1-272f-41cb-84f1-b10bc26782ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-90de3de1-272f-41cb-84f1-b10bc26782ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Kanit;
  font-weight: ;
  font-style: ;
  font-size: 28px;
}

#s-90de3de1-272f-41cb-84f1-b10bc26782ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 28px;
}
#s-efc8292d-fa77-4f44-a2cb-8b0dd93cdb5c {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-eb349443-1ccf-471c-b0c0-0305b2a83abd {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-ed277f24-ae56-486f-8965-0c4888d6b670 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-41938e49-42c8-4402-881a-03a38a6f4edd {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-aebd5465-39c2-4b5b-8b11-096d1556b917 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-8657f795-e528-47c0-a063-66bf6f8f6861 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-dc8e848a-7cf8-4667-995f-1d25aa154bda {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-88a4c836-a1a3-4859-b62d-eb70f58e5c02 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-728b045f-a029-4489-9032-2a3fdd9c725a {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-883b59a5-c241-494b-b812-2bf1ca353326 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-829047eb-072c-4e48-880f-c1abf43d59c3 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

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

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.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:#000;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;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}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
