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

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

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

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

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

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

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

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

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

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

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

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

#s-99af2dd6-fc03-4f32-9844-a63f7e495464 {
  padding-left: 10%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-99af2dd6-fc03-4f32-9844-a63f7e495464 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99af2dd6-fc03-4f32-9844-a63f7e495464.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-8e125829-3a6c-481c-8f2b-6aaba9b909b9 hr {
  border-top: 2px solid #ddd;
}

.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-59631547-1fbc-4efe-82f8-0b803316f395 {
  margin-top: 3%;
margin-bottom: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-59631547-1fbc-4efe-82f8-0b803316f395 {
  display: none;
}
#s-59631547-1fbc-4efe-82f8-0b803316f395, #wrap-s-59631547-1fbc-4efe-82f8-0b803316f395 { display:none !important; }}@media (max-width: 767px){#s-59631547-1fbc-4efe-82f8-0b803316f395 {
  display: none;
}
#s-59631547-1fbc-4efe-82f8-0b803316f395, #wrap-s-59631547-1fbc-4efe-82f8-0b803316f395 { display:none !important; }}
@media (min-width: 0px) {
[id="s-59631547-1fbc-4efe-82f8-0b803316f395"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59631547-1fbc-4efe-82f8-0b803316f395"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5em);
}

[id="s-59631547-1fbc-4efe-82f8-0b803316f395"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5em);
}

}

@media (min-width: 992px) {
[id="s-59631547-1fbc-4efe-82f8-0b803316f395"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5em);
}

[id="s-59631547-1fbc-4efe-82f8-0b803316f395"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5em);
}

}

@media (min-width: 1200px) {
[id="s-59631547-1fbc-4efe-82f8-0b803316f395"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5em);
}

[id="s-59631547-1fbc-4efe-82f8-0b803316f395"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5em);
}

}

#s-f586c2f4-3a39-4b41-895b-c2403b3a94ee {
  min-height: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f586c2f4-3a39-4b41-895b-c2403b3a94ee {
  min-height: 600px;
}
}







#s-f586c2f4-3a39-4b41-895b-c2403b3a94ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f586c2f4-3a39-4b41-895b-c2403b3a94ee.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-4ba1b430-960f-440f-8aad-c980f98c80e8 {
  text-align: center;
}








#s-4ba1b430-960f-440f-8aad-c980f98c80e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-9dc6d332-eaba-4207-9585-02886d3a5b3f {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-e43315c8-7963-4818-a375-da1969b46323"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e43315c8-7963-4818-a375-da1969b46323"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e43315c8-7963-4818-a375-da1969b46323"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e43315c8-7963-4818-a375-da1969b46323"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-877d1538-4430-4db8-b2be-346e8ad7a2e3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-877d1538-4430-4db8-b2be-346e8ad7a2e3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-877d1538-4430-4db8-b2be-346e8ad7a2e3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-877d1538-4430-4db8-b2be-346e8ad7a2e3-root {
    text-align: center;
  }


#s-877d1538-4430-4db8-b2be-346e8ad7a2e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-877d1538-4430-4db8-b2be-346e8ad7a2e3-root {
    text-align: center;
  }


#s-877d1538-4430-4db8-b2be-346e8ad7a2e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-877d1538-4430-4db8-b2be-346e8ad7a2e3-root {
    text-align: center;
  }


#s-877d1538-4430-4db8-b2be-346e8ad7a2e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-877d1538-4430-4db8-b2be-346e8ad7a2e3-root {
    text-align: center;
  }


#s-877d1538-4430-4db8-b2be-346e8ad7a2e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-877d1538-4430-4db8-b2be-346e8ad7a2e3-root {
    text-align: center;
  }


#s-877d1538-4430-4db8-b2be-346e8ad7a2e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-f20a6cef-debc-40bd-873c-a0f384732ac2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f20a6cef-debc-40bd-873c-a0f384732ac2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f20a6cef-debc-40bd-873c-a0f384732ac2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f20a6cef-debc-40bd-873c-a0f384732ac2-root {
    text-align: center;
  }


#s-f20a6cef-debc-40bd-873c-a0f384732ac2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f20a6cef-debc-40bd-873c-a0f384732ac2-root {
    text-align: center;
  }


#s-f20a6cef-debc-40bd-873c-a0f384732ac2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f20a6cef-debc-40bd-873c-a0f384732ac2-root {
    text-align: center;
  }


#s-f20a6cef-debc-40bd-873c-a0f384732ac2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f20a6cef-debc-40bd-873c-a0f384732ac2-root {
    text-align: center;
  }


#s-f20a6cef-debc-40bd-873c-a0f384732ac2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f20a6cef-debc-40bd-873c-a0f384732ac2-root {
    text-align: center;
  }


#s-f20a6cef-debc-40bd-873c-a0f384732ac2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-b45ff872-19c5-4869-88ff-923be3239025 {
  min-height: 600px;
}








#s-b45ff872-19c5-4869-88ff-923be3239025 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b45ff872-19c5-4869-88ff-923be3239025.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-56ba58ea-48ae-4be4-9819-14ed07ca5b4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-56ba58ea-48ae-4be4-9819-14ed07ca5b4f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-eb0b4191-b9dc-49ed-bfb3-39f83cfe6d9c {
  margin-bottom: 50px;
text-align: left;
}

@media (min-width: 0px) {
[id="s-c2815612-e03e-40d2-8ad0-683ff6a98354"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2815612-e03e-40d2-8ad0-683ff6a98354"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2815612-e03e-40d2-8ad0-683ff6a98354"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2815612-e03e-40d2-8ad0-683ff6a98354"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-96a8088e-b38e-4b02-af28-77708e1119af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-96a8088e-b38e-4b02-af28-77708e1119af .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-72dba8b7-8f60-4335-be39-93375b5bb27b {
  text-align: left;
}

#s-a9ccb8d3-7f76-44ae-b235-98bf69c42e73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a9ccb8d3-7f76-44ae-b235-98bf69c42e73 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-339b69b5-50c7-499d-8be5-078f684fdb4d {
  text-align: left;
}

#s-d0b4bfbb-6920-491b-912d-0e9bde22b3cc {
  text-align: left;
}
@media (min-width: 1200px){#s-d0b4bfbb-6920-491b-912d-0e9bde22b3cc {
  display: none;
}
#s-d0b4bfbb-6920-491b-912d-0e9bde22b3cc, #wrap-s-d0b4bfbb-6920-491b-912d-0e9bde22b3cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d0b4bfbb-6920-491b-912d-0e9bde22b3cc {
  display: none;
}
#s-d0b4bfbb-6920-491b-912d-0e9bde22b3cc, #wrap-s-d0b4bfbb-6920-491b-912d-0e9bde22b3cc { display:none !important; }}
#s-f883b314-ae33-49ab-b23e-b799ec215fc4 {
  min-height: 600px;
}
@media (min-width: 1200px){#s-f883b314-ae33-49ab-b23e-b799ec215fc4 {
  display: none;
}
#s-f883b314-ae33-49ab-b23e-b799ec215fc4, #wrap-s-f883b314-ae33-49ab-b23e-b799ec215fc4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f883b314-ae33-49ab-b23e-b799ec215fc4 {
  display: none;
}
#s-f883b314-ae33-49ab-b23e-b799ec215fc4, #wrap-s-f883b314-ae33-49ab-b23e-b799ec215fc4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f883b314-ae33-49ab-b23e-b799ec215fc4 {
  min-height: 600px;
}
}@media (max-width: 767px){#s-f883b314-ae33-49ab-b23e-b799ec215fc4 {
  margin-bottom: 50px;
}
}







