.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-6252e202-179c-4f36-9cc9-57ae3e6764bc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-6252e202-179c-4f36-9cc9-57ae3e6764bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6252e202-179c-4f36-9cc9-57ae3e6764bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5 {
  min-height: 50px;
background-color: rgba(255, 237, 213, 1);
}








#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e46ee15-cb1d-458b-bb73-91fc18e977e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a62bcc6-4128-48a2-8911-b94de3e3a43f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4a62bcc6-4128-48a2-8911-b94de3e3a43f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a62bcc6-4128-48a2-8911-b94de3e3a43f.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;
}
#s-8d364fca-c1ea-4ced-abc7-a6e05b66476d {
  text-align: center;
}
#s-8d364fca-c1ea-4ced-abc7-a6e05b66476d:hover {border-style: solid !important;
border-color: rgba(120, 119, 132, 1) !important;}






  #s-8d364fca-c1ea-4ced-abc7-a6e05b66476d img.shogun-image {
    

    
    
    
  }


#s-8d364fca-c1ea-4ced-abc7-a6e05b66476d .shogun-image-content {
  
    align-items: center;
  
}

#s-667b308d-c626-4d9f-9398-0734b72fde72 {
  min-height: 50px;
}








#s-667b308d-c626-4d9f-9398-0734b72fde72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-667b308d-c626-4d9f-9398-0734b72fde72.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-859ca59c-da1b-4685-98e7-f057ec6bc9ef {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
min-height: 100px;
}
@media (min-width: 1200px){#s-859ca59c-da1b-4685-98e7-f057ec6bc9ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-859ca59c-da1b-4685-98e7-f057ec6bc9ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-859ca59c-da1b-4685-98e7-f057ec6bc9ef {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-859ca59c-da1b-4685-98e7-f057ec6bc9ef {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-859ca59c-da1b-4685-98e7-f057ec6bc9ef > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.25;
}#s-859ca59c-da1b-4685-98e7-f057ec6bc9ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df3c148c-f8f3-4cf7-b542-5693c4a8a485 {
  text-align: center;
}







  #s-df3c148c-f8f3-4cf7-b542-5693c4a8a485 img.shogun-image {
    

    
    
    
  }


#s-df3c148c-f8f3-4cf7-b542-5693c4a8a485 .shogun-image-content {
  
    align-items: center;
  
}

#s-8291acd0-46be-4349-aa55-62fc2274e9a5 {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
min-height: 100px;
}
@media (min-width: 1200px){#s-8291acd0-46be-4349-aa55-62fc2274e9a5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8291acd0-46be-4349-aa55-62fc2274e9a5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8291acd0-46be-4349-aa55-62fc2274e9a5 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-8291acd0-46be-4349-aa55-62fc2274e9a5 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-8291acd0-46be-4349-aa55-62fc2274e9a5 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.25;
}#s-8291acd0-46be-4349-aa55-62fc2274e9a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content 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: ;
}

#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  padding-top: 60px;
padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  padding-top: 60px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc.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;
}

@media (min-width: 0px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-36b86bda-11b1-4f57-ad7b-048200c84e5f {
  box-shadow:0px 5px 5px 0px rgba(224, 224, 224, 1);
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
min-height: 200px;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-36b86bda-11b1-4f57-ad7b-048200c84e5f {
  margin-bottom: 40px;
}
}







#s-36b86bda-11b1-4f57-ad7b-048200c84e5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36b86bda-11b1-4f57-ad7b-048200c84e5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82d9a1c5-9f9e-4f0e-9415-f8a3a647d5a2 .shogun-icon-wrapper {
  text-align: center;
}


#s-82d9a1c5-9f9e-4f0e-9415-f8a3a647d5a2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 132, 96, 1);
}

.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-003f005f-2fcc-405c-a66c-635c33ee530d {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-003f005f-2fcc-405c-a66c-635c33ee530d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e5606fc5-e79c-4ed1-92eb-7aa5f8bf7c92 {
  margin-top: 10px;
}

#s-9122a001-cc3a-4914-984e-82513d9b1f8f {
  box-shadow:0px 5px 5px 0px rgba(224, 224, 224, 1);
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
min-height: 200px;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-9122a001-cc3a-4914-984e-82513d9b1f8f {
  margin-bottom: 40px;
}
}







