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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-c59323c2-6643-49ca-9e02-9c711c284873 {
  text-align: center;
}







  #s-c59323c2-6643-49ca-9e02-9c711c284873 img.shogun-image {
    

    
    
    
  }


#s-c59323c2-6643-49ca-9e02-9c711c284873 .shogun-image-content {
  
    align-items: center;
  
}

.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-f482e7ec-6d6d-4475-a9ac-7018c4f4e1cf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f482e7ec-6d6d-4475-a9ac-7018c4f4e1cf {
  display: none;
}
#s-f482e7ec-6d6d-4475-a9ac-7018c4f4e1cf, #wrap-s-f482e7ec-6d6d-4475-a9ac-7018c4f4e1cf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f482e7ec-6d6d-4475-a9ac-7018c4f4e1cf {
  display: none;
}
#s-f482e7ec-6d6d-4475-a9ac-7018c4f4e1cf, #wrap-s-f482e7ec-6d6d-4475-a9ac-7018c4f4e1cf { display: none !important; }}







#s-f482e7ec-6d6d-4475-a9ac-7018c4f4e1cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f482e7ec-6d6d-4475-a9ac-7018c4f4e1cf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

#s-0f795b02-b635-4795-9241-2875c704470a {
  margin-top: 10px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f795b02-b635-4795-9241-2875c704470a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 31px;
  
  
  
}



.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-d6cb9f3f-8233-4db8-96d3-2110ffdfe81b {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-d6cb9f3f-8233-4db8-96d3-2110ffdfe81b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d6cb9f3f-8233-4db8-96d3-2110ffdfe81b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d6cb9f3f-8233-4db8-96d3-2110ffdfe81b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6cb9f3f-8233-4db8-96d3-2110ffdfe81b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-18b2a88c-ea3d-4608-8489-f690b576e4b1 {
  text-align: center;
}







  #s-18b2a88c-ea3d-4608-8489-f690b576e4b1 img.shogun-image {
    

    
    
    
  }


#s-18b2a88c-ea3d-4608-8489-f690b576e4b1 .shogun-image-content {
  
    align-items: 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-a354b235-e092-4c1c-a0d2-3e555a71233b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-209e9ee9-b8c1-4342-a960-4f51261edec8 {
  text-align: center;
}







  #s-209e9ee9-b8c1-4342-a960-4f51261edec8 img.shogun-image {
    

    
    
    
  }


#s-209e9ee9-b8c1-4342-a960-4f51261edec8 .shogun-image-content {
  
    align-items: center;
  
}

#s-1df393d1-9c99-47a2-8598-aa2be81cd9e9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4c6151d6-8550-404c-b26a-28e277ce0ffb {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-4c6151d6-8550-404c-b26a-28e277ce0ffb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4c6151d6-8550-404c-b26a-28e277ce0ffb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4c6151d6-8550-404c-b26a-28e277ce0ffb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c6151d6-8550-404c-b26a-28e277ce0ffb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1af9616e-d238-4689-82d0-b6c083185c61 {
  text-align: center;
}







  #s-1af9616e-d238-4689-82d0-b6c083185c61 img.shogun-image {
    

    
    
    
  }


#s-1af9616e-d238-4689-82d0-b6c083185c61 .shogun-image-content {
  
    align-items: center;
  
}

#s-15fd1fae-5a02-4a97-a86a-096e0fcb8702 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-ee0768c9-29d8-4577-9d64-1513ba2a7374 {
  text-align: center;
}







  #s-ee0768c9-29d8-4577-9d64-1513ba2a7374 img.shogun-image {
    

    
    
    
  }


#s-ee0768c9-29d8-4577-9d64-1513ba2a7374 .shogun-image-content {
  
    align-items: center;
  
}

#s-a844daf0-4d5d-4232-b9e7-208cf0061405 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-54505de6-a1f3-487b-b4b3-7a24973478e0 {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-54505de6-a1f3-487b-b4b3-7a24973478e0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-54505de6-a1f3-487b-b4b3-7a24973478e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-54505de6-a1f3-487b-b4b3-7a24973478e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-54505de6-a1f3-487b-b4b3-7a24973478e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-acf4ab72-271d-45fb-8689-9a6aba860b0a {
  text-align: center;
}







  #s-acf4ab72-271d-45fb-8689-9a6aba860b0a img.shogun-image {
    

    
    
    
  }


#s-acf4ab72-271d-45fb-8689-9a6aba860b0a .shogun-image-content {
  
    align-items: center;
  
}

#s-cae0ea3f-e15d-4356-84bc-ef2365e490f6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-32338344-70c2-4186-9a59-dc50c0bcee1a {
  text-align: center;
}







  #s-32338344-70c2-4186-9a59-dc50c0bcee1a img.shogun-image {
    

    
    
    
  }


#s-32338344-70c2-4186-9a59-dc50c0bcee1a .shogun-image-content {
  
    align-items: center;
  
}

#s-8bb3e3ec-0683-4672-be24-5643e34abd12 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7ace0501-d164-42bd-bd62-9eab4de1838a {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-7ace0501-d164-42bd-bd62-9eab4de1838a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7ace0501-d164-42bd-bd62-9eab4de1838a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7ace0501-d164-42bd-bd62-9eab4de1838a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ace0501-d164-42bd-bd62-9eab4de1838a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d56ed35a-9ee1-4a6d-b907-9d504698552c {
  text-align: center;
}







  #s-d56ed35a-9ee1-4a6d-b907-9d504698552c img.shogun-image {
    

    
    
    
  }


#s-d56ed35a-9ee1-4a6d-b907-9d504698552c .shogun-image-content {
  
    align-items: center;
  
}

#s-06626018-f15f-48e2-aabe-bdabf1ac3aa3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-52a3c36f-4934-488f-9a7e-5a7998d3b375 {
  text-align: center;
}







  #s-52a3c36f-4934-488f-9a7e-5a7998d3b375 img.shogun-image {
    

    
    
    
  }


#s-52a3c36f-4934-488f-9a7e-5a7998d3b375 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b18ec23-868c-47a8-9e07-550b182d961b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-54cad13a-3e82-435e-aa3f-a2be3b7ad651 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-54cad13a-3e82-435e-aa3f-a2be3b7ad651 {
  display: none;
}
#s-54cad13a-3e82-435e-aa3f-a2be3b7ad651, #wrap-s-54cad13a-3e82-435e-aa3f-a2be3b7ad651 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54cad13a-3e82-435e-aa3f-a2be3b7ad651 {
  display: none;
}
#s-54cad13a-3e82-435e-aa3f-a2be3b7ad651, #wrap-s-54cad13a-3e82-435e-aa3f-a2be3b7ad651 { display: none !important; }}







#s-54cad13a-3e82-435e-aa3f-a2be3b7ad651 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54cad13a-3e82-435e-aa3f-a2be3b7ad651.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c0053573-4742-4d82-b4c3-fc20b752a30e {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-c0053573-4742-4d82-b4c3-fc20b752a30e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c0053573-4742-4d82-b4c3-fc20b752a30e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c0053573-4742-4d82-b4c3-fc20b752a30e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0053573-4742-4d82-b4c3-fc20b752a30e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6e5f90ba-2653-4b47-9133-ddfb9bcb0871 {
  text-align: center;
}







  #s-6e5f90ba-2653-4b47-9133-ddfb9bcb0871 img.shogun-image {
    

    
    
    
  }


#s-6e5f90ba-2653-4b47-9133-ddfb9bcb0871 .shogun-image-content {
  
    align-items: center;
  
}

#s-f35b6251-247f-4979-b7bd-c5e4bb1b943b {
  text-align: center;
}
#s-f35b6251-247f-4979-b7bd-c5e4bb1b943b:hover {opacity: 0.8 !important;}






  #s-f35b6251-247f-4979-b7bd-c5e4bb1b943b img.shogun-image {
    

    
    
    
  }