#s-f883b314-ae33-49ab-b23e-b799ec215fc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f883b314-ae33-49ab-b23e-b799ec215fc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51471bf8-6992-4627-9c46-966d46487f13 {
  text-align: center;
}







  #s-51471bf8-6992-4627-9c46-966d46487f13 img.shogun-image {
    

    
    
    
  }


#s-51471bf8-6992-4627-9c46-966d46487f13 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd418649-6d06-48a6-b7a1-f6ff5ed98db0 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-42d58417-c926-421d-8171-734a97ff5239"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42d58417-c926-421d-8171-734a97ff5239"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-42d58417-c926-421d-8171-734a97ff5239"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-42d58417-c926-421d-8171-734a97ff5239"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8366502b-8143-4e6a-965d-3160033a5b6e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8366502b-8143-4e6a-965d-3160033a5b6e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8366502b-8143-4e6a-965d-3160033a5b6e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-8366502b-8143-4e6a-965d-3160033a5b6e {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-8366502b-8143-4e6a-965d-3160033a5b6e {
  margin-bottom: 30px;
}
}

  #s-8366502b-8143-4e6a-965d-3160033a5b6e-root {
    text-align: center;
  }


#s-8366502b-8143-4e6a-965d-3160033a5b6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8366502b-8143-4e6a-965d-3160033a5b6e-root {
    text-align: center;
  }


#s-8366502b-8143-4e6a-965d-3160033a5b6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8366502b-8143-4e6a-965d-3160033a5b6e-root {
    text-align: center;
  }


#s-8366502b-8143-4e6a-965d-3160033a5b6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8366502b-8143-4e6a-965d-3160033a5b6e-root {
    text-align: center;
  }


#s-8366502b-8143-4e6a-965d-3160033a5b6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8366502b-8143-4e6a-965d-3160033a5b6e-root {
    text-align: center;
  }


#s-8366502b-8143-4e6a-965d-3160033a5b6e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-7d91a306-b77a-4b70-9c48-dc1716c51856 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-7d91a306-b77a-4b70-9c48-dc1716c51856:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7d91a306-b77a-4b70-9c48-dc1716c51856:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-7d91a306-b77a-4b70-9c48-dc1716c51856 {
  margin-bottom: 30px;
}
}

  #s-7d91a306-b77a-4b70-9c48-dc1716c51856-root {
    text-align: center;
  }


#s-7d91a306-b77a-4b70-9c48-dc1716c51856.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7d91a306-b77a-4b70-9c48-dc1716c51856-root {
    text-align: center;
  }


#s-7d91a306-b77a-4b70-9c48-dc1716c51856.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d91a306-b77a-4b70-9c48-dc1716c51856-root {
    text-align: center;
  }


#s-7d91a306-b77a-4b70-9c48-dc1716c51856.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d91a306-b77a-4b70-9c48-dc1716c51856-root {
    text-align: center;
  }


#s-7d91a306-b77a-4b70-9c48-dc1716c51856.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7d91a306-b77a-4b70-9c48-dc1716c51856-root {
    text-align: center;
  }


#s-7d91a306-b77a-4b70-9c48-dc1716c51856.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-c4548153-3ee5-462f-8f75-e01d84d2457c {
  min-height: 600px;
}
@media (min-width: 1200px){#s-c4548153-3ee5-462f-8f75-e01d84d2457c {
  display: none;
}
#s-c4548153-3ee5-462f-8f75-e01d84d2457c, #wrap-s-c4548153-3ee5-462f-8f75-e01d84d2457c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4548153-3ee5-462f-8f75-e01d84d2457c {
  display: none;
}
#s-c4548153-3ee5-462f-8f75-e01d84d2457c, #wrap-s-c4548153-3ee5-462f-8f75-e01d84d2457c { display:none !important; }}







#s-c4548153-3ee5-462f-8f75-e01d84d2457c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4548153-3ee5-462f-8f75-e01d84d2457c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9333c83c-95f7-4eda-b91d-4d929fca4a0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9333c83c-95f7-4eda-b91d-4d929fca4a0c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-4dba144b-0915-42f6-84a9-68ef5ec2504c {
  margin-bottom: 50px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-4dba144b-0915-42f6-84a9-68ef5ec2504c {
  margin-bottom: 30px;
}
}@media (max-width: 767px){#s-4dba144b-0915-42f6-84a9-68ef5ec2504c {
  margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-ba20bade-f440-4170-b14d-738d0c2d13da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ba20bade-f440-4170-b14d-738d0c2d13da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba20bade-f440-4170-b14d-738d0c2d13da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba20bade-f440-4170-b14d-738d0c2d13da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-51df4833-3601-4cd9-8c07-c00e241fe862 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-51df4833-3601-4cd9-8c07-c00e241fe862 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-a246597c-2a91-4290-be71-e6536ec80426 {
  text-align: left;
}

#s-a36b1fb2-cd16-47e3-ac81-7b0ec4d11f07 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a36b1fb2-cd16-47e3-ac81-7b0ec4d11f07 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-55d9e007-7de4-41dc-b4e8-3a63c983b940 {
  text-align: left;
}

#s-5d197ba6-1962-49d0-9fe4-1cfc0b426075 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 768px) and (max-width: 991px){#s-225bda38-712e-4ead-b501-49224f4af391 {
  display: none;
}
#s-225bda38-712e-4ead-b501-49224f4af391, #wrap-s-225bda38-712e-4ead-b501-49224f4af391 { display:none !important; }}@media (max-width: 767px){#s-225bda38-712e-4ead-b501-49224f4af391 {
  display: none;
}
#s-225bda38-712e-4ead-b501-49224f4af391, #wrap-s-225bda38-712e-4ead-b501-49224f4af391 { display:none !important; }}
@media (min-width: 0px) {
[id="s-225bda38-712e-4ead-b501-49224f4af391"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-225bda38-712e-4ead-b501-49224f4af391"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-225bda38-712e-4ead-b501-49224f4af391"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-225bda38-712e-4ead-b501-49224f4af391"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-225bda38-712e-4ead-b501-49224f4af391"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-225bda38-712e-4ead-b501-49224f4af391"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-225bda38-712e-4ead-b501-49224f4af391"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-4c543b88-2871-4cec-af41-6c3926f6a069 {
  min-height: 50px;
}








#s-4c543b88-2871-4cec-af41-6c3926f6a069 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c543b88-2871-4cec-af41-6c3926f6a069.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1edb37bf-8026-4a7c-bfd4-a79d4f840ae7 {
  text-align: left;
}
@media (max-width: 767px){#s-1edb37bf-8026-4a7c-bfd4-a79d4f840ae7 {
  min-height: 2px;
}
}
#s-a61a2f10-4a02-4032-be02-1799dc5217ed {
  min-height: 50px;
}








