.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-ae21e3d7-a54e-419e-8b78-e7de93933b1c {
  box-shadow:0px 0px 0px 0px rgba(183, 175, 175, 1);
margin-top: 0px;
margin-left: auto;
margin-bottom: 4%;
margin-right: auto;
}
@media (min-width: 1200px){#s-ae21e3d7-a54e-419e-8b78-e7de93933b1c {
  box-shadow:0px 0px 16px 0px rgba(241, 241, 241, 1);
margin-top: 20px;
margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1080px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ae21e3d7-a54e-419e-8b78-e7de93933b1c {
  box-shadow:  16px  rgba(241, 241, 241, 1);
margin-top: 20px;
margin-bottom: 20px;
max-width: 1080px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ae21e3d7-a54e-419e-8b78-e7de93933b1c {
  box-shadow:0px 0px 0px 0px rgba(241, 241, 241, 1);
margin-top: 0px;
margin-bottom: 0%;
}
}@media (max-width: 767px){#s-ae21e3d7-a54e-419e-8b78-e7de93933b1c {
  box-shadow:0px 0px 0px 0px rgba(241, 241, 241, 1);
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
}







#s-ae21e3d7-a54e-419e-8b78-e7de93933b1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae21e3d7-a54e-419e-8b78-e7de93933b1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-475e6fae-b79e-499b-96ca-f49f4ecdf4c3 {
  text-align: center;
}
@media (min-width: 1200px){#s-475e6fae-b79e-499b-96ca-f49f4ecdf4c3 {
  text-align: left;
}
}
#s-475e6fae-b79e-499b-96ca-f49f4ecdf4c3 {
  display: none;
}
.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-0aace4a1-19ef-4a9c-8839-0476c4d96e98 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0aace4a1-19ef-4a9c-8839-0476c4d96e98 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0aace4a1-19ef-4a9c-8839-0476c4d96e98 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-0aace4a1-19ef-4a9c-8839-0476c4d96e98"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0aace4a1-19ef-4a9c-8839-0476c4d96e98"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0aace4a1-19ef-4a9c-8839-0476c4d96e98"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0aace4a1-19ef-4a9c-8839-0476c4d96e98"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-9ef05882-cbb2-4691-8ffa-39e95bf6c3be {
  box-shadow:0px 0px 0px 0px rgba(241, 241, 241, 1);
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: dotted;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}



.shg-c#s-9ef05882-cbb2-4691-8ffa-39e95bf6c3be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ef05882-cbb2-4691-8ffa-39e95bf6c3be img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9ef05882-cbb2-4691-8ffa-39e95bf6c3be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ef05882-cbb2-4691-8ffa-39e95bf6c3be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ef05882-cbb2-4691-8ffa-39e95bf6c3be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ef05882-cbb2-4691-8ffa-39e95bf6c3be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ef05882-cbb2-4691-8ffa-39e95bf6c3be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ef05882-cbb2-4691-8ffa-39e95bf6c3be img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9ef05882-cbb2-4691-8ffa-39e95bf6c3be .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9ef05882-cbb2-4691-8ffa-39e95bf6c3be img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-764860a8-f3f7-415d-b990-362fcb787289 {
  box-shadow:0px 0px 0px 0px rgba(241, 241, 241, 1);
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-764860a8-f3f7-415d-b990-362fcb787289 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 0px;
  padding-bottom: 0px;
}

#s-764860a8-f3f7-415d-b990-362fcb787289 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-764860a8-f3f7-415d-b990-362fcb787289 .shg-gallery-thumb-list-margin {
  margin-right: -0px;
}

#s-764860a8-f3f7-415d-b990-362fcb787289 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-764860a8-f3f7-415d-b990-362fcb787289 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-764860a8-f3f7-415d-b990-362fcb787289 .shg-gallery-dot {
  background-color: #FFF;
}

#s-4380dbd9-862d-4023-b88d-a77912292269 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4380dbd9-862d-4023-b88d-a77912292269 {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4380dbd9-862d-4023-b88d-a77912292269 {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}
}







#s-4380dbd9-862d-4023-b88d-a77912292269 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4380dbd9-862d-4023-b88d-a77912292269.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-eb4a296b-27a1-4906-88c9-7f84a90cfdf9 {
  margin-bottom: 10px;
}

.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-378a23bc-e5c5-4bc1-a17e-a4e841d3dd88 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-378a23bc-e5c5-4bc1-a17e-a4e841d3dd88 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Helvetica-Bold;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}
@media (min-width: 768px) and (max-width: 991px){#s-378a23bc-e5c5-4bc1-a17e-a4e841d3dd88 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Helvetica-Bold;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}@media (max-width: 767px){#s-378a23bc-e5c5-4bc1-a17e-a4e841d3dd88 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Helvetica-Bold;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}
}
.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-d16129f8-afba-482b-b01e-19fb4ca5b66e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d16129f8-afba-482b-b01e-19fb4ca5b66e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}


@media (min-width: 1200px){#s-d16129f8-afba-482b-b01e-19fb4ca5b66e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 13px;
  
  
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d16129f8-afba-482b-b01e-19fb4ca5b66e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 13px;
  
  
  text-align: left;
}


}
#s-71cac034-e81b-4b9b-a86b-3a85cad2c5ad {
  margin-top: 20px;
margin-left: 0%;
}
@media (max-width: 767px){#s-71cac034-e81b-4b9b-a86b-3a85cad2c5ad {
  margin-top: 15px;
}
}
@media (min-width: 0px) {
[id="s-71cac034-e81b-4b9b-a86b-3a85cad2c5ad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-71cac034-e81b-4b9b-a86b-3a85cad2c5ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-71cac034-e81b-4b9b-a86b-3a85cad2c5ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-71cac034-e81b-4b9b-a86b-3a85cad2c5ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-b429c9be-6b7c-472a-8b62-703bb65b87c1 {
  margin-top: 0px;
text-align: left;
}

#s-b429c9be-6b7c-472a-8b62-703bb65b87c1 .shg-product-quantity-wrapper {
  display: flex;
}

#s-b429c9be-6b7c-472a-8b62-703bb65b87c1 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-b429c9be-6b7c-472a-8b62-703bb65b87c1 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-b429c9be-6b7c-472a-8b62-703bb65b87c1 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-b429c9be-6b7c-472a-8b62-703bb65b87c1 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



@media (max-width: 767px){#s-b429c9be-6b7c-472a-8b62-703bb65b87c1 .shg-product-quantity-wrapper {
  display: flex;
}

#s-b429c9be-6b7c-472a-8b62-703bb65b87c1 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-b429c9be-6b7c-472a-8b62-703bb65b87c1 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-b429c9be-6b7c-472a-8b62-703bb65b87c1 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-b429c9be-6b7c-472a-8b62-703bb65b87c1 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}
#s-5b3590a8-734f-4637-828f-efd5f82d1e1a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}
@media (min-width: 1200px){#s-5b3590a8-734f-4637-828f-efd5f82d1e1a {
  margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b3590a8-734f-4637-828f-efd5f82d1e1a {
  margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b3590a8-734f-4637-828f-efd5f82d1e1a {
  margin-right: 0%;
}
}@media (max-width: 767px){#s-5b3590a8-734f-4637-828f-efd5f82d1e1a {
  margin-top: 6px;
}
}
#s-5b3590a8-734f-4637-828f-efd5f82d1e1a .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight:   ;
  font-family: Helvetica-Bold;
  font-style:  normal ;
}

#s-5b3590a8-734f-4637-828f-efd5f82d1e1a .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Helvetica-Bold;
  font-style:  normal ;
  font-size: 20px;
}

#s-5b3590a8-734f-4637-828f-efd5f82d1e1a .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;
}

.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-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b {
  border-style: solid;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 60px;
margin-right: 0%;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(20, 46, 77, 1);
cursor: pointer;
text-align: center;
background-image: none;
hover-type: color;
}
#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b:hover {background-color: rgba(206, 164, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b {
  box-shadow:0px 0px 0px 0px ;
padding-top: 16px;
background-position: undefined 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b {
  padding-top: 16px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b {
  padding-top: 16px;
}
}@media (max-width: 767px){#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b {
  border-color: #000;
padding-top: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-style: solid;
}
}


#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Helvetica-Bold;
  display:  block ;
}

#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b.shg-btn.shg-product-atc-error {
  
  font-family: Helvetica-Bold;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){

#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica-Bold;
  display:  block ;
}

#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b.shg-btn.shg-product-atc-error {
  
  font-family: Helvetica-Bold;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


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

#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica-Bold;
  display:  block ;
}

#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b.shg-btn.shg-product-atc-error {
  
  font-family: Helvetica-Bold;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


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

#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica-Bold;
  display:  block ;
}

#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b.shg-btn.shg-product-atc-error {
  
  font-family: Helvetica-Bold;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


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

#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica-Bold;
  display:  block ;
}

#s-8112d3e0-fce5-43dd-8e81-5c0fd1e1055b.shg-btn.shg-product-atc-error {
  
  font-family: Helvetica-Bold;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-1c4f2e4b-b8f4-4e76-96ce-c7c4ce379703 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
margin-top: 40px;
margin-left: 6%;
margin-bottom: 0%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-1c4f2e4b-b8f4-4e76-96ce-c7c4ce379703 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1080px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c4f2e4b-b8f4-4e76-96ce-c7c4ce379703 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1080px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c4f2e4b-b8f4-4e76-96ce-c7c4ce379703 {
  margin-top: 20px;
margin-left: 0em;
margin-bottom: 40px;
margin-right: 0em;
}
}@media (max-width: 767px){#s-1c4f2e4b-b8f4-4e76-96ce-c7c4ce379703 {
  margin-top: 0px;
margin-left: 0em;
margin-bottom: 20px;
margin-right: 0em;
}
}







#s-1c4f2e4b-b8f4-4e76-96ce-c7c4ce379703 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c4f2e4b-b8f4-4e76-96ce-c7c4ce379703.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-e0a0deca-68dc-417d-896d-df25f9dd356d {
  margin-top: 40px;
text-align: left;
}
@media (max-width: 767px){#s-e0a0deca-68dc-417d-896d-df25f9dd356d {
  margin-top: 40px;
}
}

  #s-e0a0deca-68dc-417d-896d-df25f9dd356d .shogun-tabs > li > .shogun-tab-box {
    background: rgba(241, 241, 243, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-e0a0deca-68dc-417d-896d-df25f9dd356d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(206, 164, 52, 1);
    border: 1px solid rgba(0, 0, 0, 0);
  }