#s-f35b6251-247f-4979-b7bd-c5e4bb1b943b .shogun-image-content {
  
    align-items: center;
  
}

#s-88ae5f50-98ac-4b89-841f-7ee7c09c5aac {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-91ec6cec-8f51-449b-8cfe-bc6d6b0d0a84 {
  text-align: center;
}







  #s-91ec6cec-8f51-449b-8cfe-bc6d6b0d0a84 img.shogun-image {
    

    
    
    
  }


#s-91ec6cec-8f51-449b-8cfe-bc6d6b0d0a84 .shogun-image-content {
  
    align-items: center;
  
}

#s-ec28d414-1380-4285-b782-c6958052f51f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3e034b3d-103b-486d-b09b-3a23ee57c56e {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-3e034b3d-103b-486d-b09b-3a23ee57c56e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3e034b3d-103b-486d-b09b-3a23ee57c56e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3e034b3d-103b-486d-b09b-3a23ee57c56e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e034b3d-103b-486d-b09b-3a23ee57c56e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-557ed3b7-c1f6-4ffe-ba97-ef0695c715fd {
  text-align: center;
}







  #s-557ed3b7-c1f6-4ffe-ba97-ef0695c715fd img.shogun-image {
    

    
    
    
  }


#s-557ed3b7-c1f6-4ffe-ba97-ef0695c715fd .shogun-image-content {
  
    align-items: center;
  
}

#s-976b2612-0def-4629-bae9-da4a10fcfd09 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fd57d6d5-faf2-4602-bef9-ea2111fdafcf {
  text-align: center;
}







  #s-fd57d6d5-faf2-4602-bef9-ea2111fdafcf img.shogun-image {
    

    
    
    
  }


#s-fd57d6d5-faf2-4602-bef9-ea2111fdafcf .shogun-image-content {
  
    align-items: center;
  
}

#s-cec45c4c-c43a-4b3d-b308-0313bbb360fe {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a5a5363d-ed62-46d7-9ed4-f99e652f3534 {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-a5a5363d-ed62-46d7-9ed4-f99e652f3534"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a5a5363d-ed62-46d7-9ed4-f99e652f3534"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5a5363d-ed62-46d7-9ed4-f99e652f3534"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5a5363d-ed62-46d7-9ed4-f99e652f3534"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0ee33b33-066f-449a-a079-e62f6cac3398 {
  text-align: center;
}







  #s-0ee33b33-066f-449a-a079-e62f6cac3398 img.shogun-image {
    

    
    
    
  }


#s-0ee33b33-066f-449a-a079-e62f6cac3398 .shogun-image-content {
  
    align-items: center;
  
}

#s-4344d103-9b8c-44d7-bbf3-fe73331fbcb6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-d3d2d9a7-332a-47ae-a2db-1594e7fb326c {
  text-align: center;
}







  #s-d3d2d9a7-332a-47ae-a2db-1594e7fb326c img.shogun-image {
    

    
    
    
  }


#s-d3d2d9a7-332a-47ae-a2db-1594e7fb326c .shogun-image-content {
  
    align-items: center;
  
}

#s-abc0b4f0-f5e8-4297-a51b-0b03f38c1499 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3876407a-8763-4cec-a1e2-a9f0c02e8185 {
  margin-left: 30px;
margin-right: 30px;
}

@media (min-width: 0px) {
[id="s-3876407a-8763-4cec-a1e2-a9f0c02e8185"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3876407a-8763-4cec-a1e2-a9f0c02e8185"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3876407a-8763-4cec-a1e2-a9f0c02e8185"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3876407a-8763-4cec-a1e2-a9f0c02e8185"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cf1f432a-af31-40ef-adde-b66704cc6969 {
  text-align: center;
}







  #s-cf1f432a-af31-40ef-adde-b66704cc6969 img.shogun-image {
    

    
    
    
  }


#s-cf1f432a-af31-40ef-adde-b66704cc6969 .shogun-image-content {
  
    align-items: center;
  
}

#s-074cf981-64eb-44b0-a90d-b6861a2dda99 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9d671d50-b73c-4f02-877e-3d463906c071 {
  text-align: center;
}







  #s-9d671d50-b73c-4f02-877e-3d463906c071 img.shogun-image {
    

    
    
    
  }


#s-9d671d50-b73c-4f02-877e-3d463906c071 .shogun-image-content {
  
    align-items: center;
  
}

#s-cad4c097-6b43-473b-a450-ca97e9c3e83a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-40721fa6-95b1-4a7a-913c-fa12bf6bf9ff {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-40721fa6-95b1-4a7a-913c-fa12bf6bf9ff {
  display: none;
}
#s-40721fa6-95b1-4a7a-913c-fa12bf6bf9ff, #wrap-s-40721fa6-95b1-4a7a-913c-fa12bf6bf9ff { display: none !important; }}@media (max-width: 767px){#s-40721fa6-95b1-4a7a-913c-fa12bf6bf9ff {
  display: none;
}
#s-40721fa6-95b1-4a7a-913c-fa12bf6bf9ff, #wrap-s-40721fa6-95b1-4a7a-913c-fa12bf6bf9ff { display: none !important; }}







#s-40721fa6-95b1-4a7a-913c-fa12bf6bf9ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40721fa6-95b1-4a7a-913c-fa12bf6bf9ff.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b7b47ea5-d716-4d33-b507-2ce238b738ee {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b7b47ea5-d716-4d33-b507-2ce238b738ee {
  display: none;
}
#s-b7b47ea5-d716-4d33-b507-2ce238b738ee, #wrap-s-b7b47ea5-d716-4d33-b507-2ce238b738ee { display: none !important; }}@media (max-width: 767px){#s-b7b47ea5-d716-4d33-b507-2ce238b738ee {
  display: none;
}
#s-b7b47ea5-d716-4d33-b507-2ce238b738ee, #wrap-s-b7b47ea5-d716-4d33-b507-2ce238b738ee { display: none !important; }}







#s-b7b47ea5-d716-4d33-b507-2ce238b738ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7b47ea5-d716-4d33-b507-2ce238b738ee.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9be1bd9c-ac41-47ba-8920-5f6cc8c02aef {
  margin-left: 150px;
margin-right: 150px;
}

@media (min-width: 0px) {
[id="s-9be1bd9c-ac41-47ba-8920-5f6cc8c02aef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9be1bd9c-ac41-47ba-8920-5f6cc8c02aef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9be1bd9c-ac41-47ba-8920-5f6cc8c02aef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9be1bd9c-ac41-47ba-8920-5f6cc8c02aef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0d821a21-0ca1-4f42-b406-4886841c3340 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d821a21-0ca1-4f42-b406-4886841c3340 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-f330af82-a546-4e95-9ab9-525472f81492 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
}

#s-1ec82e77-df63-40ba-aa8e-fbd121248ea9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ec82e77-df63-40ba-aa8e-fbd121248ea9 .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-6e65c232-e5b4-4526-9def-4d3710722666 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
}

#s-27274c97-059b-4b29-8555-93f1d2f7968a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27274c97-059b-4b29-8555-93f1d2f7968a .shogun-heading-component h1 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b6f6e93b-28ab-4e5a-8b46-3e231d72f5e4 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
}

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

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

#s-5dc57902-8fdb-4807-9193-3744d69e9e65 {
  margin-top: -43px;
margin-bottom: -43px;
}

#s-5dc57902-8fdb-4807-9193-3744d69e9e65 hr {
  border-top: 0px solid #ddd;
}

#s-0689b8d9-ca6c-406c-9b36-daa8edd5686b {
  margin-top: -43px;
margin-bottom: -43px;
}

#s-0689b8d9-ca6c-406c-9b36-daa8edd5686b hr {
  border-top: 0px solid #ddd;
}

#s-1f6611e6-ff4c-42a2-ad02-e29b1f72ffe7 hr {
  border-top: 2px solid #ddd;
}