#s-a61a2f10-4a02-4032-be02-1799dc5217ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a61a2f10-4a02-4032-be02-1799dc5217ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ef53df4-9019-4a8a-8dd4-7e2ea92dd7ac {
  margin-top: 8%;
margin-left: 0%;
margin-bottom: 8%;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 10px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
text-align: left;
}
@media (max-width: 767px){#s-2ef53df4-9019-4a8a-8dd4-7e2ea92dd7ac {
  border-style: solid;
border-color: #000;
padding-left: 0%;
padding-bottom: 30px;
border-top-width: 10px;
border-left-width: 0px;
}
}
#s-2ef53df4-9019-4a8a-8dd4-7e2ea92dd7ac .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-2ef53df4-9019-4a8a-8dd4-7e2ea92dd7ac .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}


}
#s-90736d61-1b2c-4422-978f-791f2f390b73 {
  margin-top: 8%;
margin-bottom: 8%;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 10px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
text-align: left;
}
@media (max-width: 767px){#s-90736d61-1b2c-4422-978f-791f2f390b73 {
  border-style: solid;
border-color: #000;
padding-left: 0%;
padding-bottom: 30px;
border-top-width: 10px;
border-left-width: 0px;
}
}
#s-90736d61-1b2c-4422-978f-791f2f390b73 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-90736d61-1b2c-4422-978f-791f2f390b73 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}


}
#s-1aee802b-cfa0-4393-82f7-f46ae5231656 {
  margin-top: 8%;
margin-bottom: 8%;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 10px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
text-align: left;
}
@media (max-width: 767px){#s-1aee802b-cfa0-4393-82f7-f46ae5231656 {
  border-style: solid;
border-color: #000;
padding-left: 0%;
padding-bottom: 30px;
border-top-width: 10px;
border-left-width: 0px;
}
}
#s-1aee802b-cfa0-4393-82f7-f46ae5231656 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-1aee802b-cfa0-4393-82f7-f46ae5231656 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}


}
#s-f12ce444-064e-4a0d-bff5-0a5b4d3b0563 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f12ce444-064e-4a0d-bff5-0a5b4d3b0563 {
  display: none;
}
#s-f12ce444-064e-4a0d-bff5-0a5b4d3b0563, #wrap-s-f12ce444-064e-4a0d-bff5-0a5b4d3b0563 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f12ce444-064e-4a0d-bff5-0a5b4d3b0563 {
  display: none;
}
#s-f12ce444-064e-4a0d-bff5-0a5b4d3b0563, #wrap-s-f12ce444-064e-4a0d-bff5-0a5b4d3b0563 { display:none !important; }}







#s-f12ce444-064e-4a0d-bff5-0a5b4d3b0563 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f12ce444-064e-4a0d-bff5-0a5b4d3b0563.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-689d96b6-7ee1-4f99-9a9e-e620342ad675 {
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-689d96b6-7ee1-4f99-9a9e-e620342ad675 {
  display: none;
}
#s-689d96b6-7ee1-4f99-9a9e-e620342ad675, #wrap-s-689d96b6-7ee1-4f99-9a9e-e620342ad675 { display:none !important; }}@media (max-width: 767px){#s-689d96b6-7ee1-4f99-9a9e-e620342ad675 {
  display: none;
}
#s-689d96b6-7ee1-4f99-9a9e-e620342ad675, #wrap-s-689d96b6-7ee1-4f99-9a9e-e620342ad675 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1ba749f2-f43d-443f-8074-f427ee1eae26"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ba749f2-f43d-443f-8074-f427ee1eae26"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-1ba749f2-f43d-443f-8074-f427ee1eae26"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-1ba749f2-f43d-443f-8074-f427ee1eae26"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 33.333333333333336px);
}

}

#s-4c37f834-dbce-4127-b3bb-892b60a676e9 {
  margin-top: 8%;
margin-left: 0%;
margin-bottom: 8%;
padding-left: 3%;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 10px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
text-align: left;
}
@media (max-width: 767px){#s-4c37f834-dbce-4127-b3bb-892b60a676e9 {
  border-style: solid;
border-color: #000;
padding-left: 0%;
padding-bottom: 30px;
border-top-width: 10px;
border-left-width: 0px;
}
}
#s-4c37f834-dbce-4127-b3bb-892b60a676e9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-4c37f834-dbce-4127-b3bb-892b60a676e9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-4c37f834-dbce-4127-b3bb-892b60a676e9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


}
#s-c312c2ea-c4f5-4ec9-853c-2b1fda3ae654 {
  margin-top: 8%;
margin-bottom: 8%;
padding-left: 3%;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 10px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
text-align: left;
}
@media (max-width: 767px){#s-c312c2ea-c4f5-4ec9-853c-2b1fda3ae654 {
  border-style: solid;
border-color: #000;
padding-left: 0%;
padding-bottom: 30px;
border-top-width: 10px;
border-left-width: 0px;
}
}
#s-c312c2ea-c4f5-4ec9-853c-2b1fda3ae654 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-c312c2ea-c4f5-4ec9-853c-2b1fda3ae654 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-c312c2ea-c4f5-4ec9-853c-2b1fda3ae654 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


}
#s-b620f4cf-feb8-4214-8c7c-f1ede6901ca4 {
  margin-top: 8%;
margin-bottom: 8%;
padding-left: 3%;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 10px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(247, 209, 23, 1);
border-style: solid;
text-align: left;
}
@media (max-width: 767px){#s-b620f4cf-feb8-4214-8c7c-f1ede6901ca4 {
  border-style: solid;
border-color: #000;
padding-left: 0%;
padding-bottom: 30px;
border-top-width: 10px;
border-left-width: 0px;
}
}
#s-b620f4cf-feb8-4214-8c7c-f1ede6901ca4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-b620f4cf-feb8-4214-8c7c-f1ede6901ca4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-b620f4cf-feb8-4214-8c7c-f1ede6901ca4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


}
#s-8f9710d5-7855-45c0-ab09-4782aed16c66 hr {
  border-top: 2px solid #ddd;
}

#s-739d3a7e-8d4d-4c36-b583-1093c8b6df7b {
  margin-bottom: 0%;
