.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-97d24485-c15b-404d-ae9e-57a69fcd265e {
  padding-left: 22px;
padding-right: 22px;
min-height: 50px;
}








#s-97d24485-c15b-404d-ae9e-57a69fcd265e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97d24485-c15b-404d-ae9e-57a69fcd265e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfe1864e-1982-48b2-a66d-c3c16d77979c {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-cfe1864e-1982-48b2-a66d-c3c16d77979c {
  display: none;
}
#s-102994d3-105f-4776-8614-7cdc8ee2189f {
  min-height: 50px;
}








#s-102994d3-105f-4776-8614-7cdc8ee2189f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-102994d3-105f-4776-8614-7cdc8ee2189f.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-270e2f89-c77b-405b-83fb-d427192c9455 {
  margin-top: 28px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-270e2f89-c77b-405b-83fb-d427192c9455 {
  display: none;
}
#s-270e2f89-c77b-405b-83fb-d427192c9455, #wrap-s-270e2f89-c77b-405b-83fb-d427192c9455 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-270e2f89-c77b-405b-83fb-d427192c9455 {
  display: none;
}
#s-270e2f89-c77b-405b-83fb-d427192c9455, #wrap-s-270e2f89-c77b-405b-83fb-d427192c9455 { display:none !important; }}@media (max-width: 767px){#s-270e2f89-c77b-405b-83fb-d427192c9455 {
  margin-top: 0px;
}
}
#s-270e2f89-c77b-405b-83fb-d427192c9455 .shogun-heading-component h1 {
  color: rgba(29, 63, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: center;
}



#s-57bfd799-429f-403a-95ca-9e3e48dd7716 {
  margin-top: 28px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-57bfd799-429f-403a-95ca-9e3e48dd7716 {
  display: none;
}
#s-57bfd799-429f-403a-95ca-9e3e48dd7716, #wrap-s-57bfd799-429f-403a-95ca-9e3e48dd7716 { display:none !important; }}@media (max-width: 767px){#s-57bfd799-429f-403a-95ca-9e3e48dd7716 {
  display: none;
}
#s-57bfd799-429f-403a-95ca-9e3e48dd7716, #wrap-s-57bfd799-429f-403a-95ca-9e3e48dd7716 { display:none !important; }}
#s-57bfd799-429f-403a-95ca-9e3e48dd7716 .shogun-heading-component h1 {
  color: rgba(29, 63, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-ac5da9cc-be5d-41c0-a4c2-85ea6e2eee58 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ac5da9cc-be5d-41c0-a4c2-85ea6e2eee58 {
  display: none;
}
#s-ac5da9cc-be5d-41c0-a4c2-85ea6e2eee58, #wrap-s-ac5da9cc-be5d-41c0-a4c2-85ea6e2eee58 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac5da9cc-be5d-41c0-a4c2-85ea6e2eee58 {
  display: none;
}
#s-ac5da9cc-be5d-41c0-a4c2-85ea6e2eee58, #wrap-s-ac5da9cc-be5d-41c0-a4c2-85ea6e2eee58 { display:none !important; }}
#s-ac5da9cc-be5d-41c0-a4c2-85ea6e2eee58 .shogun-heading-component h2 {
  color: rgba(109, 116, 121, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 2em;
  
  text-align: center;
}



#s-8c60d4c2-6048-4cae-a123-04bfd5b3b438 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8c60d4c2-6048-4cae-a123-04bfd5b3b438 {
  display: none;
}
#s-8c60d4c2-6048-4cae-a123-04bfd5b3b438, #wrap-s-8c60d4c2-6048-4cae-a123-04bfd5b3b438 { display:none !important; }}@media (max-width: 767px){#s-8c60d4c2-6048-4cae-a123-04bfd5b3b438 {
  display: none;
}
#s-8c60d4c2-6048-4cae-a123-04bfd5b3b438, #wrap-s-8c60d4c2-6048-4cae-a123-04bfd5b3b438 { display:none !important; }}
#s-8c60d4c2-6048-4cae-a123-04bfd5b3b438 .shogun-heading-component h2 {
  color: rgba(109, 116, 121, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 2em;
  
  text-align: center;
}



#s-75a061cb-83fd-4f82-84a6-d484f1966a4b {
  padding-top: 8px;