#s-87c8a77b-06b0-42e6-a848-71720fbcbc16 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-87c8a77b-06b0-42e6-a848-71720fbcbc16 {
  display: none;
}
#s-87c8a77b-06b0-42e6-a848-71720fbcbc16, #wrap-s-87c8a77b-06b0-42e6-a848-71720fbcbc16 { display: none !important; }}@media (max-width: 767px){#s-87c8a77b-06b0-42e6-a848-71720fbcbc16 {
  display: none;
}
#s-87c8a77b-06b0-42e6-a848-71720fbcbc16, #wrap-s-87c8a77b-06b0-42e6-a848-71720fbcbc16 { display: none !important; }}







#s-87c8a77b-06b0-42e6-a848-71720fbcbc16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87c8a77b-06b0-42e6-a848-71720fbcbc16.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b743fc68-e1ef-412d-bb6a-37267524b0e1 {
  margin-left: 220px;
margin-right: 220px;
}

@media (min-width: 0px) {
[id="s-b743fc68-e1ef-412d-bb6a-37267524b0e1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b743fc68-e1ef-412d-bb6a-37267524b0e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b743fc68-e1ef-412d-bb6a-37267524b0e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b743fc68-e1ef-412d-bb6a-37267524b0e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-4d3ea301-3b94-4034-88cf-f19f0b855949 {
  text-align: center;
}
#s-4d3ea301-3b94-4034-88cf-f19f0b855949:hover {min-height: 0px !important;
opacity: 0.82 !important;}






  #s-4d3ea301-3b94-4034-88cf-f19f0b855949 img.shogun-image {
    

    
    
    
  }


#s-4d3ea301-3b94-4034-88cf-f19f0b855949 .shogun-image-content {
  
    align-items: center;
  
}

#s-c24b61ba-512c-4620-8f28-bd99c986061e {
  text-align: center;
}
#s-c24b61ba-512c-4620-8f28-bd99c986061e:hover {opacity: 0.8 !important;}






  #s-c24b61ba-512c-4620-8f28-bd99c986061e img.shogun-image {
    

    
    
    
  }


#s-c24b61ba-512c-4620-8f28-bd99c986061e .shogun-image-content {
  
    align-items: center;
  
}

#s-8b425393-d4b1-4c94-a9a1-6105d9401bac {
  text-align: center;
}
#s-8b425393-d4b1-4c94-a9a1-6105d9401bac:hover {opacity: 0.8 !important;}






  #s-8b425393-d4b1-4c94-a9a1-6105d9401bac img.shogun-image {
    

    
    
    
  }


#s-8b425393-d4b1-4c94-a9a1-6105d9401bac .shogun-image-content {
  
    align-items: center;
  
}

#s-6284353b-03f2-4858-92c8-28df2aac9c5c {
  text-align: center;
}
#s-6284353b-03f2-4858-92c8-28df2aac9c5c:hover {opacity: 0.8 !important;}






  #s-6284353b-03f2-4858-92c8-28df2aac9c5c img.shogun-image {
    

    
    
    
  }


#s-6284353b-03f2-4858-92c8-28df2aac9c5c .shogun-image-content {
  
    align-items: center;
  
}

#s-327c4ed4-8efa-4259-98bc-b46f19c154e3 {
  border-style: solid;
margin-top: -65px;
margin-left: 220px;
margin-right: 220px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(246, 246, 246, 1);
background-color: rgba(240, 240, 240, 1);
}

@media (min-width: 0px) {
[id="s-327c4ed4-8efa-4259-98bc-b46f19c154e3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-327c4ed4-8efa-4259-98bc-b46f19c154e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-327c4ed4-8efa-4259-98bc-b46f19c154e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-327c4ed4-8efa-4259-98bc-b46f19c154e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-cc80bdc1-689a-4c36-9514-289f632eabb6 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: 25px;
margin-right: 25px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-cc80bdc1-689a-4c36-9514-289f632eabb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc80bdc1-689a-4c36-9514-289f632eabb6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-4c8f86c2-b0e8-41e8-8214-1e6a6e4ffdb1 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
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(138, 195, 171, 1);
border-radius: 61px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-4c8f86c2-b0e8-41e8-8214-1e6a6e4ffdb1:hover {margin-top: 10px !important;
margin-left: 10px !important;
margin-bottom: 10px !important;
margin-right: 10px !important;
padding-left: 28px !important;
padding-right: 28px !important;
background-color: rgba(138, 195, 171, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-4c8f86c2-b0e8-41e8-8214-1e6a6e4ffdb1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4c8f86c2-b0e8-41e8-8214-1e6a6e4ffdb1-root {
    text-align: center;
  }


#s-4c8f86c2-b0e8-41e8-8214-1e6a6e4ffdb1.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4c8f86c2-b0e8-41e8-8214-1e6a6e4ffdb1-root {
    text-align: center;
  }


#s-4c8f86c2-b0e8-41e8-8214-1e6a6e4ffdb1.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c8f86c2-b0e8-41e8-8214-1e6a6e4ffdb1-root {
    text-align: center;
  }


#s-4c8f86c2-b0e8-41e8-8214-1e6a6e4ffdb1.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c8f86c2-b0e8-41e8-8214-1e6a6e4ffdb1-root {
    text-align: center;
  }


#s-4c8f86c2-b0e8-41e8-8214-1e6a6e4ffdb1.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4c8f86c2-b0e8-41e8-8214-1e6a6e4ffdb1-root {
    text-align: center;
  }


#s-4c8f86c2-b0e8-41e8-8214-1e6a6e4ffdb1.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-013622ce-9b7e-43c9-ade4-a62b30e05ef9 {
  box-shadow:0px 0px 0px 1px rgba(253, 253, 253, 1);
margin-top: 5px;
margin-left: 9px;
margin-bottom: 15px;
margin-right: 9px;
background-color: rgba(255, 255, 255, 1);
}

#s-ae8ef512-0403-4b45-8a4d-4676816f874f {
  margin-left: 25px;
margin-right: 25px;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ae8ef512-0403-4b45-8a4d-4676816f874f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae8ef512-0403-4b45-8a4d-4676816f874f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-df712daa-156b-4458-a533-2d65b921b1d6 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
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(138, 195, 171, 1);
border-radius: 61px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-df712daa-156b-4458-a533-2d65b921b1d6:hover {margin-top: 10px !important;
margin-left: 10px !important;
margin-bottom: 10px !important;
margin-right: 10px !important;
padding-left: 28px !important;
padding-right: 28px !important;
background-color: rgba(138, 195, 171, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-df712daa-156b-4458-a533-2d65b921b1d6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-df712daa-156b-4458-a533-2d65b921b1d6-root {
    text-align: center;
  }


#s-df712daa-156b-4458-a533-2d65b921b1d6.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-df712daa-156b-4458-a533-2d65b921b1d6-root {
    text-align: center;
  }


#s-df712daa-156b-4458-a533-2d65b921b1d6.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-df712daa-156b-4458-a533-2d65b921b1d6-root {
    text-align: center;
  }


#s-df712daa-156b-4458-a533-2d65b921b1d6.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-df712daa-156b-4458-a533-2d65b921b1d6-root {
    text-align: center;
  }


#s-df712daa-156b-4458-a533-2d65b921b1d6.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-df712daa-156b-4458-a533-2d65b921b1d6-root {
    text-align: center;
  }


#s-df712daa-156b-4458-a533-2d65b921b1d6.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-1a364e0a-0a48-48a2-a9cb-d1118d43944d {
  box-shadow:0px 0px 0px 1px rgba(253, 253, 253, 1);
margin-top: 5px;
margin-left: 9px;
margin-bottom: 15px;
margin-right: 9px;
background-color: rgba(255, 255, 255, 1);
}

#s-47d09e42-e8ef-45f4-9b2f-47d99a1b2f99 {
  margin-left: 25px;