#s-e0a0deca-68dc-417d-896d-df25f9dd356d .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Helvetica-Bold;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-e0a0deca-68dc-417d-896d-df25f9dd356d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-e0a0deca-68dc-417d-896d-df25f9dd356d .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(206, 164, 52, 1);
}

#s-e0a0deca-68dc-417d-896d-df25f9dd356d .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){
  #s-e0a0deca-68dc-417d-896d-df25f9dd356d .shogun-tabs > li > .shogun-tab-box {
    background: rgba(241, 241, 243, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-e0a0deca-68dc-417d-896d-df25f9dd356d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(206, 164, 52, 1);
    border: 1px solid rgba(0, 0, 0, 0);
  }
#s-e0a0deca-68dc-417d-896d-df25f9dd356d .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Helvetica-Bold;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-e0a0deca-68dc-417d-896d-df25f9dd356d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-e0a0deca-68dc-417d-896d-df25f9dd356d .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(206, 164, 52, 1);
}

#s-e0a0deca-68dc-417d-896d-df25f9dd356d .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 0);
}
}@media (max-width: 767px){
  #s-e0a0deca-68dc-417d-896d-df25f9dd356d .shogun-tabs > li > .shogun-tab-box {
    background: rgba(241, 241, 243, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-e0a0deca-68dc-417d-896d-df25f9dd356d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(206, 164, 52, 1);
    border: 1px solid rgba(0, 0, 0, 0);
  }
#s-e0a0deca-68dc-417d-896d-df25f9dd356d .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Helvetica-Bold;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-e0a0deca-68dc-417d-896d-df25f9dd356d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-e0a0deca-68dc-417d-896d-df25f9dd356d .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(206, 164, 52, 1);
}

#s-e0a0deca-68dc-417d-896d-df25f9dd356d .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 0);
}
}
#s-f6dc1ee4-5be9-40ff-83de-98234bf7f0ce {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 164, 52, 1);
border-style: solid;
min-height: 50px;
}








#s-f6dc1ee4-5be9-40ff-83de-98234bf7f0ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6dc1ee4-5be9-40ff-83de-98234bf7f0ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-238c3f29-0e6e-43f5-aa50-c689ebd7f62f {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-238c3f29-0e6e-43f5-aa50-c689ebd7f62f .shogun-icon-wrapper {
  text-align: center;
}


#s-238c3f29-0e6e-43f5-aa50-c689ebd7f62f .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(206, 164, 52, 1);
}
@media (min-width: 1200px){#s-238c3f29-0e6e-43f5-aa50-c689ebd7f62f .shogun-icon-wrapper {
  text-align: center;
}


#s-238c3f29-0e6e-43f5-aa50-c689ebd7f62f .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(206, 164, 52, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-238c3f29-0e6e-43f5-aa50-c689ebd7f62f .shogun-icon-wrapper {
  text-align: center;
}


#s-238c3f29-0e6e-43f5-aa50-c689ebd7f62f .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(206, 164, 52, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-238c3f29-0e6e-43f5-aa50-c689ebd7f62f .shogun-icon-wrapper {
  text-align: center;
}


#s-238c3f29-0e6e-43f5-aa50-c689ebd7f62f .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(206, 164, 52, 1);
}
}@media (max-width: 767px){#s-238c3f29-0e6e-43f5-aa50-c689ebd7f62f .shogun-icon-wrapper {
  text-align: center;
}


#s-238c3f29-0e6e-43f5-aa50-c689ebd7f62f .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(206, 164, 52, 1);
}
}
#s-230900b0-3cce-45c1-880d-706c5dc0ddad {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-230900b0-3cce-45c1-880d-706c5dc0ddad .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 1200px){#s-230900b0-3cce-45c1-880d-706c5dc0ddad .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-230900b0-3cce-45c1-880d-706c5dc0ddad .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-230900b0-3cce-45c1-880d-706c5dc0ddad .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 0px;
  text-align: center;
}


}@media (max-width: 767px){#s-230900b0-3cce-45c1-880d-706c5dc0ddad .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}


}
#s-701f2b56-9c8c-48d8-9947-fc98f7ee766c {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-701f2b56-9c8c-48d8-9947-fc98f7ee766c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 1200px){#s-701f2b56-9c8c-48d8-9947-fc98f7ee766c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.46em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-701f2b56-9c8c-48d8-9947-fc98f7ee766c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.46em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-701f2b56-9c8c-48d8-9947-fc98f7ee766c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.03em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-701f2b56-9c8c-48d8-9947-fc98f7ee766c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  text-align: left;
}


}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-7e1f7e52-73e7-4ee9-b5ef-46bdde698e52 {
  margin-top: 10px;
margin-bottom: 0em;
}
@media (max-width: 767px){#s-7e1f7e52-73e7-4ee9-b5ef-46bdde698e52 {
  padding-left: 0em;
padding-right: 0em;
}
}
#s-7e1f7e52-73e7-4ee9-b5ef-46bdde698e52 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-7e1f7e52-73e7-4ee9-b5ef-46bdde698e52 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(4, 4, 4, 1);
  padding: 10px;
}

#s-7e1f7e52-73e7-4ee9-b5ef-46bdde698e52 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-7e1f7e52-73e7-4ee9-b5ef-46bdde698e52 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-7e1f7e52-73e7-4ee9-b5ef-46bdde698e52 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Helvetica-Bold;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-7e1f7e52-73e7-4ee9-b5ef-46bdde698e52 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-58d12e2f-9b23-466d-8d51-b5c82eadb342 {
  margin-top: 5px;
}
@media (min-width: 768px) and (max-width: 991px){#s-58d12e2f-9b23-466d-8d51-b5c82eadb342 {
  padding-left: 0em;
padding-right: 0em;
}
}@media (max-width: 767px){#s-58d12e2f-9b23-466d-8d51-b5c82eadb342 {
  padding-left: 0em;
padding-right: 0em;
}
}
#s-58d12e2f-9b23-466d-8d51-b5c82eadb342 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-58d12e2f-9b23-466d-8d51-b5c82eadb342 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 241, 243, 1);
  padding: 20px;
}

#s-58d12e2f-9b23-466d-8d51-b5c82eadb342 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-58d12e2f-9b23-466d-8d51-b5c82eadb342 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-58d12e2f-9b23-466d-8d51-b5c82eadb342 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Helvetica-Light;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-58d12e2f-9b23-466d-8d51-b5c82eadb342 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}
#s-b264b1c0-9534-4b52-b39e-85793d544af4 {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-b264b1c0-9534-4b52-b39e-85793d544af4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b264b1c0-9534-4b52-b39e-85793d544af4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a13a6069-0f2d-4ac4-8e49-e69d54b92d36 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-eef6c7b3-d534-4dfd-a67b-aa48b8944fc2 {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-eef6c7b3-d534-4dfd-a67b-aa48b8944fc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eef6c7b3-d534-4dfd-a67b-aa48b8944fc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a298a85-932a-4ae8-96ab-6021f4656bb7 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-42d790d3-2f78-4774-94bc-d6aa81328251 {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-42d790d3-2f78-4774-94bc-d6aa81328251 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42d790d3-2f78-4774-94bc-d6aa81328251.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1d2bc65-4e54-4c14-998c-f045f60f0acd {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-7d0e6bc6-1fbd-4ef7-980d-bc27e261ac7b {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-7d0e6bc6-1fbd-4ef7-980d-bc27e261ac7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d0e6bc6-1fbd-4ef7-980d-bc27e261ac7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-119100b9-9b6a-404d-b0ea-c2eeee493f8e {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-14fe3e73-c02d-4f25-86ad-65d426e2334e {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-14fe3e73-c02d-4f25-86ad-65d426e2334e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14fe3e73-c02d-4f25-86ad-65d426e2334e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90f57fbe-9816-4d12-b8c9-68cc328a47cb {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-881387f9-3069-46a8-88d9-7095f3a609e4 {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-881387f9-3069-46a8-88d9-7095f3a609e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-881387f9-3069-46a8-88d9-7095f3a609e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43da8f4a-47e8-4b2d-a8bf-95366f93906a {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-5bd22c7e-9a54-4af4-846e-05ceaaa7910b {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 164, 52, 1);
border-style: solid;
min-height: 50px;
}








#s-5bd22c7e-9a54-4af4-846e-05ceaaa7910b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bd22c7e-9a54-4af4-846e-05ceaaa7910b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f8bed7a-2f7e-4aa9-a6d5-1b632d088910 {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-6f8bed7a-2f7e-4aa9-a6d5-1b632d088910 .shogun-icon-wrapper {
  text-align: center;
}


#s-6f8bed7a-2f7e-4aa9-a6d5-1b632d088910 .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(206, 164, 52, 1);
}
@media (min-width: 1200px){#s-6f8bed7a-2f7e-4aa9-a6d5-1b632d088910 .shogun-icon-wrapper {
  text-align: center;
}


#s-6f8bed7a-2f7e-4aa9-a6d5-1b632d088910 .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(206, 164, 52, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6f8bed7a-2f7e-4aa9-a6d5-1b632d088910 .shogun-icon-wrapper {
  text-align: center;
}


#s-6f8bed7a-2f7e-4aa9-a6d5-1b632d088910 .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(206, 164, 52, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f8bed7a-2f7e-4aa9-a6d5-1b632d088910 .shogun-icon-wrapper {
  text-align: center;
}


#s-6f8bed7a-2f7e-4aa9-a6d5-1b632d088910 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(206, 164, 52, 1);
}
}@media (max-width: 767px){#s-6f8bed7a-2f7e-4aa9-a6d5-1b632d088910 .shogun-icon-wrapper {
  text-align: center;
}


#s-6f8bed7a-2f7e-4aa9-a6d5-1b632d088910 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(206, 164, 52, 1);
}
}
#s-8817d7fa-0715-4670-88b1-eedb690dfe91 {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8817d7fa-0715-4670-88b1-eedb690dfe91 .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 1200px){#s-8817d7fa-0715-4670-88b1-eedb690dfe91 .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8817d7fa-0715-4670-88b1-eedb690dfe91 .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-8817d7fa-0715-4670-88b1-eedb690dfe91 .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 0px;
  text-align: center;
}


}@media (max-width: 767px){#s-8817d7fa-0715-4670-88b1-eedb690dfe91 .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}


}
#s-4d1a6b49-1ca8-4e2d-9c01-11b7ed92f489 {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4d1a6b49-1ca8-4e2d-9c01-11b7ed92f489 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 13px;
  
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 1200px){#s-4d1a6b49-1ca8-4e2d-9c01-11b7ed92f489 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.46em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4d1a6b49-1ca8-4e2d-9c01-11b7ed92f489 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.46em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-4d1a6b49-1ca8-4e2d-9c01-11b7ed92f489 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.03em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-4d1a6b49-1ca8-4e2d-9c01-11b7ed92f489 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 13px;
  
  letter-spacing: 0px;
  text-align: left;
}


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

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

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

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

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

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