padding-left: 4%;
padding-bottom: 8px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(243, 245, 247, 1);
}
@media (min-width: 1200px){#s-75a061cb-83fd-4f82-84a6-d484f1966a4b {
  display: none;
}
#s-75a061cb-83fd-4f82-84a6-d484f1966a4b, #wrap-s-75a061cb-83fd-4f82-84a6-d484f1966a4b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75a061cb-83fd-4f82-84a6-d484f1966a4b {
  display: none;
}
#s-75a061cb-83fd-4f82-84a6-d484f1966a4b, #wrap-s-75a061cb-83fd-4f82-84a6-d484f1966a4b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75a061cb-83fd-4f82-84a6-d484f1966a4b {
  display: none;
}
#s-75a061cb-83fd-4f82-84a6-d484f1966a4b, #wrap-s-75a061cb-83fd-4f82-84a6-d484f1966a4b { display:none !important; }}







#s-75a061cb-83fd-4f82-84a6-d484f1966a4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75a061cb-83fd-4f82-84a6-d484f1966a4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-829bb0f9-de5e-48a4-9548-6b7b1db262a2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-829bb0f9-de5e-48a4-9548-6b7b1db262a2 .shogun-heading-component h3 {
  color: rgba(109, 116, 121, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 2em;
  
  text-align: center;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-121f4e16-c053-41f3-8ea7-6c540a7a770a {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-121f4e16-c053-41f3-8ea7-6c540a7a770a {
  display: none;
}
#s-121f4e16-c053-41f3-8ea7-6c540a7a770a, #wrap-s-121f4e16-c053-41f3-8ea7-6c540a7a770a { display:none !important; }}@media (max-width: 767px){#s-121f4e16-c053-41f3-8ea7-6c540a7a770a {
  display: none;
}
#s-121f4e16-c053-41f3-8ea7-6c540a7a770a, #wrap-s-121f4e16-c053-41f3-8ea7-6c540a7a770a { display:none !important; }}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-03290b4f-6f53-4337-a50d-bdc1758d7829 {
  background-size: 0px 0px;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 8px;
text-align: center;
background-color: rgba(204, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-03290b4f-6f53-4337-a50d-bdc1758d7829:hover {background-color: rgba(204, 0, 0, 0.6) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-03290b4f-6f53-4337-a50d-bdc1758d7829:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-03290b4f-6f53-4337-a50d-bdc1758d7829 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03290b4f-6f53-4337-a50d-bdc1758d7829.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03290b4f-6f53-4337-a50d-bdc1758d7829.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-03290b4f-6f53-4337-a50d-bdc1758d7829.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



.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-ff431a2d-d324-4f03-8515-a933aabf1689 {
  text-align: center;
}







  #s-ff431a2d-d324-4f03-8515-a933aabf1689 img.shogun-image {
    

    
    
    
  }


#s-ff431a2d-d324-4f03-8515-a933aabf1689 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0442f85-53b9-4b33-8109-c3cb9cbebbc7 {
  padding-left: 22px;
padding-right: 22px;
min-height: 50px;
}








#s-f0442f85-53b9-4b33-8109-c3cb9cbebbc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0442f85-53b9-4b33-8109-c3cb9cbebbc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-52620f63-79e4-4f88-8f97-966157466a68 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-52620f63-79e4-4f88-8f97-966157466a68"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52620f63-79e4-4f88-8f97-966157466a68"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-52620f63-79e4-4f88-8f97-966157466a68"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-52620f63-79e4-4f88-8f97-966157466a68"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

#s-f6590f22-0455-45cb-b728-92e401ccb030 {
  margin-top: 28px;
}

#s-85cae017-4f6d-47bf-866e-b13be3958e50 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-85cae017-4f6d-47bf-866e-b13be3958e50 .shogun-heading-component h4 {
  color: rgba(109, 116, 121, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 2em;
  
  text-align: left;
}



#s-4adcad3f-0b64-4e4b-8c61-37c51869a631 {
  padding-top: 8px;
padding-left: 4%;
padding-bottom: 8px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(243, 245, 247, 1);
}








#s-4adcad3f-0b64-4e4b-8c61-37c51869a631 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4adcad3f-0b64-4e4b-8c61-37c51869a631.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0fd9d6f3-00ac-4388-a2c9-b8954760ab1d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0fd9d6f3-00ac-4388-a2c9-b8954760ab1d .shogun-heading-component h3 {
  color: rgba(109, 116, 121, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 2em;
  
  text-align: center;
}