#s-9122a001-cc3a-4914-984e-82513d9b1f8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9122a001-cc3a-4914-984e-82513d9b1f8f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78a86c24-7aaa-473e-98ba-18700ef8afe7 .shogun-icon-wrapper {
  text-align: center;
}


#s-78a86c24-7aaa-473e-98ba-18700ef8afe7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 132, 96, 1);
}

#s-a7d15922-be88-4710-845e-189013547a64 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a7d15922-be88-4710-845e-189013547a64 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a4fa6b0d-046f-430f-8dec-7a905c706d52 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-edaa5541-c10c-4050-9956-775b6d8de25d {
  box-shadow:0px 5px 5px 0px rgba(224, 224, 224, 1);
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
min-height: 200px;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-edaa5541-c10c-4050-9956-775b6d8de25d {
  margin-bottom: 40px;
}
}







#s-edaa5541-c10c-4050-9956-775b6d8de25d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edaa5541-c10c-4050-9956-775b6d8de25d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a91bd394-ab87-4ef2-a5d2-3bfde49ddec2 .shogun-icon-wrapper {
  text-align: center;
}


#s-a91bd394-ab87-4ef2-a5d2-3bfde49ddec2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 132, 96, 1);
}

#s-82684d53-10b7-4864-8db4-6f3172bc86b3 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-82684d53-10b7-4864-8db4-6f3172bc86b3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ab3454eb-5353-400e-aaac-bed855672a21 {
  margin-top: 10px;
}

#s-009398d1-55f9-4334-82a8-0beeff660ff0 {
  box-shadow:0px 5px 5px 0px rgba(224, 224, 224, 1);
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 5px;
min-height: 200px;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-009398d1-55f9-4334-82a8-0beeff660ff0 {
  margin-bottom: 40px;
}
}







#s-009398d1-55f9-4334-82a8-0beeff660ff0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-009398d1-55f9-4334-82a8-0beeff660ff0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98656feb-eb11-490f-835b-52f5c90247bb .shogun-icon-wrapper {
  text-align: center;
}


#s-98656feb-eb11-490f-835b-52f5c90247bb .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(255, 132, 96, 1);
}

#s-3cce6e72-e747-43fb-806c-ee021770eb2e {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3cce6e72-e747-43fb-806c-ee021770eb2e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f9cb21ee-d5b5-44f8-8669-a8b5fab2615b {
  margin-top: 10px;
}

#s-986b5bf4-ec23-4131-9400-9aed7aa7e1c1 {
  margin-top: 50px;
margin-bottom: 50px;
background-color: rgba(255, 255, 255, 0);
}

#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(251, 251, 251, 1);
}
@media (min-width: 1200px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-bb85bb26-2fd4-4b13-944e-38696c59754c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb85bb26-2fd4-4b13-944e-38696c59754c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}@media (max-width: 767px){#s-980cd831-fd34-4621-9a40-7f8afedd30c2 {
  
}
}
@media (min-width: 0px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-980cd831-fd34-4621-9a40-7f8afedd30c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f160d862-32bd-4bec-97c5-f060645ca6bd {
  text-align: center;
}







  #s-f160d862-32bd-4bec-97c5-f060645ca6bd img.shogun-image {
    

    
    
    
  }


#s-f160d862-32bd-4bec-97c5-f060645ca6bd .shogun-image-content {
  
    align-items: center;
  
}

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

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

.shg-btn-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-0d9ae4a7-d396-4a0e-993c-937ba6cfea9f {
  border-style: solid;
margin-top: 23px;
margin-bottom: 23px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 193, 75, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(240, 193, 75, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-0d9ae4a7-d396-4a0e-993c-937ba6cfea9f:hover {opacity: 1 !important;
background-color: rgba(240, 193, 75, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0d9ae4a7-d396-4a0e-993c-937ba6cfea9f:active {opacity: 1 !important;
background-color: rgba(243, 215, 142, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0d9ae4a7-d396-4a0e-993c-937ba6cfea9f-root {
    text-align: center;
  }


#s-0d9ae4a7-d396-4a0e-993c-937ba6cfea9f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0d9ae4a7-d396-4a0e-993c-937ba6cfea9f-root {
    text-align: center;
  }


#s-0d9ae4a7-d396-4a0e-993c-937ba6cfea9f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d9ae4a7-d396-4a0e-993c-937ba6cfea9f-root {
    text-align: center;
  }


#s-0d9ae4a7-d396-4a0e-993c-937ba6cfea9f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d9ae4a7-d396-4a0e-993c-937ba6cfea9f-root {
    text-align: center;
  }


#s-0d9ae4a7-d396-4a0e-993c-937ba6cfea9f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0d9ae4a7-d396-4a0e-993c-937ba6cfea9f-root {
    text-align: center;
  }


#s-0d9ae4a7-d396-4a0e-993c-937ba6cfea9f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-b4701b40-6c8c-4b4a-bb6d-2cb6e4e88c11 {
  text-align: center;
}







  #s-b4701b40-6c8c-4b4a-bb6d-2cb6e4e88c11 img.shogun-image {
    

    
    
    
  }


