.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-5e8b0b84-3e1a-42c7-90a9-532648d1984e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-5e8b0b84-3e1a-42c7-90a9-532648d1984e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e8b0b84-3e1a-42c7-90a9-532648d1984e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e8b0b84-3e1a-42c7-90a9-532648d1984e {
  
}
}@media (max-width: 767px){#s-5e8b0b84-3e1a-42c7-90a9-532648d1984e {
  
}
}







#s-5e8b0b84-3e1a-42c7-90a9-532648d1984e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e8b0b84-3e1a-42c7-90a9-532648d1984e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-b3079985-6a30-4264-a73e-0a2da753068a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-b3079985-6a30-4264-a73e-0a2da753068a {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-b3079985-6a30-4264-a73e-0a2da753068a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-b3079985-6a30-4264-a73e-0a2da753068a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b3079985-6a30-4264-a73e-0a2da753068a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3079985-6a30-4264-a73e-0a2da753068a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-3e01ff28-cfdc-4cf1-b61e-dd98f8dd54ac {
  min-height: 50px;
}








#s-3e01ff28-cfdc-4cf1-b61e-dd98f8dd54ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e01ff28-cfdc-4cf1-b61e-dd98f8dd54ac {
  cursor: pointer;
}#s-3e01ff28-cfdc-4cf1-b61e-dd98f8dd54ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-9b068b79-b890-4b26-b8c3-ae3b20e4daf5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 92, 38, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 92, 38, 1);
}
#s-9b068b79-b890-4b26-b8c3-ae3b20e4daf5:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}#s-9b068b79-b890-4b26-b8c3-ae3b20e4daf5:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}

  #s-9b068b79-b890-4b26-b8c3-ae3b20e4daf5-root {
    text-align: center;
  }


#s-9b068b79-b890-4b26-b8c3-ae3b20e4daf5.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9b068b79-b890-4b26-b8c3-ae3b20e4daf5-root {
    text-align: center;
  }


#s-9b068b79-b890-4b26-b8c3-ae3b20e4daf5.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b068b79-b890-4b26-b8c3-ae3b20e4daf5-root {
    text-align: center;
  }


#s-9b068b79-b890-4b26-b8c3-ae3b20e4daf5.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b068b79-b890-4b26-b8c3-ae3b20e4daf5-root {
    text-align: center;
  }


#s-9b068b79-b890-4b26-b8c3-ae3b20e4daf5.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9b068b79-b890-4b26-b8c3-ae3b20e4daf5-root {
    text-align: center;
  }


#s-9b068b79-b890-4b26-b8c3-ae3b20e4daf5.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-9b068b79-b890-4b26-b8c3-ae3b20e4daf5-root {
    text-align: center;
  }


#s-9b068b79-b890-4b26-b8c3-ae3b20e4daf5.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-06d9e231-68d9-4df2-be72-0ccada32d7bb {
  min-height: 50px;
}








#s-06d9e231-68d9-4df2-be72-0ccada32d7bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06d9e231-68d9-4df2-be72-0ccada32d7bb {
  cursor: pointer;
}#s-06d9e231-68d9-4df2-be72-0ccada32d7bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-267cb7a4-7375-4db0-84c8-c9aa555d6c8f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 92, 38, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 92, 38, 1);
}
#s-267cb7a4-7375-4db0-84c8-c9aa555d6c8f:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}#s-267cb7a4-7375-4db0-84c8-c9aa555d6c8f:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}

  #s-267cb7a4-7375-4db0-84c8-c9aa555d6c8f-root {
    text-align: center;
  }


#s-267cb7a4-7375-4db0-84c8-c9aa555d6c8f.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-267cb7a4-7375-4db0-84c8-c9aa555d6c8f-root {
    text-align: center;
  }


#s-267cb7a4-7375-4db0-84c8-c9aa555d6c8f.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-267cb7a4-7375-4db0-84c8-c9aa555d6c8f-root {
    text-align: center;
  }


#s-267cb7a4-7375-4db0-84c8-c9aa555d6c8f.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-267cb7a4-7375-4db0-84c8-c9aa555d6c8f-root {
    text-align: center;
  }


#s-267cb7a4-7375-4db0-84c8-c9aa555d6c8f.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-267cb7a4-7375-4db0-84c8-c9aa555d6c8f-root {
    text-align: center;
  }


#s-267cb7a4-7375-4db0-84c8-c9aa555d6c8f.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-267cb7a4-7375-4db0-84c8-c9aa555d6c8f-root {
    text-align: center;
  }


#s-267cb7a4-7375-4db0-84c8-c9aa555d6c8f.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-c3e040f7-072e-48ee-8f1d-9c755ca5759b {
  min-height: 50px;
}
@media (max-width: 767px){#s-c3e040f7-072e-48ee-8f1d-9c755ca5759b {
  margin-top: -9px;
}
}







#s-c3e040f7-072e-48ee-8f1d-9c755ca5759b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3e040f7-072e-48ee-8f1d-9c755ca5759b {
  cursor: pointer;
}#s-c3e040f7-072e-48ee-8f1d-9c755ca5759b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-364fe6ad-98c3-4729-98bd-c9da564ffe8b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 92, 38, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 92, 38, 1);
}
#s-364fe6ad-98c3-4729-98bd-c9da564ffe8b:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}#s-364fe6ad-98c3-4729-98bd-c9da564ffe8b:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}

  #s-364fe6ad-98c3-4729-98bd-c9da564ffe8b-root {
    text-align: center;
  }