#s-e0731f70-190b-4d6e-841b-736449ff9e5a {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0731f70-190b-4d6e-841b-736449ff9e5a {
  margin-top: 20px;
margin-left: -10px;
margin-right: -10px;
}
}@media (max-width: 767px){#s-e0731f70-190b-4d6e-841b-736449ff9e5a {
  margin-top: 10px;
}
}
#s-e0731f70-190b-4d6e-841b-736449ff9e5a .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(238, 238, 238, 1);
  border-radius: 0px;
}

#s-e0731f70-190b-4d6e-841b-736449ff9e5a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e0731f70-190b-4d6e-841b-736449ff9e5a td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 11px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-e0731f70-190b-4d6e-841b-736449ff9e5a td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-e0731f70-190b-4d6e-841b-736449ff9e5a td.shogun-table-column, #s-e0731f70-190b-4d6e-841b-736449ff9e5a td.shogun-table-row {
  border: 1px solid rgba(238, 238, 238, 1);
}

#s-3b74bcd8-239e-49b0-8b17-dbde72d40f41 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b74bcd8-239e-49b0-8b17-dbde72d40f41 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3b74bcd8-239e-49b0-8b17-dbde72d40f41 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-db4fc057-b998-4e8c-a1ef-3b5f1bde702b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db4fc057-b998-4e8c-a1ef-3b5f1bde702b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-db4fc057-b998-4e8c-a1ef-3b5f1bde702b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-33ef2aa4-3876-4edb-a547-2222bb52c5d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33ef2aa4-3876-4edb-a547-2222bb52c5d0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-33ef2aa4-3876-4edb-a547-2222bb52c5d0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-0da661d0-df4d-4541-9958-fe3743faa1c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0da661d0-df4d-4541-9958-fe3743faa1c7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0da661d0-df4d-4541-9958-fe3743faa1c7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-9e1a656d-9865-440a-86d3-a10a80200fd4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e1a656d-9865-440a-86d3-a10a80200fd4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-9e1a656d-9865-440a-86d3-a10a80200fd4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-cad11b25-f669-460a-9bd6-3e935e1eebcf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cad11b25-f669-460a-9bd6-3e935e1eebcf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-cad11b25-f669-460a-9bd6-3e935e1eebcf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-a2fd5c10-965a-4938-847a-7083583b5347 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2fd5c10-965a-4938-847a-7083583b5347 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a2fd5c10-965a-4938-847a-7083583b5347 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-7b4f60ad-d3e5-41d4-b349-aac4499663cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b4f60ad-d3e5-41d4-b349-aac4499663cf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7b4f60ad-d3e5-41d4-b349-aac4499663cf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-45d01aac-5a54-419f-9483-a5eaf1203d56 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-45d01aac-5a54-419f-9483-a5eaf1203d56 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-45d01aac-5a54-419f-9483-a5eaf1203d56 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-7b8b1c96-c2b6-4f07-904a-44207762cc82 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b8b1c96-c2b6-4f07-904a-44207762cc82 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7b8b1c96-c2b6-4f07-904a-44207762cc82 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-466bc0e5-faa6-49b3-a92b-466eadb64b82 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-466bc0e5-faa6-49b3-a92b-466eadb64b82 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-466bc0e5-faa6-49b3-a92b-466eadb64b82 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-86bdeedd-36b6-4f0a-974c-c8b9fdd175f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86bdeedd-36b6-4f0a-974c-c8b9fdd175f2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-86bdeedd-36b6-4f0a-974c-c8b9fdd175f2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-0845a4b2-1aed-49b7-ae55-d5763e3c43c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0845a4b2-1aed-49b7-ae55-d5763e3c43c3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0845a4b2-1aed-49b7-ae55-d5763e3c43c3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-edeb42c1-af70-4b9f-a373-bd6989e3b70a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-edeb42c1-af70-4b9f-a373-bd6989e3b70a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-edeb42c1-af70-4b9f-a373-bd6989e3b70a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-2096d36c-c929-4964-bca8-67bceba70d49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2096d36c-c929-4964-bca8-67bceba70d49 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2096d36c-c929-4964-bca8-67bceba70d49 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-d75fcf1a-ffaa-41f5-ade8-5df37ed544fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d75fcf1a-ffaa-41f5-ade8-5df37ed544fc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d75fcf1a-ffaa-41f5-ade8-5df37ed544fc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-621ae0da-8471-4b46-aa61-1bb269025dd2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-621ae0da-8471-4b46-aa61-1bb269025dd2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-621ae0da-8471-4b46-aa61-1bb269025dd2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-9220b813-fadb-45a7-b3c9-f9ab504b12c5 {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-a437112f-abce-4dcf-99c2-5371f955780a {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ad340736-19d0-4270-ae94-274cf26a9254 {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-2f7a2618-5b52-4fbb-aed0-99efedc7661e {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-0353a0bd-48e7-4c6f-ad78-e2050e6c822f {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-7878745f-257e-4074-a5ab-12e27320b761 {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-2c104c5f-0d54-480b-ade9-b486a561aca7 {
  margin-top: 10px;
margin-bottom: 0em;
}
@media (max-width: 767px){#s-2c104c5f-0d54-480b-ade9-b486a561aca7 {
  padding-left: 0em;
padding-right: 0em;
}
}
#s-2c104c5f-0d54-480b-ade9-b486a561aca7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-2c104c5f-0d54-480b-ade9-b486a561aca7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(4, 4, 4, 1);
  padding: 10px;
}

#s-2c104c5f-0d54-480b-ade9-b486a561aca7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-2c104c5f-0d54-480b-ade9-b486a561aca7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-2c104c5f-0d54-480b-ade9-b486a561aca7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Helvetica-Bold;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-2c104c5f-0d54-480b-ade9-b486a561aca7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-30b84a92-df3f-4eb0-bb3a-bfce1e3e6c83 {
  margin-top: 5px;
}
@media (max-width: 767px){#s-30b84a92-df3f-4eb0-bb3a-bfce1e3e6c83 {
  margin-left: 0em;
margin-right: 0em;
}
}
#s-30b84a92-df3f-4eb0-bb3a-bfce1e3e6c83 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-30b84a92-df3f-4eb0-bb3a-bfce1e3e6c83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 241, 243, 1);
  padding: 20px;
}

#s-30b84a92-df3f-4eb0-bb3a-bfce1e3e6c83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-30b84a92-df3f-4eb0-bb3a-bfce1e3e6c83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-30b84a92-df3f-4eb0-bb3a-bfce1e3e6c83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Helvetica-Light;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-30b84a92-df3f-4eb0-bb3a-bfce1e3e6c83 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}
#s-b3cd3b78-ddac-486c-be5e-467258c7681f {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-b3cd3b78-ddac-486c-be5e-467258c7681f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3cd3b78-ddac-486c-be5e-467258c7681f.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-d7307124-7d2c-4751-b4ec-ba6c956190f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7307124-7d2c-4751-b4ec-ba6c956190f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d7307124-7d2c-4751-b4ec-ba6c956190f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7307124-7d2c-4751-b4ec-ba6c956190f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-59bc97a5-c495-45ca-9198-33af31183e7c {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-f4658567-7f29-453e-988e-6ee24ea91a5f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
}
@media (max-width: 767px){#s-f4658567-7f29-453e-988e-6ee24ea91a5f {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-f4658567-7f29-453e-988e-6ee24ea91a5f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(238, 238, 238, 1);
  border-radius: 0px;
}

#s-f4658567-7f29-453e-988e-6ee24ea91a5f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f4658567-7f29-453e-988e-6ee24ea91a5f td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f4658567-7f29-453e-988e-6ee24ea91a5f td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-f4658567-7f29-453e-988e-6ee24ea91a5f td.shogun-table-column, #s-f4658567-7f29-453e-988e-6ee24ea91a5f td.shogun-table-row {
  border: 1px solid rgba(238, 238, 238, 1);
}

#s-cb0ad921-2ed7-4778-affe-d945e33a8d32 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d4c339aa-f4b7-4bd7-bf01-bc0013f4bd4d {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-2ec46f1d-6b28-44e6-b47c-f4cb955393b0 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-40507255-8315-4b5e-b14c-0a4e170edc19 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-3688b950-31e8-4dd1-8649-0e0d689f3a7a {
  margin-top: 10px;