#s-b4701b40-6c8c-4b4a-bb6d-2cb6e4e88c11 .shogun-image-content {
  
    align-items: center;
  
}

#s-55502548-8acb-4e1d-8e4c-3de283775916 {
  border-style: solid;
margin-top: 23px;
margin-bottom: 23px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 193, 75, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(240, 193, 75, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-55502548-8acb-4e1d-8e4c-3de283775916:hover {opacity: 1 !important;
background-color: rgba(240, 193, 75, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-55502548-8acb-4e1d-8e4c-3de283775916:active {opacity: 1 !important;
background-color: rgba(243, 215, 142, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-55502548-8acb-4e1d-8e4c-3de283775916-root {
    text-align: center;
  }


#s-55502548-8acb-4e1d-8e4c-3de283775916.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-55502548-8acb-4e1d-8e4c-3de283775916-root {
    text-align: center;
  }


#s-55502548-8acb-4e1d-8e4c-3de283775916.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-55502548-8acb-4e1d-8e4c-3de283775916-root {
    text-align: center;
  }


#s-55502548-8acb-4e1d-8e4c-3de283775916.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-55502548-8acb-4e1d-8e4c-3de283775916-root {
    text-align: center;
  }


#s-55502548-8acb-4e1d-8e4c-3de283775916.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-55502548-8acb-4e1d-8e4c-3de283775916-root {
    text-align: center;
  }


#s-55502548-8acb-4e1d-8e4c-3de283775916.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-ab71ce40-02c4-429b-9e09-1267b1e708d1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(251, 251, 251, 1);
}
@media (min-width: 1200px){#s-ab71ce40-02c4-429b-9e09-1267b1e708d1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ab71ce40-02c4-429b-9e09-1267b1e708d1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ab71ce40-02c4-429b-9e09-1267b1e708d1 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-ab71ce40-02c4-429b-9e09-1267b1e708d1 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-ab71ce40-02c4-429b-9e09-1267b1e708d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab71ce40-02c4-429b-9e09-1267b1e708d1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fd41f83f-f543-4e5a-967f-082d970449ff {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-fd41f83f-f543-4e5a-967f-082d970449ff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fd41f83f-f543-4e5a-967f-082d970449ff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd41f83f-f543-4e5a-967f-082d970449ff {
  
}
}@media (max-width: 767px){#s-fd41f83f-f543-4e5a-967f-082d970449ff {
  
}
}
#s-fd41f83f-f543-4e5a-967f-082d970449ff .shogun-heading-component h2 {
  color: rgba(255, 92, 38, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 2px;
  
}