#s-364fe6ad-98c3-4729-98bd-c9da564ffe8b.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-364fe6ad-98c3-4729-98bd-c9da564ffe8b-root {
    text-align: center;
  }


#s-364fe6ad-98c3-4729-98bd-c9da564ffe8b.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-364fe6ad-98c3-4729-98bd-c9da564ffe8b-root {
    text-align: center;
  }


#s-364fe6ad-98c3-4729-98bd-c9da564ffe8b.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-364fe6ad-98c3-4729-98bd-c9da564ffe8b-root {
    text-align: center;
  }


#s-364fe6ad-98c3-4729-98bd-c9da564ffe8b.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-364fe6ad-98c3-4729-98bd-c9da564ffe8b-root {
    text-align: center;
  }


#s-364fe6ad-98c3-4729-98bd-c9da564ffe8b.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-364fe6ad-98c3-4729-98bd-c9da564ffe8b-root {
    text-align: center;
  }


#s-364fe6ad-98c3-4729-98bd-c9da564ffe8b.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-b44cce14-78ad-47f4-8325-ed9b5cd888aa {
  min-height: 50px;
}
@media (max-width: 767px){#s-b44cce14-78ad-47f4-8325-ed9b5cd888aa {
  margin-top: -9px;
}
}







#s-b44cce14-78ad-47f4-8325-ed9b5cd888aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b44cce14-78ad-47f4-8325-ed9b5cd888aa {
  cursor: pointer;
}#s-b44cce14-78ad-47f4-8325-ed9b5cd888aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9e2c91c-9f7e-4cf1-9d1a-e4cc95c50bda {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 92, 38, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 92, 38, 1);
}
#s-d9e2c91c-9f7e-4cf1-9d1a-e4cc95c50bda:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}#s-d9e2c91c-9f7e-4cf1-9d1a-e4cc95c50bda:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 92, 38, 1) !important;}

  #s-d9e2c91c-9f7e-4cf1-9d1a-e4cc95c50bda-root {
    text-align: center;
  }


#s-d9e2c91c-9f7e-4cf1-9d1a-e4cc95c50bda.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d9e2c91c-9f7e-4cf1-9d1a-e4cc95c50bda-root {
    text-align: center;
  }


#s-d9e2c91c-9f7e-4cf1-9d1a-e4cc95c50bda.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9e2c91c-9f7e-4cf1-9d1a-e4cc95c50bda-root {
    text-align: center;
  }


#s-d9e2c91c-9f7e-4cf1-9d1a-e4cc95c50bda.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9e2c91c-9f7e-4cf1-9d1a-e4cc95c50bda-root {
    text-align: center;
  }


#s-d9e2c91c-9f7e-4cf1-9d1a-e4cc95c50bda.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 15px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d9e2c91c-9f7e-4cf1-9d1a-e4cc95c50bda-root {
    text-align: center;
  }


#s-d9e2c91c-9f7e-4cf1-9d1a-e4cc95c50bda.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-d9e2c91c-9f7e-4cf1-9d1a-e4cc95c50bda-root {
    text-align: center;
  }


#s-d9e2c91c-9f7e-4cf1-9d1a-e4cc95c50bda.shg-btn {
  color: rgba(255, 92, 38, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-2dc35ba7-cda7-4822-8736-47927e7be4b1 {
  border-style: solid;
margin-top: 80px;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 500px;
}








#s-2dc35ba7-cda7-4822-8736-47927e7be4b1 > .shg-box-overlay {
  background-color: rgba(255, 224, 0, 1);
  opacity: 0;
}#s-2dc35ba7-cda7-4822-8736-47927e7be4b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e953dba-6691-4185-9854-5201ea7fdd71 {
  min-height: 50px;
}








#s-6e953dba-6691-4185-9854-5201ea7fdd71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e953dba-6691-4185-9854-5201ea7fdd71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-4f66f9c1-2e04-4a47-8c91-df1a013843c5 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-4f66f9c1-2e04-4a47-8c91-df1a013843c5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f66f9c1-2e04-4a47-8c91-df1a013843c5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4f66f9c1-2e04-4a47-8c91-df1a013843c5 {
  
}
}@media (max-width: 767px){#s-4f66f9c1-2e04-4a47-8c91-df1a013843c5 {
  
}
}
#s-4f66f9c1-2e04-4a47-8c91-df1a013843c5 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b4a4730c-a21b-41c6-89d7-4a3a8b5a1293 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-b4a4730c-a21b-41c6-89d7-4a3a8b5a1293 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4a4730c-a21b-41c6-89d7-4a3a8b5a1293 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4a4730c-a21b-41c6-89d7-4a3a8b5a1293 {
  
}
}@media (max-width: 767px){#s-b4a4730c-a21b-41c6-89d7-4a3a8b5a1293 {
  
}
}
#s-5ef0fc5b-f6d8-4562-a892-7823709b9fb7 {
  min-height: 50px;
}








#s-5ef0fc5b-f6d8-4562-a892-7823709b9fb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ef0fc5b-f6d8-4562-a892-7823709b9fb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: 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-c103b402-1302-40a1-a251-272b39d4c44d {
  text-align: center;
}







  #s-c103b402-1302-40a1-a251-272b39d4c44d img.shogun-image {
    

    
    
    
  }


