.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-84366841-8a32-4790-8d11-90be1bdc8200 {
  min-height: 50px;
}








#s-84366841-8a32-4790-8d11-90be1bdc8200 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84366841-8a32-4790-8d11-90be1bdc8200.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-94c5ffd9-b0d8-4204-8f25-1f1c20d88761 {
  margin-left: 10px;
margin-right: 10px;
}

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

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

#s-e37a4e81-09a7-4c68-83de-d72996927f15 hr {
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-4e3efc99-d2ea-4afb-bc51-2ab652be280a {
  margin-left: 10px;
margin-right: 10px;
}

#s-b939ebc7-0940-44bd-a9e7-bc96f9162066 hr {
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-5facb03d-e902-495c-8b71-08ee4e5585ff {
  margin-left: 10px;
margin-right: 10px;
}

#s-3948dc00-f32b-4e2b-af65-ea7ee61979c8 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-d2f34f1c-2e06-40ed-b465-6030995c2b58 {
  margin-left: 10px;
margin-right: 10px;
}

.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-14b62b1e-f0dc-4896-843c-c305702e5f8f .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-14b62b1e-f0dc-4896-843c-c305702e5f8f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-14b62b1e-f0dc-4896-843c-c305702e5f8f td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-14b62b1e-f0dc-4896-843c-c305702e5f8f td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-14b62b1e-f0dc-4896-843c-c305702e5f8f td.shogun-table-column, #s-14b62b1e-f0dc-4896-843c-c305702e5f8f td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-6c3b001b-619b-4e91-97aa-ab12fbdb2c31 {
  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-7d29197f-e84a-4f9f-a1d4-6255ad6d3733 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-7d29197f-e84a-4f9f-a1d4-6255ad6d3733"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d29197f-e84a-4f9f-a1d4-6255ad6d3733"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d29197f-e84a-4f9f-a1d4-6255ad6d3733"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d29197f-e84a-4f9f-a1d4-6255ad6d3733"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cae01136-90b3-479c-b2e0-1d71c3a857fd {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

#s-abab4e0e-c4af-4236-86f9-246cf9a1f0fa {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-c57f5349-22ad-469e-bd59-e6992a6090ed {
  text-align: left;
}


.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed {
  max-width:  100%;
}

.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed .shg-image-zoom,
.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed {
  max-width:  100%;
}

.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed .shg-image-zoom,
.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed {
  max-width:  100%;
}

.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed .shg-image-zoom,
.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed {
  max-width:  100%;
}

.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed .shg-image-zoom,
.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed {
  max-width:  100%;
}

.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed .shg-image-zoom,
.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c57f5349-22ad-469e-bd59-e6992a6090ed img.shogun-image {
  width: 100%;
}



}
#s-c0e45580-cf08-4e33-9d61-b54cd57a0b5a {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
}

#s-3a6a980d-718d-470c-ab05-cd5900b7135c {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

.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-709ca8d0-d7e7-4244-9473-398f461d2e3f {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-709ca8d0-d7e7-4244-9473-398f461d2e3f:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-709ca8d0-d7e7-4244-9473-398f461d2e3f:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-709ca8d0-d7e7-4244-9473-398f461d2e3f-btn-wrapper {
    text-align: left;
  }


#s-709ca8d0-d7e7-4244-9473-398f461d2e3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-709ca8d0-d7e7-4244-9473-398f461d2e3f-btn-wrapper {
    text-align: left;
  }


#s-709ca8d0-d7e7-4244-9473-398f461d2e3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-709ca8d0-d7e7-4244-9473-398f461d2e3f-btn-wrapper {
    text-align: left;
  }


#s-709ca8d0-d7e7-4244-9473-398f461d2e3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-709ca8d0-d7e7-4244-9473-398f461d2e3f-btn-wrapper {
    text-align: left;
  }


#s-709ca8d0-d7e7-4244-9473-398f461d2e3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-709ca8d0-d7e7-4244-9473-398f461d2e3f-btn-wrapper {
    text-align: left;
  }


#s-709ca8d0-d7e7-4244-9473-398f461d2e3f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d8bacf12-4beb-49a9-8302-1bf8fe969210 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-10b378df-fe14-4450-8a8e-da81d0f92e6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10b378df-fe14-4450-8a8e-da81d0f92e6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-10b378df-fe14-4450-8a8e-da81d0f92e6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-10b378df-fe14-4450-8a8e-da81d0f92e6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-8f1f9f88-a4c9-43ad-a07a-41abc136c8f3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-b951f489-89e3-4751-92c8-af6256719ee3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-d27ce9b2-baa5-43c2-a6e8-76a498c25878 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-b65b9fff-a4dd-4cf8-bd7e-afdc7b9de689 {
  margin-left: 10px;
margin-right: 10px;
}