@media (min-width: 0px) {
[id="s-df8419d1-079f-4bba-81ad-d08cf6b9d751"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df8419d1-079f-4bba-81ad-d08cf6b9d751"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-df8419d1-079f-4bba-81ad-d08cf6b9d751"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-df8419d1-079f-4bba-81ad-d08cf6b9d751"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-98365e71-3a01-4782-8a35-9c73668e7e9f {
  display: none;
}
.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-fd3d4343-b3a7-42a6-87eb-bf1c6fc04cc8 {
  text-align: left;
}



.shg-c#s-fd3d4343-b3a7-42a6-87eb-bf1c6fc04cc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd3d4343-b3a7-42a6-87eb-bf1c6fc04cc8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fd3d4343-b3a7-42a6-87eb-bf1c6fc04cc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd3d4343-b3a7-42a6-87eb-bf1c6fc04cc8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fd3d4343-b3a7-42a6-87eb-bf1c6fc04cc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd3d4343-b3a7-42a6-87eb-bf1c6fc04cc8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fd3d4343-b3a7-42a6-87eb-bf1c6fc04cc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd3d4343-b3a7-42a6-87eb-bf1c6fc04cc8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fd3d4343-b3a7-42a6-87eb-bf1c6fc04cc8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd3d4343-b3a7-42a6-87eb-bf1c6fc04cc8 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-c1dd36c8-6d93-4617-a71f-b5881d610490 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}

#s-c1dd36c8-6d93-4617-a71f-b5881d610490 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a1cfeb67-39b3-4130-8ba7-2b550f88f518 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0b92bd76-fef1-41a6-8fa5-8c48d6651947 {
  border-style: solid;
margin-top: 23px;
margin-bottom: 23px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 193, 75, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(240, 193, 75, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-0b92bd76-fef1-41a6-8fa5-8c48d6651947:hover {opacity: 1 !important;
background-color: rgba(240, 193, 75, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0b92bd76-fef1-41a6-8fa5-8c48d6651947:active {opacity: 1 !important;
background-color: rgba(243, 215, 142, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-0b92bd76-fef1-41a6-8fa5-8c48d6651947-root {
    text-align: center;
  }


#s-0b92bd76-fef1-41a6-8fa5-8c48d6651947.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0b92bd76-fef1-41a6-8fa5-8c48d6651947-root {
    text-align: center;
  }


#s-0b92bd76-fef1-41a6-8fa5-8c48d6651947.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b92bd76-fef1-41a6-8fa5-8c48d6651947-root {
    text-align: center;
  }


#s-0b92bd76-fef1-41a6-8fa5-8c48d6651947.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b92bd76-fef1-41a6-8fa5-8c48d6651947-root {
    text-align: center;
  }


#s-0b92bd76-fef1-41a6-8fa5-8c48d6651947.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0b92bd76-fef1-41a6-8fa5-8c48d6651947-root {
    text-align: center;
  }


#s-0b92bd76-fef1-41a6-8fa5-8c48d6651947.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-e3740459-5a68-40a9-8f79-6362aaa57bdf {
  display: none;
}
#s-956de0a5-edd9-4d3e-beed-b12b14d35d38 {
  text-align: left;
}



.shg-c#s-956de0a5-edd9-4d3e-beed-b12b14d35d38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-956de0a5-edd9-4d3e-beed-b12b14d35d38 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-956de0a5-edd9-4d3e-beed-b12b14d35d38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-956de0a5-edd9-4d3e-beed-b12b14d35d38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-956de0a5-edd9-4d3e-beed-b12b14d35d38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-956de0a5-edd9-4d3e-beed-b12b14d35d38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-956de0a5-edd9-4d3e-beed-b12b14d35d38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-956de0a5-edd9-4d3e-beed-b12b14d35d38 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-956de0a5-edd9-4d3e-beed-b12b14d35d38 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-956de0a5-edd9-4d3e-beed-b12b14d35d38 img.shogun-image {
  width: 100%;
}



}
#s-1a28dcfd-55c8-4949-ba62-31eab43b6f86 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}

#s-1a28dcfd-55c8-4949-ba62-31eab43b6f86 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-964afbce-c373-4496-ae9a-d491303535aa {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-85f15df5-b539-42ef-a69b-cf80cb6f1d81 {
  border-style: solid;
margin-top: 23px;
margin-bottom: 23px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 193, 75, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(240, 193, 75, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-85f15df5-b539-42ef-a69b-cf80cb6f1d81:hover {opacity: 1 !important;
background-color: rgba(240, 193, 75, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-85f15df5-b539-42ef-a69b-cf80cb6f1d81:active {opacity: 1 !important;
background-color: rgba(243, 215, 142, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-85f15df5-b539-42ef-a69b-cf80cb6f1d81-root {
    text-align: center;
  }


#s-85f15df5-b539-42ef-a69b-cf80cb6f1d81.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-85f15df5-b539-42ef-a69b-cf80cb6f1d81-root {
    text-align: center;
  }


#s-85f15df5-b539-42ef-a69b-cf80cb6f1d81.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-85f15df5-b539-42ef-a69b-cf80cb6f1d81-root {
    text-align: center;
  }


#s-85f15df5-b539-42ef-a69b-cf80cb6f1d81.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-85f15df5-b539-42ef-a69b-cf80cb6f1d81-root {
    text-align: center;
  }


#s-85f15df5-b539-42ef-a69b-cf80cb6f1d81.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-85f15df5-b539-42ef-a69b-cf80cb6f1d81-root {
    text-align: center;
  }


#s-85f15df5-b539-42ef-a69b-cf80cb6f1d81.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-2a3bf799-d7b5-431d-be1a-4640dd36a8f0 {
  display: none;
}
#s-7d6bcb9e-0a9e-46be-826f-c7a74c622850 {
  text-align: left;
}