padding-top: 3%;
padding-left: 0%;
padding-bottom: 3%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-739d3a7e-8d4d-4c36-b583-1093c8b6df7b {
  display: none;
}
#s-739d3a7e-8d4d-4c36-b583-1093c8b6df7b, #wrap-s-739d3a7e-8d4d-4c36-b583-1093c8b6df7b { display:none !important; }}@media (max-width: 767px){#s-739d3a7e-8d4d-4c36-b583-1093c8b6df7b {
  display: none;
}
#s-739d3a7e-8d4d-4c36-b583-1093c8b6df7b, #wrap-s-739d3a7e-8d4d-4c36-b583-1093c8b6df7b { display:none !important; }}
@media (min-width: 0px) {
[id="s-739d3a7e-8d4d-4c36-b583-1093c8b6df7b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5em);
}

}

@media (min-width: 768px) {
[id="s-739d3a7e-8d4d-4c36-b583-1093c8b6df7b"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 4.0em);
}

}

@media (min-width: 992px) {
[id="s-739d3a7e-8d4d-4c36-b583-1093c8b6df7b"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 4.0em);
}

}

@media (min-width: 1200px) {
[id="s-739d3a7e-8d4d-4c36-b583-1093c8b6df7b"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 4.0em);
}

}

#s-9a7f26a7-692f-4353-9e8d-3067c53c4361 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 0%;
padding-bottom: 0%;
}








#s-9a7f26a7-692f-4353-9e8d-3067c53c4361 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a7f26a7-692f-4353-9e8d-3067c53c4361.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4ad994bb-3006-4585-a63e-c5c06fc3b1a6 {
  text-align: center;
}







  #s-4ad994bb-3006-4585-a63e-c5c06fc3b1a6 img.shogun-image {
    

    
    
    
  }


#s-4ad994bb-3006-4585-a63e-c5c06fc3b1a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-c19cc167-17da-42d8-87e5-b876e1e6d5cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c19cc167-17da-42d8-87e5-b876e1e6d5cb .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-b9676eed-de1d-4bb5-8dda-422a91e7e856 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 0%;
padding-bottom: 0%;
}








#s-b9676eed-de1d-4bb5-8dda-422a91e7e856 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9676eed-de1d-4bb5-8dda-422a91e7e856.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0d22406c-82c3-414d-8d0e-ab1fed1f0456 {
  text-align: center;
}







  #s-0d22406c-82c3-414d-8d0e-ab1fed1f0456 img.shogun-image {
    

    
    
    
  }


#s-0d22406c-82c3-414d-8d0e-ab1fed1f0456 .shogun-image-content {
  
    align-items: center;
  
}

#s-b894868f-6389-4c48-a534-0878c0eaae10 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b894868f-6389-4c48-a534-0878c0eaae10 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-6defc903-c5a8-4f5c-85ae-7f6badad51c7 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 0%;
padding-bottom: 0%;
}








#s-6defc903-c5a8-4f5c-85ae-7f6badad51c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6defc903-c5a8-4f5c-85ae-7f6badad51c7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8c3dcd02-9bf0-415c-9f09-7330efe8534b {
  text-align: center;
}







  #s-8c3dcd02-9bf0-415c-9f09-7330efe8534b img.shogun-image {
    

    
    
    
  }


#s-8c3dcd02-9bf0-415c-9f09-7330efe8534b .shogun-image-content {
  
    align-items: center;
  
}

#s-377d87c8-4918-4094-9347-1ca514bfde85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-377d87c8-4918-4094-9347-1ca514bfde85 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-fdcabdae-5a50-4b70-b445-383041be040a {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 0%;
padding-bottom: 0%;
}








#s-fdcabdae-5a50-4b70-b445-383041be040a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdcabdae-5a50-4b70-b445-383041be040a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f996feea-7b3c-42c2-9cdc-98e7925c3419 {
  text-align: center;
}







  #s-f996feea-7b3c-42c2-9cdc-98e7925c3419 img.shogun-image {
    

    
    
    
  }


#s-f996feea-7b3c-42c2-9cdc-98e7925c3419 .shogun-image-content {
  
    align-items: center;
  
}

#s-f46a1b50-52db-4808-9a3c-5f0984d40007 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f46a1b50-52db-4808-9a3c-5f0984d40007 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-bd51a0cd-f743-45e3-81d1-5a385a81f21e {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 0%;
padding-bottom: 0%;
}








#s-bd51a0cd-f743-45e3-81d1-5a385a81f21e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd51a0cd-f743-45e3-81d1-5a385a81f21e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-942fb15b-a5cb-4553-8887-83a3a852b9b4 {
  text-align: center;
}







  #s-942fb15b-a5cb-4553-8887-83a3a852b9b4 img.shogun-image {
    

    
    
    
  }


#s-942fb15b-a5cb-4553-8887-83a3a852b9b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d23dd31-601b-4741-a81a-159102b61b55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9d23dd31-601b-4741-a81a-159102b61b55 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-0f95414d-7500-4277-b81f-f7c02c75d45f {
  margin-bottom: 0%;
padding-top: 3%;
padding-left: 0%;
padding-bottom: 3%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-0f95414d-7500-4277-b81f-f7c02c75d45f {
  display: none;
}
#s-0f95414d-7500-4277-b81f-f7c02c75d45f, #wrap-s-0f95414d-7500-4277-b81f-f7c02c75d45f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f95414d-7500-4277-b81f-f7c02c75d45f {
  display: none;
}
#s-0f95414d-7500-4277-b81f-f7c02c75d45f, #wrap-s-0f95414d-7500-4277-b81f-f7c02c75d45f { display:none !important; }}
@media (min-width: 0px) {
[id="s-0f95414d-7500-4277-b81f-f7c02c75d45f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f95414d-7500-4277-b81f-f7c02c75d45f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-0f95414d-7500-4277-b81f-f7c02c75d45f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-0f95414d-7500-4277-b81f-f7c02c75d45f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

#s-6bdb7f51-abe6-4049-aab1-071c12e2af8e {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 0%;
padding-bottom: 0%;
}








#s-6bdb7f51-abe6-4049-aab1-071c12e2af8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6bdb7f51-abe6-4049-aab1-071c12e2af8e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c2c20518-1f1d-48a3-9019-f54d619e23fe {
  text-align: center;
}







  #s-c2c20518-1f1d-48a3-9019-f54d619e23fe img.shogun-image {
    

    
    
    
  }


#s-c2c20518-1f1d-48a3-9019-f54d619e23fe .shogun-image-content {
  
    align-items: center;
  
}

#s-e7e35329-5b42-4018-aa36-40be8cd50c13 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e7e35329-5b42-4018-aa36-40be8cd50c13 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-b5286eb8-6233-44df-b992-db2d45af6fff {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 0%;
padding-bottom: 0%;
}








#s-b5286eb8-6233-44df-b992-db2d45af6fff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5286eb8-6233-44df-b992-db2d45af6fff.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9e53a5d9-263a-4196-b92e-1c0cc40c47a5 {
  text-align: center;
}







  #s-9e53a5d9-263a-4196-b92e-1c0cc40c47a5 img.shogun-image {
    

    
    
    
  }