margin-right: 25px;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-47d09e42-e8ef-45f4-9b2f-47d99a1b2f99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47d09e42-e8ef-45f4-9b2f-47d99a1b2f99.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a66f2e21-af6e-433a-bb33-c3be5dfbc647 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
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(138, 195, 171, 1);
border-radius: 61px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-a66f2e21-af6e-433a-bb33-c3be5dfbc647:hover {margin-top: 10px !important;
margin-left: 10px !important;
margin-bottom: 10px !important;
margin-right: 10px !important;
padding-left: 28px !important;
padding-right: 28px !important;
background-color: rgba(138, 195, 171, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-a66f2e21-af6e-433a-bb33-c3be5dfbc647:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a66f2e21-af6e-433a-bb33-c3be5dfbc647-root {
    text-align: center;
  }


#s-a66f2e21-af6e-433a-bb33-c3be5dfbc647.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a66f2e21-af6e-433a-bb33-c3be5dfbc647-root {
    text-align: center;
  }


#s-a66f2e21-af6e-433a-bb33-c3be5dfbc647.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a66f2e21-af6e-433a-bb33-c3be5dfbc647-root {
    text-align: center;
  }


#s-a66f2e21-af6e-433a-bb33-c3be5dfbc647.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a66f2e21-af6e-433a-bb33-c3be5dfbc647-root {
    text-align: center;
  }


#s-a66f2e21-af6e-433a-bb33-c3be5dfbc647.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a66f2e21-af6e-433a-bb33-c3be5dfbc647-root {
    text-align: center;
  }


#s-a66f2e21-af6e-433a-bb33-c3be5dfbc647.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-e24ea5dc-f06c-42df-b111-d1695d7f1b85 {
  box-shadow:0px 0px 0px 1px rgba(253, 253, 253, 1);
margin-top: 5px;
margin-left: 9px;
margin-bottom: 15px;
margin-right: 9px;
background-color: rgba(255, 255, 255, 1);
}

#s-a6f3ee9f-f080-4d24-a1ef-6360130dbf75 {
  margin-left: 25px;
margin-right: 25px;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a6f3ee9f-f080-4d24-a1ef-6360130dbf75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6f3ee9f-f080-4d24-a1ef-6360130dbf75.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c8e188aa-fc83-46e3-a43e-41d2207bdf03 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
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(138, 195, 171, 1);
border-radius: 61px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-c8e188aa-fc83-46e3-a43e-41d2207bdf03:hover {margin-top: 10px !important;
margin-left: 10px !important;
margin-bottom: 10px !important;
margin-right: 10px !important;
padding-left: 28px !important;
padding-right: 28px !important;
background-color: rgba(138, 195, 171, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-c8e188aa-fc83-46e3-a43e-41d2207bdf03:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c8e188aa-fc83-46e3-a43e-41d2207bdf03-root {
    text-align: center;
  }


#s-c8e188aa-fc83-46e3-a43e-41d2207bdf03.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c8e188aa-fc83-46e3-a43e-41d2207bdf03-root {
    text-align: center;
  }


#s-c8e188aa-fc83-46e3-a43e-41d2207bdf03.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8e188aa-fc83-46e3-a43e-41d2207bdf03-root {
    text-align: center;
  }


#s-c8e188aa-fc83-46e3-a43e-41d2207bdf03.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8e188aa-fc83-46e3-a43e-41d2207bdf03-root {
    text-align: center;
  }


#s-c8e188aa-fc83-46e3-a43e-41d2207bdf03.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c8e188aa-fc83-46e3-a43e-41d2207bdf03-root {
    text-align: center;
  }


#s-c8e188aa-fc83-46e3-a43e-41d2207bdf03.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-aeccfc2f-b4cd-4632-9967-e073546a5533 {
  box-shadow:0px 0px 0px 1px rgba(253, 253, 253, 1);
margin-top: 5px;
margin-left: 9px;
margin-bottom: 15px;
margin-right: 9px;
background-color: rgba(255, 255, 255, 1);
}

#s-1e32adca-6dc1-42e3-b5a2-0b7d5e0c8096 {
  margin-top: -40px;
margin-bottom: -40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1e32adca-6dc1-42e3-b5a2-0b7d5e0c8096 {
  display: none;
}
#s-1e32adca-6dc1-42e3-b5a2-0b7d5e0c8096, #wrap-s-1e32adca-6dc1-42e3-b5a2-0b7d5e0c8096 { display: none !important; }}@media (max-width: 767px){#s-1e32adca-6dc1-42e3-b5a2-0b7d5e0c8096 {
  display: none;
}
#s-1e32adca-6dc1-42e3-b5a2-0b7d5e0c8096, #wrap-s-1e32adca-6dc1-42e3-b5a2-0b7d5e0c8096 { display: none !important; }}
#s-1e32adca-6dc1-42e3-b5a2-0b7d5e0c8096 hr {
  border-top: 0px solid #ddd;
}

#s-4bd6693d-80d4-4665-8f19-994ccda47397 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4bd6693d-80d4-4665-8f19-994ccda47397 {
  display: none;
}
#s-4bd6693d-80d4-4665-8f19-994ccda47397, #wrap-s-4bd6693d-80d4-4665-8f19-994ccda47397 { display: none !important; }}@media (max-width: 767px){#s-4bd6693d-80d4-4665-8f19-994ccda47397 {
  display: none;
}
#s-4bd6693d-80d4-4665-8f19-994ccda47397, #wrap-s-4bd6693d-80d4-4665-8f19-994ccda47397 { display: none !important; }}







#s-4bd6693d-80d4-4665-8f19-994ccda47397 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bd6693d-80d4-4665-8f19-994ccda47397.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-40e93232-e822-4fe0-bfcb-5694ac016df7 {
  margin-left: 220px;
margin-right: 220px;
}

@media (min-width: 0px) {
[id="s-40e93232-e822-4fe0-bfcb-5694ac016df7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-40e93232-e822-4fe0-bfcb-5694ac016df7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-40e93232-e822-4fe0-bfcb-5694ac016df7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-40e93232-e822-4fe0-bfcb-5694ac016df7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-171c847c-010d-4e17-abd9-c021a28fa99d {
  text-align: center;
}
#s-171c847c-010d-4e17-abd9-c021a28fa99d:hover {opacity: 0.8 !important;}






  #s-171c847c-010d-4e17-abd9-c021a28fa99d img.shogun-image {
    

    
    
    
  }


#s-171c847c-010d-4e17-abd9-c021a28fa99d .shogun-image-content {
  
    align-items: center;
  
}

#s-e8744d72-b205-4277-bf85-4195cc8c4086 {
  text-align: center;
}
#s-e8744d72-b205-4277-bf85-4195cc8c4086:hover {opacity: 0.8 !important;}






  #s-e8744d72-b205-4277-bf85-4195cc8c4086 img.shogun-image {
    

    
    
    
  }


#s-e8744d72-b205-4277-bf85-4195cc8c4086 .shogun-image-content {
  
    align-items: center;
  
}

#s-ce896d45-c393-46fe-9884-40ee2fbfb914 {
  text-align: center;
}
#s-ce896d45-c393-46fe-9884-40ee2fbfb914:hover {opacity: 0.8 !important;}






  #s-ce896d45-c393-46fe-9884-40ee2fbfb914 img.shogun-image {
    

    
    
    
  }


#s-ce896d45-c393-46fe-9884-40ee2fbfb914 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d9dd9ed-8e2f-420c-a825-5a1d3fd83b9f {
  opacity: 0.8;
text-align: center;
}
#s-2d9dd9ed-8e2f-420c-a825-5a1d3fd83b9f:hover {opacity: 0.79 !important;}






  #s-2d9dd9ed-8e2f-420c-a825-5a1d3fd83b9f img.shogun-image {
    

    
    
    
  }


#s-2d9dd9ed-8e2f-420c-a825-5a1d3fd83b9f .shogun-image-content {
  
    align-items: center;
  
}

#s-205f83b0-2244-43b9-8066-0cd201df7e22 {
  margin-top: -65px;
margin-left: 220px;
margin-right: 220px;
background-color: rgba(240, 240, 240, 1);
}