#s-e966e53f-74a1-41f3-905a-562e13e94741 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-ef631687-0961-4f2e-a79c-27bbade99338 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-ef631687-0961-4f2e-a79c-27bbade99338 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ef631687-0961-4f2e-a79c-27bbade99338 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-ef631687-0961-4f2e-a79c-27bbade99338 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-ef631687-0961-4f2e-a79c-27bbade99338 td.shogun-table-column, #s-ef631687-0961-4f2e-a79c-27bbade99338 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-f48ee02e-b07c-4ab4-ab22-9a3bbcb9dbcc {
  display: none;
}
#s-57b93012-51c4-462a-84d3-04a1b565037c {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-57b93012-51c4-462a-84d3-04a1b565037c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57b93012-51c4-462a-84d3-04a1b565037c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-57b93012-51c4-462a-84d3-04a1b565037c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-57b93012-51c4-462a-84d3-04a1b565037c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-eac0bcb1-0d56-4259-89b7-95a3f2f81d51 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

#s-484a0ef7-b6fe-446b-b822-055dbabc7077 {
  display: none;
}
#s-9656fd99-bb5a-4d54-b490-6990eef31105 {
  text-align: left;
}


.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 {
  max-width:  100%;
}

.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 .shg-image-zoom,
.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 {
  max-width:  100%;
}

.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 .shg-image-zoom,
.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 {
  max-width:  100%;
}

.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 .shg-image-zoom,
.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 {
  max-width:  100%;
}

.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 .shg-image-zoom,
.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 {
  max-width:  100%;
}

.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 .shg-image-zoom,
.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9656fd99-bb5a-4d54-b490-6990eef31105 img.shogun-image {
  width: 100%;
}



}
#s-251736a9-158e-454b-adee-3a41e218f442 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
}

#s-53ac02cb-7c9b-4554-957c-b7fc4022098b {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-96acdc53-8a4e-4668-a650-d2bb61b64aba {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-96acdc53-8a4e-4668-a650-d2bb61b64aba:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-96acdc53-8a4e-4668-a650-d2bb61b64aba:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-96acdc53-8a4e-4668-a650-d2bb61b64aba-btn-wrapper {
    text-align: left;
  }


#s-96acdc53-8a4e-4668-a650-d2bb61b64aba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-96acdc53-8a4e-4668-a650-d2bb61b64aba-btn-wrapper {
    text-align: left;
  }


#s-96acdc53-8a4e-4668-a650-d2bb61b64aba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-96acdc53-8a4e-4668-a650-d2bb61b64aba-btn-wrapper {
    text-align: left;
  }


#s-96acdc53-8a4e-4668-a650-d2bb61b64aba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-96acdc53-8a4e-4668-a650-d2bb61b64aba-btn-wrapper {
    text-align: left;
  }


#s-96acdc53-8a4e-4668-a650-d2bb61b64aba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-96acdc53-8a4e-4668-a650-d2bb61b64aba-btn-wrapper {
    text-align: left;
  }


#s-96acdc53-8a4e-4668-a650-d2bb61b64aba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d8bbac74-e538-4e07-b5dd-14a02ea89b61 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-9b72d780-ab8d-4603-8b39-8418e72a51a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9b72d780-ab8d-4603-8b39-8418e72a51a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9b72d780-ab8d-4603-8b39-8418e72a51a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9b72d780-ab8d-4603-8b39-8418e72a51a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-3dc84cff-1f6a-417f-ac9a-410157a8fc99 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-30901c7a-bc2e-4ef7-bbcd-9517212aeb6c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-95f65324-05c9-4a6b-93b0-e1b701b1d1a6 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-f1187944-0002-4dcd-acd1-4d579bf03468 {
  margin-left: 10px;
margin-right: 10px;
}

#s-206d3604-18f8-447b-be83-bebbaa76ca10 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-d5cd7ce3-a71a-4267-93af-6688b0daaa67 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-d5cd7ce3-a71a-4267-93af-6688b0daaa67 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d5cd7ce3-a71a-4267-93af-6688b0daaa67 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-d5cd7ce3-a71a-4267-93af-6688b0daaa67 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-d5cd7ce3-a71a-4267-93af-6688b0daaa67 td.shogun-table-column, #s-d5cd7ce3-a71a-4267-93af-6688b0daaa67 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-eec55304-7496-480d-9951-32f599466a56 {
  display: none;
}
#s-64249fe4-5aa3-4c8c-8255-825d2dfe23d2 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-64249fe4-5aa3-4c8c-8255-825d2dfe23d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64249fe4-5aa3-4c8c-8255-825d2dfe23d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64249fe4-5aa3-4c8c-8255-825d2dfe23d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64249fe4-5aa3-4c8c-8255-825d2dfe23d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6da1da0e-f194-4c99-bd5e-f279667f6f4f {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

#s-aed670e8-c1d9-42f4-9415-1d3ad37fc9e1 {
  display: none;
}
#s-d9338171-269f-4a20-9047-824a59cdbde3 {
  text-align: left;
}


.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 {
  max-width:  100%;
}

.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 .shg-image-zoom,
.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 {
  max-width:  100%;
}

.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 .shg-image-zoom,
.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 {
  max-width:  100%;
}

.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 .shg-image-zoom,
.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 {
  max-width:  100%;
}

.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 .shg-image-zoom,
.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 {
  max-width:  100%;
}

.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 .shg-image-zoom,
.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9338171-269f-4a20-9047-824a59cdbde3 img.shogun-image {
  width: 100%;
}



}
#s-f888815e-0d89-487a-99ed-70944f70d611 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
}