.shg-c#s-7d6bcb9e-0a9e-46be-826f-c7a74c622850 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d6bcb9e-0a9e-46be-826f-c7a74c622850 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7d6bcb9e-0a9e-46be-826f-c7a74c622850 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d6bcb9e-0a9e-46be-826f-c7a74c622850 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d6bcb9e-0a9e-46be-826f-c7a74c622850 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d6bcb9e-0a9e-46be-826f-c7a74c622850 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d6bcb9e-0a9e-46be-826f-c7a74c622850 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d6bcb9e-0a9e-46be-826f-c7a74c622850 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d6bcb9e-0a9e-46be-826f-c7a74c622850 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d6bcb9e-0a9e-46be-826f-c7a74c622850 img.shogun-image {
  width: 100%;
}



}
#s-fabd2035-ed00-4cad-8fde-5be6bef4c344 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}

#s-fabd2035-ed00-4cad-8fde-5be6bef4c344 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-010f7764-f76b-4071-8154-516a297deeba {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-c30ae137-d635-4545-993f-ba9947222140 {
  border-style: solid;
margin-top: 23px;
margin-bottom: 23px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 193, 75, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(240, 193, 75, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-c30ae137-d635-4545-993f-ba9947222140:hover {opacity: 1 !important;
background-color: rgba(240, 193, 75, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c30ae137-d635-4545-993f-ba9947222140:active {opacity: 1 !important;
background-color: rgba(243, 215, 142, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c30ae137-d635-4545-993f-ba9947222140-root {
    text-align: center;
  }


#s-c30ae137-d635-4545-993f-ba9947222140.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c30ae137-d635-4545-993f-ba9947222140-root {
    text-align: center;
  }


#s-c30ae137-d635-4545-993f-ba9947222140.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c30ae137-d635-4545-993f-ba9947222140-root {
    text-align: center;
  }


#s-c30ae137-d635-4545-993f-ba9947222140.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c30ae137-d635-4545-993f-ba9947222140-root {
    text-align: center;
  }


#s-c30ae137-d635-4545-993f-ba9947222140.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c30ae137-d635-4545-993f-ba9947222140-root {
    text-align: center;
  }


#s-c30ae137-d635-4545-993f-ba9947222140.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-02dcf688-0d47-4324-b199-49e54919cb4e {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-02dcf688-0d47-4324-b199-49e54919cb4e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02dcf688-0d47-4324-b199-49e54919cb4e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-02dcf688-0d47-4324-b199-49e54919cb4e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-02dcf688-0d47-4324-b199-49e54919cb4e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e31dc433-3590-47ea-9c62-279449736422 {
  display: none;
}
#s-123ed0d3-3d53-451f-896b-047375f7b4da {
  text-align: left;
}



.shg-c#s-123ed0d3-3d53-451f-896b-047375f7b4da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-123ed0d3-3d53-451f-896b-047375f7b4da img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-123ed0d3-3d53-451f-896b-047375f7b4da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-123ed0d3-3d53-451f-896b-047375f7b4da img.shogun-image {
  width: 100%;
}



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

.shg-c#s-123ed0d3-3d53-451f-896b-047375f7b4da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-123ed0d3-3d53-451f-896b-047375f7b4da img.shogun-image {
  width: 100%;
}



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

.shg-c#s-123ed0d3-3d53-451f-896b-047375f7b4da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-123ed0d3-3d53-451f-896b-047375f7b4da img.shogun-image {
  width: 100%;
}



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

.shg-c#s-123ed0d3-3d53-451f-896b-047375f7b4da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-123ed0d3-3d53-451f-896b-047375f7b4da img.shogun-image {
  width: 100%;
}



}
#s-8eca4a3e-29ca-4862-9526-461f8def4713 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}

