.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-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-d6484692-0744-4414-8142-1ccb8b96b03e {
  padding-top: 20px;
padding-left: 13%;
padding-bottom: 20px;
padding-right: 13%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-d6484692-0744-4414-8142-1ccb8b96b03e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6484692-0744-4414-8142-1ccb8b96b03e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d6484692-0744-4414-8142-1ccb8b96b03e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6484692-0744-4414-8142-1ccb8b96b03e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

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

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

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

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

#s-9258476a-8f83-46c7-b08c-b709ac1a6bf1 {
  padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-9258476a-8f83-46c7-b08c-b709ac1a6bf1 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9258476a-8f83-46c7-b08c-b709ac1a6bf1 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9258476a-8f83-46c7-b08c-b709ac1a6bf1 {
  padding-left: 5%;
padding-right: 5%;
}
}
.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-9c5823c8-e8c1-4058-bbc5-896972a2b0f6 {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}
@media (max-width: 767px){#s-9c5823c8-e8c1-4058-bbc5-896972a2b0f6 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-9c5823c8-e8c1-4058-bbc5-896972a2b0f6 .shogun-heading-component h1 {
  color: rgba(54, 71, 82, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a13cb75d-90c3-4386-80b6-a3e7c1974de0 {
  padding-left: 5%;
padding-right: 5%;
}
@media (max-width: 767px){#s-a13cb75d-90c3-4386-80b6-a3e7c1974de0 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-3a761cac-5fb6-499d-bf6a-ab2b727d140d {
  padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}
@media (max-width: 767px){#s-3a761cac-5fb6-499d-bf6a-ab2b727d140d {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-3a761cac-5fb6-499d-bf6a-ab2b727d140d .shogun-heading-component h1 {
  color: rgba(54, 71, 82, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b164e57e-0e14-408e-aef1-017f245861b7 {
  padding-left: 5%;
padding-right: 5%;
}
@media (max-width: 767px){#s-b164e57e-0e14-408e-aef1-017f245861b7 {
  padding-left: 0%;
padding-right: 0%;
}
}
.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-6c4f9df5-3390-4385-9303-d1679c8bd7b2 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 30px;
padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
min-height: 50px;
}
@media (max-width: 767px){#s-6c4f9df5-3390-4385-9303-d1679c8bd7b2 {
  
}
}







#s-6c4f9df5-3390-4385-9303-d1679c8bd7b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c4f9df5-3390-4385-9303-d1679c8bd7b2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-158904e2-14d2-4e57-95b3-99ffdd62c5f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-158904e2-14d2-4e57-95b3-99ffdd62c5f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-158904e2-14d2-4e57-95b3-99ffdd62c5f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-158904e2-14d2-4e57-95b3-99ffdd62c5f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-a54f519c-37c1-4bf0-9cf4-e4fe2562e384 {
  padding-top: 50px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-a54f519c-37c1-4bf0-9cf4-e4fe2562e384 {
  display: none;
}
#s-a54f519c-37c1-4bf0-9cf4-e4fe2562e384, #wrap-s-a54f519c-37c1-4bf0-9cf4-e4fe2562e384 { display: none !important; }}







#s-a54f519c-37c1-4bf0-9cf4-e4fe2562e384 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a54f519c-37c1-4bf0-9cf4-e4fe2562e384.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-9cb8c7ea-c12e-418e-be5c-adbfc69c6a67 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-9cb8c7ea-c12e-418e-be5c-adbfc69c6a67 img.shogun-image {
    

    
    
    
  }


#s-9cb8c7ea-c12e-418e-be5c-adbfc69c6a67 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd4aefe9-4414-43f9-b875-99f421b790db {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(54, 71, 82, 1);
}








#s-cd4aefe9-4414-43f9-b875-99f421b790db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd4aefe9-4414-43f9-b875-99f421b790db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e555c78-634a-44b7-8d65-eb63089477a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e555c78-634a-44b7-8d65-eb63089477a6 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-23c79b38-7f1e-4199-b6e9-7d86b504f54b {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-23c79b38-7f1e-4199-b6e9-7d86b504f54b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23c79b38-7f1e-4199-b6e9-7d86b504f54b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa72c849-bbdf-426b-be45-ffe616bf449e {
  margin-bottom: 30px;
}