#s-c103b402-1302-40a1-a251-272b39d4c44d .shogun-image-content {
  
    align-items: center;
  
}

#s-112bc645-1ed9-4631-b79b-702834a24755 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-112bc645-1ed9-4631-b79b-702834a24755"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-112bc645-1ed9-4631-b79b-702834a24755"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-112bc645-1ed9-4631-b79b-702834a24755"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-112bc645-1ed9-4631-b79b-702834a24755"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-914b6836-5d19-4457-bc30-642a8a509d96 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 600px;
background-color: rgba(255, 255, 255, 0.66);
}








#s-914b6836-5d19-4457-bc30-642a8a509d96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-914b6836-5d19-4457-bc30-642a8a509d96.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cd937707-a23a-436b-8ce1-456cf457455e {
  border-style: solid;
margin-top: 25px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.33);
text-align: center;
}

#s-cd937707-a23a-436b-8ce1-456cf457455e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-bc27f290-cff5-443b-9335-cfdc59b8b5da {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
}

#s-e0e23bfc-97ce-46c2-b845-c9d7cc794a19 {
  border-style: solid;
margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
min-height: 50px;
background-color: rgba(255, 92, 38, 0.89);
}








#s-e0e23bfc-97ce-46c2-b845-c9d7cc794a19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0e23bfc-97ce-46c2-b845-c9d7cc794a19.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2dca2cbb-5bc1-4b67-b743-b5d5022332e7 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
}

#s-611a65b4-a4ff-4ba6-b99d-e445a87c2d44 {
  min-height: 600px;
}








#s-611a65b4-a4ff-4ba6-b99d-e445a87c2d44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-611a65b4-a4ff-4ba6-b99d-e445a87c2d44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc6d1947-01d0-4b8b-8144-0b1c3046e782 {
  text-align: center;
}







  #s-dc6d1947-01d0-4b8b-8144-0b1c3046e782 img.shogun-image {
    

    
    
    
  }


#s-dc6d1947-01d0-4b8b-8144-0b1c3046e782 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f578ef1-62e4-4b71-b5a6-0c68aeef8b7a {
  background-attachment: fixed;
border-style: solid;
margin-top: 50px;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
min-height: 400px;
background-color: rgba(0, 0, 0, 0);
}








#s-0f578ef1-62e4-4b71-b5a6-0c68aeef8b7a > .shg-box-overlay {
  background-color: rgba(9, 54, 55, 1);
  opacity: 0;
}#s-0f578ef1-62e4-4b71-b5a6-0c68aeef8b7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3fbf2b92-284d-49b7-a53f-d23874295619 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-3fbf2b92-284d-49b7-a53f-d23874295619"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fbf2b92-284d-49b7-a53f-d23874295619"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3fbf2b92-284d-49b7-a53f-d23874295619"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fbf2b92-284d-49b7-a53f-d23874295619"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-3fbf2b92-284d-49b7-a53f-d23874295619"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-09e109ac-af6d-4a51-97ce-d4aa7d31030b {
  min-height: 400px;
}








#s-09e109ac-af6d-4a51-97ce-d4aa7d31030b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09e109ac-af6d-4a51-97ce-d4aa7d31030b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a42b5d0b-786b-4868-95e1-9c4fcf9f5213 {
  border-style: solid;
margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 10px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.33);
text-align: left;
}

#s-a42b5d0b-786b-4868-95e1-9c4fcf9f5213 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f62e83f1-a4cb-452b-b661-5bc28fc7b57d {
  margin-left: 25px;
margin-bottom: 25px;
margin-right: 50px;
}

#s-a5d706ab-10b3-40f1-b2a3-2eb39c96ab2b {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
min-height: 400px;
}








#s-a5d706ab-10b3-40f1-b2a3-2eb39c96ab2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5d706ab-10b3-40f1-b2a3-2eb39c96ab2b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f3ca372a-8279-4998-98f9-1fc81688e734 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 0px;
text-align: left;
}







  #s-f3ca372a-8279-4998-98f9-1fc81688e734 img.shogun-image {
    

    
    
    
  }


#s-f3ca372a-8279-4998-98f9-1fc81688e734 .shogun-image-content {
  
    align-items: center;
  
}

#s-a637253d-f758-4ccb-92d7-4a1dc3be1271 {
  margin-top: 50px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a637253d-f758-4ccb-92d7-4a1dc3be1271 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a637253d-f758-4ccb-92d7-4a1dc3be1271 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a637253d-f758-4ccb-92d7-4a1dc3be1271 {
  
}
}@media (max-width: 767px){#s-a637253d-f758-4ccb-92d7-4a1dc3be1271 {
  
}
}







#s-a637253d-f758-4ccb-92d7-4a1dc3be1271 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a637253d-f758-4ccb-92d7-4a1dc3be1271.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e993a9bf-0654-4d10-ae2d-d9bba7833947 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
}
@media (min-width: 1200px){#s-e993a9bf-0654-4d10-ae2d-d9bba7833947 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e993a9bf-0654-4d10-ae2d-d9bba7833947 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e993a9bf-0654-4d10-ae2d-d9bba7833947 {
  
}
}@media (max-width: 767px){#s-e993a9bf-0654-4d10-ae2d-d9bba7833947 {
  
}
}
@media (min-width: 0px) {
[id="s-e993a9bf-0654-4d10-ae2d-d9bba7833947"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e993a9bf-0654-4d10-ae2d-d9bba7833947"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-e993a9bf-0654-4d10-ae2d-d9bba7833947"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-e993a9bf-0654-4d10-ae2d-d9bba7833947"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-682d8b59-e761-49d2-b452-e87f2570903d {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(234, 234, 234, 1);
min-height: 750px;
background-color: rgba(255, 255, 255, 1);
}








#s-682d8b59-e761-49d2-b452-e87f2570903d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-682d8b59-e761-49d2-b452-e87f2570903d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7de82422-78cf-41cc-98bb-57a9e30f2bd2 {
  text-align: center;
}







  #s-7de82422-78cf-41cc-98bb-57a9e30f2bd2 img.shogun-image {
    

    
    
    
  }