#s-14695ef1-b320-4ce1-ad2a-c9ab64eb2b0a {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-14695ef1-b320-4ce1-ad2a-c9ab64eb2b0a {
  display: none;
}
#s-14695ef1-b320-4ce1-ad2a-c9ab64eb2b0a, #wrap-s-14695ef1-b320-4ce1-ad2a-c9ab64eb2b0a { display:none !important; }}@media (max-width: 767px){#s-14695ef1-b320-4ce1-ad2a-c9ab64eb2b0a {
  display: none;
}
#s-14695ef1-b320-4ce1-ad2a-c9ab64eb2b0a, #wrap-s-14695ef1-b320-4ce1-ad2a-c9ab64eb2b0a { display:none !important; }}
#s-1ae53208-f5e0-4f0a-9e02-e1571dffa5eb {
  background-size: 0px 0px;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 8px;
text-align: center;
background-color: rgba(204, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-1ae53208-f5e0-4f0a-9e02-e1571dffa5eb:hover {background-color: rgba(204, 0, 0, 0.6) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1ae53208-f5e0-4f0a-9e02-e1571dffa5eb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1ae53208-f5e0-4f0a-9e02-e1571dffa5eb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1ae53208-f5e0-4f0a-9e02-e1571dffa5eb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1ae53208-f5e0-4f0a-9e02-e1571dffa5eb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-1ae53208-f5e0-4f0a-9e02-e1571dffa5eb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ff0017e4-6302-4258-8e69-41605e3cb1ff {
  text-align: center;
}







  #s-ff0017e4-6302-4258-8e69-41605e3cb1ff img.shogun-image {
    

    
    
    
  }


#s-ff0017e4-6302-4258-8e69-41605e3cb1ff .shogun-image-content {
  
    align-items: center;
  
}

#s-159ca700-c94b-4033-9162-c4dbd38527c3 {
  margin-top: 28px;
}

#s-5babf91a-34b3-4f82-b4c8-fabb7e309e06 {
  margin-bottom: 16px;
padding-top: 8px;
padding-left: 4%;
padding-bottom: 8px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(243, 245, 247, 1);
}








#s-5babf91a-34b3-4f82-b4c8-fabb7e309e06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5babf91a-34b3-4f82-b4c8-fabb7e309e06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-fe059d68-3100-41f6-be5e-8e1490c61bd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe059d68-3100-41f6-be5e-8e1490c61bd0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe059d68-3100-41f6-be5e-8e1490c61bd0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fe059d68-3100-41f6-be5e-8e1490c61bd0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe059d68-3100-41f6-be5e-8e1490c61bd0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe059d68-3100-41f6-be5e-8e1490c61bd0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe059d68-3100-41f6-be5e-8e1490c61bd0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-360f7c48-b696-4e00-9aa0-1ff43a52425c {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-360f7c48-b696-4e00-9aa0-1ff43a52425c .shogun-heading-component h3 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-88bd6d9f-a5c5-46aa-b2bb-3274ecd0849e {
  display: none;
}
#s-bbe28387-b1d7-4b97-b708-c09f68bd1bf3 {
  background-size: 0px 0px;
margin-top: 16px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 8px;
text-align: center;
background-color: rgba(204, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-bbe28387-b1d7-4b97-b708-c09f68bd1bf3:hover {background-color: rgba(204, 0, 0, 0.6) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bbe28387-b1d7-4b97-b708-c09f68bd1bf3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bbe28387-b1d7-4b97-b708-c09f68bd1bf3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bbe28387-b1d7-4b97-b708-c09f68bd1bf3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bbe28387-b1d7-4b97-b708-c09f68bd1bf3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  block ;
}

#s-bbe28387-b1d7-4b97-b708-c09f68bd1bf3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-097cbeca-598d-448c-a411-f92ff8939613 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-097cbeca-598d-448c-a411-f92ff8939613 .shogun-heading-component h2 {
  color: rgba(29, 63, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-0ea291ab-74f3-4539-8895-af36648c703b {
  min-height: 50px;
}








#s-0ea291ab-74f3-4539-8895-af36648c703b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ea291ab-74f3-4539-8895-af36648c703b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3099d27c-98dd-4f12-9bc5-103236059434 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-3099d27c-98dd-4f12-9bc5-103236059434 {
  max-width: 40%;
}
}
@media (min-width: 0px) {
[id="s-3099d27c-98dd-4f12-9bc5-103236059434"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3099d27c-98dd-4f12-9bc5-103236059434"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3099d27c-98dd-4f12-9bc5-103236059434"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3099d27c-98dd-4f12-9bc5-103236059434"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-29c60df3-0eb3-4906-b351-355896fdbd5b {
  margin-top: 24px;
margin-bottom: 24px;
text-align: center;
}







  #s-29c60df3-0eb3-4906-b351-355896fdbd5b img.shogun-image {
    

    
    
    
  }