#s-54c84e13-bff6-49d9-8c79-b7f1b7c4b61a {
  padding-left: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(182, 182, 182, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-54c84e13-bff6-49d9-8c79-b7f1b7c4b61a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-54c84e13-bff6-49d9-8c79-b7f1b7c4b61a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-54c84e13-bff6-49d9-8c79-b7f1b7c4b61a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-54c84e13-bff6-49d9-8c79-b7f1b7c4b61a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-54c84e13-bff6-49d9-8c79-b7f1b7c4b61a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-54c84e13-bff6-49d9-8c79-b7f1b7c4b61a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-54c84e13-bff6-49d9-8c79-b7f1b7c4b61a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-fc3046ca-b418-4f39-a8a0-0ec013b9a055 .shogun-icon-wrapper {
  text-align: center;
}


#s-fc3046ca-b418-4f39-a8a0-0ec013b9a055 .shogun-icon-wrapper > .shogun-icon {

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

#s-74bd8880-2ba1-47e2-8fd8-092c14a50737 {
  padding-left: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(182, 182, 182, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-74bd8880-2ba1-47e2-8fd8-092c14a50737"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-74bd8880-2ba1-47e2-8fd8-092c14a50737"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-74bd8880-2ba1-47e2-8fd8-092c14a50737"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-74bd8880-2ba1-47e2-8fd8-092c14a50737"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-74bd8880-2ba1-47e2-8fd8-092c14a50737"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-74bd8880-2ba1-47e2-8fd8-092c14a50737"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-74bd8880-2ba1-47e2-8fd8-092c14a50737"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-6391b70f-5167-450f-993c-61d2897392dc .shogun-icon-wrapper {
  text-align: center;
}


#s-6391b70f-5167-450f-993c-61d2897392dc .shogun-icon-wrapper > .shogun-icon {

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

#s-2588585a-dd73-45f6-958f-ea55e51423d2 {
  padding-left: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(182, 182, 182, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-2588585a-dd73-45f6-958f-ea55e51423d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2588585a-dd73-45f6-958f-ea55e51423d2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2588585a-dd73-45f6-958f-ea55e51423d2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2588585a-dd73-45f6-958f-ea55e51423d2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2588585a-dd73-45f6-958f-ea55e51423d2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2588585a-dd73-45f6-958f-ea55e51423d2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-2588585a-dd73-45f6-958f-ea55e51423d2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-62384c81-f1bc-4f86-8abd-efab85b16f93 .shogun-icon-wrapper {
  text-align: center;
}


#s-62384c81-f1bc-4f86-8abd-efab85b16f93 .shogun-icon-wrapper > .shogun-icon {

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

#s-50b10aff-09f7-4dd6-85d4-3b98675ab595 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
background-color: rgba(247, 247, 247, 1);
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-3dd9459a-a74d-40af-b885-e1633b690003 {
  margin-top: 19px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(53, 71, 82, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3dd9459a-a74d-40af-b885-e1633b690003:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3dd9459a-a74d-40af-b885-e1633b690003:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3dd9459a-a74d-40af-b885-e1633b690003 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3dd9459a-a74d-40af-b885-e1633b690003.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3dd9459a-a74d-40af-b885-e1633b690003.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-3dd9459a-a74d-40af-b885-e1633b690003.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ce29189f-3610-4bc9-bd39-7185ff623edb {
  box-shadow:0px 0px 6px 6px rgba(226, 226, 226, 1);
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(209, 209, 209, 1);
border-style: solid;
min-height: 50px;
}








#s-ce29189f-3610-4bc9-bd39-7185ff623edb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce29189f-3610-4bc9-bd39-7185ff623edb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e496561d-d748-4e32-9825-96b3da0a6209 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-e496561d-d748-4e32-9825-96b3da0a6209 img.shogun-image {
    

    
    
    
  }


#s-e496561d-d748-4e32-9825-96b3da0a6209 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a5a53fb-7076-411b-95a3-5bd2ca5ee83f {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(121, 12, 40, 1);
}








#s-3a5a53fb-7076-411b-95a3-5bd2ca5ee83f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a5a53fb-7076-411b-95a3-5bd2ca5ee83f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf92e995-a089-47cc-85db-9c60bb25207f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf92e995-a089-47cc-85db-9c60bb25207f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b15b23ae-25a7-4182-8763-a6db57de4100 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-b15b23ae-25a7-4182-8763-a6db57de4100 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b15b23ae-25a7-4182-8763-a6db57de4100.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5b49451-44db-4671-a56e-df862a15cc6e {
  margin-bottom: 30px;
}

#s-06af521a-05e8-42d0-a523-e066d0138928 {
  padding-left: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(182, 182, 182, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-06af521a-05e8-42d0-a523-e066d0138928"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-06af521a-05e8-42d0-a523-e066d0138928"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-06af521a-05e8-42d0-a523-e066d0138928"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-06af521a-05e8-42d0-a523-e066d0138928"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-06af521a-05e8-42d0-a523-e066d0138928"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-06af521a-05e8-42d0-a523-e066d0138928"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-06af521a-05e8-42d0-a523-e066d0138928"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-e2f193ac-dd32-49c2-be5e-7524043d90bc .shogun-icon-wrapper {
  text-align: center;
}


#s-e2f193ac-dd32-49c2-be5e-7524043d90bc .shogun-icon-wrapper > .shogun-icon {

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

#s-c7142a66-4625-4404-a6a1-574a04ba04a9 {
  padding-left: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(182, 182, 182, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-c7142a66-4625-4404-a6a1-574a04ba04a9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-c7142a66-4625-4404-a6a1-574a04ba04a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c7142a66-4625-4404-a6a1-574a04ba04a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c7142a66-4625-4404-a6a1-574a04ba04a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c7142a66-4625-4404-a6a1-574a04ba04a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7142a66-4625-4404-a6a1-574a04ba04a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-c7142a66-4625-4404-a6a1-574a04ba04a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-5d797f30-6f7e-4bf5-9f0b-59ee8efa899b .shogun-icon-wrapper {
  text-align: center;
}


#s-5d797f30-6f7e-4bf5-9f0b-59ee8efa899b .shogun-icon-wrapper > .shogun-icon {

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

#s-7f284692-453d-4386-8258-54f49f0120f9 {
  padding-left: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(182, 182, 182, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-7f284692-453d-4386-8258-54f49f0120f9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-7f284692-453d-4386-8258-54f49f0120f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7f284692-453d-4386-8258-54f49f0120f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7f284692-453d-4386-8258-54f49f0120f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7f284692-453d-4386-8258-54f49f0120f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f284692-453d-4386-8258-54f49f0120f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7f284692-453d-4386-8258-54f49f0120f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-fed05fdd-efd2-40b4-bd39-a8fd58fb9208 .shogun-icon-wrapper {
  text-align: center;
}


#s-fed05fdd-efd2-40b4-bd39-a8fd58fb9208 .shogun-icon-wrapper > .shogun-icon {

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

#s-598d734a-b12b-4359-b44a-3020ad72ac41 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
background-color: rgba(247, 247, 247, 1);
}

#s-d634ca20-809a-475c-9d56-718ee6817529 {
  margin-top: 19px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(53, 71, 82, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d634ca20-809a-475c-9d56-718ee6817529:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d634ca20-809a-475c-9d56-718ee6817529:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d634ca20-809a-475c-9d56-718ee6817529 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d634ca20-809a-475c-9d56-718ee6817529.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d634ca20-809a-475c-9d56-718ee6817529.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-d634ca20-809a-475c-9d56-718ee6817529.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-831022a2-d00f-49e4-8056-9c4b0ddae9be {
  padding-top: 50px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 50px;
}








#s-831022a2-d00f-49e4-8056-9c4b0ddae9be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-831022a2-d00f-49e4-8056-9c4b0ddae9be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49b88563-ba4f-4f42-91a9-8b230da5740a {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}







  #s-49b88563-ba4f-4f42-91a9-8b230da5740a img.shogun-image {
    

    
    
    
  }


#s-49b88563-ba4f-4f42-91a9-8b230da5740a .shogun-image-content {
  
    align-items: center;
  
}

#s-0186c3dd-d024-4bdb-a17b-90f54003503d {
  margin-top: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(54, 71, 82, 1);
}