@media (min-width: 0px) {
[id="s-205f83b0-2244-43b9-8066-0cd201df7e22"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-205f83b0-2244-43b9-8066-0cd201df7e22"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-205f83b0-2244-43b9-8066-0cd201df7e22"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-205f83b0-2244-43b9-8066-0cd201df7e22"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-8e532a1f-8867-4c01-80df-9dec970e1808 {
  margin-left: 25px;
margin-right: 25px;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8e532a1f-8867-4c01-80df-9dec970e1808 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e532a1f-8867-4c01-80df-9dec970e1808.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-02939d40-fe24-4c29-88a2-8a6b089cee99 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
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(138, 195, 171, 1);
border-radius: 61px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-02939d40-fe24-4c29-88a2-8a6b089cee99:hover {margin-top: 10px !important;
margin-left: 10px !important;
margin-bottom: 10px !important;
margin-right: 10px !important;
padding-left: 28px !important;
padding-right: 28px !important;
background-color: rgba(138, 195, 171, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-02939d40-fe24-4c29-88a2-8a6b089cee99:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-02939d40-fe24-4c29-88a2-8a6b089cee99-root {
    text-align: center;
  }


#s-02939d40-fe24-4c29-88a2-8a6b089cee99.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-02939d40-fe24-4c29-88a2-8a6b089cee99-root {
    text-align: center;
  }


#s-02939d40-fe24-4c29-88a2-8a6b089cee99.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02939d40-fe24-4c29-88a2-8a6b089cee99-root {
    text-align: center;
  }


#s-02939d40-fe24-4c29-88a2-8a6b089cee99.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02939d40-fe24-4c29-88a2-8a6b089cee99-root {
    text-align: center;
  }


#s-02939d40-fe24-4c29-88a2-8a6b089cee99.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-02939d40-fe24-4c29-88a2-8a6b089cee99-root {
    text-align: center;
  }


#s-02939d40-fe24-4c29-88a2-8a6b089cee99.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-a93019e1-b18d-4ac2-a074-384812805fec {
  box-shadow:0px 0px 0px 1px rgba(253, 253, 253, 1);
margin-top: 5px;
margin-left: 9px;
margin-bottom: 15px;
margin-right: 9px;
background-color: rgba(255, 255, 255, 1);
}

#s-965a5364-a9fa-45a2-b50d-fe7583d28d0d {
  margin-left: 25px;
margin-right: 25px;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-965a5364-a9fa-45a2-b50d-fe7583d28d0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-965a5364-a9fa-45a2-b50d-fe7583d28d0d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c772efd7-4497-4ceb-92ba-90e9f6c1498a {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
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(138, 195, 171, 1);
border-radius: 61px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-c772efd7-4497-4ceb-92ba-90e9f6c1498a:hover {margin-top: 10px !important;
margin-left: 10px !important;
margin-bottom: 10px !important;
margin-right: 10px !important;
padding-left: 28px !important;
padding-right: 28px !important;
background-color: rgba(138, 195, 171, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-c772efd7-4497-4ceb-92ba-90e9f6c1498a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c772efd7-4497-4ceb-92ba-90e9f6c1498a-root {
    text-align: center;
  }


#s-c772efd7-4497-4ceb-92ba-90e9f6c1498a.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c772efd7-4497-4ceb-92ba-90e9f6c1498a-root {
    text-align: center;
  }


#s-c772efd7-4497-4ceb-92ba-90e9f6c1498a.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c772efd7-4497-4ceb-92ba-90e9f6c1498a-root {
    text-align: center;
  }


#s-c772efd7-4497-4ceb-92ba-90e9f6c1498a.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c772efd7-4497-4ceb-92ba-90e9f6c1498a-root {
    text-align: center;
  }


#s-c772efd7-4497-4ceb-92ba-90e9f6c1498a.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c772efd7-4497-4ceb-92ba-90e9f6c1498a-root {
    text-align: center;
  }


#s-c772efd7-4497-4ceb-92ba-90e9f6c1498a.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-514c8b20-d873-402d-93c8-0ca9cd5bf1a7 {
  box-shadow:0px 0px 0px 1px rgba(253, 253, 253, 1);
margin-top: 5px;
margin-left: 9px;
margin-bottom: 15px;
margin-right: 9px;
background-color: rgba(255, 255, 255, 1);
}

#s-13ba4879-d7c0-4d98-8b4b-081f8dbd8371 {
  margin-left: 25px;
margin-right: 25px;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-13ba4879-d7c0-4d98-8b4b-081f8dbd8371 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13ba4879-d7c0-4d98-8b4b-081f8dbd8371.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9a928d9a-46c9-4d69-a908-ea2b99909e7d {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
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(138, 195, 171, 1);
border-radius: 61px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-9a928d9a-46c9-4d69-a908-ea2b99909e7d:hover {margin-top: 10px !important;
margin-left: 10px !important;
margin-bottom: 10px !important;
margin-right: 10px !important;
padding-left: 28px !important;
padding-right: 28px !important;
background-color: rgba(138, 195, 171, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-9a928d9a-46c9-4d69-a908-ea2b99909e7d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9a928d9a-46c9-4d69-a908-ea2b99909e7d-root {
    text-align: center;
  }


#s-9a928d9a-46c9-4d69-a908-ea2b99909e7d.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9a928d9a-46c9-4d69-a908-ea2b99909e7d-root {
    text-align: center;
  }


#s-9a928d9a-46c9-4d69-a908-ea2b99909e7d.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a928d9a-46c9-4d69-a908-ea2b99909e7d-root {
    text-align: center;
  }


#s-9a928d9a-46c9-4d69-a908-ea2b99909e7d.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a928d9a-46c9-4d69-a908-ea2b99909e7d-root {
    text-align: center;
  }


#s-9a928d9a-46c9-4d69-a908-ea2b99909e7d.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9a928d9a-46c9-4d69-a908-ea2b99909e7d-root {
    text-align: center;
  }


#s-9a928d9a-46c9-4d69-a908-ea2b99909e7d.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-bc6366ec-6b88-4067-aaac-cd96d1e903ac {
  box-shadow:0px 0px 0px 1px rgba(253, 253, 253, 1);
margin-top: 5px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
background-color: rgba(255, 255, 255, 1);
}

#s-a0dd1192-2ae5-4f73-9638-554f1e9e93c6 {
  margin-left: 25px;
margin-right: 25px;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a0dd1192-2ae5-4f73-9638-554f1e9e93c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0dd1192-2ae5-4f73-9638-554f1e9e93c6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f0bd6581-5824-4fb9-9d26-2169aef17355 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
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(138, 195, 171, 1);
border-radius: 61px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-f0bd6581-5824-4fb9-9d26-2169aef17355:hover {margin-top: 10px !important;
margin-left: 10px !important;
margin-bottom: 10px !important;
margin-right: 10px !important;
padding-left: 28px !important;
padding-right: 28px !important;
background-color: rgba(138, 195, 171, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-f0bd6581-5824-4fb9-9d26-2169aef17355:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f0bd6581-5824-4fb9-9d26-2169aef17355-root {
    text-align: center;
  }


#s-f0bd6581-5824-4fb9-9d26-2169aef17355.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f0bd6581-5824-4fb9-9d26-2169aef17355-root {
    text-align: center;
  }


#s-f0bd6581-5824-4fb9-9d26-2169aef17355.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f0bd6581-5824-4fb9-9d26-2169aef17355-root {
    text-align: center;
  }


#s-f0bd6581-5824-4fb9-9d26-2169aef17355.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f0bd6581-5824-4fb9-9d26-2169aef17355-root {
    text-align: center;
  }


#s-f0bd6581-5824-4fb9-9d26-2169aef17355.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f0bd6581-5824-4fb9-9d26-2169aef17355-root {
    text-align: center;
  }