#s-9e53a5d9-263a-4196-b92e-1c0cc40c47a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-099acb8d-028c-43c6-980c-f81366932e30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-099acb8d-028c-43c6-980c-f81366932e30 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-e1aa4766-47eb-4627-9032-8f16fc1c286d {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 0%;
padding-bottom: 0%;
}








#s-e1aa4766-47eb-4627-9032-8f16fc1c286d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1aa4766-47eb-4627-9032-8f16fc1c286d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d27f8a7b-1467-4268-ab97-8ab08fc25c75 {
  text-align: center;
}







  #s-d27f8a7b-1467-4268-ab97-8ab08fc25c75 img.shogun-image {
    

    
    
    
  }


#s-d27f8a7b-1467-4268-ab97-8ab08fc25c75 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce01fea2-4209-4902-9313-07e4aca188fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ce01fea2-4209-4902-9313-07e4aca188fd .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-d46ec085-f60f-47b5-bdbc-ae6a284937af {
  margin-bottom: 0%;
padding-top: 3%;
padding-left: 0%;
padding-bottom: 3%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-d46ec085-f60f-47b5-bdbc-ae6a284937af {
  display: none;
}
#s-d46ec085-f60f-47b5-bdbc-ae6a284937af, #wrap-s-d46ec085-f60f-47b5-bdbc-ae6a284937af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d46ec085-f60f-47b5-bdbc-ae6a284937af {
  display: none;
}
#s-d46ec085-f60f-47b5-bdbc-ae6a284937af, #wrap-s-d46ec085-f60f-47b5-bdbc-ae6a284937af { display:none !important; }}
@media (min-width: 0px) {
[id="s-d46ec085-f60f-47b5-bdbc-ae6a284937af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d46ec085-f60f-47b5-bdbc-ae6a284937af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 992px) {
[id="s-d46ec085-f60f-47b5-bdbc-ae6a284937af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-d46ec085-f60f-47b5-bdbc-ae6a284937af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 66.66666666666667px);
}

}

#s-7725e87a-bbf0-48d6-86fb-5bf827d87b60 {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 0%;
padding-bottom: 0%;
}








#s-7725e87a-bbf0-48d6-86fb-5bf827d87b60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7725e87a-bbf0-48d6-86fb-5bf827d87b60.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c479bcde-398b-4ef4-97e3-b8fc92f290c2 {
  text-align: center;
}







  #s-c479bcde-398b-4ef4-97e3-b8fc92f290c2 img.shogun-image {
    

    
    
    
  }


#s-c479bcde-398b-4ef4-97e3-b8fc92f290c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f0cdde3-c662-4a68-9735-e803a8164e26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0f0cdde3-c662-4a68-9735-e803a8164e26 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-e1123e8b-90d5-437b-b8dd-83e40c9578ae {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 0%;
padding-bottom: 0%;
}








#s-e1123e8b-90d5-437b-b8dd-83e40c9578ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1123e8b-90d5-437b-b8dd-83e40c9578ae.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-629a3caa-a108-4517-b2ac-b6e1573c5d58 {
  text-align: center;
}







  #s-629a3caa-a108-4517-b2ac-b6e1573c5d58 img.shogun-image {
    

    
    
    
  }


#s-629a3caa-a108-4517-b2ac-b6e1573c5d58 .shogun-image-content {
  
    align-items: center;
  
}

#s-9506c21b-a487-4040-9dbf-49adbb6e250b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9506c21b-a487-4040-9dbf-49adbb6e250b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-cf38f4e1-3474-4883-bdaa-06490f2c61f5 {
  min-height: 50px;
}








#s-cf38f4e1-3474-4883-bdaa-06490f2c61f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf38f4e1-3474-4883-bdaa-06490f2c61f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-feda1d83-f0a2-4ded-bffa-73a3bee17a4d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-feda1d83-f0a2-4ded-bffa-73a3bee17a4d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-d41e7b70-ddcb-4972-b2de-6340cf120f3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d41e7b70-ddcb-4972-b2de-6340cf120f3f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d41e7b70-ddcb-4972-b2de-6340cf120f3f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d41e7b70-ddcb-4972-b2de-6340cf120f3f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-89ee8e39-3d36-44cd-b57e-664e99ccc8bb {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(102, 102, 102, 1);
}








#s-89ee8e39-3d36-44cd-b57e-664e99ccc8bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89ee8e39-3d36-44cd-b57e-664e99ccc8bb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dbf1c2b4-77ef-453b-bbea-d3a900d5406d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dbf1c2b4-77ef-453b-bbea-d3a900d5406d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-6e8a36a9-4622-423e-afb3-91bbe2cb1d37 .shogun-icon-wrapper {
  text-align: right;
}


#s-6e8a36a9-4622-423e-afb3-91bbe2cb1d37 .shogun-icon-wrapper > .shogun-icon {

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

#s-5eb67ca3-84c4-4482-9d7a-8df1c7a46684 {
  max-width: 240px;
}

@media (min-width: 0px) {
[id="s-5eb67ca3-84c4-4482-9d7a-8df1c7a46684"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-5eb67ca3-84c4-4482-9d7a-8df1c7a46684"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-5eb67ca3-84c4-4482-9d7a-8df1c7a46684"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-5eb67ca3-84c4-4482-9d7a-8df1c7a46684"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

#s-87b8c49d-91ec-4eef-9434-cbcd040b3975 .shogun-icon-wrapper {
  text-align: center;
}


#s-87b8c49d-91ec-4eef-9434-cbcd040b3975 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-87b8c49d-91ec-4eef-9434-cbcd040b3975 .shogun-icon-wrapper {
  text-align: center;
}


#s-87b8c49d-91ec-4eef-9434-cbcd040b3975 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-ac6901b2-e3cd-4fc8-b89a-0902fa07c304 .shogun-icon-wrapper {
  text-align: center;
}


#s-ac6901b2-e3cd-4fc8-b89a-0902fa07c304 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ac6901b2-e3cd-4fc8-b89a-0902fa07c304 .shogun-icon-wrapper {
  text-align: center;
}


#s-ac6901b2-e3cd-4fc8-b89a-0902fa07c304 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-5307b1ab-965a-4b13-bb3c-fe3f8afcac61 .shogun-icon-wrapper {
  text-align: center;
}


#s-5307b1ab-965a-4b13-bb3c-fe3f8afcac61 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5307b1ab-965a-4b13-bb3c-fe3f8afcac61 .shogun-icon-wrapper {
  text-align: center;
}


#s-5307b1ab-965a-4b13-bb3c-fe3f8afcac61 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-dd060668-a719-477a-8339-12aa0dcdc041 .shogun-icon-wrapper {
  text-align: center;
}


#s-dd060668-a719-477a-8339-12aa0dcdc041 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-dd060668-a719-477a-8339-12aa0dcdc041 .shogun-icon-wrapper {
  text-align: center;
}