#s-0186c3dd-d024-4bdb-a17b-90f54003503d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0186c3dd-d024-4bdb-a17b-90f54003503d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6901205a-fcc4-4dd4-b0f1-55cfd80ebcb3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6901205a-fcc4-4dd4-b0f1-55cfd80ebcb3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-dbb7604f-13c8-4acd-8f87-035f1383ed6f {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-dbb7604f-13c8-4acd-8f87-035f1383ed6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbb7604f-13c8-4acd-8f87-035f1383ed6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08cf04b7-3054-4521-afb1-595794b56f2c {
  margin-bottom: 30px;
}

#s-71f00eb5-9f81-4ab0-9995-7f6cfda03c18 {
  padding-left: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(182, 182, 182, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-71f00eb5-9f81-4ab0-9995-7f6cfda03c18"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-71f00eb5-9f81-4ab0-9995-7f6cfda03c18"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-71f00eb5-9f81-4ab0-9995-7f6cfda03c18"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-71f00eb5-9f81-4ab0-9995-7f6cfda03c18"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-71f00eb5-9f81-4ab0-9995-7f6cfda03c18"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-71f00eb5-9f81-4ab0-9995-7f6cfda03c18"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-71f00eb5-9f81-4ab0-9995-7f6cfda03c18"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-7860c654-39fe-4411-a78d-e5a9b96d6ba5 .shogun-icon-wrapper {
  text-align: center;
}