#s-72525810-8a6c-4a2e-9664-3642db872c56 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-76eb9f3b-41ce-40d9-b239-eba3e48353c9 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-76eb9f3b-41ce-40d9-b239-eba3e48353c9:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-76eb9f3b-41ce-40d9-b239-eba3e48353c9:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-76eb9f3b-41ce-40d9-b239-eba3e48353c9-btn-wrapper {
    text-align: left;
  }


#s-76eb9f3b-41ce-40d9-b239-eba3e48353c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-76eb9f3b-41ce-40d9-b239-eba3e48353c9-btn-wrapper {
    text-align: left;
  }


#s-76eb9f3b-41ce-40d9-b239-eba3e48353c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-76eb9f3b-41ce-40d9-b239-eba3e48353c9-btn-wrapper {
    text-align: left;
  }


#s-76eb9f3b-41ce-40d9-b239-eba3e48353c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-76eb9f3b-41ce-40d9-b239-eba3e48353c9-btn-wrapper {
    text-align: left;
  }


#s-76eb9f3b-41ce-40d9-b239-eba3e48353c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-76eb9f3b-41ce-40d9-b239-eba3e48353c9-btn-wrapper {
    text-align: left;
  }


#s-76eb9f3b-41ce-40d9-b239-eba3e48353c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-43757c90-f54e-4527-bf18-53ce5f947208 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-162c2c92-20c1-404d-8d97-2ff28189970a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-162c2c92-20c1-404d-8d97-2ff28189970a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-162c2c92-20c1-404d-8d97-2ff28189970a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-162c2c92-20c1-404d-8d97-2ff28189970a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-58cc3f6d-7696-4c7f-b9ac-7920274e7b82 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-cc0af976-d7e9-417a-ab29-054fdfaa46d3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-7dc43771-1ffe-468a-b0a1-4fa1239a6ae1 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-881cdbd0-3274-426f-aa8f-269ba4600971 {
  margin-left: 10px;
margin-right: 10px;
}

#s-4398813b-e33b-4e4e-ae0f-7c35b7153837 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-d968f032-23cc-4b8c-8344-c5fb90c4bf87 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-d968f032-23cc-4b8c-8344-c5fb90c4bf87 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d968f032-23cc-4b8c-8344-c5fb90c4bf87 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-d968f032-23cc-4b8c-8344-c5fb90c4bf87 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-d968f032-23cc-4b8c-8344-c5fb90c4bf87 td.shogun-table-column, #s-d968f032-23cc-4b8c-8344-c5fb90c4bf87 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-c04406e6-75d0-4063-8a9a-f36ea08d9576 {
  display: none;
}
#s-9ad1ad54-8424-4186-be12-7d0aeff60102 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-9ad1ad54-8424-4186-be12-7d0aeff60102"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ad1ad54-8424-4186-be12-7d0aeff60102"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9ad1ad54-8424-4186-be12-7d0aeff60102"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ad1ad54-8424-4186-be12-7d0aeff60102"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f6e15cc5-10fa-4021-b59d-00bba9d805f8 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

#s-01bc8853-8238-4f7b-911b-f6b4347d23ad {
  display: none;
}
#s-7f88bb2c-433e-49a9-837f-85b1dca4471b {
  text-align: left;
}


.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b {
  max-width:  100%;
}

.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b .shg-image-zoom,
.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b {
  max-width:  100%;
}

.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b .shg-image-zoom,
.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b {
  max-width:  100%;
}

.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b .shg-image-zoom,
.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b {
  max-width:  100%;
}

.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b .shg-image-zoom,
.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b {
  max-width:  100%;
}

.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b .shg-image-zoom,
.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f88bb2c-433e-49a9-837f-85b1dca4471b img.shogun-image {
  width: 100%;
}



}
#s-57b02371-d8f7-402c-8020-d26c3a284eb4 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
}

#s-d8aca868-d540-42eb-bfeb-3299b0d67199 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-b00ed95e-ca58-40ae-a7c7-39560e2bda58 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b00ed95e-ca58-40ae-a7c7-39560e2bda58:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b00ed95e-ca58-40ae-a7c7-39560e2bda58:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b00ed95e-ca58-40ae-a7c7-39560e2bda58-btn-wrapper {
    text-align: left;
  }


#s-b00ed95e-ca58-40ae-a7c7-39560e2bda58.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b00ed95e-ca58-40ae-a7c7-39560e2bda58-btn-wrapper {
    text-align: left;
  }


#s-b00ed95e-ca58-40ae-a7c7-39560e2bda58.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b00ed95e-ca58-40ae-a7c7-39560e2bda58-btn-wrapper {
    text-align: left;
  }


#s-b00ed95e-ca58-40ae-a7c7-39560e2bda58.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b00ed95e-ca58-40ae-a7c7-39560e2bda58-btn-wrapper {
    text-align: left;
  }


#s-b00ed95e-ca58-40ae-a7c7-39560e2bda58.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b00ed95e-ca58-40ae-a7c7-39560e2bda58-btn-wrapper {
    text-align: left;
  }