#s-f0bd6581-5824-4fb9-9d26-2169aef17355.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-cce32d9e-434e-47e0-8380-2a410c64d3db {
  box-shadow:0px 0px 0px 1px rgba(253, 253, 253, 1);
margin-top: 5px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
background-color: rgba(255, 255, 255, 1);
}

#s-be8bc540-86b4-4a28-bd63-b8207d3b4be1 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-be8bc540-86b4-4a28-bd63-b8207d3b4be1 {
  display: none;
}
#s-be8bc540-86b4-4a28-bd63-b8207d3b4be1, #wrap-s-be8bc540-86b4-4a28-bd63-b8207d3b4be1 { display: none !important; }}@media (max-width: 767px){#s-be8bc540-86b4-4a28-bd63-b8207d3b4be1 {
  display: none;
}
#s-be8bc540-86b4-4a28-bd63-b8207d3b4be1, #wrap-s-be8bc540-86b4-4a28-bd63-b8207d3b4be1 { display: none !important; }}







#s-be8bc540-86b4-4a28-bd63-b8207d3b4be1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be8bc540-86b4-4a28-bd63-b8207d3b4be1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fd639d07-ada3-4abc-aec7-bc7559b4c0af {
  margin-left: 220px;
margin-right: 220px;
}

@media (min-width: 0px) {
[id="s-fd639d07-ada3-4abc-aec7-bc7559b4c0af"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fd639d07-ada3-4abc-aec7-bc7559b4c0af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-fd639d07-ada3-4abc-aec7-bc7559b4c0af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-fd639d07-ada3-4abc-aec7-bc7559b4c0af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a9f40c2f-b13e-4b1f-bd45-c4790ce8d7ec {
  text-align: center;
}
#s-a9f40c2f-b13e-4b1f-bd45-c4790ce8d7ec:hover {opacity: 0.8 !important;}






  #s-a9f40c2f-b13e-4b1f-bd45-c4790ce8d7ec img.shogun-image {
    

    
    
    
  }


#s-a9f40c2f-b13e-4b1f-bd45-c4790ce8d7ec .shogun-image-content {
  
    align-items: center;
  
}

#s-4ca19a66-ae17-4c72-b4c2-7a0931f7526a {
  text-align: center;
}
#s-4ca19a66-ae17-4c72-b4c2-7a0931f7526a:hover {opacity: 0.8 !important;}






  #s-4ca19a66-ae17-4c72-b4c2-7a0931f7526a img.shogun-image {
    

    
    
    
  }


#s-4ca19a66-ae17-4c72-b4c2-7a0931f7526a .shogun-image-content {
  
    align-items: center;
  
}

#s-6606ec5b-64f2-456e-91e5-57f5092531cf {
  text-align: center;
}
#s-6606ec5b-64f2-456e-91e5-57f5092531cf:hover {opacity: 0.8 !important;}






  #s-6606ec5b-64f2-456e-91e5-57f5092531cf img.shogun-image {
    

    
    
    
  }


#s-6606ec5b-64f2-456e-91e5-57f5092531cf .shogun-image-content {
  
    align-items: center;
  
}

#s-015f6b82-1453-4e1c-9d2b-daf83f69bee4 {
  opacity: 0.8;
text-align: center;
}
#s-015f6b82-1453-4e1c-9d2b-daf83f69bee4:hover {opacity: 0.79 !important;}






  #s-015f6b82-1453-4e1c-9d2b-daf83f69bee4 img.shogun-image {
    

    
    
    
  }


#s-015f6b82-1453-4e1c-9d2b-daf83f69bee4 .shogun-image-content {
  
    align-items: center;
  
}

#s-2313e25a-1c26-4d2a-aa3e-7da77fc6f7c3 {
  margin-top: -65px;
margin-left: 220px;
margin-right: 220px;
background-color: rgba(240, 240, 240, 1);
}

@media (min-width: 0px) {
[id="s-2313e25a-1c26-4d2a-aa3e-7da77fc6f7c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2313e25a-1c26-4d2a-aa3e-7da77fc6f7c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2313e25a-1c26-4d2a-aa3e-7da77fc6f7c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2313e25a-1c26-4d2a-aa3e-7da77fc6f7c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9b8ceae4-f0d3-42e7-aeb0-0918b490b90f {
  margin-left: 25px;
margin-right: 25px;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9b8ceae4-f0d3-42e7-aeb0-0918b490b90f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b8ceae4-f0d3-42e7-aeb0-0918b490b90f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ed28e679-0319-4141-b6fc-9f54aa4c1ff1 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
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(138, 195, 171, 1);
border-radius: 61px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-ed28e679-0319-4141-b6fc-9f54aa4c1ff1:hover {margin-top: 10px !important;
margin-left: 10px !important;
margin-bottom: 10px !important;
margin-right: 10px !important;
padding-left: 28px !important;
padding-right: 28px !important;
background-color: rgba(138, 195, 171, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-ed28e679-0319-4141-b6fc-9f54aa4c1ff1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ed28e679-0319-4141-b6fc-9f54aa4c1ff1-root {
    text-align: center;
  }


#s-ed28e679-0319-4141-b6fc-9f54aa4c1ff1.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ed28e679-0319-4141-b6fc-9f54aa4c1ff1-root {
    text-align: center;
  }


#s-ed28e679-0319-4141-b6fc-9f54aa4c1ff1.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed28e679-0319-4141-b6fc-9f54aa4c1ff1-root {
    text-align: center;
  }


#s-ed28e679-0319-4141-b6fc-9f54aa4c1ff1.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed28e679-0319-4141-b6fc-9f54aa4c1ff1-root {
    text-align: center;
  }


#s-ed28e679-0319-4141-b6fc-9f54aa4c1ff1.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ed28e679-0319-4141-b6fc-9f54aa4c1ff1-root {
    text-align: center;
  }


#s-ed28e679-0319-4141-b6fc-9f54aa4c1ff1.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-75fcc85e-3ce4-42ca-828c-0d06936e3fd7 {
  box-shadow:0px 0px 0px 1px rgba(253, 253, 253, 1);
margin-top: 5px;
margin-left: 9px;
margin-bottom: 15px;
margin-right: 9px;
background-color: rgba(255, 255, 255, 1);
}

#s-bf79c65d-e087-4434-9b30-6762330e958f {
  margin-left: 25px;
margin-right: 25px;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bf79c65d-e087-4434-9b30-6762330e958f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf79c65d-e087-4434-9b30-6762330e958f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4af6711f-1fdb-46cd-8568-e44094d44db8 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
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(138, 195, 171, 1);
border-radius: 61px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-4af6711f-1fdb-46cd-8568-e44094d44db8:hover {margin-top: 10px !important;
margin-left: 10px !important;
margin-bottom: 10px !important;
margin-right: 10px !important;
padding-left: 28px !important;
padding-right: 28px !important;
background-color: rgba(138, 195, 171, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-4af6711f-1fdb-46cd-8568-e44094d44db8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4af6711f-1fdb-46cd-8568-e44094d44db8-root {
    text-align: center;
  }


#s-4af6711f-1fdb-46cd-8568-e44094d44db8.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4af6711f-1fdb-46cd-8568-e44094d44db8-root {
    text-align: center;
  }


#s-4af6711f-1fdb-46cd-8568-e44094d44db8.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4af6711f-1fdb-46cd-8568-e44094d44db8-root {
    text-align: center;
  }


#s-4af6711f-1fdb-46cd-8568-e44094d44db8.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4af6711f-1fdb-46cd-8568-e44094d44db8-root {
    text-align: center;
  }


#s-4af6711f-1fdb-46cd-8568-e44094d44db8.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4af6711f-1fdb-46cd-8568-e44094d44db8-root {
    text-align: center;
  }


#s-4af6711f-1fdb-46cd-8568-e44094d44db8.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-fc5d1499-6ffb-4618-89b0-d7f66511c285 {
  box-shadow:0px 0px 0px 1px rgba(253, 253, 253, 1);