#s-29c60df3-0eb3-4906-b351-355896fdbd5b .shogun-image-content {
  
    align-items: center;
  
}

#s-db5bca08-c0ff-427a-9662-6772fe9d77ae {
  margin-top: 24px;
margin-bottom: 24px;
text-align: center;
}







  #s-db5bca08-c0ff-427a-9662-6772fe9d77ae img.shogun-image {
    

    
    
    
  }


#s-db5bca08-c0ff-427a-9662-6772fe9d77ae .shogun-image-content {
  
    align-items: center;
  
}

#s-708f0f51-70bb-4a9b-9f5a-df2b37d77120 {
  margin-top: 24px;
margin-bottom: 24px;
text-align: center;
}







  #s-708f0f51-70bb-4a9b-9f5a-df2b37d77120 img.shogun-image {
    

    
    
    
  }


#s-708f0f51-70bb-4a9b-9f5a-df2b37d77120 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb88b4bf-0244-48ff-bdc3-2e3fbe6b986c {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}
@media (max-width: 767px){#s-bb88b4bf-0244-48ff-bdc3-2e3fbe6b986c {
  max-width: 40%;
}
}
@media (min-width: 0px) {
[id="s-bb88b4bf-0244-48ff-bdc3-2e3fbe6b986c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb88b4bf-0244-48ff-bdc3-2e3fbe6b986c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bb88b4bf-0244-48ff-bdc3-2e3fbe6b986c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb88b4bf-0244-48ff-bdc3-2e3fbe6b986c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3794fb72-e6ef-481b-8d85-901f2e68d30d {
  margin-top: 24px;
margin-bottom: 24px;
text-align: center;
}







  #s-3794fb72-e6ef-481b-8d85-901f2e68d30d img.shogun-image {
    

    
    
    
  }


#s-3794fb72-e6ef-481b-8d85-901f2e68d30d .shogun-image-content {
  
    align-items: center;
  
}

#s-5a2d005d-7fb9-4a81-84b8-18b9769845bb {
  margin-top: 24px;
margin-bottom: 24px;
text-align: center;
}







  #s-5a2d005d-7fb9-4a81-84b8-18b9769845bb img.shogun-image {
    

    
    
    
  }


#s-5a2d005d-7fb9-4a81-84b8-18b9769845bb .shogun-image-content {
  
    align-items: center;
  
}

#s-3b5db526-7f9c-4c7a-85d8-eed0dd6f618a {
  margin-top: 24px;
margin-bottom: 24px;
text-align: center;
}







  #s-3b5db526-7f9c-4c7a-85d8-eed0dd6f618a img.shogun-image {
    

    
    
    
  }


#s-3b5db526-7f9c-4c7a-85d8-eed0dd6f618a .shogun-image-content {
  
    align-items: center;
  
}

#s-e5558b5d-9e93-4945-9e28-1fff104f703a {
  margin-top: 64px;
margin-left: auto;
margin-bottom: 64px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-e5558b5d-9e93-4945-9e28-1fff104f703a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5558b5d-9e93-4945-9e28-1fff104f703a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-f30f174c-1b58-40fd-b379-b3710742dec3 {
  background-color: rgba(243, 245, 247, 1);
}


  #s-f30f174c-1b58-40fd-b379-b3710742dec3 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(231, 231, 231, 1);
    border: 1px solid rgba(243, 245, 247, 1);
  }
  #s-f30f174c-1b58-40fd-b379-b3710742dec3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(243, 245, 247, 1);
    border: 1px solid rgba(243, 245, 247, 1);
  }
#s-f30f174c-1b58-40fd-b379-b3710742dec3 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(160, 160, 160, 1);
  font-family: Open Sans;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-f30f174c-1b58-40fd-b379-b3710742dec3 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(12, 64, 90, 1);
}

#s-f30f174c-1b58-40fd-b379-b3710742dec3 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(243, 245, 247, 1);
}

#s-f30f174c-1b58-40fd-b379-b3710742dec3 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(243, 245, 247, 1);
}

#s-e41d51f7-3c6e-488c-a407-5a90e0cf39b4 {
  padding-top: 36px;
padding-left: 36px;
padding-bottom: 36px;
padding-right: 36px;
}