#s-b00ed95e-ca58-40ae-a7c7-39560e2bda58.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-87aa7891-d677-489d-ae6a-05c66c40348a hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-83f5556b-bf82-4193-87d0-7c4c3f4e7df1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83f5556b-bf82-4193-87d0-7c4c3f4e7df1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-83f5556b-bf82-4193-87d0-7c4c3f4e7df1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-83f5556b-bf82-4193-87d0-7c4c3f4e7df1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-988fbce6-2db0-4bb1-b2a7-fd0b7efc8722 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-20e5b6c4-abf5-49c0-a38d-4da659153ac8 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-2c56e06c-46b0-4f5e-89f4-c8d8f639c5b4 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-5e8a831d-04f0-463f-aa6e-51bd5177a4a9 {
  margin-left: 10px;
margin-right: 10px;
}

#s-226fc7b7-8c53-4699-a632-364c02ff19f3 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-20dba6c9-c476-4ebd-89a6-4d467e88f310 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-20dba6c9-c476-4ebd-89a6-4d467e88f310 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-20dba6c9-c476-4ebd-89a6-4d467e88f310 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-20dba6c9-c476-4ebd-89a6-4d467e88f310 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-20dba6c9-c476-4ebd-89a6-4d467e88f310 td.shogun-table-column, #s-20dba6c9-c476-4ebd-89a6-4d467e88f310 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-ded893cc-20d7-4bc9-8f38-0510d82b86a5 {
  display: none;
}
#s-ceaff4e9-4c2d-483f-8e13-8907d426cab3 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-ceaff4e9-4c2d-483f-8e13-8907d426cab3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ceaff4e9-4c2d-483f-8e13-8907d426cab3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ceaff4e9-4c2d-483f-8e13-8907d426cab3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ceaff4e9-4c2d-483f-8e13-8907d426cab3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fbb846a7-59ec-4f72-82ba-c6a1221a96e3 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

#s-d8173c5f-bc78-4713-b225-cfa600c640e3 {
  display: none;
}
#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 {
  text-align: left;
}


.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 {
  max-width:  100%;
}

.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 .shg-image-zoom,
.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 {
  max-width:  100%;
}

.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 .shg-image-zoom,
.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 {
  max-width:  100%;
}

.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 .shg-image-zoom,
.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 {
  max-width:  100%;
}

.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 .shg-image-zoom,
.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 {
  max-width:  100%;
}

.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 .shg-image-zoom,
.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df99d24d-6469-4e3d-b82d-de7d3fbb8df4 img.shogun-image {
  width: 100%;
}



}
#s-7315b99a-3a89-4a9d-ab52-f4b7c4a8f436 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
}

#s-62fbba18-6d73-41ff-a149-c73011c62fdd {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-441494de-ead5-46d2-88b6-94083b79063b {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-441494de-ead5-46d2-88b6-94083b79063b:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-441494de-ead5-46d2-88b6-94083b79063b:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-441494de-ead5-46d2-88b6-94083b79063b-btn-wrapper {
    text-align: left;
  }


#s-441494de-ead5-46d2-88b6-94083b79063b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-441494de-ead5-46d2-88b6-94083b79063b-btn-wrapper {
    text-align: left;
  }


#s-441494de-ead5-46d2-88b6-94083b79063b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-441494de-ead5-46d2-88b6-94083b79063b-btn-wrapper {
    text-align: left;
  }


#s-441494de-ead5-46d2-88b6-94083b79063b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-441494de-ead5-46d2-88b6-94083b79063b-btn-wrapper {
    text-align: left;
  }


#s-441494de-ead5-46d2-88b6-94083b79063b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-441494de-ead5-46d2-88b6-94083b79063b-btn-wrapper {
    text-align: left;
  }


#s-441494de-ead5-46d2-88b6-94083b79063b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7bfa21bb-0c18-4cc4-b4eb-bd3fa97c6ace hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-69d9e590-63a3-4860-8b5c-ced45214e333"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69d9e590-63a3-4860-8b5c-ced45214e333"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-69d9e590-63a3-4860-8b5c-ced45214e333"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-69d9e590-63a3-4860-8b5c-ced45214e333"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-0a28b437-2961-4169-b659-2c527dca7da3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-27f1aaf4-d252-4bbf-8730-629ceeb76bd5 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-17e895fb-8023-47bc-b6cd-ad4af5a6ae28 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-c84fc8b4-ba15-4f63-b434-026a1757993c {
  margin-left: 10px;
margin-right: 10px;
}

#s-cd750d5b-09ca-4288-b551-b7e66082ec19 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-0813c69a-661b-4073-9574-8837ad6eb730 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-0813c69a-661b-4073-9574-8837ad6eb730 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0813c69a-661b-4073-9574-8837ad6eb730 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-0813c69a-661b-4073-9574-8837ad6eb730 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-0813c69a-661b-4073-9574-8837ad6eb730 td.shogun-table-column, #s-0813c69a-661b-4073-9574-8837ad6eb730 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-b18b8d95-d69a-42a5-af05-f0f431359b45 {
  display: none;
}
#s-39b86dc3-560f-46c5-8950-c5ffc4659a65 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-39b86dc3-560f-46c5-8950-c5ffc4659a65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-39b86dc3-560f-46c5-8950-c5ffc4659a65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-39b86dc3-560f-46c5-8950-c5ffc4659a65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-39b86dc3-560f-46c5-8950-c5ffc4659a65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9e48ba9d-d23e-4d45-9580-732df4bc6678 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