#s-7de82422-78cf-41cc-98bb-57a9e30f2bd2 .shogun-image-content {
  
    align-items: center;
  
}

#s-65b93195-25fd-4d48-8b23-7141260317ed {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-65b93195-25fd-4d48-8b23-7141260317ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-65b93195-25fd-4d48-8b23-7141260317ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-65b93195-25fd-4d48-8b23-7141260317ed {
  
}
}@media (max-width: 767px){#s-65b93195-25fd-4d48-8b23-7141260317ed {
  
}
}
#s-9eeebf6f-d608-4a62-8965-b8093b44e637 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(234, 234, 234, 1);
min-height: 750px;
background-color: rgba(255, 255, 255, 1);
}








#s-9eeebf6f-d608-4a62-8965-b8093b44e637 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9eeebf6f-d608-4a62-8965-b8093b44e637.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8714b3e4-f6be-4d2a-86cf-cfea45b6bb4f {
  text-align: center;
}







  #s-8714b3e4-f6be-4d2a-86cf-cfea45b6bb4f img.shogun-image {
    

    
    
    
  }


#s-8714b3e4-f6be-4d2a-86cf-cfea45b6bb4f .shogun-image-content {
  
    align-items: center;
  
}

#s-b977ced7-19c8-49d1-947d-129c75c251b5 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-b977ced7-19c8-49d1-947d-129c75c251b5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b977ced7-19c8-49d1-947d-129c75c251b5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b977ced7-19c8-49d1-947d-129c75c251b5 {
  
}
}@media (max-width: 767px){#s-b977ced7-19c8-49d1-947d-129c75c251b5 {
  
}
}
#s-6f12269d-ce21-4924-aee5-173e22181d29 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(234, 234, 234, 1);
min-height: 750px;
background-color: rgba(255, 255, 255, 1);
}








#s-6f12269d-ce21-4924-aee5-173e22181d29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f12269d-ce21-4924-aee5-173e22181d29.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1b3a13a1-d5b8-4765-9397-a5a216c5850a {
  text-align: center;
}







  #s-1b3a13a1-d5b8-4765-9397-a5a216c5850a img.shogun-image {
    

    
    
    
  }


#s-1b3a13a1-d5b8-4765-9397-a5a216c5850a .shogun-image-content {
  
    align-items: center;
  
}

#s-98072df6-4509-48a8-9620-b6f2482df40c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-98072df6-4509-48a8-9620-b6f2482df40c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-98072df6-4509-48a8-9620-b6f2482df40c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-98072df6-4509-48a8-9620-b6f2482df40c {
  
}
}@media (max-width: 767px){#s-98072df6-4509-48a8-9620-b6f2482df40c {
  
}
}
#s-963a1843-634e-45cd-9d5d-33778659dc03 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-963a1843-634e-45cd-9d5d-33778659dc03 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-009958a3-a474-41b6-bc20-7e41f2fc85b7 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 100px;
margin-right: 30px;
}
@media (max-width: 767px){#s-009958a3-a474-41b6-bc20-7e41f2fc85b7 {
  margin-right: 10px;
}
}
#s-009958a3-a474-41b6-bc20-7e41f2fc85b7 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-009958a3-a474-41b6-bc20-7e41f2fc85b7 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-009958a3-a474-41b6-bc20-7e41f2fc85b7 td.shogun-table-column {
  background-color: #fff;
  padding: 5px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-009958a3-a474-41b6-bc20-7e41f2fc85b7 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-009958a3-a474-41b6-bc20-7e41f2fc85b7 td.shogun-table-column, #s-009958a3-a474-41b6-bc20-7e41f2fc85b7 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-cecc65f3-f3a8-439d-a85d-6b29ca996e78 {
  text-align: left;
}

#s-cecc65f3-f3a8-439d-a85d-6b29ca996e78 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-15cfc172-72b8-4bbf-8d3b-e815978e0762 {
  text-align: left;
}

#s-15cfc172-72b8-4bbf-8d3b-e815978e0762 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-06346884-b383-4167-be6b-8c642d61979a {
  text-align: left;
}

#s-06346884-b383-4167-be6b-8c642d61979a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-3669cb58-315a-4862-9a70-3fbe8bd7f86d {
  text-align: left;
}

#s-3669cb58-315a-4862-9a70-3fbe8bd7f86d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-bc1053e8-b1b3-4862-a9d4-a65ebcba6742 {
  text-align: left;
}

#s-bc1053e8-b1b3-4862-a9d4-a65ebcba6742 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-4a13b6fe-823d-4041-b8cd-d95ba360ae4a {
  text-align: left;
}