margin-top: 5px;
margin-left: 9px;
margin-bottom: 15px;
margin-right: 9px;
background-color: rgba(255, 255, 255, 1);
}

#s-faeb2bee-73e7-4f80-8178-9eb2b1d2faa6 {
  margin-left: 25px;
margin-right: 25px;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-faeb2bee-73e7-4f80-8178-9eb2b1d2faa6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-faeb2bee-73e7-4f80-8178-9eb2b1d2faa6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ddbfdb44-19e9-4a3a-acd6-842c0c1ca451 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
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(138, 195, 171, 1);
border-radius: 61px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-ddbfdb44-19e9-4a3a-acd6-842c0c1ca451:hover {margin-top: 10px !important;
margin-left: 10px !important;
margin-bottom: 10px !important;
margin-right: 10px !important;
padding-left: 28px !important;
padding-right: 28px !important;
background-color: rgba(138, 195, 171, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-ddbfdb44-19e9-4a3a-acd6-842c0c1ca451:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ddbfdb44-19e9-4a3a-acd6-842c0c1ca451-root {
    text-align: center;
  }


#s-ddbfdb44-19e9-4a3a-acd6-842c0c1ca451.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ddbfdb44-19e9-4a3a-acd6-842c0c1ca451-root {
    text-align: center;
  }


#s-ddbfdb44-19e9-4a3a-acd6-842c0c1ca451.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ddbfdb44-19e9-4a3a-acd6-842c0c1ca451-root {
    text-align: center;
  }


#s-ddbfdb44-19e9-4a3a-acd6-842c0c1ca451.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ddbfdb44-19e9-4a3a-acd6-842c0c1ca451-root {
    text-align: center;
  }


#s-ddbfdb44-19e9-4a3a-acd6-842c0c1ca451.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ddbfdb44-19e9-4a3a-acd6-842c0c1ca451-root {
    text-align: center;
  }


#s-ddbfdb44-19e9-4a3a-acd6-842c0c1ca451.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-82d6e265-e44b-4411-8436-c70908f89dba {
  box-shadow:0px 0px 0px 1px rgba(253, 253, 253, 1);
margin-top: 5px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
background-color: rgba(255, 255, 255, 1);
}

#s-33d0f75e-aa2d-48b7-906a-52ea154145e6 {
  margin-left: 25px;
margin-right: 25px;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-33d0f75e-aa2d-48b7-906a-52ea154145e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33d0f75e-aa2d-48b7-906a-52ea154145e6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ff93dc52-f8fa-4c28-8538-7ed916c0f37b {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
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(138, 195, 171, 1);
border-radius: 61px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-ff93dc52-f8fa-4c28-8538-7ed916c0f37b:hover {margin-top: 10px !important;
margin-left: 10px !important;
margin-bottom: 10px !important;
margin-right: 10px !important;
padding-left: 28px !important;
padding-right: 28px !important;
background-color: rgba(138, 195, 171, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-ff93dc52-f8fa-4c28-8538-7ed916c0f37b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ff93dc52-f8fa-4c28-8538-7ed916c0f37b-root {
    text-align: center;
  }


#s-ff93dc52-f8fa-4c28-8538-7ed916c0f37b.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ff93dc52-f8fa-4c28-8538-7ed916c0f37b-root {
    text-align: center;
  }


#s-ff93dc52-f8fa-4c28-8538-7ed916c0f37b.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff93dc52-f8fa-4c28-8538-7ed916c0f37b-root {
    text-align: center;
  }


#s-ff93dc52-f8fa-4c28-8538-7ed916c0f37b.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff93dc52-f8fa-4c28-8538-7ed916c0f37b-root {
    text-align: center;
  }


#s-ff93dc52-f8fa-4c28-8538-7ed916c0f37b.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ff93dc52-f8fa-4c28-8538-7ed916c0f37b-root {
    text-align: center;
  }


#s-ff93dc52-f8fa-4c28-8538-7ed916c0f37b.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-eae62901-c6a5-4104-ac18-7f15fa3c4ddb {
  box-shadow:0px 0px 0px 1px rgba(253, 253, 253, 1);
margin-top: 5px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
background-color: rgba(255, 255, 255, 1);
}

#s-e8cc434a-caac-4a55-beaf-a516ef49e7a2 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e8cc434a-caac-4a55-beaf-a516ef49e7a2 {
  display: none;
}
#s-e8cc434a-caac-4a55-beaf-a516ef49e7a2, #wrap-s-e8cc434a-caac-4a55-beaf-a516ef49e7a2 { display: none !important; }}@media (max-width: 767px){#s-e8cc434a-caac-4a55-beaf-a516ef49e7a2 {
  display: none;
}
#s-e8cc434a-caac-4a55-beaf-a516ef49e7a2, #wrap-s-e8cc434a-caac-4a55-beaf-a516ef49e7a2 { display: none !important; }}







#s-e8cc434a-caac-4a55-beaf-a516ef49e7a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8cc434a-caac-4a55-beaf-a516ef49e7a2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fbff054c-9696-4077-8e43-8d9facef9d05 {
  margin-left: 220px;
margin-right: 220px;
}

@media (min-width: 0px) {
[id="s-fbff054c-9696-4077-8e43-8d9facef9d05"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fbff054c-9696-4077-8e43-8d9facef9d05"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-fbff054c-9696-4077-8e43-8d9facef9d05"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-fbff054c-9696-4077-8e43-8d9facef9d05"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e2a20bfe-ff4f-4dd9-92cd-1294bd4cb0a3 {
  text-align: center;
}
#s-e2a20bfe-ff4f-4dd9-92cd-1294bd4cb0a3:hover {opacity: 0.8 !important;}






  #s-e2a20bfe-ff4f-4dd9-92cd-1294bd4cb0a3 img.shogun-image {
    

    
    
    
  }


#s-e2a20bfe-ff4f-4dd9-92cd-1294bd4cb0a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-af9add75-65e2-49e3-9cfe-05c2a014dab2 {
  text-align: center;
}
#s-af9add75-65e2-49e3-9cfe-05c2a014dab2:hover {opacity: 0.8 !important;}






  #s-af9add75-65e2-49e3-9cfe-05c2a014dab2 img.shogun-image {
    

    
    
    
  }


#s-af9add75-65e2-49e3-9cfe-05c2a014dab2 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe932a96-5533-4238-bef0-2fc0568300b4 {
  text-align: center;
}
#s-fe932a96-5533-4238-bef0-2fc0568300b4:hover {opacity: 0.8 !important;}






  #s-fe932a96-5533-4238-bef0-2fc0568300b4 img.shogun-image {
    

    
    
    
  }


#s-fe932a96-5533-4238-bef0-2fc0568300b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-e09aa743-d21d-42e0-8f91-31767a55eeac {
  opacity: 0.8;
text-align: center;
}
#s-e09aa743-d21d-42e0-8f91-31767a55eeac:hover {opacity: 0.79 !important;}






  #s-e09aa743-d21d-42e0-8f91-31767a55eeac img.shogun-image {
    

    
    
    
  }


#s-e09aa743-d21d-42e0-8f91-31767a55eeac .shogun-image-content {
  
    align-items: center;
  
}

#s-bede42c3-d38e-4747-8ca6-d14715e96944 {
  margin-top: -65px;
margin-left: 220px;
margin-right: 220px;
background-color: rgba(240, 240, 240, 1);
}