#s-59f56cf1-57c7-4c04-a7ce-a40513ae95d4 {
  display: none;
}
#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f {
  text-align: left;
}


.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f {
  max-width:  100%;
}

.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f .shg-image-zoom,
.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f {
  max-width:  100%;
}

.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f .shg-image-zoom,
.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f {
  max-width:  100%;
}

.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f .shg-image-zoom,
.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f {
  max-width:  100%;
}

.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f .shg-image-zoom,
.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f {
  max-width:  100%;
}

.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f .shg-image-zoom,
.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9d0a5c8d-cab4-4bf9-b888-c8fdf6bd654f img.shogun-image {
  width: 100%;
}



}
#s-6002491a-f6e2-487a-9eb0-aba622b5ce6f {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
}

#s-7627675a-483c-4271-962f-d224c96c6f8b {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-ed15fbd7-abdf-44a1-85c6-25dbebce4f1d {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ed15fbd7-abdf-44a1-85c6-25dbebce4f1d:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ed15fbd7-abdf-44a1-85c6-25dbebce4f1d:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ed15fbd7-abdf-44a1-85c6-25dbebce4f1d-btn-wrapper {
    text-align: left;
  }


#s-ed15fbd7-abdf-44a1-85c6-25dbebce4f1d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed15fbd7-abdf-44a1-85c6-25dbebce4f1d-btn-wrapper {
    text-align: left;
  }


#s-ed15fbd7-abdf-44a1-85c6-25dbebce4f1d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed15fbd7-abdf-44a1-85c6-25dbebce4f1d-btn-wrapper {
    text-align: left;
  }


#s-ed15fbd7-abdf-44a1-85c6-25dbebce4f1d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed15fbd7-abdf-44a1-85c6-25dbebce4f1d-btn-wrapper {
    text-align: left;
  }


#s-ed15fbd7-abdf-44a1-85c6-25dbebce4f1d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed15fbd7-abdf-44a1-85c6-25dbebce4f1d-btn-wrapper {
    text-align: left;
  }


#s-ed15fbd7-abdf-44a1-85c6-25dbebce4f1d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c7c0b867-81e6-4e94-b147-ab2ab3a02621 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-e8ec98f9-f0e9-42d7-a8ca-a2491254cec4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8ec98f9-f0e9-42d7-a8ca-a2491254cec4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e8ec98f9-f0e9-42d7-a8ca-a2491254cec4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8ec98f9-f0e9-42d7-a8ca-a2491254cec4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-279213b1-9dc1-4b06-8f43-b1c3d6fa6150 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-53cd82b8-80a1-401a-9875-d50a0f0983ea {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-528891d7-2cfe-4b75-a86f-6116a7baa6f2 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-88c195af-9d08-482a-aa6c-2cb012f52e08 {
  margin-left: 10px;
margin-right: 10px;
}

#s-fa50c8c7-d781-45ef-a97c-e87faf4c8e56 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-b2323c1f-651a-4963-9a2d-9f6e3c7f4f4e .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-b2323c1f-651a-4963-9a2d-9f6e3c7f4f4e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b2323c1f-651a-4963-9a2d-9f6e3c7f4f4e td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-b2323c1f-651a-4963-9a2d-9f6e3c7f4f4e td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-b2323c1f-651a-4963-9a2d-9f6e3c7f4f4e td.shogun-table-column, #s-b2323c1f-651a-4963-9a2d-9f6e3c7f4f4e td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-197359ac-1d21-41dd-bfe1-701128463dcf {
  display: none;
}
#s-474e6917-47d5-41ee-bebc-b528261a0691 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-474e6917-47d5-41ee-bebc-b528261a0691"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-474e6917-47d5-41ee-bebc-b528261a0691"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-474e6917-47d5-41ee-bebc-b528261a0691"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-474e6917-47d5-41ee-bebc-b528261a0691"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9d40ec81-0b93-4302-993b-8f80ed742435 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

#s-d2372375-baf2-46b6-a39b-f1b7f6e5d981 {
  display: none;
}
#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 {
  text-align: left;
}


.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 {
  max-width:  100%;
}

.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 .shg-image-zoom,
.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 {
  max-width:  100%;
}

.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 .shg-image-zoom,
.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 {
  max-width:  100%;
}

.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 .shg-image-zoom,
.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 {
  max-width:  100%;
}

.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 .shg-image-zoom,
.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 {
  max-width:  100%;
}

.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 .shg-image-zoom,
.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-19c0a575-6343-4602-81b4-7d2b0b5c9ed2 img.shogun-image {
  width: 100%;
}



}
#s-d83cd3b2-1f7e-423c-8594-f81ae7be36f3 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
}

#s-4e7fdd43-e99a-4c6a-ba18-da45a9079f30 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-7b86b09d-56cb-491b-9dc3-8ee9d503f38c {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7b86b09d-56cb-491b-9dc3-8ee9d503f38c:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7b86b09d-56cb-491b-9dc3-8ee9d503f38c:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7b86b09d-56cb-491b-9dc3-8ee9d503f38c-btn-wrapper {
    text-align: left;
  }