#s-4a13b6fe-823d-4041-b8cd-d95ba360ae4a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-875a3f26-9969-41c6-a614-827eb4760e80 {
  text-align: left;
}

#s-875a3f26-9969-41c6-a614-827eb4760e80 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f4b90fbd-245f-452b-94ab-68edadd06228 {
  text-align: left;
}

#s-f4b90fbd-245f-452b-94ab-68edadd06228 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-3beee8e6-495c-4eaf-a867-b36660d9fb50 {
  text-align: left;
}

#s-3beee8e6-495c-4eaf-a867-b36660d9fb50 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-4537fac9-9ae3-440e-9b31-013018fcc481 {
  text-align: left;
}

#s-4537fac9-9ae3-440e-9b31-013018fcc481 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-9863a19b-0d78-487d-8c41-bae6c549b562 {
  text-align: left;
}

#s-9863a19b-0d78-487d-8c41-bae6c549b562 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-b4463174-b8f4-4f23-8266-f81322b5859e {
  text-align: left;
}

#s-b4463174-b8f4-4f23-8266-f81322b5859e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-1c02dd75-0934-4616-885f-6da29f47ef25 {
  text-align: left;
}

#s-1c02dd75-0934-4616-885f-6da29f47ef25 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-e10df174-3b61-4c27-ba06-67853ee77ee2 {
  text-align: left;
}

#s-e10df174-3b61-4c27-ba06-67853ee77ee2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-6059fccf-c405-4f44-880e-dbf3ff87d223 {
  text-align: left;
}

#s-6059fccf-c405-4f44-880e-dbf3ff87d223 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-c8892175-a157-4fe2-9644-0ebb307c2961 {
  text-align: left;
}

#s-c8892175-a157-4fe2-9644-0ebb307c2961 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f6cb4863-2d0f-4f34-a6a5-385c00f54f44 {
  text-align: left;
}

#s-f6cb4863-2d0f-4f34-a6a5-385c00f54f44 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-93d5f079-79eb-4bb0-8c85-c713dd4e9967 {
  text-align: left;
}

#s-93d5f079-79eb-4bb0-8c85-c713dd4e9967 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-49340308-1a63-4b14-a23a-3dfcc8113f12 {
  text-align: left;
}

#s-49340308-1a63-4b14-a23a-3dfcc8113f12 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-0b5793c2-8f51-4017-a6c8-dd75682c990d {
  text-align: left;
}

#s-0b5793c2-8f51-4017-a6c8-dd75682c990d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-66ce0ab6-0226-4d62-83f8-cb5cd616a6cd {
  text-align: left;
}

#s-66ce0ab6-0226-4d62-83f8-cb5cd616a6cd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-69bf8586-d1ed-4752-8a7e-d710c6a60dfc {
  text-align: left;
}

#s-69bf8586-d1ed-4752-8a7e-d710c6a60dfc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-9a411364-cbcd-42c2-94c8-973c4c635139 {
  text-align: left;
}

#s-9a411364-cbcd-42c2-94c8-973c4c635139 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-0f51a654-03e3-46ac-97e1-910f077311ba {
  text-align: left;
}

#s-0f51a654-03e3-46ac-97e1-910f077311ba .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-8b22e057-d764-459c-ac60-5dc9584dbd31 {
  text-align: left;
}

#s-8b22e057-d764-459c-ac60-5dc9584dbd31 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-0e7f66c0-78d8-43c5-8cf8-0879093accc5 {
  text-align: left;
}

#s-0e7f66c0-78d8-43c5-8cf8-0879093accc5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-6dee7e38-67af-43fc-b48d-9244cc8dc1af {
  text-align: left;
}

#s-6dee7e38-67af-43fc-b48d-9244cc8dc1af .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-febdca3d-81b5-4f8b-b01c-4aba5f8c5c3c {
  text-align: left;
}

#s-febdca3d-81b5-4f8b-b01c-4aba5f8c5c3c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-00e261bf-c242-4287-887f-14fae77db8b6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-00e261bf-c242-4287-887f-14fae77db8b6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00e261bf-c242-4287-887f-14fae77db8b6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00e261bf-c242-4287-887f-14fae77db8b6 {
  
}
}@media (max-width: 767px){#s-00e261bf-c242-4287-887f-14fae77db8b6 {
  
}
}







#s-00e261bf-c242-4287-887f-14fae77db8b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00e261bf-c242-4287-887f-14fae77db8b6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ecd37d3c-d83f-4aa0-bf3a-286c213cb9a2 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 1200px){#s-ecd37d3c-d83f-4aa0-bf3a-286c213cb9a2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ecd37d3c-d83f-4aa0-bf3a-286c213cb9a2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ecd37d3c-d83f-4aa0-bf3a-286c213cb9a2 {
  
}
}@media (max-width: 767px){#s-ecd37d3c-d83f-4aa0-bf3a-286c213cb9a2 {
  
}
}







#s-ecd37d3c-d83f-4aa0-bf3a-286c213cb9a2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ecd37d3c-d83f-4aa0-bf3a-286c213cb9a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f00ebf4-c3c3-4552-8333-1448ba7c37d2 {
  box-shadow:0px 20px 40px 0px rgba(0, 0, 0, 0.1);
margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9f00ebf4-c3c3-4552-8333-1448ba7c37d2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f00ebf4-c3c3-4552-8333-1448ba7c37d2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f00ebf4-c3c3-4552-8333-1448ba7c37d2 {
  
}
}@media (max-width: 767px){#s-9f00ebf4-c3c3-4552-8333-1448ba7c37d2 {
  
}
}