#s-6ca53902-7f0c-41e7-a49f-c0f16fa16023 {
  padding-top: 36px;
padding-left: 36px;
padding-bottom: 36px;
padding-right: 36px;
background-color: rgba(243, 245, 247, 1);
}

#s-e07b0102-f7a6-42ca-bb61-723084e73f81 {
  margin-top: 48px;
margin-left: 22px;
margin-bottom: 16px;
margin-right: 22px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e07b0102-f7a6-42ca-bb61-723084e73f81 .shogun-heading-component h1 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-35876d2a-8eb8-47a4-8fe5-9c50991e43b1 {
  margin-left: 22px;
margin-right: 22px;
}

#s-fdc79e6c-6a7a-4f14-8d5b-1ac179a57930 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}








#s-fdc79e6c-6a7a-4f14-8d5b-1ac179a57930 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdc79e6c-6a7a-4f14-8d5b-1ac179a57930.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abd8d964-1914-4e4e-93df-346dfb8b573a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abd8d964-1914-4e4e-93df-346dfb8b573a .shogun-heading-component h1 {
  color: rgba(29, 63, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-9910ce06-1d26-48c4-a70f-e73b3609b355 {
  margin-left: auto;
margin-bottom: 48px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-9910ce06-1d26-48c4-a70f-e73b3609b355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9910ce06-1d26-48c4-a70f-e73b3609b355.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7da3a51-a46b-4843-8239-9b9441b47b3a {
  margin-top: 48px;
margin-bottom: 48px;
}

@media (min-width: 0px) {
[id="s-a7da3a51-a46b-4843-8239-9b9441b47b3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7da3a51-a46b-4843-8239-9b9441b47b3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a7da3a51-a46b-4843-8239-9b9441b47b3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7da3a51-a46b-4843-8239-9b9441b47b3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-dcbbefa6-42bc-4e1b-b76d-a47608df3544 .shogun-icon-wrapper {
  text-align: center;
}


#s-dcbbefa6-42bc-4e1b-b76d-a47608df3544 .shogun-icon-wrapper > .shogun-icon {

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

#s-488aac9a-1bb0-499f-8eba-2bd4d5be1c4d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-488aac9a-1bb0-499f-8eba-2bd4d5be1c4d .shogun-heading-component h4 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-fcebcd74-eda5-494b-8722-cce9c68ad601 .shogun-icon-wrapper {
  text-align: center;
}


#s-fcebcd74-eda5-494b-8722-cce9c68ad601 .shogun-icon-wrapper > .shogun-icon {

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

#s-783255cf-15e1-419c-9ea8-fe63744ed4da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-783255cf-15e1-419c-9ea8-fe63744ed4da .shogun-heading-component h4 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a80f1bc6-1616-4e7b-b02a-e1c2ee01eccb .shogun-icon-wrapper {
  text-align: center;
}


#s-a80f1bc6-1616-4e7b-b02a-e1c2ee01eccb .shogun-icon-wrapper > .shogun-icon {

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

#s-ded3c9da-1681-4a79-bcbf-7464a2b439b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ded3c9da-1681-4a79-bcbf-7464a2b439b7 .shogun-heading-component h4 {
  color: rgba(12, 64, 90, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-03cddb78-de86-4148-9d74-998c055ae232 {
  display: none;
}
#s-4c46e15f-f88c-432b-abfe-7285f34285c4 {
  padding-top: 8px;
padding-left: 4%;
padding-bottom: 8px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(243, 245, 247, 1);
}








#s-4c46e15f-f88c-432b-abfe-7285f34285c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c46e15f-f88c-432b-abfe-7285f34285c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdcc0941-f02a-4086-ae92-03939514ac40 {
  margin-top: 28px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fdcc0941-f02a-4086-ae92-03939514ac40 .shogun-heading-component h2 {
  color: rgba(29, 63, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-fd80fb57-18a4-49c1-8e99-02a2951ca467 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd80fb57-18a4-49c1-8e99-02a2951ca467 .shogun-heading-component h3 {
  color: rgba(109, 116, 121, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 2em;
  
  text-align: center;
}



#s-eb2fe6cc-d618-496b-8f06-83f8bde49a07 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-eb2fe6cc-d618-496b-8f06-83f8bde49a07 .shogun-heading-component h3 {
  color: rgba(109, 116, 121, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 2em;
  
  text-align: center;
}



#s-2f36d779-8e0c-435b-b7df-ebc57c1e97c7 {
  margin-top: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2f36d779-8e0c-435b-b7df-ebc57c1e97c7 {
  display: none;
}
#s-2f36d779-8e0c-435b-b7df-ebc57c1e97c7, #wrap-s-2f36d779-8e0c-435b-b7df-ebc57c1e97c7 { display:none !important; }}@media (max-width: 767px){#s-2f36d779-8e0c-435b-b7df-ebc57c1e97c7 {
  display: none;
}
#s-2f36d779-8e0c-435b-b7df-ebc57c1e97c7, #wrap-s-2f36d779-8e0c-435b-b7df-ebc57c1e97c7 { display:none !important; }}
#s-23d20bc3-2308-40c7-b770-dd58dc2655b3 {
  background-size: 0px 0px;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-radius: 8px;
text-align: center;
background-color: rgba(204, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-23d20bc3-2308-40c7-b770-dd58dc2655b3:hover {background-color: rgba(204, 0, 0, 0.6) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-23d20bc3-2308-40c7-b770-dd58dc2655b3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-23d20bc3-2308-40c7-b770-dd58dc2655b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-23d20bc3-2308-40c7-b770-dd58dc2655b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-23d20bc3-2308-40c7-b770-dd58dc2655b3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-23d20bc3-2308-40c7-b770-dd58dc2655b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3a1262f1-bb54-4285-8b17-8efbb14d2a33 {
  margin-bottom: 28px;
text-align: center;
}







  #s-3a1262f1-bb54-4285-8b17-8efbb14d2a33 img.shogun-image {
    

    
    
    
  }


#s-3a1262f1-bb54-4285-8b17-8efbb14d2a33 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac6bb008-d935-4c7d-9061-0efba4d03b0f {
  min-height: 50px;
}








#s-ac6bb008-d935-4c7d-9061-0efba4d03b0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac6bb008-d935-4c7d-9061-0efba4d03b0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e26e4f1a-2197-4c19-9310-f96e193d8437 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e26e4f1a-2197-4c19-9310-f96e193d8437 .shogun-heading-component h1 {
  color: rgba(29, 63, 88, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-d388c995-c800-43fb-a163-228ed801072d {
  margin-left: auto;
margin-right: auto;
padding-left: 22px;
padding-right: 22px;
min-height: 50px;
max-width: 1200px;
}








#s-d388c995-c800-43fb-a163-228ed801072d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d388c995-c800-43fb-a163-228ed801072d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-895209af-024f-479e-b45a-1896688471a5 {
  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-f0a7afc5-9574-4881-a79b-642b978dcec3 {
  text-align: left;
}



.shg-c#s-f0a7afc5-9574-4881-a79b-642b978dcec3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0a7afc5-9574-4881-a79b-642b978dcec3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f0a7afc5-9574-4881-a79b-642b978dcec3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0a7afc5-9574-4881-a79b-642b978dcec3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0a7afc5-9574-4881-a79b-642b978dcec3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0a7afc5-9574-4881-a79b-642b978dcec3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0a7afc5-9574-4881-a79b-642b978dcec3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0a7afc5-9574-4881-a79b-642b978dcec3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0a7afc5-9574-4881-a79b-642b978dcec3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0a7afc5-9574-4881-a79b-642b978dcec3 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-f0a7afc5-9574-4881-a79b-642b978dcec3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0a7afc5-9574-4881-a79b-642b978dcec3 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-1eb9f066-7c5f-4390-b976-8526d351e372 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1eb9f066-7c5f-4390-b976-8526d351e372 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-30564fdd-9b43-4b68-9299-974179b40b81 {
  text-align: center;
}

#s-30564fdd-9b43-4b68-9299-974179b40b81 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-30564fdd-9b43-4b68-9299-974179b40b81 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-30564fdd-9b43-4b68-9299-974179b40b81 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-2cd3ac89-4322-4432-b896-01e4c3d9d8fa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2cd3ac89-4322-4432-b896-01e4c3d9d8fa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2cd3ac89-4322-4432-b896-01e4c3d9d8fa:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2cd3ac89-4322-4432-b896-01e4c3d9d8fa {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2cd3ac89-4322-4432-b896-01e4c3d9d8fa.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2cd3ac89-4322-4432-b896-01e4c3d9d8fa.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2cd3ac89-4322-4432-b896-01e4c3d9d8fa.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-98634866-f84e-44c7-bc2d-0f1363f58d14 {
  display: none;
}
#s-b6210215-bb1c-48b4-a853-0061f47e1bb9 {
  text-align: left;
}



.shg-c#s-b6210215-bb1c-48b4-a853-0061f47e1bb9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6210215-bb1c-48b4-a853-0061f47e1bb9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b6210215-bb1c-48b4-a853-0061f47e1bb9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6210215-bb1c-48b4-a853-0061f47e1bb9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b6210215-bb1c-48b4-a853-0061f47e1bb9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6210215-bb1c-48b4-a853-0061f47e1bb9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b6210215-bb1c-48b4-a853-0061f47e1bb9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6210215-bb1c-48b4-a853-0061f47e1bb9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b6210215-bb1c-48b4-a853-0061f47e1bb9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6210215-bb1c-48b4-a853-0061f47e1bb9 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-b6210215-bb1c-48b4-a853-0061f47e1bb9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b6210215-bb1c-48b4-a853-0061f47e1bb9 img.shogun-image {
  width: 100%;
}