margin-left: 11px;
margin-bottom: 10px;
margin-right: 11px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ffa666f3-51ad-4f28-8894-9a1906f28c07 {
  margin-top: 10px;
margin-left: 11px;
margin-bottom: 10px;
margin-right: 11px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ae0fc33c-08b2-4121-80ca-a7be2bfdb7af {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-507a1fef-c2fd-43da-aad6-532820df1338 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ee7d185c-8f63-4c89-aa1c-da963d2e2819 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-39fc5d88-320d-4f7b-a3e5-2e22f1596f33 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1c98feba-7098-4415-9d4b-aa1ad08a041a {
  margin-top: 10px;
margin-left: 11px;
margin-bottom: 10px;
margin-right: 11px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-7aea73db-c9fa-4198-8055-394371594f96 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c520ed4f-b43f-474b-84d9-648beb2999be {
  margin-top: 10px;
margin-left: 11px;
margin-bottom: 10px;
margin-right: 11px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e6ea055d-3117-475b-a60b-f66d8ad4cff6 {
  margin-top: 10px;
margin-left: 11px;
margin-bottom: 10px;
margin-right: 11px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-140d3b26-9920-4c6e-a67b-21c34416711c {
  margin-top: 11px;
margin-left: 11px;
margin-bottom: 11px;
margin-right: 11px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-6451586b-cfee-460e-8c66-a8099f5aab98 {
  margin-top: 10px;
margin-left: 11px;
margin-bottom: 10px;
margin-right: 11px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-58629678-2ca5-4cec-b98e-a52b71ec9013 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-eb189af4-fa9c-4bce-bc18-20f3def8a05f {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-fc284ce0-1cad-41c4-be2b-8760eca6bd1e {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e224e203-e122-4274-88cd-4da4ba44ba56 {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c5248ccf-3531-4b74-8ff1-ed577e632b4e {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-af32852e-3e45-4545-83f5-4fbfd30545ae {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-af32852e-3e45-4545-83f5-4fbfd30545ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af32852e-3e45-4545-83f5-4fbfd30545ae.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-1094a780-28b4-4b77-9776-4627a26fc2af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1094a780-28b4-4b77-9776-4627a26fc2af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1094a780-28b4-4b77-9776-4627a26fc2af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1094a780-28b4-4b77-9776-4627a26fc2af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c22f68d7-b285-4810-9679-d59eee05c69a {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-405df1dc-7bf3-457b-ac57-2485c0b8a2d4 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
}
@media (max-width: 767px){#s-405df1dc-7bf3-457b-ac57-2485c0b8a2d4 {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-405df1dc-7bf3-457b-ac57-2485c0b8a2d4 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(238, 238, 238, 1);
  border-radius: 0px;
}

#s-405df1dc-7bf3-457b-ac57-2485c0b8a2d4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-405df1dc-7bf3-457b-ac57-2485c0b8a2d4 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-405df1dc-7bf3-457b-ac57-2485c0b8a2d4 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-405df1dc-7bf3-457b-ac57-2485c0b8a2d4 td.shogun-table-column, #s-405df1dc-7bf3-457b-ac57-2485c0b8a2d4 td.shogun-table-row {
  border: 1px solid rgba(238, 238, 238, 1);
}

#s-275dadb9-c173-44cb-b62b-b1924911a794 {
  margin-top: 10px;
margin-left: 11px;
margin-bottom: 10px;
margin-right: 11px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-9aec7cd3-09f9-4802-8017-2f3225604444 {
  margin-top: 10px;
margin-left: 11px;
margin-bottom: 10px;
margin-right: 11px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-f85416ba-ef01-4fb9-9a49-92644824a2d2 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ae77f817-573a-487c-b503-0932cc37381e {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-6ac394f3-f880-488c-9985-70b0d9e5b974 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-bd4a7f85-6455-4d14-b408-f24d6bdf1ea4 {
  margin-top: 10px;
margin-left: 11px;
margin-bottom: 10px;
margin-right: 11px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e7f3bb43-d1bc-425a-bd3b-e247584e4749 {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-e7f3bb43-d1bc-425a-bd3b-e247584e4749 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7f3bb43-d1bc-425a-bd3b-e247584e4749.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a03d0d6-fdab-47a5-98fb-6ba756653abe {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-aa162ff1-8bec-45ba-8fc9-6cc5f09689a5 {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-aa162ff1-8bec-45ba-8fc9-6cc5f09689a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa162ff1-8bec-45ba-8fc9-6cc5f09689a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-350a7100-a474-4869-9177-b9dc09f0c49e {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-0e96bb64-21ee-4db6-83f0-cb72db4b8f05 {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-0e96bb64-21ee-4db6-83f0-cb72db4b8f05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e96bb64-21ee-4db6-83f0-cb72db4b8f05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4711c73b-1a60-4eff-9579-c7321c5998cb {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-e516314f-7af0-4eb5-93f9-f6658bcba7e3 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 164, 52, 1);
border-style: solid;
min-height: 50px;
}








#s-e516314f-7af0-4eb5-93f9-f6658bcba7e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e516314f-7af0-4eb5-93f9-f6658bcba7e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62f3d8ee-1cde-44f2-b4f3-f0db846d4c04 {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-62f3d8ee-1cde-44f2-b4f3-f0db846d4c04 .shogun-icon-wrapper {
  text-align: center;
}


#s-62f3d8ee-1cde-44f2-b4f3-f0db846d4c04 .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(206, 164, 52, 1);
}
@media (min-width: 1200px){#s-62f3d8ee-1cde-44f2-b4f3-f0db846d4c04 .shogun-icon-wrapper {
  text-align: center;
}


#s-62f3d8ee-1cde-44f2-b4f3-f0db846d4c04 .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(206, 164, 52, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-62f3d8ee-1cde-44f2-b4f3-f0db846d4c04 .shogun-icon-wrapper {
  text-align: center;
}


#s-62f3d8ee-1cde-44f2-b4f3-f0db846d4c04 .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(206, 164, 52, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-62f3d8ee-1cde-44f2-b4f3-f0db846d4c04 .shogun-icon-wrapper {
  text-align: center;
}


#s-62f3d8ee-1cde-44f2-b4f3-f0db846d4c04 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(206, 164, 52, 1);
}
}@media (max-width: 767px){#s-62f3d8ee-1cde-44f2-b4f3-f0db846d4c04 .shogun-icon-wrapper {
  text-align: center;
}


#s-62f3d8ee-1cde-44f2-b4f3-f0db846d4c04 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(206, 164, 52, 1);
}
}
#s-e6bbf9ec-a42c-4f77-bcfe-fbc3e54a30f6 {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e6bbf9ec-a42c-4f77-bcfe-fbc3e54a30f6 .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 1200px){#s-e6bbf9ec-a42c-4f77-bcfe-fbc3e54a30f6 .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e6bbf9ec-a42c-4f77-bcfe-fbc3e54a30f6 .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-e6bbf9ec-a42c-4f77-bcfe-fbc3e54a30f6 .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 0px;
  text-align: center;
}


}@media (max-width: 767px){#s-e6bbf9ec-a42c-4f77-bcfe-fbc3e54a30f6 .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}


}
#s-27869d1e-6a73-4f99-8726-63cb09dbf918 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-27869d1e-6a73-4f99-8726-63cb09dbf918 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.3em;
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 1200px){#s-27869d1e-6a73-4f99-8726-63cb09dbf918 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.3em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-27869d1e-6a73-4f99-8726-63cb09dbf918 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.3em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-27869d1e-6a73-4f99-8726-63cb09dbf918 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.3em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-27869d1e-6a73-4f99-8726-63cb09dbf918 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.3em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-992e091c-f1a7-4a2b-9d2f-f08f83476409 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-992e091c-f1a7-4a2b-9d2f-f08f83476409 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(238, 238, 238, 1);
  border-radius: 0px;
}

#s-992e091c-f1a7-4a2b-9d2f-f08f83476409 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-992e091c-f1a7-4a2b-9d2f-f08f83476409 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 5px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-992e091c-f1a7-4a2b-9d2f-f08f83476409 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-992e091c-f1a7-4a2b-9d2f-f08f83476409 td.shogun-table-column, #s-992e091c-f1a7-4a2b-9d2f-f08f83476409 td.shogun-table-row {
  border: 1px solid rgba(238, 238, 238, 1);
}

#s-f3b6d5d5-84b1-4d1c-8066-cb452728d9af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3b6d5d5-84b1-4d1c-8066-cb452728d9af .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f3b6d5d5-84b1-4d1c-8066-cb452728d9af .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-fd528d37-49c4-4275-a14f-f531199cd409 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd528d37-49c4-4275-a14f-f531199cd409 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-fd528d37-49c4-4275-a14f-f531199cd409 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-4123ccb6-22bf-49af-8d7f-65ef75b3ad92 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4123ccb6-22bf-49af-8d7f-65ef75b3ad92 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4123ccb6-22bf-49af-8d7f-65ef75b3ad92 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-da008b32-b760-4f8b-bc06-0ce1c4ffc189 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da008b32-b760-4f8b-bc06-0ce1c4ffc189 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-da008b32-b760-4f8b-bc06-0ce1c4ffc189 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-2fd2325d-8753-41b3-903c-3826fcc3a7e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2fd2325d-8753-41b3-903c-3826fcc3a7e0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2fd2325d-8753-41b3-903c-3826fcc3a7e0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-a08254cd-5f76-4cda-9e5a-1121126f6a09 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a08254cd-5f76-4cda-9e5a-1121126f6a09 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a08254cd-5f76-4cda-9e5a-1121126f6a09 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-9066cdc7-e1f8-42e4-8786-db3fcb4ed2ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9066cdc7-e1f8-42e4-8786-db3fcb4ed2ea .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-9066cdc7-e1f8-42e4-8786-db3fcb4ed2ea .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-180b15a8-bad7-42bf-8ad0-5268611c13f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-180b15a8-bad7-42bf-8ad0-5268611c13f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-180b15a8-bad7-42bf-8ad0-5268611c13f4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-076689bb-7b5c-40f6-9b02-51398137749e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-076689bb-7b5c-40f6-9b02-51398137749e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-076689bb-7b5c-40f6-9b02-51398137749e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-878f0c58-df0b-4a08-95f7-f8661164b561 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-878f0c58-df0b-4a08-95f7-f8661164b561 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-878f0c58-df0b-4a08-95f7-f8661164b561 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-05e6d97c-b8f0-46fc-8d7e-9dbeee6dcf7f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05e6d97c-b8f0-46fc-8d7e-9dbeee6dcf7f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-05e6d97c-b8f0-46fc-8d7e-9dbeee6dcf7f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-999e9c16-8cb3-4fb8-939c-c0664c39c270 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-999e9c16-8cb3-4fb8-939c-c0664c39c270 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-999e9c16-8cb3-4fb8-939c-c0664c39c270 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-0268425b-c123-4ee0-b1ef-e2e51fe3c6a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0268425b-c123-4ee0-b1ef-e2e51fe3c6a9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-0268425b-c123-4ee0-b1ef-e2e51fe3c6a9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-5538a6e8-1c4e-4a66-8566-f39589acbdb2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5538a6e8-1c4e-4a66-8566-f39589acbdb2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5538a6e8-1c4e-4a66-8566-f39589acbdb2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-ec1726cc-f587-4a0a-bd16-f39a528e7405 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec1726cc-f587-4a0a-bd16-f39a528e7405 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ec1726cc-f587-4a0a-bd16-f39a528e7405 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-dac77f66-dbae-4b53-ac2a-72c6940fd997 {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-cf34f7ed-7514-405c-b5a8-34ca7311a5cd {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c257ffc0-86ba-4250-8457-06ce5b0c409c {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-9761ec0e-6e1b-4f25-9273-639aea38abf2 {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-db778f06-d02e-42f6-b36e-5929fe83db86 {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ee613a30-7a2d-4d48-a808-b6ae1a32e990 {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d7463980-e18d-488c-b3ae-5fe2dc7534be {
  margin-top: 10px;
margin-bottom: 0em;
}
@media (max-width: 767px){#s-d7463980-e18d-488c-b3ae-5fe2dc7534be {
  padding-left: 0em;
padding-right: 0em;
}
}
#s-d7463980-e18d-488c-b3ae-5fe2dc7534be > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-d7463980-e18d-488c-b3ae-5fe2dc7534be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(4, 4, 4, 1);
  padding: 10px;
}

#s-d7463980-e18d-488c-b3ae-5fe2dc7534be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-d7463980-e18d-488c-b3ae-5fe2dc7534be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-d7463980-e18d-488c-b3ae-5fe2dc7534be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: Helvetica-Bold;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-d7463980-e18d-488c-b3ae-5fe2dc7534be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-4a15d70b-fa58-4cb5-9a3c-df947f495b99 {
  margin-top: 5px;
margin-bottom: 0em;
}
@media (max-width: 767px){#s-4a15d70b-fa58-4cb5-9a3c-df947f495b99 {
  padding-left: 0em;
padding-right: 0em;
}
}
#s-4a15d70b-fa58-4cb5-9a3c-df947f495b99 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-4a15d70b-fa58-4cb5-9a3c-df947f495b99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 241, 243, 1);
  padding: 20px;
}