#s-9f00ebf4-c3c3-4552-8333-1448ba7c37d2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-9f00ebf4-c3c3-4552-8333-1448ba7c37d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebe80e05-9f31-42cb-ada4-1db23ef97f86 {
  margin-top: 40px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
}

#s-ebe80e05-9f31-42cb-ada4-1db23ef97f86 .shogun-icon-wrapper {
  text-align: center;
}


#s-ebe80e05-9f31-42cb-ada4-1db23ef97f86 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(247, 195, 64, 1);
}

#s-71feb6a0-37c0-4f21-86f6-ca5b6d6c2506 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-71feb6a0-37c0-4f21-86f6-ca5b6d6c2506 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-71feb6a0-37c0-4f21-86f6-ca5b6d6c2506 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-71feb6a0-37c0-4f21-86f6-ca5b6d6c2506 {
  
}
}@media (max-width: 767px){#s-71feb6a0-37c0-4f21-86f6-ca5b6d6c2506 {
  
}
}
#s-71feb6a0-37c0-4f21-86f6-ca5b6d6c2506 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Heebo";
  font-style:  normal ;
  
  
  
  
}



#s-f151d46c-9bf5-4c6b-b716-5d4d550c901a {
  border-style: solid;
margin-left: 30px;
margin-bottom: 40px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-f151d46c-9bf5-4c6b-b716-5d4d550c901a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f151d46c-9bf5-4c6b-b716-5d4d550c901a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f151d46c-9bf5-4c6b-b716-5d4d550c901a {
  
}
}@media (max-width: 767px){#s-f151d46c-9bf5-4c6b-b716-5d4d550c901a {
  
}
}
@media (min-width: 0px) {
[id="s-f151d46c-9bf5-4c6b-b716-5d4d550c901a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f151d46c-9bf5-4c6b-b716-5d4d550c901a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-f151d46c-9bf5-4c6b-b716-5d4d550c901a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-f151d46c-9bf5-4c6b-b716-5d4d550c901a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-f151d46c-9bf5-4c6b-b716-5d4d550c901a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-f151d46c-9bf5-4c6b-b716-5d4d550c901a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-f151d46c-9bf5-4c6b-b716-5d4d550c901a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

}

#s-5b49c201-b2da-443e-b4f5-2136171a6bc1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 92, 38, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 92, 38, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5b49c201-b2da-443e-b4f5-2136171a6bc1:hover {opacity: 1 !important;
background-color: rgba(254, 124, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5b49c201-b2da-443e-b4f5-2136171a6bc1:active {background-color: rgba(255, 73, 11, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-5b49c201-b2da-443e-b4f5-2136171a6bc1-root {
    text-align: center;
  }


#s-5b49c201-b2da-443e-b4f5-2136171a6bc1.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5b49c201-b2da-443e-b4f5-2136171a6bc1-root {
    text-align: center;
  }


#s-5b49c201-b2da-443e-b4f5-2136171a6bc1.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b49c201-b2da-443e-b4f5-2136171a6bc1-root {
    text-align: center;
  }


#s-5b49c201-b2da-443e-b4f5-2136171a6bc1.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b49c201-b2da-443e-b4f5-2136171a6bc1-root {
    text-align: center;
  }


#s-5b49c201-b2da-443e-b4f5-2136171a6bc1.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5b49c201-b2da-443e-b4f5-2136171a6bc1-root {
    text-align: center;
  }


#s-5b49c201-b2da-443e-b4f5-2136171a6bc1.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}
#s-1f3d5a3d-5219-40f5-b8e1-02d1b3a6dcb7 {
  min-height: 50px;
}








#s-1f3d5a3d-5219-40f5-b8e1-02d1b3a6dcb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f3d5a3d-5219-40f5-b8e1-02d1b3a6dcb7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffefb967-c82f-48e9-99ca-3d971cb59a2b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ffefb967-c82f-48e9-99ca-3d971cb59a2b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-425750ff-8780-4f42-ae01-2362aa644bbf {
  margin-top: 30px;
margin-bottom: 30px;
padding-left: 10%;
padding-right: 10%;
}

#s-e343803a-5bc9-4cf6-9447-f69f1c6b5b35 {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e343803a-5bc9-4cf6-9447-f69f1c6b5b35 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-60e59be1-5291-4214-8f7c-e90903d977e4 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-60e59be1-5291-4214-8f7c-e90903d977e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60e59be1-5291-4214-8f7c-e90903d977e4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-693da0e3-6257-4f9c-96fe-ff33ca07b510 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-693da0e3-6257-4f9c-96fe-ff33ca07b510"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-693da0e3-6257-4f9c-96fe-ff33ca07b510"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 992px) {
[id="s-693da0e3-6257-4f9c-96fe-ff33ca07b510"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.75px);
}

}

@media (min-width: 1200px) {
[id="s-693da0e3-6257-4f9c-96fe-ff33ca07b510"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.75px);
}

}

#s-71d21eea-97bb-470f-9942-a12d227c7f49 {
  margin-bottom: 25px;
min-height: 450px;
background-color: rgba(255, 255, 255, 1);
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-71373689-77f1-46e5-a5a7-bc0a47106dd1 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
text-align: left;
}