#s-7996156c-c4a2-4a32-a420-425793f75c0c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7996156c-c4a2-4a32-a420-425793f75c0c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-42636793-45b2-467b-900e-98a7e711afd2 {
  text-align: center;
}

#s-42636793-45b2-467b-900e-98a7e711afd2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-42636793-45b2-467b-900e-98a7e711afd2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-42636793-45b2-467b-900e-98a7e711afd2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b979949a-578d-4892-8f17-754f978d6b7b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b979949a-578d-4892-8f17-754f978d6b7b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b979949a-578d-4892-8f17-754f978d6b7b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b979949a-578d-4892-8f17-754f978d6b7b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b979949a-578d-4892-8f17-754f978d6b7b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b979949a-578d-4892-8f17-754f978d6b7b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b979949a-578d-4892-8f17-754f978d6b7b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8abd500f-dcf3-4542-9a70-e037aad5638b {
  display: none;
}
#s-36588c0d-d77a-4e91-802c-3ec033f919db {
  text-align: left;
}



.shg-c#s-36588c0d-d77a-4e91-802c-3ec033f919db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36588c0d-d77a-4e91-802c-3ec033f919db img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-36588c0d-d77a-4e91-802c-3ec033f919db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36588c0d-d77a-4e91-802c-3ec033f919db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-36588c0d-d77a-4e91-802c-3ec033f919db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36588c0d-d77a-4e91-802c-3ec033f919db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-36588c0d-d77a-4e91-802c-3ec033f919db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36588c0d-d77a-4e91-802c-3ec033f919db img.shogun-image {
  width: 100%;
}



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