#s-4a15d70b-fa58-4cb5-9a3c-df947f495b99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-4a15d70b-fa58-4cb5-9a3c-df947f495b99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-4a15d70b-fa58-4cb5-9a3c-df947f495b99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Helvetica-Light;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-4a15d70b-fa58-4cb5-9a3c-df947f495b99 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
.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-718cecd0-6131-4c61-bdb4-293b9370e33c {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(206, 164, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-718cecd0-6131-4c61-bdb4-293b9370e33c:hover {background-color: rgba(206, 164, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-718cecd0-6131-4c61-bdb4-293b9370e33c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-718cecd0-6131-4c61-bdb4-293b9370e33c {
  margin-left: 0em;
margin-right: 0em;
}
}

  #s-718cecd0-6131-4c61-bdb4-293b9370e33c-root {
    text-align: center;
  }


#s-718cecd0-6131-4c61-bdb4-293b9370e33c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: Helvetica-Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-718cecd0-6131-4c61-bdb4-293b9370e33c-root {
    text-align: center;
  }


#s-718cecd0-6131-4c61-bdb4-293b9370e33c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: Helvetica-Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-718cecd0-6131-4c61-bdb4-293b9370e33c-root {
    text-align: center;
  }


#s-718cecd0-6131-4c61-bdb4-293b9370e33c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: Helvetica-Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-718cecd0-6131-4c61-bdb4-293b9370e33c-root {
    text-align: center;
  }


#s-718cecd0-6131-4c61-bdb4-293b9370e33c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: Helvetica-Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-718cecd0-6131-4c61-bdb4-293b9370e33c-root {
    text-align: center;
  }


#s-718cecd0-6131-4c61-bdb4-293b9370e33c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: Helvetica-Bold;
  display:  block ;
}
}
#s-c19eecc8-ed07-4593-84f2-377ea8286e1d {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-c19eecc8-ed07-4593-84f2-377ea8286e1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c19eecc8-ed07-4593-84f2-377ea8286e1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6dfe4b2d-14c6-4120-909f-252123796b77 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-0c725f23-a188-4109-9af2-613cf53f5d3f {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-0c725f23-a188-4109-9af2-613cf53f5d3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c725f23-a188-4109-9af2-613cf53f5d3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1006063e-780f-4c42-8f4b-e9b1d444b49d {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-71dc4088-3332-425e-ae83-cff3bdf98228 {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-71dc4088-3332-425e-ae83-cff3bdf98228 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71dc4088-3332-425e-ae83-cff3bdf98228.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ba744dc-fb3a-40f2-8a74-5474b98e7d94 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-0a5a829c-0cb6-4e7d-8ddd-f129bf1d8a31 {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-0a5a829c-0cb6-4e7d-8ddd-f129bf1d8a31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a5a829c-0cb6-4e7d-8ddd-f129bf1d8a31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cde1f2e1-e566-4873-b943-798b2634dd53 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-f2d002cc-ebd9-4423-8fa5-4622b20f640e {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-f2d002cc-ebd9-4423-8fa5-4622b20f640e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2d002cc-ebd9-4423-8fa5-4622b20f640e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-302923db-75bc-44ae-a4a3-8decbfde29b1 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-70ca6535-badf-4c3d-8935-4af58cd65fea {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
margin-top: 40px;
margin-left: 6%;
margin-bottom: 0%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-70ca6535-badf-4c3d-8935-4af58cd65fea {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1080px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-70ca6535-badf-4c3d-8935-4af58cd65fea {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1080px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-70ca6535-badf-4c3d-8935-4af58cd65fea {
  margin-left: 0em;
margin-bottom: 40px;
margin-right: 0em;
}
}@media (max-width: 767px){#s-70ca6535-badf-4c3d-8935-4af58cd65fea {
  margin-top: 20px;
margin-left: 0em;
margin-bottom: 20px;
margin-right: 0em;
}
}







#s-70ca6535-badf-4c3d-8935-4af58cd65fea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70ca6535-badf-4c3d-8935-4af58cd65fea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 {
  padding-top: 0px;
padding-bottom: 0em;
}
}
#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 241, 243, 1);
  padding: 20px;
}

#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Helvetica-Light;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}@media (min-width: 1200px){#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 241, 243, 1);
  padding: 20px;
}

#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Helvetica-Light;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 241, 243, 1);
  padding: 20px;
}

#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Helvetica-Light;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}@media (min-width: 768px) and (max-width: 991px){#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 241, 243, 1);
  padding: 20px;
}

#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Helvetica-Light;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-1a329e5f-42e0-4fe2-afbe-08af17f3a750 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}}
#s-5ac220c5-2977-4d16-875d-410e9938e186 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-5ac220c5-2977-4d16-875d-410e9938e186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ac220c5-2977-4d16-875d-410e9938e186.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e78b5ebd-cc9b-4969-8768-63907905425c {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e78b5ebd-cc9b-4969-8768-63907905425c .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 1200px){#s-e78b5ebd-cc9b-4969-8768-63907905425c .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e78b5ebd-cc9b-4969-8768-63907905425c .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-e78b5ebd-cc9b-4969-8768-63907905425c .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-e78b5ebd-cc9b-4969-8768-63907905425c .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-b6356036-90d2-464d-887b-e9029450f987 {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b6356036-90d2-464d-887b-e9029450f987 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-b6356036-90d2-464d-887b-e9029450f987 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b6356036-90d2-464d-887b-e9029450f987 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-b6356036-90d2-464d-887b-e9029450f987 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-b6356036-90d2-464d-887b-e9029450f987 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


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

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

#s-891bd162-a41f-44cf-b0de-e506d474f54b hr {
  border-top: 2px solid #ddd;
}

#s-e692e8fd-b160-4794-aa4f-9469a3291240 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e692e8fd-b160-4794-aa4f-9469a3291240 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 1200px){#s-e692e8fd-b160-4794-aa4f-9469a3291240 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e692e8fd-b160-4794-aa4f-9469a3291240 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-e692e8fd-b160-4794-aa4f-9469a3291240 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}


}@media (max-width: 767px){#s-e692e8fd-b160-4794-aa4f-9469a3291240 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-975675b2-4775-4364-8ca4-527f74aeaf13 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-975675b2-4775-4364-8ca4-527f74aeaf13 {
  margin-top: 0em;
margin-bottom: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-975675b2-4775-4364-8ca4-527f74aeaf13 {
  margin-top: 0em;
margin-bottom: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-975675b2-4775-4364-8ca4-527f74aeaf13 {
  margin-top: 0em;
margin-bottom: 0em;
}
}@media (max-width: 767px){#s-975675b2-4775-4364-8ca4-527f74aeaf13 {
  margin-top: 0em;
margin-bottom: 0em;
}
}
#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 241, 243, 1);
  padding: 20px;
}

#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (min-width: 1200px){#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 241, 243, 1);
  padding: 20px;
}

#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 241, 243, 1);
  padding: 20px;
}

#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}@media (max-width: 767px){#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 241, 243, 1);
  padding: 20px;
}

#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-975675b2-4775-4364-8ca4-527f74aeaf13 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}}
#s-c6b0b286-34f2-41ec-a9e4-872105f531fd {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-c6b0b286-34f2-41ec-a9e4-872105f531fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6b0b286-34f2-41ec-a9e4-872105f531fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9dd4dc0e-7da3-4232-9048-921af04e0f80 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9dd4dc0e-7da3-4232-9048-921af04e0f80 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-9dd4dc0e-7da3-4232-9048-921af04e0f80 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9dd4dc0e-7da3-4232-9048-921af04e0f80 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-9dd4dc0e-7da3-4232-9048-921af04e0f80 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-9dd4dc0e-7da3-4232-9048-921af04e0f80 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-cdfed068-de51-4600-88fe-faad59ec4dba {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-cdfed068-de51-4600-88fe-faad59ec4dba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdfed068-de51-4600-88fe-faad59ec4dba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9f56782-d1de-453b-8b53-54647bdf5ec3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f9f56782-d1de-453b-8b53-54647bdf5ec3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-f9f56782-d1de-453b-8b53-54647bdf5ec3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f9f56782-d1de-453b-8b53-54647bdf5ec3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-f9f56782-d1de-453b-8b53-54647bdf5ec3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-f9f56782-d1de-453b-8b53-54647bdf5ec3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-6231c578-a03e-45c1-b93b-98e2c1b0e08a {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-6231c578-a03e-45c1-b93b-98e2c1b0e08a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6231c578-a03e-45c1-b93b-98e2c1b0e08a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-027fdcc7-3dbb-4291-baa8-8bc5f4ea77fe {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-027fdcc7-3dbb-4291-baa8-8bc5f4ea77fe .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-027fdcc7-3dbb-4291-baa8-8bc5f4ea77fe .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-027fdcc7-3dbb-4291-baa8-8bc5f4ea77fe .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-027fdcc7-3dbb-4291-baa8-8bc5f4ea77fe .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-027fdcc7-3dbb-4291-baa8-8bc5f4ea77fe .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-5d7b8eb3-7488-4cde-993d-fdcc73a1cf5c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-5d7b8eb3-7488-4cde-993d-fdcc73a1cf5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d7b8eb3-7488-4cde-993d-fdcc73a1cf5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d356653-0afc-4d63-b770-950c63147cf2 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-7d356653-0afc-4d63-b770-950c63147cf2 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 1200px){#s-7d356653-0afc-4d63-b770-950c63147cf2 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7d356653-0afc-4d63-b770-950c63147cf2 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-7d356653-0afc-4d63-b770-950c63147cf2 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-7d356653-0afc-4d63-b770-950c63147cf2 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-68ebe45d-3aab-4053-a3fe-fb652557e94d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-68ebe45d-3aab-4053-a3fe-fb652557e94d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-68ebe45d-3aab-4053-a3fe-fb652557e94d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-68ebe45d-3aab-4053-a3fe-fb652557e94d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-68ebe45d-3aab-4053-a3fe-fb652557e94d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-68ebe45d-3aab-4053-a3fe-fb652557e94d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-20ed993b-519a-4cdb-bb85-f68d04947af7 {
  margin-bottom: 0px;
}
@media (min-width: 1200px){#s-20ed993b-519a-4cdb-bb85-f68d04947af7 {
  margin-top: 3em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20ed993b-519a-4cdb-bb85-f68d04947af7 {
  margin-top: 3em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-20ed993b-519a-4cdb-bb85-f68d04947af7 {
  margin-top: 2em;
}
}@media (max-width: 767px){#s-20ed993b-519a-4cdb-bb85-f68d04947af7 {
  margin-top: 2.2em;
}
}
#s-20ed993b-519a-4cdb-bb85-f68d04947af7 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(221, 221, 221, 1);
  border-radius: 0px;
}