#s-7b86b09d-56cb-491b-9dc3-8ee9d503f38c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7b86b09d-56cb-491b-9dc3-8ee9d503f38c-btn-wrapper {
    text-align: left;
  }


#s-7b86b09d-56cb-491b-9dc3-8ee9d503f38c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b86b09d-56cb-491b-9dc3-8ee9d503f38c-btn-wrapper {
    text-align: left;
  }


#s-7b86b09d-56cb-491b-9dc3-8ee9d503f38c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b86b09d-56cb-491b-9dc3-8ee9d503f38c-btn-wrapper {
    text-align: left;
  }


#s-7b86b09d-56cb-491b-9dc3-8ee9d503f38c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7b86b09d-56cb-491b-9dc3-8ee9d503f38c-btn-wrapper {
    text-align: left;
  }


#s-7b86b09d-56cb-491b-9dc3-8ee9d503f38c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-acbab5e3-b937-4a18-b480-ea7059019026 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-d3480b73-3f7f-47d1-bd05-eb04020a3454"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3480b73-3f7f-47d1-bd05-eb04020a3454"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d3480b73-3f7f-47d1-bd05-eb04020a3454"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3480b73-3f7f-47d1-bd05-eb04020a3454"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-9aa8e423-2e56-46f0-9374-9f17493100c3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-68333b89-1ec5-499b-b1be-f650b2da58e1 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-6ab34080-9c1f-423b-89e2-aa79ce57d7b7 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-03b93705-b85c-4673-93a4-059d7c4991de {
  margin-left: 10px;
margin-right: 10px;
}

#s-5518006c-ee8b-47da-9965-3d47b0f79b74 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-9dadf2d2-bccb-4272-8912-fe94dcd8b8ee hr {
  border-top: 2px solid #ddd;
}

#s-975a335b-ee35-4142-ba6c-fd9ef0eaa01e .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-975a335b-ee35-4142-ba6c-fd9ef0eaa01e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-975a335b-ee35-4142-ba6c-fd9ef0eaa01e td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-975a335b-ee35-4142-ba6c-fd9ef0eaa01e td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-975a335b-ee35-4142-ba6c-fd9ef0eaa01e td.shogun-table-column, #s-975a335b-ee35-4142-ba6c-fd9ef0eaa01e td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-18f6c75e-54af-4112-8ee7-d1674fa20a4f {
  display: none;
}
#s-09e2f7f9-97d2-4d01-8944-86ee0a873194 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-09e2f7f9-97d2-4d01-8944-86ee0a873194"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09e2f7f9-97d2-4d01-8944-86ee0a873194"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09e2f7f9-97d2-4d01-8944-86ee0a873194"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09e2f7f9-97d2-4d01-8944-86ee0a873194"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a1781f43-323b-4b19-b18d-116025aea9db {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

#s-066736b5-f0e7-486c-aa3a-bc47b35b9691 {
  display: none;
}
#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 {
  text-align: left;
}


.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 {
  max-width:  100%;
}

.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 .shg-image-zoom,
.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 {
  max-width:  100%;
}

.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 .shg-image-zoom,
.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 {
  max-width:  100%;
}

.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 .shg-image-zoom,
.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 {
  max-width:  100%;
}

.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 .shg-image-zoom,
.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 {
  max-width:  100%;
}

.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 .shg-image-zoom,
.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c657bd0d-155c-492c-baf1-d35f5ed5d5e5 img.shogun-image {
  width: 100%;
}



}
#s-83dfadd1-7fbe-4657-8fd5-1e34f978abde {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
}

#s-8b07e7f0-ca9d-4759-8461-ea0b94ca770d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-f3ca9bac-0ab3-4a4a-91a8-d9829f663483 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f3ca9bac-0ab3-4a4a-91a8-d9829f663483:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f3ca9bac-0ab3-4a4a-91a8-d9829f663483:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f3ca9bac-0ab3-4a4a-91a8-d9829f663483-btn-wrapper {
    text-align: left;
  }


#s-f3ca9bac-0ab3-4a4a-91a8-d9829f663483.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f3ca9bac-0ab3-4a4a-91a8-d9829f663483-btn-wrapper {
    text-align: left;
  }


#s-f3ca9bac-0ab3-4a4a-91a8-d9829f663483.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f3ca9bac-0ab3-4a4a-91a8-d9829f663483-btn-wrapper {
    text-align: left;
  }


#s-f3ca9bac-0ab3-4a4a-91a8-d9829f663483.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f3ca9bac-0ab3-4a4a-91a8-d9829f663483-btn-wrapper {
    text-align: left;
  }


#s-f3ca9bac-0ab3-4a4a-91a8-d9829f663483.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f3ca9bac-0ab3-4a4a-91a8-d9829f663483-btn-wrapper {
    text-align: left;
  }


#s-f3ca9bac-0ab3-4a4a-91a8-d9829f663483.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-373779bf-2441-4096-aa8e-67919406aa6e hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-6aa34ad1-be13-4784-a77d-27111aa222b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6aa34ad1-be13-4784-a77d-27111aa222b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6aa34ad1-be13-4784-a77d-27111aa222b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6aa34ad1-be13-4784-a77d-27111aa222b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5b997327-b1a6-4339-beb8-b14bb5be862f {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-4202e829-c0eb-409e-a977-6416dd9989a3 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-b44bcd66-d4f0-4de3-9069-4d945a0566b7 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-be82d337-1a34-4faa-9465-f059ab86a4cd {
  margin-left: 10px;