.shg-c#s-36588c0d-d77a-4e91-802c-3ec033f919db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36588c0d-d77a-4e91-802c-3ec033f919db img.shogun-image {
  width: 100%;
}



}

.shg-c#s-36588c0d-d77a-4e91-802c-3ec033f919db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-36588c0d-d77a-4e91-802c-3ec033f919db img.shogun-image {
  width: 100%;
}




#s-d7e22075-10f7-4163-85e9-63070ecd52a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7e22075-10f7-4163-85e9-63070ecd52a9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5c14e8d9-6190-47d2-9cb9-a311de6b801d {
  text-align: center;
}

#s-5c14e8d9-6190-47d2-9cb9-a311de6b801d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5c14e8d9-6190-47d2-9cb9-a311de6b801d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5c14e8d9-6190-47d2-9cb9-a311de6b801d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-48ca3921-358e-4a31-92bb-92df73c8db26 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-48ca3921-358e-4a31-92bb-92df73c8db26:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-48ca3921-358e-4a31-92bb-92df73c8db26:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-48ca3921-358e-4a31-92bb-92df73c8db26 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48ca3921-358e-4a31-92bb-92df73c8db26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48ca3921-358e-4a31-92bb-92df73c8db26.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-48ca3921-358e-4a31-92bb-92df73c8db26.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d9b9df64-78fa-4f84-922e-28302f7c7d3b {
  min-height: 50px;
background-color: rgba(12, 64, 90, 1);
}








#s-d9b9df64-78fa-4f84-922e-28302f7c7d3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9b9df64-78fa-4f84-922e-28302f7c7d3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cb7ac1b-2720-4d79-a1ff-fe49a37ecc79 {
  margin-top: 48px;
margin-left: auto;
margin-bottom: 48px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-6cb7ac1b-2720-4d79-a1ff-fe49a37ecc79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cb7ac1b-2720-4d79-a1ff-fe49a37ecc79"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 60.0px);
}