#s-20ed993b-519a-4cdb-bb85-f68d04947af7 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-20ed993b-519a-4cdb-bb85-f68d04947af7 td.shogun-table-column {
  background-color: rgba(221, 221, 221, 1);
  padding: 10px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-20ed993b-519a-4cdb-bb85-f68d04947af7 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-20ed993b-519a-4cdb-bb85-f68d04947af7 td.shogun-table-column, #s-20ed993b-519a-4cdb-bb85-f68d04947af7 td.shogun-table-row {
  border: 1px solid rgba(221, 221, 221, 1);
}
@media (max-width: 767px){#s-20ed993b-519a-4cdb-bb85-f68d04947af7 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(221, 221, 221, 1);
  border-radius: 0px;
}

#s-20ed993b-519a-4cdb-bb85-f68d04947af7 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-20ed993b-519a-4cdb-bb85-f68d04947af7 td.shogun-table-column {
  background-color: rgba(221, 221, 221, 1);
  padding: 9px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-20ed993b-519a-4cdb-bb85-f68d04947af7 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-20ed993b-519a-4cdb-bb85-f68d04947af7 td.shogun-table-column, #s-20ed993b-519a-4cdb-bb85-f68d04947af7 td.shogun-table-row {
  border: 1px solid rgba(221, 221, 221, 1);
}
}
#s-dba0a399-5174-47d0-a855-6fc10a1f67cf {
  margin-top: 0em;
margin-bottom: 0em;
text-align: left;
}

#s-dba0a399-5174-47d0-a855-6fc10a1f67cf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-dba0a399-5174-47d0-a855-6fc10a1f67cf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-dba0a399-5174-47d0-a855-6fc10a1f67cf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 8px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-cec77158-f30a-49d0-b57d-2c0ee399c928 {
  margin-top: 0em;
margin-bottom: 0em;
text-align: left;
}

#s-cec77158-f30a-49d0-b57d-2c0ee399c928 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-cec77158-f30a-49d0-b57d-2c0ee399c928 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-cec77158-f30a-49d0-b57d-2c0ee399c928 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 8px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-8cd5ceeb-263b-42cd-a8d5-ea5edc0e5d30 {
  margin-top: 0em;
margin-bottom: 0em;
text-align: left;
}

#s-8cd5ceeb-263b-42cd-a8d5-ea5edc0e5d30 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-8cd5ceeb-263b-42cd-a8d5-ea5edc0e5d30 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-8cd5ceeb-263b-42cd-a8d5-ea5edc0e5d30 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 8px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-c3dc4958-dea7-4b84-b993-fb7aa8061283 {
  margin-top: 0em;
margin-bottom: 0em;
text-align: left;
}

#s-c3dc4958-dea7-4b84-b993-fb7aa8061283 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-c3dc4958-dea7-4b84-b993-fb7aa8061283 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-c3dc4958-dea7-4b84-b993-fb7aa8061283 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 8px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-7497df3c-c0df-444b-9827-3f84c5b6b569 {
  text-align: left;
}

#s-7497df3c-c0df-444b-9827-3f84c5b6b569 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-7497df3c-c0df-444b-9827-3f84c5b6b569 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-7497df3c-c0df-444b-9827-3f84c5b6b569 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 8px;
  
  letter-spacing: 0px;
  text-align: left;
}


}
#s-83b2c7c8-3e4a-4b70-9f08-b7251a5de468 {
  text-align: left;
}

#s-83b2c7c8-3e4a-4b70-9f08-b7251a5de468 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-83b2c7c8-3e4a-4b70-9f08-b7251a5de468 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-83b2c7c8-3e4a-4b70-9f08-b7251a5de468 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 8px;
  
  letter-spacing: 0px;
  text-align: left;
}


}
#s-c928a3ce-5ae3-4fbe-943c-9cae7076c4b0 {
  margin-top: 0em;
margin-bottom: 0em;
text-align: left;
}

#s-c928a3ce-5ae3-4fbe-943c-9cae7076c4b0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-c928a3ce-5ae3-4fbe-943c-9cae7076c4b0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-c928a3ce-5ae3-4fbe-943c-9cae7076c4b0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 8px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-6c057e5e-b03e-4c8d-803e-00828c1e2e92 {
  margin-top: 0em;
margin-bottom: 0em;
text-align: left;
}

#s-6c057e5e-b03e-4c8d-803e-00828c1e2e92 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-6c057e5e-b03e-4c8d-803e-00828c1e2e92 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-6c057e5e-b03e-4c8d-803e-00828c1e2e92 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 8px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-3eab6996-77c9-4acd-89b3-4e791403822f {
  margin-top: 0em;
margin-bottom: 0em;
text-align: left;
}

#s-3eab6996-77c9-4acd-89b3-4e791403822f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-3eab6996-77c9-4acd-89b3-4e791403822f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-3eab6996-77c9-4acd-89b3-4e791403822f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 8px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-185fcc81-a4d0-4751-b1f9-a36d81051afe {
  margin-top: 0em;
margin-bottom: 0em;
text-align: left;
}

#s-185fcc81-a4d0-4751-b1f9-a36d81051afe .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-185fcc81-a4d0-4751-b1f9-a36d81051afe .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-185fcc81-a4d0-4751-b1f9-a36d81051afe .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 8px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-c92d38bf-a5bb-40dc-9666-ffc9cc1d4fbb {
  margin-top: 0em;
margin-bottom: 0em;
text-align: left;
}

#s-c92d38bf-a5bb-40dc-9666-ffc9cc1d4fbb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-c92d38bf-a5bb-40dc-9666-ffc9cc1d4fbb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-c92d38bf-a5bb-40dc-9666-ffc9cc1d4fbb .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 8px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-bf665bb1-f814-4a1e-8635-5980bbb5fb99 {
  margin-top: 0em;
margin-bottom: 0em;
text-align: left;
}

#s-bf665bb1-f814-4a1e-8635-5980bbb5fb99 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-bf665bb1-f814-4a1e-8635-5980bbb5fb99 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-bf665bb1-f814-4a1e-8635-5980bbb5fb99 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 8px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-7eb397a2-fdea-4106-b9fa-06d8d59dda1b {
  margin-top: 0em;
margin-bottom: 0em;
text-align: left;
}

#s-7eb397a2-fdea-4106-b9fa-06d8d59dda1b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-7eb397a2-fdea-4106-b9fa-06d8d59dda1b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-7eb397a2-fdea-4106-b9fa-06d8d59dda1b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 8px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-cb301ad7-5ada-4c18-864e-0f7fc786d137 {
  margin-top: 0em;
margin-bottom: 0em;
text-align: left;
}

#s-cb301ad7-5ada-4c18-864e-0f7fc786d137 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-cb301ad7-5ada-4c18-864e-0f7fc786d137 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-cb301ad7-5ada-4c18-864e-0f7fc786d137 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 8px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-092602ab-dfb9-4d90-a8f2-02180f066dbc {
  text-align: left;
}

#s-092602ab-dfb9-4d90-a8f2-02180f066dbc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-092602ab-dfb9-4d90-a8f2-02180f066dbc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-092602ab-dfb9-4d90-a8f2-02180f066dbc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 8px;
  
  letter-spacing: 0px;
  text-align: left;
}


}
#s-ef26f144-c168-460a-a1f1-7d1386f36b5e {
  text-align: left;
}

#s-ef26f144-c168-460a-a1f1-7d1386f36b5e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-ef26f144-c168-460a-a1f1-7d1386f36b5e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-ef26f144-c168-460a-a1f1-7d1386f36b5e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 8px;
  
  letter-spacing: 0px;
  text-align: left;
}


}
#s-6b146b2a-e5eb-4754-8fe3-8e51e6a5b39f {
  margin-top: 0em;
margin-bottom: 0em;
text-align: left;
}

#s-6b146b2a-e5eb-4754-8fe3-8e51e6a5b39f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-6b146b2a-e5eb-4754-8fe3-8e51e6a5b39f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-6b146b2a-e5eb-4754-8fe3-8e51e6a5b39f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 8px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-89580a56-e9fa-41f6-bc46-665936a84bcf {
  margin-top: 0em;
margin-bottom: 0em;
text-align: left;
}

#s-89580a56-e9fa-41f6-bc46-665936a84bcf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-89580a56-e9fa-41f6-bc46-665936a84bcf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-89580a56-e9fa-41f6-bc46-665936a84bcf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 8px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-1b2bf070-ee0f-4129-b867-e5d5f0c54aa2 {
  margin-top: 0em;
margin-bottom: 0em;
text-align: left;
}

#s-1b2bf070-ee0f-4129-b867-e5d5f0c54aa2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-1b2bf070-ee0f-4129-b867-e5d5f0c54aa2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-1b2bf070-ee0f-4129-b867-e5d5f0c54aa2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 8px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-18449aaa-f577-4cc0-9bff-9c0c57794da6 {
  text-align: left;
}