#s-dd060668-a719-477a-8339-12aa0dcdc041 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-7a6d37c2-44c1-48c5-8910-89d8af5d2af5 .shogun-icon-wrapper {
  text-align: center;
}


#s-7a6d37c2-44c1-48c5-8910-89d8af5d2af5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7a6d37c2-44c1-48c5-8910-89d8af5d2af5 .shogun-icon-wrapper {
  text-align: center;
}


#s-7a6d37c2-44c1-48c5-8910-89d8af5d2af5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-27b7ec54-338e-47df-8e97-7b33478704e5 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(102, 102, 102, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-27b7ec54-338e-47df-8e97-7b33478704e5 {
  padding-top: 50px;
padding-bottom: 50px;
}
}







#s-27b7ec54-338e-47df-8e97-7b33478704e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27b7ec54-338e-47df-8e97-7b33478704e5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f220ff37-d123-4d0a-a6f0-e34d4d5a1525 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f220ff37-d123-4d0a-a6f0-e34d4d5a1525 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-d4dd6ccc-ab40-4298-af54-2de8d49253cc .shogun-icon-wrapper {
  text-align: right;
}


#s-d4dd6ccc-ab40-4298-af54-2de8d49253cc .shogun-icon-wrapper > .shogun-icon {

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

#s-e8199e84-56b1-480b-ba52-2ef545e9e18c {
  max-width: 240px;
}

@media (min-width: 0px) {
[id="s-e8199e84-56b1-480b-ba52-2ef545e9e18c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-e8199e84-56b1-480b-ba52-2ef545e9e18c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e8199e84-56b1-480b-ba52-2ef545e9e18c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e8199e84-56b1-480b-ba52-2ef545e9e18c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

#s-792589ae-31fd-4b5c-8c16-a7b718a78b61 .shogun-icon-wrapper {
  text-align: center;
}


#s-792589ae-31fd-4b5c-8c16-a7b718a78b61 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-792589ae-31fd-4b5c-8c16-a7b718a78b61 .shogun-icon-wrapper {
  text-align: center;
}


#s-792589ae-31fd-4b5c-8c16-a7b718a78b61 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-7a0020db-caf1-4440-bd75-656e758ab892 .shogun-icon-wrapper {
  text-align: center;
}


#s-7a0020db-caf1-4440-bd75-656e758ab892 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-7a0020db-caf1-4440-bd75-656e758ab892 .shogun-icon-wrapper {
  text-align: center;
}


#s-7a0020db-caf1-4440-bd75-656e758ab892 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-b097c884-fd2b-46d2-96fc-c6ef3801f8d7 .shogun-icon-wrapper {
  text-align: center;
}


#s-b097c884-fd2b-46d2-96fc-c6ef3801f8d7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b097c884-fd2b-46d2-96fc-c6ef3801f8d7 .shogun-icon-wrapper {
  text-align: center;
}


#s-b097c884-fd2b-46d2-96fc-c6ef3801f8d7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-9aeaa918-76b2-4387-a44c-b7dde6709bb9 .shogun-icon-wrapper {
  text-align: center;
}


#s-9aeaa918-76b2-4387-a44c-b7dde6709bb9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-9aeaa918-76b2-4387-a44c-b7dde6709bb9 .shogun-icon-wrapper {
  text-align: center;
}


#s-9aeaa918-76b2-4387-a44c-b7dde6709bb9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-1eb4a2be-8f3d-4a90-9b12-cdafbd8d13d2 .shogun-icon-wrapper {
  text-align: center;
}


#s-1eb4a2be-8f3d-4a90-9b12-cdafbd8d13d2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1eb4a2be-8f3d-4a90-9b12-cdafbd8d13d2 .shogun-icon-wrapper {
  text-align: center;
}


#s-1eb4a2be-8f3d-4a90-9b12-cdafbd8d13d2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-6ddf3824-65c2-44c7-a88a-de7bd62b8295 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(102, 102, 102, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6ddf3824-65c2-44c7-a88a-de7bd62b8295 {
  padding-top: 50px;
padding-bottom: 50px;
}
}







#s-6ddf3824-65c2-44c7-a88a-de7bd62b8295 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ddf3824-65c2-44c7-a88a-de7bd62b8295.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-34bed2cf-1adf-4aaf-ad38-18a0d1c4c9be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-34bed2cf-1adf-4aaf-ad38-18a0d1c4c9be .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-4976ee20-9e9b-45cd-bcf2-7e1272be0b6b .shogun-icon-wrapper {
  text-align: right;
}


#s-4976ee20-9e9b-45cd-bcf2-7e1272be0b6b .shogun-icon-wrapper > .shogun-icon {

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

#s-676b8667-e02e-4839-b7d2-ff790d2ccaba {
  max-width: 240px;
}

@media (min-width: 0px) {
[id="s-676b8667-e02e-4839-b7d2-ff790d2ccaba"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-676b8667-e02e-4839-b7d2-ff790d2ccaba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-676b8667-e02e-4839-b7d2-ff790d2ccaba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-676b8667-e02e-4839-b7d2-ff790d2ccaba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

}

#s-ce9bb638-ef0f-47f6-a04d-fbd301d8c067 .shogun-icon-wrapper {
  text-align: center;
}


#s-ce9bb638-ef0f-47f6-a04d-fbd301d8c067 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ce9bb638-ef0f-47f6-a04d-fbd301d8c067 .shogun-icon-wrapper {
  text-align: center;
}


#s-ce9bb638-ef0f-47f6-a04d-fbd301d8c067 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-b539dac6-3808-441a-8608-5b13a9983068 .shogun-icon-wrapper {
  text-align: center;
}


#s-b539dac6-3808-441a-8608-5b13a9983068 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b539dac6-3808-441a-8608-5b13a9983068 .shogun-icon-wrapper {
  text-align: center;
}


#s-b539dac6-3808-441a-8608-5b13a9983068 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-24f83d5e-8fc9-4ed9-a962-d0b470ef0f10 .shogun-icon-wrapper {
  text-align: center;
}


#s-24f83d5e-8fc9-4ed9-a962-d0b470ef0f10 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-24f83d5e-8fc9-4ed9-a962-d0b470ef0f10 .shogun-icon-wrapper {
  text-align: center;
}


#s-24f83d5e-8fc9-4ed9-a962-d0b470ef0f10 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-f59ce5a6-ea49-49db-b6ad-9911a41b45c3 .shogun-icon-wrapper {
  text-align: center;
}


#s-f59ce5a6-ea49-49db-b6ad-9911a41b45c3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f59ce5a6-ea49-49db-b6ad-9911a41b45c3 .shogun-icon-wrapper {
  text-align: center;
}


#s-f59ce5a6-ea49-49db-b6ad-9911a41b45c3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-2b0fc89d-ec41-41be-8899-a0ec77f0628c .shogun-icon-wrapper {
  text-align: center;
}