#s-8eca4a3e-29ca-4862-9526-461f8def4713 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-f3808eed-d646-4bd7-b137-c45558c9d6b0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-b8255595-b1d9-4eb8-b108-fde205c75c2c {
  border-style: solid;
margin-top: 23px;
margin-bottom: 23px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 193, 75, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(240, 193, 75, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-b8255595-b1d9-4eb8-b108-fde205c75c2c:hover {opacity: 1 !important;
background-color: rgba(240, 193, 75, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b8255595-b1d9-4eb8-b108-fde205c75c2c:active {opacity: 1 !important;
background-color: rgba(243, 215, 142, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b8255595-b1d9-4eb8-b108-fde205c75c2c-root {
    text-align: center;
  }


#s-b8255595-b1d9-4eb8-b108-fde205c75c2c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b8255595-b1d9-4eb8-b108-fde205c75c2c-root {
    text-align: center;
  }


#s-b8255595-b1d9-4eb8-b108-fde205c75c2c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8255595-b1d9-4eb8-b108-fde205c75c2c-root {
    text-align: center;
  }


#s-b8255595-b1d9-4eb8-b108-fde205c75c2c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8255595-b1d9-4eb8-b108-fde205c75c2c-root {
    text-align: center;
  }


#s-b8255595-b1d9-4eb8-b108-fde205c75c2c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b8255595-b1d9-4eb8-b108-fde205c75c2c-root {
    text-align: center;
  }


#s-b8255595-b1d9-4eb8-b108-fde205c75c2c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-e9a8a7e2-b449-4c52-a6df-71ea9d9521e1 {
  display: none;
}
#s-cb996175-d1cc-46cd-a55c-a6d5541a4e94 {
  text-align: left;
}



.shg-c#s-cb996175-d1cc-46cd-a55c-a6d5541a4e94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb996175-d1cc-46cd-a55c-a6d5541a4e94 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cb996175-d1cc-46cd-a55c-a6d5541a4e94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb996175-d1cc-46cd-a55c-a6d5541a4e94 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb996175-d1cc-46cd-a55c-a6d5541a4e94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb996175-d1cc-46cd-a55c-a6d5541a4e94 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb996175-d1cc-46cd-a55c-a6d5541a4e94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb996175-d1cc-46cd-a55c-a6d5541a4e94 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cb996175-d1cc-46cd-a55c-a6d5541a4e94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cb996175-d1cc-46cd-a55c-a6d5541a4e94 img.shogun-image {
  width: 100%;
}



}
#s-03b8f8f3-24b0-4dff-8b0b-676dcf052030 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 80px;
text-align: center;
}

#s-03b8f8f3-24b0-4dff-8b0b-676dcf052030 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7d413e91-639c-4633-b9b7-38dd8774de7a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-502edeb7-ba15-4cdc-a2de-e0dc1cbd6a97 {
  border-style: solid;