#s-18449aaa-f577-4cc0-9bff-9c0c57794da6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-18449aaa-f577-4cc0-9bff-9c0c57794da6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-18449aaa-f577-4cc0-9bff-9c0c57794da6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 8px;
  
  letter-spacing: 0px;
  text-align: left;
}


}
#s-d1b60df6-2b4f-4218-871a-0c2b66c80cde {
  margin-top: 2em;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d1b60df6-2b4f-4218-871a-0c2b66c80cde .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 1200px){#s-d1b60df6-2b4f-4218-871a-0c2b66c80cde .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d1b60df6-2b4f-4218-871a-0c2b66c80cde .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-d1b60df6-2b4f-4218-871a-0c2b66c80cde .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-d1b60df6-2b4f-4218-871a-0c2b66c80cde .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-021fc6fc-2998-4a3f-ab83-76debab71833 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-021fc6fc-2998-4a3f-ab83-76debab71833 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-021fc6fc-2998-4a3f-ab83-76debab71833 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-021fc6fc-2998-4a3f-ab83-76debab71833 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-021fc6fc-2998-4a3f-ab83-76debab71833 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-021fc6fc-2998-4a3f-ab83-76debab71833 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-e063acb5-3433-430f-84fc-e359bda29a66 {
  margin-top: 2em;
margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e063acb5-3433-430f-84fc-e359bda29a66 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 1200px){#s-e063acb5-3433-430f-84fc-e359bda29a66 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e063acb5-3433-430f-84fc-e359bda29a66 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 25px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-e063acb5-3433-430f-84fc-e359bda29a66 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-e063acb5-3433-430f-84fc-e359bda29a66 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-e7940039-b612-4700-b8cd-fdf8edf49e62 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e7940039-b612-4700-b8cd-fdf8edf49e62 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-e7940039-b612-4700-b8cd-fdf8edf49e62 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e7940039-b612-4700-b8cd-fdf8edf49e62 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-e7940039-b612-4700-b8cd-fdf8edf49e62 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-e7940039-b612-4700-b8cd-fdf8edf49e62 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-99c25944-0bda-4645-9757-bd7999e1438b hr {
  border-top: 2px solid #ddd;
}

#s-c92fe0be-c097-43b9-9c10-281fe34b96d9 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c92fe0be-c097-43b9-9c10-281fe34b96d9 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 1200px){#s-c92fe0be-c097-43b9-9c10-281fe34b96d9 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c92fe0be-c097-43b9-9c10-281fe34b96d9 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-c92fe0be-c097-43b9-9c10-281fe34b96d9 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-c92fe0be-c097-43b9-9c10-281fe34b96d9 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-8e37268a-9c40-4472-b675-7c11568ac945 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8e37268a-9c40-4472-b675-7c11568ac945 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-8e37268a-9c40-4472-b675-7c11568ac945 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8e37268a-9c40-4472-b675-7c11568ac945 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-8e37268a-9c40-4472-b675-7c11568ac945 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-8e37268a-9c40-4472-b675-7c11568ac945 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-23c43fc3-d524-4630-9417-43003f277772 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-23c43fc3-d524-4630-9417-43003f277772 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23c43fc3-d524-4630-9417-43003f277772.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd0ead2b-4474-42ec-a162-5dc7ef2eb7df {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-dd0ead2b-4474-42ec-a162-5dc7ef2eb7df .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 1200px){#s-dd0ead2b-4474-42ec-a162-5dc7ef2eb7df .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-dd0ead2b-4474-42ec-a162-5dc7ef2eb7df .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-dd0ead2b-4474-42ec-a162-5dc7ef2eb7df .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-dd0ead2b-4474-42ec-a162-5dc7ef2eb7df .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-e914591d-7f2d-4d25-8b8b-15ba6048b3ff {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-e914591d-7f2d-4d25-8b8b-15ba6048b3ff .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-e914591d-7f2d-4d25-8b8b-15ba6048b3ff .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}


}
#s-35c6b560-0b61-4b1f-ae73-f68ab30f8fbe {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-35c6b560-0b61-4b1f-ae73-f68ab30f8fbe .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-35c6b560-0b61-4b1f-ae73-f68ab30f8fbe .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-35c6b560-0b61-4b1f-ae73-f68ab30f8fbe .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-35c6b560-0b61-4b1f-ae73-f68ab30f8fbe .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-35c6b560-0b61-4b1f-ae73-f68ab30f8fbe .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
.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-a303e1e7-a44c-4be0-a7a5-3f51e08df5f8 {
  margin-top: 20px;
}
@media (max-width: 767px){#s-a303e1e7-a44c-4be0-a7a5-3f51e08df5f8 {
  padding-top: 20px;
padding-bottom: 0em;
}
}
#s-8f2d117f-bc30-4ecb-8b95-a21cbee0a210 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-8f2d117f-bc30-4ecb-8b95-a21cbee0a210 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f2d117f-bc30-4ecb-8b95-a21cbee0a210.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3898a8dc-e451-4154-8945-7d80cbfb5f6c {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3898a8dc-e451-4154-8945-7d80cbfb5f6c .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 1200px){#s-3898a8dc-e451-4154-8945-7d80cbfb5f6c .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3898a8dc-e451-4154-8945-7d80cbfb5f6c .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-3898a8dc-e451-4154-8945-7d80cbfb5f6c .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-3898a8dc-e451-4154-8945-7d80cbfb5f6c .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-2efe8392-1ab1-49ec-8fd9-7a39f257cb31 {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2efe8392-1ab1-49ec-8fd9-7a39f257cb31 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-2efe8392-1ab1-49ec-8fd9-7a39f257cb31 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2efe8392-1ab1-49ec-8fd9-7a39f257cb31 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-2efe8392-1ab1-49ec-8fd9-7a39f257cb31 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-2efe8392-1ab1-49ec-8fd9-7a39f257cb31 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-b83e8497-148c-427f-bfd8-d9511f3d7b5e hr {
  border-top: 2px solid #ddd;
}

#s-6ee5a848-95a2-4a70-acf8-adbd83fce1ce {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-6ee5a848-95a2-4a70-acf8-adbd83fce1ce .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 1200px){#s-6ee5a848-95a2-4a70-acf8-adbd83fce1ce .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6ee5a848-95a2-4a70-acf8-adbd83fce1ce .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-6ee5a848-95a2-4a70-acf8-adbd83fce1ce .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-6ee5a848-95a2-4a70-acf8-adbd83fce1ce .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-917efeba-c51c-4508-b31e-20554834da24 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-917efeba-c51c-4508-b31e-20554834da24 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-917efeba-c51c-4508-b31e-20554834da24 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-917efeba-c51c-4508-b31e-20554834da24 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-917efeba-c51c-4508-b31e-20554834da24 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-917efeba-c51c-4508-b31e-20554834da24 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-c99c2f94-f4db-4a30-8987-819811e5fb02 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}

#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(20, 46, 77, 1);
  padding: 20px;
}

#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (min-width: 1200px){#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(20, 46, 77, 1);
  padding: 20px;
}

#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(20, 46, 77, 1);
  padding: 20px;
}

#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}@media (max-width: 767px){#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(20, 46, 77, 1);
  padding: 20px;
}

#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-c99c2f94-f4db-4a30-8987-819811e5fb02 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}}
#s-bbf6a1c2-9f1f-4131-a0d0-77855f5f4c33 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-bbf6a1c2-9f1f-4131-a0d0-77855f5f4c33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbf6a1c2-9f1f-4131-a0d0-77855f5f4c33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a174c5b2-7b41-4e21-aad5-699d733b1c8e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a174c5b2-7b41-4e21-aad5-699d733b1c8e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-a174c5b2-7b41-4e21-aad5-699d733b1c8e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a174c5b2-7b41-4e21-aad5-699d733b1c8e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-a174c5b2-7b41-4e21-aad5-699d733b1c8e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-a174c5b2-7b41-4e21-aad5-699d733b1c8e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
@media (min-width: 1200px){#s-037734f3-0721-46ce-934a-c7d6685a0bc5 {
  margin-top: 3em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-037734f3-0721-46ce-934a-c7d6685a0bc5 {
  margin-top: 3em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-037734f3-0721-46ce-934a-c7d6685a0bc5 {
  margin-top: 3em;
}
}@media (max-width: 767px){#s-037734f3-0721-46ce-934a-c7d6685a0bc5 {
  margin-top: 2.2em;
margin-bottom: 0em;
padding-top: 0em;
padding-bottom: 0em;
}
}
@media (min-width: 0px) {
[id="s-037734f3-0721-46ce-934a-c7d6685a0bc5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-037734f3-0721-46ce-934a-c7d6685a0bc5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-037734f3-0721-46ce-934a-c7d6685a0bc5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-037734f3-0721-46ce-934a-c7d6685a0bc5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-31f3a5fe-6bf6-4e8a-9d4e-f8137d0b2ff1 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
}








#s-31f3a5fe-6bf6-4e8a-9d4e-f8137d0b2ff1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31f3a5fe-6bf6-4e8a-9d4e-f8137d0b2ff1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09ab845b-960d-4659-9f89-91137a6e0b1f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-09ab845b-960d-4659-9f89-91137a6e0b1f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-09ab845b-960d-4659-9f89-91137a6e0b1f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-09ab845b-960d-4659-9f89-91137a6e0b1f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-09ab845b-960d-4659-9f89-91137a6e0b1f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-09ab845b-960d-4659-9f89-91137a6e0b1f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-341ca3af-741e-486a-92c5-cefe11ffe00f {
  margin-top: 3em;
margin-bottom: 0em;
text-align: left;
}
@media (min-width: 1200px){#s-341ca3af-741e-486a-92c5-cefe11ffe00f {
  margin-top: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-341ca3af-741e-486a-92c5-cefe11ffe00f {
  margin-top: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-341ca3af-741e-486a-92c5-cefe11ffe00f {
  margin-top: 2em;
}
}@media (max-width: 767px){#s-341ca3af-741e-486a-92c5-cefe11ffe00f {
  margin-top: 2em;
}
}
#s-341ca3af-741e-486a-92c5-cefe11ffe00f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  text-align: left;
}