#s-2b0fc89d-ec41-41be-8899-a0ec77f0628c .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(247, 209, 23, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2b0fc89d-ec41-41be-8899-a0ec77f0628c .shogun-icon-wrapper {
  text-align: center;
}


#s-2b0fc89d-ec41-41be-8899-a0ec77f0628c .shogun-icon-wrapper > .shogun-icon {

  font-size: 18px !important;
  color: rgba(247, 209, 23, 1);
}
}
#s-1ab3bdf9-8d52-4332-b5f8-17632dfcb7b7 {
  margin-top: 5%;
padding-left: 10%;
padding-bottom: 5%;
padding-right: 10%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-1ab3bdf9-8d52-4332-b5f8-17632dfcb7b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ab3bdf9-8d52-4332-b5f8-17632dfcb7b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f3f0bd7-63ac-44c5-b2df-52724315bf80 {
  margin-top: 0%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-3f3f0bd7-63ac-44c5-b2df-52724315bf80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f3f0bd7-63ac-44c5-b2df-52724315bf80"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3f3f0bd7-63ac-44c5-b2df-52724315bf80"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3f3f0bd7-63ac-44c5-b2df-52724315bf80"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3f3f0bd7-63ac-44c5-b2df-52724315bf80"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f3f0bd7-63ac-44c5-b2df-52724315bf80"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3f3f0bd7-63ac-44c5-b2df-52724315bf80"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-27b49c05-eee8-4bce-9478-0dfa74fd6b3c {
  min-height: 30px;
background-attachment: scroll;
}








#s-27b49c05-eee8-4bce-9478-0dfa74fd6b3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27b49c05-eee8-4bce-9478-0dfa74fd6b3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6dcef2e-dff9-4daa-bcd4-713059f8f77e {
  margin-left: auto;
margin-right: auto;
max-width: 60%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c6dcef2e-dff9-4daa-bcd4-713059f8f77e {
  max-width: 100%;
}
}@media (max-width: 767px){#s-c6dcef2e-dff9-4daa-bcd4-713059f8f77e {
  max-width: 100%;
}
}






  #s-c6dcef2e-dff9-4daa-bcd4-713059f8f77e img.shogun-image {
    

    
    
    
  }


#s-c6dcef2e-dff9-4daa-bcd4-713059f8f77e .shogun-image-content {
  
    align-items: center;
  
}

#s-f40372f6-d7e1-4c65-be9f-cb507de43689 {
  min-height: 30px;
}








#s-f40372f6-d7e1-4c65-be9f-cb507de43689 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f40372f6-d7e1-4c65-be9f-cb507de43689.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bee8b802-1141-4a9b-859e-23fd8d60cfaa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bee8b802-1141-4a9b-859e-23fd8d60cfaa .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-09e8c85f-dfbc-4ed8-8312-ac364448f714 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: left;
}

#s-39b602ec-5ebd-453a-9919-e93b9db8e164 {
  margin-top: 0%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-39b602ec-5ebd-453a-9919-e93b9db8e164"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39b602ec-5ebd-453a-9919-e93b9db8e164"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39b602ec-5ebd-453a-9919-e93b9db8e164"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39b602ec-5ebd-453a-9919-e93b9db8e164"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39b602ec-5ebd-453a-9919-e93b9db8e164"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39b602ec-5ebd-453a-9919-e93b9db8e164"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-39b602ec-5ebd-453a-9919-e93b9db8e164"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-93dbebdf-0507-4d7f-a860-21b89490e263 {
  min-height: 30px;
background-attachment: scroll;
}








#s-93dbebdf-0507-4d7f-a860-21b89490e263 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93dbebdf-0507-4d7f-a860-21b89490e263.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd0ca475-64ac-473b-bc09-d0ca500b1208 {
  margin-left: auto;
margin-right: auto;
max-width: 60%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd0ca475-64ac-473b-bc09-d0ca500b1208 {
  max-width: 100%;
}
}@media (max-width: 767px){#s-dd0ca475-64ac-473b-bc09-d0ca500b1208 {
  max-width: 100%;
}
}






  #s-dd0ca475-64ac-473b-bc09-d0ca500b1208 img.shogun-image {
    

    
    
    
  }


#s-dd0ca475-64ac-473b-bc09-d0ca500b1208 .shogun-image-content {
  
    align-items: center;
  
}

#s-8578660b-fa6a-4621-9f88-1eff55e14959 {
  min-height: 30px;
}








#s-8578660b-fa6a-4621-9f88-1eff55e14959 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8578660b-fa6a-4621-9f88-1eff55e14959.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6569c58a-5597-42d5-92d6-04287de86d4c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6569c58a-5597-42d5-92d6-04287de86d4c .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-e7e58f11-f433-4f11-8400-818fe96cad63 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: left;
}

#s-f725294a-9b73-4740-b3a8-65c3bdaa174c {
  margin-top: 0%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-f725294a-9b73-4740-b3a8-65c3bdaa174c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f725294a-9b73-4740-b3a8-65c3bdaa174c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f725294a-9b73-4740-b3a8-65c3bdaa174c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f725294a-9b73-4740-b3a8-65c3bdaa174c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f725294a-9b73-4740-b3a8-65c3bdaa174c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f725294a-9b73-4740-b3a8-65c3bdaa174c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f725294a-9b73-4740-b3a8-65c3bdaa174c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-fd1e2254-9bc7-48c0-97c2-c09c59fec87d {
  min-height: 30px;
background-attachment: scroll;
}








#s-fd1e2254-9bc7-48c0-97c2-c09c59fec87d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd1e2254-9bc7-48c0-97c2-c09c59fec87d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-245a86e6-6db1-4c12-91ff-c4d8e116a21b {
  margin-left: auto;
margin-right: auto;
max-width: 60%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-245a86e6-6db1-4c12-91ff-c4d8e116a21b {
  max-width: 100%;
}
}@media (max-width: 767px){#s-245a86e6-6db1-4c12-91ff-c4d8e116a21b {
  max-width: 100%;
}
}






  #s-245a86e6-6db1-4c12-91ff-c4d8e116a21b img.shogun-image {
    

    
    
    
  }


#s-245a86e6-6db1-4c12-91ff-c4d8e116a21b .shogun-image-content {
  
    align-items: center;
  
}

#s-561df8ba-e017-4252-9b35-d30471452264 {
  min-height: 30px;
}








#s-561df8ba-e017-4252-9b35-d30471452264 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-561df8ba-e017-4252-9b35-d30471452264.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38716fef-c772-47df-9d01-79ddd4671a55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-38716fef-c772-47df-9d01-79ddd4671a55 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-951e44db-647f-422a-b706-1399b3ac3f50 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: left;
}

#s-53a4f700-b395-40aa-b15a-22d7195d192e hr {
  border-top: 2px solid #ddd;
}

#s-c9450af0-e159-46c5-b89b-f98b5d749e42 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9450af0-e159-46c5-b89b-f98b5d749e42 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-7c787e17-39f8-463f-8c03-1e5f3db8fbf3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-7c787e17-39f8-463f-8c03-1e5f3db8fbf3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 41.666666666666664px);
}

}