#s-7860c654-39fe-4411-a78d-e5a9b96d6ba5 .shogun-icon-wrapper > .shogun-icon {

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

#s-bead0406-9335-472b-aebc-d441de8a3751 {
  padding-left: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(182, 182, 182, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-bead0406-9335-472b-aebc-d441de8a3751"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-bead0406-9335-472b-aebc-d441de8a3751"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bead0406-9335-472b-aebc-d441de8a3751"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-bead0406-9335-472b-aebc-d441de8a3751"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bead0406-9335-472b-aebc-d441de8a3751"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-bead0406-9335-472b-aebc-d441de8a3751"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-bead0406-9335-472b-aebc-d441de8a3751"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-68dcd802-6f08-4667-a28e-11ec9e5d87ca .shogun-icon-wrapper {
  text-align: center;
}


#s-68dcd802-6f08-4667-a28e-11ec9e5d87ca .shogun-icon-wrapper > .shogun-icon {

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

#s-14bae0c8-28d2-4912-8de1-7308671ab9e3 {
  padding-left: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(182, 182, 182, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-14bae0c8-28d2-4912-8de1-7308671ab9e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-14bae0c8-28d2-4912-8de1-7308671ab9e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-14bae0c8-28d2-4912-8de1-7308671ab9e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-14bae0c8-28d2-4912-8de1-7308671ab9e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-14bae0c8-28d2-4912-8de1-7308671ab9e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-14bae0c8-28d2-4912-8de1-7308671ab9e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-14bae0c8-28d2-4912-8de1-7308671ab9e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

}

#s-098c398f-90f0-413b-813a-b89c93b53aae .shogun-icon-wrapper {
  text-align: center;
}


#s-098c398f-90f0-413b-813a-b89c93b53aae .shogun-icon-wrapper > .shogun-icon {

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

#s-1704fbd4-280c-446a-99d7-54c5640e06f4 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
background-color: rgba(247, 247, 247, 1);
}