margin-top: 23px;
margin-bottom: 23px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(240, 193, 75, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(240, 193, 75, 1);
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-502edeb7-ba15-4cdc-a2de-e0dc1cbd6a97:hover {opacity: 1 !important;
background-color: rgba(240, 193, 75, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-502edeb7-ba15-4cdc-a2de-e0dc1cbd6a97:active {opacity: 1 !important;
background-color: rgba(243, 215, 142, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-502edeb7-ba15-4cdc-a2de-e0dc1cbd6a97-root {
    text-align: center;
  }


#s-502edeb7-ba15-4cdc-a2de-e0dc1cbd6a97.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-502edeb7-ba15-4cdc-a2de-e0dc1cbd6a97-root {
    text-align: center;
  }


#s-502edeb7-ba15-4cdc-a2de-e0dc1cbd6a97.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-502edeb7-ba15-4cdc-a2de-e0dc1cbd6a97-root {
    text-align: center;
  }


#s-502edeb7-ba15-4cdc-a2de-e0dc1cbd6a97.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-502edeb7-ba15-4cdc-a2de-e0dc1cbd6a97-root {
    text-align: center;
  }


#s-502edeb7-ba15-4cdc-a2de-e0dc1cbd6a97.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-502edeb7-ba15-4cdc-a2de-e0dc1cbd6a97-root {
    text-align: center;
  }


#s-502edeb7-ba15-4cdc-a2de-e0dc1cbd6a97.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-60d73ceb-9209-466b-b880-19d6924c408f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 100px;
padding-left: 10%;
padding-bottom: 100px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-60d73ceb-9209-466b-b880-19d6924c408f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-60d73ceb-9209-466b-b880-19d6924c408f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-60d73ceb-9209-466b-b880-19d6924c408f {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-60d73ceb-9209-466b-b880-19d6924c408f {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-60d73ceb-9209-466b-b880-19d6924c408f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60d73ceb-9209-466b-b880-19d6924c408f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-d8067ad7-f667-40b6-b8a9-37c24635d29c {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
min-height: 300px;
}
@media (min-width: 1200px){#s-d8067ad7-f667-40b6-b8a9-37c24635d29c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d8067ad7-f667-40b6-b8a9-37c24635d29c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d8067ad7-f667-40b6-b8a9-37c24635d29c {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-d8067ad7-f667-40b6-b8a9-37c24635d29c {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-d8067ad7-f667-40b6-b8a9-37c24635d29c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.25;
}#s-d8067ad7-f667-40b6-b8a9-37c24635d29c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-63592d52-6953-42e8-8070-201c25115a12 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-63592d52-6953-42e8-8070-201c25115a12 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-63592d52-6953-42e8-8070-201c25115a12 {
  
}
}@media (max-width: 767px){#s-63592d52-6953-42e8-8070-201c25115a12 {
  
}
}
@media (min-width: 0px) {
[id="s-63592d52-6953-42e8-8070-201c25115a12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63592d52-6953-42e8-8070-201c25115a12"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-63592d52-6953-42e8-8070-201c25115a12"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-63592d52-6953-42e8-8070-201c25115a12"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-63592d52-6953-42e8-8070-201c25115a12"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-63592d52-6953-42e8-8070-201c25115a12"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-63592d52-6953-42e8-8070-201c25115a12"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-bfbd911a-8dfa-47c6-be36-0885666287ec {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-bfbd911a-8dfa-47c6-be36-0885666287ec {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bfbd911a-8dfa-47c6-be36-0885666287ec {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bfbd911a-8dfa-47c6-be36-0885666287ec {
  
}
}@media (max-width: 767px){#s-bfbd911a-8dfa-47c6-be36-0885666287ec {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-bfbd911a-8dfa-47c6-be36-0885666287ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfbd911a-8dfa-47c6-be36-0885666287ec.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-26162d4b-853c-4bc6-bc6a-b9b88b4af93f {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-26162d4b-853c-4bc6-bc6a-b9b88b4af93f .shogun-heading-component h2 {
  color: rgba(255, 92, 38, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-70992fda-ca81-4e95-b4b1-2c86dfa15a0c {
  margin-top: 50px;
margin-bottom: 50px;
background-color: rgba(255, 255, 255, 0);
}

#s-3c959fdc-4951-409e-b80f-df4c0ced69d3 {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
min-height: 350px;
}
@media (min-width: 1200px){#s-3c959fdc-4951-409e-b80f-df4c0ced69d3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c959fdc-4951-409e-b80f-df4c0ced69d3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c959fdc-4951-409e-b80f-df4c0ced69d3 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-3c959fdc-4951-409e-b80f-df4c0ced69d3 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-3c959fdc-4951-409e-b80f-df4c0ced69d3 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.25;
}#s-3c959fdc-4951-409e-b80f-df4c0ced69d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b69cfb51-a16c-4cd5-8db1-28c6a606a26f {
  margin-left: 30px;
margin-right: 30px;
}

#s-ed4d1c33-ecec-4e2b-8f0e-4f182ad18554 {
  margin-bottom: 20px;
padding-top: 0px;
padding-left: 15%;
padding-bottom: 0px;
padding-right: 15%;
text-align: center;
}

#s-ed4d1c33-ecec-4e2b-8f0e-4f182ad18554 .shogun-heading-component h2 {
  color: rgba(255, 92, 38, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-bd0a3c9c-1ab9-4808-9f65-f3922598c8e1 {
  margin-top: 50px;
margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
min-height: 350px;
}
@media (min-width: 1200px){#s-bd0a3c9c-1ab9-4808-9f65-f3922598c8e1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd0a3c9c-1ab9-4808-9f65-f3922598c8e1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd0a3c9c-1ab9-4808-9f65-f3922598c8e1 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-bd0a3c9c-1ab9-4808-9f65-f3922598c8e1 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-bd0a3c9c-1ab9-4808-9f65-f3922598c8e1 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0.25;
}#s-bd0a3c9c-1ab9-4808-9f65-f3922598c8e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

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

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

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

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

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

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

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

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

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

  to {
    opacity: 1;
  }
}