[id="s-6cb7ac1b-2720-4d79-a1ff-fe49a37ecc79"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 60.0px);
}

}

@media (min-width: 992px) {
[id="s-6cb7ac1b-2720-4d79-a1ff-fe49a37ecc79"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 60.0px);
}

[id="s-6cb7ac1b-2720-4d79-a1ff-fe49a37ecc79"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 60.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cb7ac1b-2720-4d79-a1ff-fe49a37ecc79"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 60.0px);
}

[id="s-6cb7ac1b-2720-4d79-a1ff-fe49a37ecc79"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 60.0px);
}

}

#s-57f35721-8949-4259-9c2d-3628470fbc32 {
  text-align: center;
}







  #s-57f35721-8949-4259-9c2d-3628470fbc32 img.shogun-image {
    

    
    
    
  }


#s-57f35721-8949-4259-9c2d-3628470fbc32 .shogun-image-content {
  
    align-items: center;
  
}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-77810bf3-6c99-4e12-bc50-2ce8386ad2cd {
  margin-top: 16px;
margin-bottom: 16px;
text-align: center;
}

#s-a8c039e1-cc9e-4bbb-98e2-0b002199741f {
  margin-left: auto;
padding-left: 22px;
padding-right: 22px;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-a8c039e1-cc9e-4bbb-98e2-0b002199741f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8c039e1-cc9e-4bbb-98e2-0b002199741f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a8c039e1-cc9e-4bbb-98e2-0b002199741f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8c039e1-cc9e-4bbb-98e2-0b002199741f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-af174a07-1f3f-44b8-8381-4718f4dad163 {
  padding-top: 5px;
padding-bottom: 0px;
text-align: left;
}

#s-af174a07-1f3f-44b8-8381-4718f4dad163 .shogun-heading-component h5 {
  color: rgba(243, 245, 247, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  line-height: 2em;
  
  text-align: left;
}


#s-af174a07-1f3f-44b8-8381-4718f4dad163 .shogun-heading-component h5 a {
  color: rgba(243, 245, 247, 1);
}


#s-6a3284d1-9ef5-4227-a823-320f22b26183 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6a3284d1-9ef5-4227-a823-320f22b26183 .shogun-heading-component h5 {
  color: rgba(243, 245, 247, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  line-height: 2em;
  
  text-align: left;
}


#s-6a3284d1-9ef5-4227-a823-320f22b26183 .shogun-heading-component h5 a {
  color: rgba(243, 245, 247, 1);
}


#s-90d51410-d07a-455f-89e4-abf05a6320ea {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-90d51410-d07a-455f-89e4-abf05a6320ea .shogun-heading-component h5 {
  color: rgba(243, 245, 247, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  line-height: 2em;
  
  text-align: left;
}


#s-90d51410-d07a-455f-89e4-abf05a6320ea .shogun-heading-component h5 a {
  color: rgba(243, 245, 247, 1);
}


#s-bb9234dd-3815-41a1-b2af-a40716f26835 {
  padding-top: 5px;
padding-bottom: 0px;
text-align: left;
}

#s-bb9234dd-3815-41a1-b2af-a40716f26835 .shogun-heading-component h5 {
  color: rgba(243, 245, 247, 1);
  font-weight:  700 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  line-height: 2em;
  
  text-align: left;
}


#s-bb9234dd-3815-41a1-b2af-a40716f26835 .shogun-heading-component h5 a {
  color: rgba(243, 245, 247, 1);
}


#s-6984095c-a23c-4024-87dc-4588f4376303 {
  padding-top: 5px;
padding-bottom: 0px;
text-align: left;
}

#s-6984095c-a23c-4024-87dc-4588f4376303 .shogun-heading-component h5 {
  color: rgba(243, 245, 247, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  line-height: 2em;
  
  text-align: left;
}


#s-6984095c-a23c-4024-87dc-4588f4376303 .shogun-heading-component h5 a {
  color: rgba(243, 245, 247, 1);
}


#s-9222bc68-4e55-4214-baad-d7d0e4ec28f1 {
  padding-top: 5px;
padding-bottom: 0px;
text-align: left;
}

#s-9222bc68-4e55-4214-baad-d7d0e4ec28f1 .shogun-heading-component h5 {
  color: rgba(243, 245, 247, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  line-height: 2em;
  
  text-align: left;
}


#s-9222bc68-4e55-4214-baad-d7d0e4ec28f1 .shogun-heading-component h5 a {
  color: rgba(243, 245, 247, 1);
}


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