.shg-c#s-71373689-77f1-46e5-a5a7-bc0a47106dd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71373689-77f1-46e5-a5a7-bc0a47106dd1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-71373689-77f1-46e5-a5a7-bc0a47106dd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71373689-77f1-46e5-a5a7-bc0a47106dd1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-71373689-77f1-46e5-a5a7-bc0a47106dd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71373689-77f1-46e5-a5a7-bc0a47106dd1 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-71373689-77f1-46e5-a5a7-bc0a47106dd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71373689-77f1-46e5-a5a7-bc0a47106dd1 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-71373689-77f1-46e5-a5a7-bc0a47106dd1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71373689-77f1-46e5-a5a7-bc0a47106dd1 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-1fdb0e00-abd9-4dd2-b956-78a4ebc4efa1 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}

#s-1fdb0e00-abd9-4dd2-b956-78a4ebc4efa1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-33985a6e-9ae8-439d-b9d1-67ba30a58175 {
  text-align: center;
}

#s-33985a6e-9ae8-439d-b9d1-67ba30a58175 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-33985a6e-9ae8-439d-b9d1-67ba30a58175 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-33985a6e-9ae8-439d-b9d1-67ba30a58175 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f68bbdee-3cf9-41fb-ba44-71e44b664865 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 92, 38, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 92, 38, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f68bbdee-3cf9-41fb-ba44-71e44b664865:hover {opacity: 1 !important;
background-color: rgba(254, 124, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f68bbdee-3cf9-41fb-ba44-71e44b664865:active {background-color: rgba(255, 73, 11, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f68bbdee-3cf9-41fb-ba44-71e44b664865-root {
    text-align: center;
  }


#s-f68bbdee-3cf9-41fb-ba44-71e44b664865.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f68bbdee-3cf9-41fb-ba44-71e44b664865-root {
    text-align: center;
  }


#s-f68bbdee-3cf9-41fb-ba44-71e44b664865.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f68bbdee-3cf9-41fb-ba44-71e44b664865-root {
    text-align: center;
  }


#s-f68bbdee-3cf9-41fb-ba44-71e44b664865.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f68bbdee-3cf9-41fb-ba44-71e44b664865-root {
    text-align: center;
  }


#s-f68bbdee-3cf9-41fb-ba44-71e44b664865.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f68bbdee-3cf9-41fb-ba44-71e44b664865-root {
    text-align: center;
  }


#s-f68bbdee-3cf9-41fb-ba44-71e44b664865.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}
#s-127f85e4-b944-48fc-8300-72250e2672bd {
  margin-bottom: 25px;
min-height: 450px;
background-color: rgba(255, 255, 255, 1);
}

#s-176ef25d-a81b-45bd-aa9e-240578a685f6 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
text-align: left;
}



.shg-c#s-176ef25d-a81b-45bd-aa9e-240578a685f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-176ef25d-a81b-45bd-aa9e-240578a685f6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-176ef25d-a81b-45bd-aa9e-240578a685f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-176ef25d-a81b-45bd-aa9e-240578a685f6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-176ef25d-a81b-45bd-aa9e-240578a685f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-176ef25d-a81b-45bd-aa9e-240578a685f6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-176ef25d-a81b-45bd-aa9e-240578a685f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-176ef25d-a81b-45bd-aa9e-240578a685f6 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-176ef25d-a81b-45bd-aa9e-240578a685f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-176ef25d-a81b-45bd-aa9e-240578a685f6 img.shogun-image {
  width: 100%;
}



}
#s-b4bcbdf9-c887-43c1-a2a1-ebdd4359e201 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}

#s-b4bcbdf9-c887-43c1-a2a1-ebdd4359e201 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-be664c75-1225-4634-80c3-474eaca38dd2 {
  text-align: center;
}

#s-be664c75-1225-4634-80c3-474eaca38dd2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-be664c75-1225-4634-80c3-474eaca38dd2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-be664c75-1225-4634-80c3-474eaca38dd2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-99154898-494f-4259-9f64-71e0add99ee0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 92, 38, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 92, 38, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-99154898-494f-4259-9f64-71e0add99ee0:hover {opacity: 1 !important;
background-color: rgba(254, 124, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-99154898-494f-4259-9f64-71e0add99ee0:active {background-color: rgba(255, 73, 11, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-99154898-494f-4259-9f64-71e0add99ee0-root {
    text-align: center;
  }


#s-99154898-494f-4259-9f64-71e0add99ee0.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-99154898-494f-4259-9f64-71e0add99ee0-root {
    text-align: center;
  }


#s-99154898-494f-4259-9f64-71e0add99ee0.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-99154898-494f-4259-9f64-71e0add99ee0-root {
    text-align: center;
  }


#s-99154898-494f-4259-9f64-71e0add99ee0.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-99154898-494f-4259-9f64-71e0add99ee0-root {
    text-align: center;
  }


#s-99154898-494f-4259-9f64-71e0add99ee0.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-99154898-494f-4259-9f64-71e0add99ee0-root {
    text-align: center;
  }


#s-99154898-494f-4259-9f64-71e0add99ee0.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}
#s-5f820e7d-f619-4d34-aaa6-1ade80c72463 {
  margin-bottom: 25px;
min-height: 450px;
background-color: rgba(255, 255, 255, 1);
}

#s-ae71131f-4938-463a-820b-e809b59b48a9 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
text-align: left;
}