@media (min-width: 992px) {
[id="s-7c787e17-39f8-463f-8c03-1e5f3db8fbf3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 41.666666666666664px);
}

}

@media (min-width: 1200px) {
[id="s-7c787e17-39f8-463f-8c03-1e5f3db8fbf3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 41.666666666666664px);
}

}

#s-7dc40409-1d94-4fb3-90c4-d6595dfecf09 {
  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-d1ea6384-0fee-45cd-b4e8-59841fbdadd8 {
  box-shadow:0px 0px 0px 0px ;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
text-align: left;
}



.shg-c#s-d1ea6384-0fee-45cd-b4e8-59841fbdadd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1ea6384-0fee-45cd-b4e8-59841fbdadd8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d1ea6384-0fee-45cd-b4e8-59841fbdadd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1ea6384-0fee-45cd-b4e8-59841fbdadd8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1ea6384-0fee-45cd-b4e8-59841fbdadd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1ea6384-0fee-45cd-b4e8-59841fbdadd8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1ea6384-0fee-45cd-b4e8-59841fbdadd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1ea6384-0fee-45cd-b4e8-59841fbdadd8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1ea6384-0fee-45cd-b4e8-59841fbdadd8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1ea6384-0fee-45cd-b4e8-59841fbdadd8 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-49c9d965-6675-4f02-88d6-368e8b4ff853 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49c9d965-6675-4f02-88d6-368e8b4ff853 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-296e1a6e-9c0c-49b2-888c-c221afec9e86 {
  display: none;
}
#s-d052159a-9e9f-4fba-a941-d0b43134805a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
text-align: left;
}



.shg-c#s-d052159a-9e9f-4fba-a941-d0b43134805a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d052159a-9e9f-4fba-a941-d0b43134805a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d052159a-9e9f-4fba-a941-d0b43134805a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d052159a-9e9f-4fba-a941-d0b43134805a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d052159a-9e9f-4fba-a941-d0b43134805a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d052159a-9e9f-4fba-a941-d0b43134805a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d052159a-9e9f-4fba-a941-d0b43134805a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d052159a-9e9f-4fba-a941-d0b43134805a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d052159a-9e9f-4fba-a941-d0b43134805a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d052159a-9e9f-4fba-a941-d0b43134805a img.shogun-image {
  width: 100%;
}



}
#s-607867f8-0374-4790-ac2e-cb869fbafc05 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-607867f8-0374-4790-ac2e-cb869fbafc05 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b1d4e5cc-9ecd-44cd-befa-1cd9d85ef4ee {
  display: none;
}
#s-2ac03905-ec31-415b-b23c-3d167e77c0d2 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
text-align: left;
}



.shg-c#s-2ac03905-ec31-415b-b23c-3d167e77c0d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ac03905-ec31-415b-b23c-3d167e77c0d2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2ac03905-ec31-415b-b23c-3d167e77c0d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ac03905-ec31-415b-b23c-3d167e77c0d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ac03905-ec31-415b-b23c-3d167e77c0d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ac03905-ec31-415b-b23c-3d167e77c0d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ac03905-ec31-415b-b23c-3d167e77c0d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ac03905-ec31-415b-b23c-3d167e77c0d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2ac03905-ec31-415b-b23c-3d167e77c0d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ac03905-ec31-415b-b23c-3d167e77c0d2 img.shogun-image {
  width: 100%;
}



}
#s-3abb691b-ca3e-4d95-8a46-2b54078d2016 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3abb691b-ca3e-4d95-8a46-2b54078d2016 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5f00de79-9928-4c06-8a82-bb95cb6ed17a {
  display: none;
}
#s-bc46837b-047a-4f7c-87e3-f5774a98c0fd {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
text-align: left;
}



.shg-c#s-bc46837b-047a-4f7c-87e3-f5774a98c0fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc46837b-047a-4f7c-87e3-f5774a98c0fd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bc46837b-047a-4f7c-87e3-f5774a98c0fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc46837b-047a-4f7c-87e3-f5774a98c0fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bc46837b-047a-4f7c-87e3-f5774a98c0fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc46837b-047a-4f7c-87e3-f5774a98c0fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bc46837b-047a-4f7c-87e3-f5774a98c0fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc46837b-047a-4f7c-87e3-f5774a98c0fd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bc46837b-047a-4f7c-87e3-f5774a98c0fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bc46837b-047a-4f7c-87e3-f5774a98c0fd img.shogun-image {
  width: 100%;
}



}
#s-8850dcd5-8f9b-49b9-9db0-95f16191e309 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8850dcd5-8f9b-49b9-9db0-95f16191e309 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3a7d3aee-9ad2-4230-9796-433eb6e81b13 {
  display: none;
}
#s-aea49245-8841-4854-b2ce-2e4415ca7c74 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
text-align: left;
}



.shg-c#s-aea49245-8841-4854-b2ce-2e4415ca7c74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aea49245-8841-4854-b2ce-2e4415ca7c74 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-aea49245-8841-4854-b2ce-2e4415ca7c74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aea49245-8841-4854-b2ce-2e4415ca7c74 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aea49245-8841-4854-b2ce-2e4415ca7c74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aea49245-8841-4854-b2ce-2e4415ca7c74 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aea49245-8841-4854-b2ce-2e4415ca7c74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aea49245-8841-4854-b2ce-2e4415ca7c74 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aea49245-8841-4854-b2ce-2e4415ca7c74 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aea49245-8841-4854-b2ce-2e4415ca7c74 img.shogun-image {
  width: 100%;
}



}
#s-27bfd357-b648-4875-b021-9eb67c9e4520 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27bfd357-b648-4875-b021-9eb67c9e4520 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a99729fd-75d7-4b86-96c6-b61ffde980b9 {
  display: none;
}
#s-30cd5a4c-efbc-4d30-9f4d-4c884920208f {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
text-align: left;
}



.shg-c#s-30cd5a4c-efbc-4d30-9f4d-4c884920208f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30cd5a4c-efbc-4d30-9f4d-4c884920208f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-30cd5a4c-efbc-4d30-9f4d-4c884920208f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30cd5a4c-efbc-4d30-9f4d-4c884920208f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-30cd5a4c-efbc-4d30-9f4d-4c884920208f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30cd5a4c-efbc-4d30-9f4d-4c884920208f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-30cd5a4c-efbc-4d30-9f4d-4c884920208f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30cd5a4c-efbc-4d30-9f4d-4c884920208f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-30cd5a4c-efbc-4d30-9f4d-4c884920208f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-30cd5a4c-efbc-4d30-9f4d-4c884920208f img.shogun-image {
  width: 100%;
}



}
#s-e988b3ba-cce9-4245-b3ec-391dcf3d0006 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e988b3ba-cce9-4245-b3ec-391dcf3d0006 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

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