@media (min-width: 1200px){#s-341ca3af-741e-486a-92c5-cefe11ffe00f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 20px;
  line-height: 2.2em;
  letter-spacing: 1px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-341ca3af-741e-486a-92c5-cefe11ffe00f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 20px;
  line-height: 2.2em;
  letter-spacing: 1px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-341ca3af-741e-486a-92c5-cefe11ffe00f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 2.2em;
  letter-spacing: 1px;
  text-align: left;
}


}@media (max-width: 767px){#s-341ca3af-741e-486a-92c5-cefe11ffe00f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 2.2em;
  letter-spacing: 1px;
  text-align: left;
}


}
#s-c7f4df04-fd19-42c1-8c1f-8a66a4955f4d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c7f4df04-fd19-42c1-8c1f-8a66a4955f4d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-c7f4df04-fd19-42c1-8c1f-8a66a4955f4d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c7f4df04-fd19-42c1-8c1f-8a66a4955f4d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-c7f4df04-fd19-42c1-8c1f-8a66a4955f4d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-c7f4df04-fd19-42c1-8c1f-8a66a4955f4d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-04e9d01f-b588-46ea-bfb0-d30f98ac1ff2 {
  margin-top: 3em;
margin-bottom: 0em;
text-align: left;
}
@media (min-width: 1200px){#s-04e9d01f-b588-46ea-bfb0-d30f98ac1ff2 {
  margin-top: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-04e9d01f-b588-46ea-bfb0-d30f98ac1ff2 {
  margin-top: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-04e9d01f-b588-46ea-bfb0-d30f98ac1ff2 {
  margin-top: 2em;
}
}@media (max-width: 767px){#s-04e9d01f-b588-46ea-bfb0-d30f98ac1ff2 {
  margin-top: 2em;
}
}
#s-04e9d01f-b588-46ea-bfb0-d30f98ac1ff2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 1px;
  text-align: left;
}


@media (min-width: 1200px){#s-04e9d01f-b588-46ea-bfb0-d30f98ac1ff2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 20px;
  line-height: 2.2em;
  letter-spacing: 1px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-04e9d01f-b588-46ea-bfb0-d30f98ac1ff2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 20px;
  line-height: 2.2em;
  letter-spacing: 1px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-04e9d01f-b588-46ea-bfb0-d30f98ac1ff2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 2.2em;
  letter-spacing: 1px;
  text-align: left;
}


}@media (max-width: 767px){#s-04e9d01f-b588-46ea-bfb0-d30f98ac1ff2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 2.2em;
  letter-spacing: 1px;
  text-align: left;
}


}
#s-a9ed0335-6f72-42f3-9a6f-91313c973b73 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a9ed0335-6f72-42f3-9a6f-91313c973b73 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-a9ed0335-6f72-42f3-9a6f-91313c973b73 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a9ed0335-6f72-42f3-9a6f-91313c973b73 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-a9ed0335-6f72-42f3-9a6f-91313c973b73 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-a9ed0335-6f72-42f3-9a6f-91313c973b73 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
@media (min-width: 1200px){#s-b4e988a3-ecf6-424d-9a6b-f1fcb7c802a0 {
  margin-top: 3em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4e988a3-ecf6-424d-9a6b-f1fcb7c802a0 {
  margin-top: 3em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4e988a3-ecf6-424d-9a6b-f1fcb7c802a0 {
  margin-top: 3em;
}
}@media (max-width: 767px){#s-b4e988a3-ecf6-424d-9a6b-f1fcb7c802a0 {
  margin-top: 2.2em;
margin-bottom: 0em;
padding-top: 0em;
padding-bottom: 0em;
}
}
@media (min-width: 0px) {
[id="s-b4e988a3-ecf6-424d-9a6b-f1fcb7c802a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4e988a3-ecf6-424d-9a6b-f1fcb7c802a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-b4e988a3-ecf6-424d-9a6b-f1fcb7c802a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-b4e988a3-ecf6-424d-9a6b-f1fcb7c802a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-61b50df6-6dbb-4c30-9937-c467d76b579a {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-61b50df6-6dbb-4c30-9937-c467d76b579a {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
}







#s-61b50df6-6dbb-4c30-9937-c467d76b579a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61b50df6-6dbb-4c30-9937-c467d76b579a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-537c24eb-9a43-4182-ba1b-e785d3a09925 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-537c24eb-9a43-4182-ba1b-e785d3a09925"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-537c24eb-9a43-4182-ba1b-e785d3a09925"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-537c24eb-9a43-4182-ba1b-e785d3a09925"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-537c24eb-9a43-4182-ba1b-e785d3a09925"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-20b8d8f9-352b-455f-af17-6bfd95315b86 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-20b8d8f9-352b-455f-af17-6bfd95315b86 {
  padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20b8d8f9-352b-455f-af17-6bfd95315b86 {
  padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-20b8d8f9-352b-455f-af17-6bfd95315b86 {
  padding-bottom: 0px;
}
}
#s-20b8d8f9-352b-455f-af17-6bfd95315b86 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 1200px){#s-20b8d8f9-352b-455f-af17-6bfd95315b86 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-20b8d8f9-352b-455f-af17-6bfd95315b86 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-20b8d8f9-352b-455f-af17-6bfd95315b86 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-20b8d8f9-352b-455f-af17-6bfd95315b86 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-807663bd-d9b0-48f3-9e75-8eb52dc1f5c9 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-807663bd-d9b0-48f3-9e75-8eb52dc1f5c9 {
  margin-bottom: 10px;
padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-807663bd-d9b0-48f3-9e75-8eb52dc1f5c9 {
  margin-top: 0px;
margin-bottom: 10px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-807663bd-d9b0-48f3-9e75-8eb52dc1f5c9 {
  padding-bottom: 0px;
}
}@media (max-width: 767px){#s-807663bd-d9b0-48f3-9e75-8eb52dc1f5c9 {
  margin-top: 20px;
}
}
#s-807663bd-d9b0-48f3-9e75-8eb52dc1f5c9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 1200px){#s-807663bd-d9b0-48f3-9e75-8eb52dc1f5c9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-807663bd-d9b0-48f3-9e75-8eb52dc1f5c9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-807663bd-d9b0-48f3-9e75-8eb52dc1f5c9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-807663bd-d9b0-48f3-9e75-8eb52dc1f5c9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 0px;
  text-align: left;
}


}
@media (max-width: 767px){#s-b42a247a-f7b5-4ea6-a555-2179250ccedd {
  padding-top: 0px;
padding-bottom: 0em;
}
}
.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.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;
  z-index: 0;
}

.shogun-image.hover ~ * {
  z-index: 1;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-80f836b2-409a-44b5-ae12-15b43b353a21 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-80f836b2-409a-44b5-ae12-15b43b353a21 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-80f836b2-409a-44b5-ae12-15b43b353a21 {
  margin-left: 0px;
margin-right: 0px;
}
}






  img.s-80f836b2-409a-44b5-ae12-15b43b353a21.shogun-image {
    
    
  }


.s-80f836b2-409a-44b5-ae12-15b43b353a21 .shogun-image-content {
  
    align-items: center;
  
}

.s-80f836b2-409a-44b5-ae12-15b43b353a21.shg-align-container {
  text-align: center
}

.s-80f836b2-409a-44b5-ae12-15b43b353a21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80f836b2-409a-44b5-ae12-15b43b353a21.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-80f836b2-409a-44b5-ae12-15b43b353a21.shogun-image {
    
    
  }


.s-80f836b2-409a-44b5-ae12-15b43b353a21 .shogun-image-content {
  
    align-items: center;
  
}

.s-80f836b2-409a-44b5-ae12-15b43b353a21.shg-align-container {
  text-align: center
}

.s-80f836b2-409a-44b5-ae12-15b43b353a21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80f836b2-409a-44b5-ae12-15b43b353a21.shogun-image {
  box-sizing: border-box;
}


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





  img.s-80f836b2-409a-44b5-ae12-15b43b353a21.shogun-image {
    
    
  }


.s-80f836b2-409a-44b5-ae12-15b43b353a21 .shogun-image-content {
  
    align-items: center;
  
}

.s-80f836b2-409a-44b5-ae12-15b43b353a21.shg-align-container {
  text-align: center
}

.s-80f836b2-409a-44b5-ae12-15b43b353a21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80f836b2-409a-44b5-ae12-15b43b353a21.shogun-image {
  box-sizing: border-box;
}


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





  img.s-80f836b2-409a-44b5-ae12-15b43b353a21.shogun-image {
    
    
  }


.s-80f836b2-409a-44b5-ae12-15b43b353a21 .shogun-image-content {
  
    align-items: center;
  
}

.s-80f836b2-409a-44b5-ae12-15b43b353a21.shg-align-container {
  text-align: center
}

.s-80f836b2-409a-44b5-ae12-15b43b353a21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80f836b2-409a-44b5-ae12-15b43b353a21.shogun-image {
  box-sizing: border-box;
}


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





  img.s-80f836b2-409a-44b5-ae12-15b43b353a21.shogun-image {
    
    
  }


.s-80f836b2-409a-44b5-ae12-15b43b353a21 .shogun-image-content {
  
    align-items: center;
  
}

.s-80f836b2-409a-44b5-ae12-15b43b353a21.shg-align-container {
  text-align: center
}

.s-80f836b2-409a-44b5-ae12-15b43b353a21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-80f836b2-409a-44b5-ae12-15b43b353a21.shogun-image {
  box-sizing: border-box;
}


}
#s-afb1ff55-0961-457c-b881-9fc2bbe39331 {
  margin-top: 0px;
margin-bottom: 0em;
padding-top: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-afb1ff55-0961-457c-b881-9fc2bbe39331 {
  margin-top: 0%;
}
}@media (max-width: 767px){#s-afb1ff55-0961-457c-b881-9fc2bbe39331 {
  margin-top: 0%;
}
}
#s-afb1ff55-0961-457c-b881-9fc2bbe39331 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 0px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-afb1ff55-0961-457c-b881-9fc2bbe39331 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0px;
  text-align: center;
}


}
#s-9cfbec2a-7b6b-444c-990f-495b05d3e61a {
  margin-top: 8px;
margin-bottom: 0em;
padding-top: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-9cfbec2a-7b6b-444c-990f-495b05d3e61a {
  margin-bottom: 40%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9cfbec2a-7b6b-444c-990f-495b05d3e61a {
  margin-bottom: 40%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9cfbec2a-7b6b-444c-990f-495b05d3e61a {
  margin-bottom: 40%;
}
}@media (max-width: 767px){#s-9cfbec2a-7b6b-444c-990f-495b05d3e61a {
  margin-bottom: 40%;
}
}
#s-9cfbec2a-7b6b-444c-990f-495b05d3e61a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 0px;
  text-align: center;
}


#s-9cfbec2a-7b6b-444c-990f-495b05d3e61a .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 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}