#s-dc87a6b0-a82d-4bdf-9caa-725a76f2dd9a {
  margin-top: 19px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(53, 71, 82, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-dc87a6b0-a82d-4bdf-9caa-725a76f2dd9a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dc87a6b0-a82d-4bdf-9caa-725a76f2dd9a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-dc87a6b0-a82d-4bdf-9caa-725a76f2dd9a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dc87a6b0-a82d-4bdf-9caa-725a76f2dd9a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dc87a6b0-a82d-4bdf-9caa-725a76f2dd9a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-dc87a6b0-a82d-4bdf-9caa-725a76f2dd9a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3613f2e1-dd7a-40bd-91b9-f9d16c4cb447 {
  padding-top: 39px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
background-color: rgba(162, 194, 188, 1);
}








#s-3613f2e1-dd7a-40bd-91b9-f9d16c4cb447 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3613f2e1-dd7a-40bd-91b9-f9d16c4cb447.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-460e4ddb-ddec-4464-a26d-d95347b7ebfa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-460e4ddb-ddec-4464-a26d-d95347b7ebfa .shogun-heading-component h2 {
  color: rgba(54, 71, 82, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-a82b8c90-b711-4c79-8743-3caedcc35d7d {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a82b8c90-b711-4c79-8743-3caedcc35d7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a82b8c90-b711-4c79-8743-3caedcc35d7d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a82b8c90-b711-4c79-8743-3caedcc35d7d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a82b8c90-b711-4c79-8743-3caedcc35d7d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d5fb6652-86fc-4a10-89b3-3def773e74d5 {
  padding-top: 20px;
padding-left: 25px;
padding-bottom: 20px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d5fb6652-86fc-4a10-89b3-3def773e74d5 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-a0cc9105-fb7c-45fc-a2ea-0bf6137d934b {
  padding-top: 20px;
padding-left: 25px;
padding-bottom: 20px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a0cc9105-fb7c-45fc-a2ea-0bf6137d934b {
  margin-bottom: 10px;
}
}
#s-c18d12d5-3862-4a52-9290-c2b521c43c01 {
  padding-top: 20px;
padding-left: 25px;
padding-bottom: 20px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-c18d12d5-3862-4a52-9290-c2b521c43c01 {
  margin-bottom: 10px;
}
}
#s-0e160c64-40cd-40c3-9d33-ccff8d078859 {
  padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(53, 71, 82, 1);
}








#s-0e160c64-40cd-40c3-9d33-ccff8d078859 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e160c64-40cd-40c3-9d33-ccff8d078859.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d4eaaa0-7fc7-4aa5-9b18-f2c0fa90992c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d4eaaa0-7fc7-4aa5-9b18-f2c0fa90992c .shogun-heading-component h2 {
  color: rgba(220, 152, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-1911fb18-5be8-40d6-a0d3-3047cee4caf7 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-1911fb18-5be8-40d6-a0d3-3047cee4caf7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1911fb18-5be8-40d6-a0d3-3047cee4caf7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1911fb18-5be8-40d6-a0d3-3047cee4caf7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1911fb18-5be8-40d6-a0d3-3047cee4caf7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1911fb18-5be8-40d6-a0d3-3047cee4caf7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1911fb18-5be8-40d6-a0d3-3047cee4caf7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1911fb18-5be8-40d6-a0d3-3047cee4caf7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-3776c4c8-0a6a-4a8f-ad5c-09d6baaf05e5 {
  text-align: center;
}







  #s-3776c4c8-0a6a-4a8f-ad5c-09d6baaf05e5 img.shogun-image {
    

    
    
    
  }


#s-3776c4c8-0a6a-4a8f-ad5c-09d6baaf05e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-2c43fab5-c22e-44a8-84d5-8ed9434d32af {
  padding-bottom: 30px;
min-height: 50px;
}








#s-2c43fab5-c22e-44a8-84d5-8ed9434d32af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c43fab5-c22e-44a8-84d5-8ed9434d32af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ddac1471-d872-49bf-84d2-b3c7581a1a1a {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-ddac1471-d872-49bf-84d2-b3c7581a1a1a .shogun-heading-component h4 {
  color: rgba(220, 152, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-8a219869-483b-4ad3-90ed-f3b5ab463056 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-8a219869-483b-4ad3-90ed-f3b5ab463056 .shogun-heading-component h3 {
  color: rgba(220, 152, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-67d49723-3cb0-4e39-bb45-4a288ac69a3b {
  padding-bottom: 30px;
min-height: 50px;
}








#s-67d49723-3cb0-4e39-bb45-4a288ac69a3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67d49723-3cb0-4e39-bb45-4a288ac69a3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a14db90e-f983-434a-bb98-247f3a6c59d2 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-a14db90e-f983-434a-bb98-247f3a6c59d2 .shogun-heading-component h4 {
  color: rgba(220, 152, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-916e0869-45bc-4c48-90df-23b53bef5aac {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-916e0869-45bc-4c48-90df-23b53bef5aac .shogun-heading-component h3 {
  color: rgba(220, 152, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-e5343f42-556f-4bb0-8572-d0ddce3e3aea {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-e5343f42-556f-4bb0-8572-d0ddce3e3aea .shogun-heading-component h4 {
  color: rgba(220, 152, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-600bf3d7-fd13-4403-9425-905dae5e2f38 {
  padding-bottom: 30px;
min-height: 50px;
}








#s-600bf3d7-fd13-4403-9425-905dae5e2f38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-600bf3d7-fd13-4403-9425-905dae5e2f38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e77df1ed-1176-43ed-add4-501f5c060bd2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-e77df1ed-1176-43ed-add4-501f5c060bd2 .shogun-heading-component h3 {
  color: rgba(220, 152, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-16e1e406-2fb9-4e0c-bccc-4903d65b869c {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-16e1e406-2fb9-4e0c-bccc-4903d65b869c .shogun-heading-component h4 {
  color: rgba(220, 152, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-28a832fe-5fd1-424f-b2c1-8c6999c0141e {
  padding-bottom: 30px;
min-height: 50px;
}








#s-28a832fe-5fd1-424f-b2c1-8c6999c0141e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28a832fe-5fd1-424f-b2c1-8c6999c0141e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6986fc89-fedd-4670-b550-07d8f9f904df {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-6986fc89-fedd-4670-b550-07d8f9f904df .shogun-heading-component h3 {
  color: rgba(220, 152, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-cd654adf-e72a-4f5d-a6c6-89861e898e2a hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-243292db-6243-42cc-94b1-b3c6f3002548 {
  padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-243292db-6243-42cc-94b1-b3c6f3002548"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-243292db-6243-42cc-94b1-b3c6f3002548"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-243292db-6243-42cc-94b1-b3c6f3002548"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-243292db-6243-42cc-94b1-b3c6f3002548"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-05e23bc2-a249-4c1b-916e-58be4f06cde4 {
  padding-bottom: 30px;
min-height: 50px;
}








#s-05e23bc2-a249-4c1b-916e-58be4f06cde4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05e23bc2-a249-4c1b-916e-58be4f06cde4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1e1a9a5-c4c7-4af7-9ce8-7a9d10aee4aa {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-f1e1a9a5-c4c7-4af7-9ce8-7a9d10aee4aa .shogun-heading-component h3 {
  color: rgba(220, 152, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-38b29e7f-fff3-4d60-a962-9a847aab4806 {
  padding-bottom: 30px;
min-height: 50px;
}








#s-38b29e7f-fff3-4d60-a962-9a847aab4806 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38b29e7f-fff3-4d60-a962-9a847aab4806.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7bb5ec14-9788-4e26-ae6f-c5f1ff7be720 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-7bb5ec14-9788-4e26-ae6f-c5f1ff7be720 .shogun-heading-component h3 {
  color: rgba(220, 152, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-028d78bc-69f7-468c-8c3a-d66b31f9bf2f {
  padding-bottom: 30px;
min-height: 50px;
}








#s-028d78bc-69f7-468c-8c3a-d66b31f9bf2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-028d78bc-69f7-468c-8c3a-d66b31f9bf2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88aa0bc9-adb2-4625-90c7-b91067349f89 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-88aa0bc9-adb2-4625-90c7-b91067349f89 .shogun-heading-component h3 {
  color: rgba(220, 152, 156, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



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