margin-right: 10px;
}

#s-da6c58a8-4c8a-4fbc-bc43-b2f655a6bc4e hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-cb7facf1-8fba-4f5a-8eb8-5f51a1890094 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-cb7facf1-8fba-4f5a-8eb8-5f51a1890094 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-cb7facf1-8fba-4f5a-8eb8-5f51a1890094 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-cb7facf1-8fba-4f5a-8eb8-5f51a1890094 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-cb7facf1-8fba-4f5a-8eb8-5f51a1890094 td.shogun-table-column, #s-cb7facf1-8fba-4f5a-8eb8-5f51a1890094 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-dfd4c5bd-e830-4857-ab22-8bf0972abe25 {
  display: none;
}
#s-1793bea7-616b-4284-9e08-d95d3a009166 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1793bea7-616b-4284-9e08-d95d3a009166"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1793bea7-616b-4284-9e08-d95d3a009166"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1793bea7-616b-4284-9e08-d95d3a009166"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1793bea7-616b-4284-9e08-d95d3a009166"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7514a6ac-cc1e-4261-ab36-ccf2b49b86b4 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

#s-dbe67416-06b9-409c-9582-4e8a30700083 {
  display: none;
}
#s-5c4d7361-733a-40fb-b508-083b491a3913 {
  text-align: left;
}


.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 {
  max-width:  100%;
}

.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 .shg-image-zoom,
.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 {
  max-width:  100%;
}

.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 .shg-image-zoom,
.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 {
  max-width:  100%;
}

.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 .shg-image-zoom,
.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 {
  max-width:  100%;
}

.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 .shg-image-zoom,
.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 {
  max-width:  100%;
}

.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 .shg-image-zoom,
.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c4d7361-733a-40fb-b508-083b491a3913 img.shogun-image {
  width: 100%;
}



}
#s-9373cf32-3b9f-47e5-93c2-27fd78f458c8 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
}

#s-4f1980d6-030e-4acc-96b7-1ceede0e6a2f {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-755a1fb7-194c-47b6-8074-f97c9feb5515 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-755a1fb7-194c-47b6-8074-f97c9feb5515:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-755a1fb7-194c-47b6-8074-f97c9feb5515:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-755a1fb7-194c-47b6-8074-f97c9feb5515-btn-wrapper {
    text-align: left;
  }


#s-755a1fb7-194c-47b6-8074-f97c9feb5515.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-755a1fb7-194c-47b6-8074-f97c9feb5515-btn-wrapper {
    text-align: left;
  }


#s-755a1fb7-194c-47b6-8074-f97c9feb5515.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-755a1fb7-194c-47b6-8074-f97c9feb5515-btn-wrapper {
    text-align: left;
  }


#s-755a1fb7-194c-47b6-8074-f97c9feb5515.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-755a1fb7-194c-47b6-8074-f97c9feb5515-btn-wrapper {
    text-align: left;
  }


#s-755a1fb7-194c-47b6-8074-f97c9feb5515.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-755a1fb7-194c-47b6-8074-f97c9feb5515-btn-wrapper {
    text-align: left;
  }


#s-755a1fb7-194c-47b6-8074-f97c9feb5515.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f1aaa089-21d0-4b10-9ead-d495ded2d8f8 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-a1a6b46b-f7ce-4685-ad28-5155f2cbbb2f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1a6b46b-f7ce-4685-ad28-5155f2cbbb2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a1a6b46b-f7ce-4685-ad28-5155f2cbbb2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a1a6b46b-f7ce-4685-ad28-5155f2cbbb2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-5505b263-b46a-4532-9903-26fb02638eee {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-17169b5e-fa44-48e8-a6f5-ea9b3c10d264 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-4bf886f9-5db7-4e2d-aa1e-260c585d57ae hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-a0aa3012-2b34-46b5-a459-8f40e5fb4b24 {
  margin-left: 10px;
margin-right: 10px;
}

#s-e00bff65-7bcd-464f-b952-961f36a61426 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-2f715036-ab23-49fa-b23d-9b4ea9e53b96 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0px;
}

#s-2f715036-ab23-49fa-b23d-9b4ea9e53b96 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2f715036-ab23-49fa-b23d-9b4ea9e53b96 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
}

#s-2f715036-ab23-49fa-b23d-9b4ea9e53b96 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-2f715036-ab23-49fa-b23d-9b4ea9e53b96 td.shogun-table-column, #s-2f715036-ab23-49fa-b23d-9b4ea9e53b96 td.shogun-table-row {
  border: 0px solid rgba(0, 0, 0, 0);
}

#s-48877ec8-fd40-489a-ab20-35dad1270aa8 {
  display: none;
}
#s-1983d9a9-44b2-4d07-9a3f-f5677559769b {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1983d9a9-44b2-4d07-9a3f-f5677559769b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1983d9a9-44b2-4d07-9a3f-f5677559769b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1983d9a9-44b2-4d07-9a3f-f5677559769b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1983d9a9-44b2-4d07-9a3f-f5677559769b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2eac0fd5-6caf-4f50-b4c8-811921ca1c5b {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}