#s-b33a3d1c-5dec-41af-bc29-ff5194e443fb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1000px;
}

#s-b33a3d1c-5dec-41af-bc29-ff5194e443fb .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b33a3d1c-5dec-41af-bc29-ff5194e443fb .shg-sld-nav-button.shg-sld-left,
#s-b33a3d1c-5dec-41af-bc29-ff5194e443fb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-5fc9ab62-26a4-41f1-9022-111f555cd45e {
  min-height: 50px;
background-color: rgba(244, 89, 48, 1);
}








#s-5fc9ab62-26a4-41f1-9022-111f555cd45e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fc9ab62-26a4-41f1-9022-111f555cd45e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-096b3c6b-2949-4a09-909f-ff62383d92d9 {
  min-height: 50px;
}








#s-096b3c6b-2949-4a09-909f-ff62383d92d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-096b3c6b-2949-4a09-909f-ff62383d92d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92934538-91a6-4bc5-98fd-ee7cdd10f80f {
  min-height: 50px;
}








#s-92934538-91a6-4bc5-98fd-ee7cdd10f80f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92934538-91a6-4bc5-98fd-ee7cdd10f80f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7e561e8-6947-4452-8447-3a6c305ea5a9 {
  margin-left: auto;
margin-right: auto;
max-width: 650px;
text-align: center;
}







  #s-b7e561e8-6947-4452-8447-3a6c305ea5a9 img.shogun-image {
    

    
    
    
  }


#s-b7e561e8-6947-4452-8447-3a6c305ea5a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f54f942-f425-4360-af72-fb19130a5c07 {
  min-height: 50px;
}








#s-0f54f942-f425-4360-af72-fb19130a5c07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f54f942-f425-4360-af72-fb19130a5c07.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-58e58f37-e02f-45e9-8546-dc918fd58575"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-58e58f37-e02f-45e9-8546-dc918fd58575"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-58e58f37-e02f-45e9-8546-dc918fd58575"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-58e58f37-e02f-45e9-8546-dc918fd58575"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e9918f33-b4e0-44eb-b63b-e1f70d622a56 {
  text-align: center;
}







  #s-e9918f33-b4e0-44eb-b63b-e1f70d622a56 img.shogun-image {
    

    
    
    
  }


#s-e9918f33-b4e0-44eb-b63b-e1f70d622a56 .shogun-image-content {
  
    align-items: center;
  
}

#s-510ab466-ea69-4f9b-af4f-6fc83e980752 {
  text-align: center;
}







  #s-510ab466-ea69-4f9b-af4f-6fc83e980752 img.shogun-image {
    

    
    
    
  }


#s-510ab466-ea69-4f9b-af4f-6fc83e980752 .shogun-image-content {
  
    align-items: center;
  
}

#s-8bb63a86-3b12-41eb-bf2e-2ce576ef2161 {
  min-height: 50px;
}








#s-8bb63a86-3b12-41eb-bf2e-2ce576ef2161 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bb63a86-3b12-41eb-bf2e-2ce576ef2161.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-69773400-dc13-4f91-a932-9f45b360ef3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69773400-dc13-4f91-a932-9f45b360ef3c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-69773400-dc13-4f91-a932-9f45b360ef3c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-69773400-dc13-4f91-a932-9f45b360ef3c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-520c566a-d3ef-4e9d-a9c5-82656b4901d2 {
  text-align: center;
}







  #s-520c566a-d3ef-4e9d-a9c5-82656b4901d2 img.shogun-image {
    

    
    
    
  }


#s-520c566a-d3ef-4e9d-a9c5-82656b4901d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9991dd2-29fc-449e-b655-4eebea1a0849 {
  text-align: center;
}







  #s-e9991dd2-29fc-449e-b655-4eebea1a0849 img.shogun-image {
    

    
    
    
  }


#s-e9991dd2-29fc-449e-b655-4eebea1a0849 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}