.shg-c#s-ae71131f-4938-463a-820b-e809b59b48a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae71131f-4938-463a-820b-e809b59b48a9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ae71131f-4938-463a-820b-e809b59b48a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae71131f-4938-463a-820b-e809b59b48a9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ae71131f-4938-463a-820b-e809b59b48a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae71131f-4938-463a-820b-e809b59b48a9 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ae71131f-4938-463a-820b-e809b59b48a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae71131f-4938-463a-820b-e809b59b48a9 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-ae71131f-4938-463a-820b-e809b59b48a9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae71131f-4938-463a-820b-e809b59b48a9 img.shogun-image {
  width: 100%;
}



}
#s-ee07d189-a944-4f02-8dd6-93cb3b2f0b11 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}

#s-ee07d189-a944-4f02-8dd6-93cb3b2f0b11 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-92820383-3f5b-42b8-affd-a77495999613 {
  text-align: center;
}

#s-92820383-3f5b-42b8-affd-a77495999613 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-92820383-3f5b-42b8-affd-a77495999613 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-92820383-3f5b-42b8-affd-a77495999613 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-88bb9a1e-1798-4ed1-bd6f-b55cdb07f56e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 92, 38, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 92, 38, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-88bb9a1e-1798-4ed1-bd6f-b55cdb07f56e:hover {opacity: 1 !important;
background-color: rgba(254, 124, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-88bb9a1e-1798-4ed1-bd6f-b55cdb07f56e:active {background-color: rgba(255, 73, 11, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-88bb9a1e-1798-4ed1-bd6f-b55cdb07f56e-root {
    text-align: center;
  }


#s-88bb9a1e-1798-4ed1-bd6f-b55cdb07f56e.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-88bb9a1e-1798-4ed1-bd6f-b55cdb07f56e-root {
    text-align: center;
  }


#s-88bb9a1e-1798-4ed1-bd6f-b55cdb07f56e.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-88bb9a1e-1798-4ed1-bd6f-b55cdb07f56e-root {
    text-align: center;
  }


#s-88bb9a1e-1798-4ed1-bd6f-b55cdb07f56e.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-88bb9a1e-1798-4ed1-bd6f-b55cdb07f56e-root {
    text-align: center;
  }


#s-88bb9a1e-1798-4ed1-bd6f-b55cdb07f56e.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-88bb9a1e-1798-4ed1-bd6f-b55cdb07f56e-root {
    text-align: center;
  }


#s-88bb9a1e-1798-4ed1-bd6f-b55cdb07f56e.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}
#s-863139de-a7cc-45d5-a641-3bae6901a146 {
  margin-bottom: 25px;
min-height: 450px;
background-color: rgba(255, 255, 255, 1);
}

#s-dcfc55fb-af89-48c8-a0f4-31dadae910ec {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
text-align: left;
}



.shg-c#s-dcfc55fb-af89-48c8-a0f4-31dadae910ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcfc55fb-af89-48c8-a0f4-31dadae910ec img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dcfc55fb-af89-48c8-a0f4-31dadae910ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcfc55fb-af89-48c8-a0f4-31dadae910ec img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-dcfc55fb-af89-48c8-a0f4-31dadae910ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcfc55fb-af89-48c8-a0f4-31dadae910ec img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-dcfc55fb-af89-48c8-a0f4-31dadae910ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcfc55fb-af89-48c8-a0f4-31dadae910ec img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-dcfc55fb-af89-48c8-a0f4-31dadae910ec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dcfc55fb-af89-48c8-a0f4-31dadae910ec img.shogun-image {
  width: 100%;
}



}
#s-c8673b16-fff5-4d05-a72f-0637da551b75 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}

#s-c8673b16-fff5-4d05-a72f-0637da551b75 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-79a1f89c-9342-41cc-8cd0-7f763d2df97c {
  text-align: center;
}

#s-79a1f89c-9342-41cc-8cd0-7f763d2df97c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-79a1f89c-9342-41cc-8cd0-7f763d2df97c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-79a1f89c-9342-41cc-8cd0-7f763d2df97c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-35050150-d0d8-4fb8-adce-08b5f5a74e1f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 92, 38, 1);
border-style: solid;
border-radius: 5px;
opacity: 1;
text-align: center;
background-color: rgba(255, 92, 38, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-35050150-d0d8-4fb8-adce-08b5f5a74e1f:hover {opacity: 1 !important;
background-color: rgba(254, 124, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-35050150-d0d8-4fb8-adce-08b5f5a74e1f:active {background-color: rgba(255, 73, 11, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-35050150-d0d8-4fb8-adce-08b5f5a74e1f-root {
    text-align: center;
  }


#s-35050150-d0d8-4fb8-adce-08b5f5a74e1f.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-35050150-d0d8-4fb8-adce-08b5f5a74e1f-root {
    text-align: center;
  }


#s-35050150-d0d8-4fb8-adce-08b5f5a74e1f.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35050150-d0d8-4fb8-adce-08b5f5a74e1f-root {
    text-align: center;
  }


#s-35050150-d0d8-4fb8-adce-08b5f5a74e1f.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35050150-d0d8-4fb8-adce-08b5f5a74e1f-root {
    text-align: center;
  }


#s-35050150-d0d8-4fb8-adce-08b5f5a74e1f.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-35050150-d0d8-4fb8-adce-08b5f5a74e1f-root {
    text-align: center;
  }


#s-35050150-d0d8-4fb8-adce-08b5f5a74e1f.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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