@media (min-width: 0px) {
[id="s-bede42c3-d38e-4747-8ca6-d14715e96944"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bede42c3-d38e-4747-8ca6-d14715e96944"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bede42c3-d38e-4747-8ca6-d14715e96944"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bede42c3-d38e-4747-8ca6-d14715e96944"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c21eae29-1a1a-4e02-8802-0be92aee5eac {
  margin-left: 25px;
margin-right: 25px;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c21eae29-1a1a-4e02-8802-0be92aee5eac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c21eae29-1a1a-4e02-8802-0be92aee5eac.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3909874f-5d8d-449f-b912-db8e4a1c05b8 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
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(138, 195, 171, 1);
border-radius: 61px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-3909874f-5d8d-449f-b912-db8e4a1c05b8:hover {margin-top: 10px !important;
margin-left: 10px !important;
margin-bottom: 10px !important;
margin-right: 10px !important;
padding-left: 28px !important;
padding-right: 28px !important;
background-color: rgba(138, 195, 171, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-3909874f-5d8d-449f-b912-db8e4a1c05b8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3909874f-5d8d-449f-b912-db8e4a1c05b8-root {
    text-align: center;
  }


#s-3909874f-5d8d-449f-b912-db8e4a1c05b8.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3909874f-5d8d-449f-b912-db8e4a1c05b8-root {
    text-align: center;
  }


#s-3909874f-5d8d-449f-b912-db8e4a1c05b8.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3909874f-5d8d-449f-b912-db8e4a1c05b8-root {
    text-align: center;
  }


#s-3909874f-5d8d-449f-b912-db8e4a1c05b8.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3909874f-5d8d-449f-b912-db8e4a1c05b8-root {
    text-align: center;
  }


#s-3909874f-5d8d-449f-b912-db8e4a1c05b8.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3909874f-5d8d-449f-b912-db8e4a1c05b8-root {
    text-align: center;
  }


#s-3909874f-5d8d-449f-b912-db8e4a1c05b8.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-9a6e44f2-65f5-413f-9037-6b3c6682c3fe {
  box-shadow:0px 0px 0px 1px rgba(253, 253, 253, 1);
margin-top: 5px;
margin-left: 9px;
margin-bottom: 15px;
margin-right: 9px;
background-color: rgba(255, 255, 255, 1);
}

#s-e248e92b-19e1-4f81-9f7f-5b777420aa2e {
  margin-left: 25px;
margin-right: 25px;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e248e92b-19e1-4f81-9f7f-5b777420aa2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e248e92b-19e1-4f81-9f7f-5b777420aa2e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b5bab5fe-09a3-4116-ae91-1d316a6817b7 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
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(138, 195, 171, 1);
border-radius: 61px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-b5bab5fe-09a3-4116-ae91-1d316a6817b7:hover {margin-top: 10px !important;
margin-left: 10px !important;
margin-bottom: 10px !important;
margin-right: 10px !important;
padding-left: 28px !important;
padding-right: 28px !important;
background-color: rgba(138, 195, 171, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-b5bab5fe-09a3-4116-ae91-1d316a6817b7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b5bab5fe-09a3-4116-ae91-1d316a6817b7-root {
    text-align: center;
  }


#s-b5bab5fe-09a3-4116-ae91-1d316a6817b7.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b5bab5fe-09a3-4116-ae91-1d316a6817b7-root {
    text-align: center;
  }


#s-b5bab5fe-09a3-4116-ae91-1d316a6817b7.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b5bab5fe-09a3-4116-ae91-1d316a6817b7-root {
    text-align: center;
  }


#s-b5bab5fe-09a3-4116-ae91-1d316a6817b7.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b5bab5fe-09a3-4116-ae91-1d316a6817b7-root {
    text-align: center;
  }


#s-b5bab5fe-09a3-4116-ae91-1d316a6817b7.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b5bab5fe-09a3-4116-ae91-1d316a6817b7-root {
    text-align: center;
  }


#s-b5bab5fe-09a3-4116-ae91-1d316a6817b7.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-d69287a2-3ac9-49b0-a3ba-c6afb30c13e0 {
  box-shadow:0px 0px 0px 1px rgba(253, 253, 253, 1);
margin-top: 5px;
margin-left: 9px;
margin-bottom: 15px;
margin-right: 9px;
background-color: rgba(255, 255, 255, 1);
}

#s-aaddc0d4-aeb9-470c-b9d1-0817d292963d {
  margin-left: 25px;
margin-right: 25px;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-aaddc0d4-aeb9-470c-b9d1-0817d292963d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aaddc0d4-aeb9-470c-b9d1-0817d292963d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c8db5f99-cb14-41c4-8893-5576a4010c80 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
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(138, 195, 171, 1);
border-radius: 61px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-c8db5f99-cb14-41c4-8893-5576a4010c80:hover {margin-top: 10px !important;
margin-left: 10px !important;
margin-bottom: 10px !important;
margin-right: 10px !important;
padding-left: 28px !important;
padding-right: 28px !important;
background-color: rgba(138, 195, 171, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-c8db5f99-cb14-41c4-8893-5576a4010c80:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c8db5f99-cb14-41c4-8893-5576a4010c80-root {
    text-align: center;
  }


#s-c8db5f99-cb14-41c4-8893-5576a4010c80.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c8db5f99-cb14-41c4-8893-5576a4010c80-root {
    text-align: center;
  }


#s-c8db5f99-cb14-41c4-8893-5576a4010c80.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8db5f99-cb14-41c4-8893-5576a4010c80-root {
    text-align: center;
  }


#s-c8db5f99-cb14-41c4-8893-5576a4010c80.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8db5f99-cb14-41c4-8893-5576a4010c80-root {
    text-align: center;
  }


#s-c8db5f99-cb14-41c4-8893-5576a4010c80.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c8db5f99-cb14-41c4-8893-5576a4010c80-root {
    text-align: center;
  }


#s-c8db5f99-cb14-41c4-8893-5576a4010c80.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-202f9bc9-87f9-4365-b0be-c1c9eb1c32fb {
  box-shadow:0px 0px 0px 1px rgba(253, 253, 253, 1);
margin-top: 5px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
background-color: rgba(255, 255, 255, 1);
}

#s-8bf70d05-371f-460b-8501-ffb5555112fb {
  margin-left: 25px;
margin-right: 25px;
border-radius: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8bf70d05-371f-460b-8501-ffb5555112fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bf70d05-371f-460b-8501-ffb5555112fb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1cf734f9-5ba1-4828-8a4d-a3fc5e940506 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
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(138, 195, 171, 1);
border-radius: 61px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-1cf734f9-5ba1-4828-8a4d-a3fc5e940506:hover {margin-top: 10px !important;
margin-left: 10px !important;
margin-bottom: 10px !important;
margin-right: 10px !important;
padding-left: 28px !important;
padding-right: 28px !important;
background-color: rgba(138, 195, 171, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-1cf734f9-5ba1-4828-8a4d-a3fc5e940506:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1cf734f9-5ba1-4828-8a4d-a3fc5e940506-root {
    text-align: center;
  }


#s-1cf734f9-5ba1-4828-8a4d-a3fc5e940506.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1cf734f9-5ba1-4828-8a4d-a3fc5e940506-root {
    text-align: center;
  }


#s-1cf734f9-5ba1-4828-8a4d-a3fc5e940506.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1cf734f9-5ba1-4828-8a4d-a3fc5e940506-root {
    text-align: center;
  }


#s-1cf734f9-5ba1-4828-8a4d-a3fc5e940506.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1cf734f9-5ba1-4828-8a4d-a3fc5e940506-root {
    text-align: center;
  }


#s-1cf734f9-5ba1-4828-8a4d-a3fc5e940506.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1cf734f9-5ba1-4828-8a4d-a3fc5e940506-root {
    text-align: center;
  }


#s-1cf734f9-5ba1-4828-8a4d-a3fc5e940506.shg-btn {
  color: rgba(110, 110, 110, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
#s-e86c30de-c22f-4370-b1f0-361314862ec1 {
  box-shadow:0px 0px 0px 1px rgba(253, 253, 253, 1);
margin-top: 5px;
margin-left: 15px;
margin-bottom: 15px;
margin-right: 15px;
background-color: rgba(255, 255, 255, 1);
}

#s-85e126bc-0a65-461b-bb24-e862c33e1ae4 {
  min-height: 50px;
}








#s-85e126bc-0a65-461b-bb24-e862c33e1ae4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85e126bc-0a65-461b-bb24-e862c33e1ae4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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