#s-08777f95-5397-4c28-8f96-59a295ca9e74 {
  display: none;
}
#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 {
  text-align: left;
}


.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 {
  max-width:  100%;
}

.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 .shg-image-zoom,
.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 {
  max-width:  100%;
}

.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 .shg-image-zoom,
.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 {
  max-width:  100%;
}

.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 .shg-image-zoom,
.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 {
  max-width:  100%;
}

.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 .shg-image-zoom,
.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 {
  max-width:  100%;
}

.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 .shg-image-zoom,
.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 img.shogun-image {
  max-width: 250px !important;
  
}

.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4de0e57f-8ebe-44dc-a064-f8ef18014d21 img.shogun-image {
  width: 100%;
}



}
#s-f4d250a8-ff3f-403a-9639-91346850389b {
  margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
}

#s-dcaf4cce-c5d8-446c-a4ca-6b7a1a489563 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

#s-47138728-bee7-474d-96ee-9ddf1e7825b4 {
  border-style: solid;
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
background-color: rgba(200, 5, 100, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-47138728-bee7-474d-96ee-9ddf1e7825b4:hover {background-color: rgba(255, 46, 86, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-47138728-bee7-474d-96ee-9ddf1e7825b4:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-47138728-bee7-474d-96ee-9ddf1e7825b4-btn-wrapper {
    text-align: left;
  }


#s-47138728-bee7-474d-96ee-9ddf1e7825b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-47138728-bee7-474d-96ee-9ddf1e7825b4-btn-wrapper {
    text-align: left;
  }


#s-47138728-bee7-474d-96ee-9ddf1e7825b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47138728-bee7-474d-96ee-9ddf1e7825b4-btn-wrapper {
    text-align: left;
  }


#s-47138728-bee7-474d-96ee-9ddf1e7825b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47138728-bee7-474d-96ee-9ddf1e7825b4-btn-wrapper {
    text-align: left;
  }


#s-47138728-bee7-474d-96ee-9ddf1e7825b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-47138728-bee7-474d-96ee-9ddf1e7825b4-btn-wrapper {
    text-align: left;
  }


#s-47138728-bee7-474d-96ee-9ddf1e7825b4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f1018397-98b2-4495-b41d-2f913fbdb07a hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-a101b4c2-0e51-4a54-8fea-ca7379d8aadb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a101b4c2-0e51-4a54-8fea-ca7379d8aadb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a101b4c2-0e51-4a54-8fea-ca7379d8aadb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a101b4c2-0e51-4a54-8fea-ca7379d8aadb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-c36e052b-d097-48ae-9845-3cf105e6c23c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-09859ba9-258a-4e4c-a7a1-526a343715f1 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-52fdf9d3-c5ec-41b9-abf0-dfc54de7dcb6 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-41c77440-6070-45dc-8935-416c75a5811e {
  margin-left: 10px;
margin-right: 10px;
}

#s-d35ab181-ab0c-468a-8a6b-b09c39ac6781 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-3ba9ba7d-cf36-4789-bb0d-c45ed9b54d30 {
  padding-bottom: 20px;
min-height: 50px;
background-color: rgba(250, 236, 236, 1);
}








#s-3ba9ba7d-cf36-4789-bb0d-c45ed9b54d30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ba9ba7d-cf36-4789-bb0d-c45ed9b54d30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58854505-35ce-4a0c-9f2a-7ab14455548c {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(250, 236, 236, 1);
border-style: solid;
background-color: rgba(250, 236, 236, 1);
}

#s-f6dcfc67-ad42-4573-9358-c85ebbb3bfe8 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-f6dcfc67-ad42-4573-9358-c85ebbb3bfe8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f6dcfc67-ad42-4573-9358-c85ebbb3bfe8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f6dcfc67-ad42-4573-9358-c85ebbb3bfe8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f6dcfc67-ad42-4573-9358-c85ebbb3bfe8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f6dcfc67-ad42-4573-9358-c85ebbb3bfe8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6dcfc67-ad42-4573-9358-c85ebbb3bfe8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-f6dcfc67-ad42-4573-9358-c85ebbb3bfe8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-f59e9dab-3b73-46c4-a708-361fffdf4631 {
  max-width: 200px;
text-align: center;
}







  #s-f59e9dab-3b73-46c4-a708-361fffdf4631 img.shogun-image {
    

    
    
    
  }


#s-f59e9dab-3b73-46c4-a708-361fffdf4631 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8027bd52-f1d5-4884-aa47-1bd4ad8d6b3f {
  margin-top: 30px;
margin-bottom: 30px;
}

#s-f615af30-44f6-480b-a5d1-baa2d75315e2 hr {
  border-top: 2px solid rgba(0, 0, 0, 0);
}

#s-fbfb4e92-6d48-44c4-8f36-e8af21181ab7 {
  margin-left: 10px;
margin-right: 10px;
}

#s-234da534-cb95-43b7-aa30-78796ebaeb05 {
  text-align: left;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
