.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-ddf9f6ef-7b7f-4a33-b32e-f7aa5ba19593 {
  margin-top: -17%;
margin-bottom: 0%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ddf9f6ef-7b7f-4a33-b32e-f7aa5ba19593 {
  display: none;
}
#s-ddf9f6ef-7b7f-4a33-b32e-f7aa5ba19593, #wrap-s-ddf9f6ef-7b7f-4a33-b32e-f7aa5ba19593 { display: none !important; }}@media (max-width: 767px){#s-ddf9f6ef-7b7f-4a33-b32e-f7aa5ba19593 {
  display: none;
}
#s-ddf9f6ef-7b7f-4a33-b32e-f7aa5ba19593, #wrap-s-ddf9f6ef-7b7f-4a33-b32e-f7aa5ba19593 { display: none !important; }}







#s-ddf9f6ef-7b7f-4a33-b32e-f7aa5ba19593 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddf9f6ef-7b7f-4a33-b32e-f7aa5ba19593.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-c4d5c261-aa83-4b48-9988-fe8338f854af {
  margin-left: 0%;
margin-right: 0%;
max-width: 2644px;
aspect-ratio: 2644/837;
text-align: center;
}







  img.s-c4d5c261-aa83-4b48-9988-fe8338f854af.shogun-image {
    
    
  }


.s-c4d5c261-aa83-4b48-9988-fe8338f854af .shogun-image-content {
  
    align-items: center;
  
}

.s-c4d5c261-aa83-4b48-9988-fe8338f854af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4d5c261-aa83-4b48-9988-fe8338f854af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4d5c261-aa83-4b48-9988-fe8338f854af.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c4d5c261-aa83-4b48-9988-fe8338f854af.shogun-image {
    
    
  }


.s-c4d5c261-aa83-4b48-9988-fe8338f854af .shogun-image-content {
  
    align-items: center;
  
}

.s-c4d5c261-aa83-4b48-9988-fe8338f854af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4d5c261-aa83-4b48-9988-fe8338f854af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4d5c261-aa83-4b48-9988-fe8338f854af.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c4d5c261-aa83-4b48-9988-fe8338f854af.shogun-image {
    
    
  }


.s-c4d5c261-aa83-4b48-9988-fe8338f854af .shogun-image-content {
  
    align-items: center;
  
}

.s-c4d5c261-aa83-4b48-9988-fe8338f854af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4d5c261-aa83-4b48-9988-fe8338f854af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4d5c261-aa83-4b48-9988-fe8338f854af.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c4d5c261-aa83-4b48-9988-fe8338f854af.shogun-image {
    
    
  }


.s-c4d5c261-aa83-4b48-9988-fe8338f854af .shogun-image-content {
  
    align-items: center;
  
}

.s-c4d5c261-aa83-4b48-9988-fe8338f854af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4d5c261-aa83-4b48-9988-fe8338f854af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4d5c261-aa83-4b48-9988-fe8338f854af.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c4d5c261-aa83-4b48-9988-fe8338f854af.shogun-image {
    
    
  }


.s-c4d5c261-aa83-4b48-9988-fe8338f854af .shogun-image-content {
  
    align-items: center;
  
}

.s-c4d5c261-aa83-4b48-9988-fe8338f854af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4d5c261-aa83-4b48-9988-fe8338f854af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4d5c261-aa83-4b48-9988-fe8338f854af.shogun-image {
  box-sizing: border-box;
}



}
.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-e99d50f7-acb4-42e9-bd82-6fd5c1b5bb66 {
  margin-top: 2%;
margin-left: 14%;
margin-bottom: 3%;
margin-right: 4%;
}

@media (min-width: 0px) {
[id="s-e99d50f7-acb4-42e9-bd82-6fd5c1b5bb66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e99d50f7-acb4-42e9-bd82-6fd5c1b5bb66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e99d50f7-acb4-42e9-bd82-6fd5c1b5bb66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e99d50f7-acb4-42e9-bd82-6fd5c1b5bb66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-888c2e1a-b428-4b17-9b69-665dc3a6ff4e {
  margin-top: 25%;
margin-left: 5%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-888c2e1a-b428-4b17-9b69-665dc3a6ff4e .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 37px;
  
  letter-spacing: 2px;
  text-align: left;
}



.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-59c1f78e-7b88-4137-9664-a11fe48fb001 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-7a8fa461-e25e-4c38-b905-17b26d99024a {
  margin-top: 2%;
margin-left: 8%;
margin-bottom: 2%;
margin-right: 8%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a8fa461-e25e-4c38-b905-17b26d99024a {
  display: none;
}
#s-7a8fa461-e25e-4c38-b905-17b26d99024a, #wrap-s-7a8fa461-e25e-4c38-b905-17b26d99024a { display: none !important; }}@media (max-width: 767px){#s-7a8fa461-e25e-4c38-b905-17b26d99024a {
  display: none;
}
#s-7a8fa461-e25e-4c38-b905-17b26d99024a, #wrap-s-7a8fa461-e25e-4c38-b905-17b26d99024a { display: none !important; }}







#s-7a8fa461-e25e-4c38-b905-17b26d99024a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a8fa461-e25e-4c38-b905-17b26d99024a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f48174bc-a390-4b9d-9f16-95cdf967cdde {
  margin-top: 0px;
margin-left: 8%;
margin-bottom: 1%;
margin-right: 8%;
max-width: 9617px;
aspect-ratio: 9617/3559;
text-align: center;
}







  img.s-f48174bc-a390-4b9d-9f16-95cdf967cdde.shogun-image {
    
    
  }


.s-f48174bc-a390-4b9d-9f16-95cdf967cdde .shogun-image-content {
  
    align-items: center;
  
}

.s-f48174bc-a390-4b9d-9f16-95cdf967cdde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f48174bc-a390-4b9d-9f16-95cdf967cdde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f48174bc-a390-4b9d-9f16-95cdf967cdde.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f48174bc-a390-4b9d-9f16-95cdf967cdde.shogun-image {
    
    
  }


.s-f48174bc-a390-4b9d-9f16-95cdf967cdde .shogun-image-content {
  
    align-items: center;
  
}

.s-f48174bc-a390-4b9d-9f16-95cdf967cdde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f48174bc-a390-4b9d-9f16-95cdf967cdde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f48174bc-a390-4b9d-9f16-95cdf967cdde.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f48174bc-a390-4b9d-9f16-95cdf967cdde.shogun-image {
    
    
  }


.s-f48174bc-a390-4b9d-9f16-95cdf967cdde .shogun-image-content {
  
    align-items: center;
  
}

.s-f48174bc-a390-4b9d-9f16-95cdf967cdde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f48174bc-a390-4b9d-9f16-95cdf967cdde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f48174bc-a390-4b9d-9f16-95cdf967cdde.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f48174bc-a390-4b9d-9f16-95cdf967cdde.shogun-image {
    
    
  }


.s-f48174bc-a390-4b9d-9f16-95cdf967cdde .shogun-image-content {
  
    align-items: center;
  
}

.s-f48174bc-a390-4b9d-9f16-95cdf967cdde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f48174bc-a390-4b9d-9f16-95cdf967cdde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f48174bc-a390-4b9d-9f16-95cdf967cdde.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f48174bc-a390-4b9d-9f16-95cdf967cdde.shogun-image {
    
    
  }


.s-f48174bc-a390-4b9d-9f16-95cdf967cdde .shogun-image-content {
  
    align-items: center;
  
}

.s-f48174bc-a390-4b9d-9f16-95cdf967cdde.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f48174bc-a390-4b9d-9f16-95cdf967cdde.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f48174bc-a390-4b9d-9f16-95cdf967cdde.shogun-image {
  box-sizing: border-box;
}



}
@media (min-width: 0px) {
[id="s-cec80e8b-3d23-460f-a30b-965a45c4f531"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cec80e8b-3d23-460f-a30b-965a45c4f531"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cec80e8b-3d23-460f-a30b-965a45c4f531"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cec80e8b-3d23-460f-a30b-965a45c4f531"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d8359475-064d-4d0a-85be-ce250b7c3793 {
  margin-top: 0%;
margin-left: 8%;
margin-bottom: 0%;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d8359475-064d-4d0a-85be-ce250b7c3793 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 41px;
  
  letter-spacing: 2px;
  
}



#s-68792006-eeab-46b1-9d9a-db1da2a46580 {
  margin-top: 1%;
margin-left: 8%;
margin-bottom: 1%;
margin-right: 8%;
}

#s-2f436d03-1d74-4683-a64f-4219b3888463 {
  margin-left: 0%;
}

@media (min-width: 0px) {
[id="s-2f436d03-1d74-4683-a64f-4219b3888463"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 30.0px);
}

}

@media (min-width: 768px) {
[id="s-2f436d03-1d74-4683-a64f-4219b3888463"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 992px) {
[id="s-2f436d03-1d74-4683-a64f-4219b3888463"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f436d03-1d74-4683-a64f-4219b3888463"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 45.0px);
}

}

#s-8be1dba4-70fb-44a8-b742-3c04ffbab688 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}







  img.s-8be1dba4-70fb-44a8-b742-3c04ffbab688.shogun-image {
    
    
  }


.s-8be1dba4-70fb-44a8-b742-3c04ffbab688 .shogun-image-content {
  
    align-items: center;
  
}

.s-8be1dba4-70fb-44a8-b742-3c04ffbab688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8be1dba4-70fb-44a8-b742-3c04ffbab688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8be1dba4-70fb-44a8-b742-3c04ffbab688.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-8be1dba4-70fb-44a8-b742-3c04ffbab688.shogun-image {
    
    
  }


.s-8be1dba4-70fb-44a8-b742-3c04ffbab688 .shogun-image-content {
  
    align-items: center;
  
}

.s-8be1dba4-70fb-44a8-b742-3c04ffbab688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8be1dba4-70fb-44a8-b742-3c04ffbab688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8be1dba4-70fb-44a8-b742-3c04ffbab688.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8be1dba4-70fb-44a8-b742-3c04ffbab688.shogun-image {
    
    
  }


.s-8be1dba4-70fb-44a8-b742-3c04ffbab688 .shogun-image-content {
  
    align-items: center;
  
}

.s-8be1dba4-70fb-44a8-b742-3c04ffbab688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8be1dba4-70fb-44a8-b742-3c04ffbab688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8be1dba4-70fb-44a8-b742-3c04ffbab688.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8be1dba4-70fb-44a8-b742-3c04ffbab688.shogun-image {
    
    
  }


.s-8be1dba4-70fb-44a8-b742-3c04ffbab688 .shogun-image-content {
  
    align-items: center;
  
}

.s-8be1dba4-70fb-44a8-b742-3c04ffbab688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8be1dba4-70fb-44a8-b742-3c04ffbab688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8be1dba4-70fb-44a8-b742-3c04ffbab688.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8be1dba4-70fb-44a8-b742-3c04ffbab688.shogun-image {
    
    
  }


.s-8be1dba4-70fb-44a8-b742-3c04ffbab688 .shogun-image-content {
  
    align-items: center;
  
}

.s-8be1dba4-70fb-44a8-b742-3c04ffbab688.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8be1dba4-70fb-44a8-b742-3c04ffbab688.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8be1dba4-70fb-44a8-b742-3c04ffbab688.shogun-image {
  box-sizing: border-box;
}



}
.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-526f2f02-6ab9-4a3f-b50a-2174e2a72180 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-526f2f02-6ab9-4a3f-b50a-2174e2a72180:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-526f2f02-6ab9-4a3f-b50a-2174e2a72180:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-526f2f02-6ab9-4a3f-b50a-2174e2a72180-root {
    text-align: center;
  }


#s-526f2f02-6ab9-4a3f-b50a-2174e2a72180.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-526f2f02-6ab9-4a3f-b50a-2174e2a72180-root {
    text-align: center;
  }


#s-526f2f02-6ab9-4a3f-b50a-2174e2a72180.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-526f2f02-6ab9-4a3f-b50a-2174e2a72180-root {
    text-align: center;
  }


#s-526f2f02-6ab9-4a3f-b50a-2174e2a72180.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-526f2f02-6ab9-4a3f-b50a-2174e2a72180-root {
    text-align: center;
  }


#s-526f2f02-6ab9-4a3f-b50a-2174e2a72180.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-526f2f02-6ab9-4a3f-b50a-2174e2a72180-root {
    text-align: center;
  }


#s-526f2f02-6ab9-4a3f-b50a-2174e2a72180.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
  #s-526f2f02-6ab9-4a3f-b50a-2174e2a72180-root {
    text-align: center;
  }


#s-526f2f02-6ab9-4a3f-b50a-2174e2a72180.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-d0c908dc-ed4f-42b0-9f1b-9e866bfbaa54 {
  margin-top: 2%;
margin-left: 5%;
margin-right: 5%;
}

#s-f981a9c7-b3f2-4e50-bc49-6148e4df23aa {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-f981a9c7-b3f2-4e50-bc49-6148e4df23aa {
  display: none;
}
#s-f981a9c7-b3f2-4e50-bc49-6148e4df23aa, #wrap-s-f981a9c7-b3f2-4e50-bc49-6148e4df23aa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f981a9c7-b3f2-4e50-bc49-6148e4df23aa {
  display: none;
}
#s-f981a9c7-b3f2-4e50-bc49-6148e4df23aa, #wrap-s-f981a9c7-b3f2-4e50-bc49-6148e4df23aa { display: none !important; }}







#s-f981a9c7-b3f2-4e50-bc49-6148e4df23aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f981a9c7-b3f2-4e50-bc49-6148e4df23aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c60b92cc-822d-4aa2-a745-cced5d28628a {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(34, 86, 49, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-c60b92cc-822d-4aa2-a745-cced5d28628a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(25, 70, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c60b92cc-822d-4aa2-a745-cced5d28628a:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(34, 86, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c60b92cc-822d-4aa2-a745-cced5d28628a-root {
    text-align: center;
  }


#s-c60b92cc-822d-4aa2-a745-cced5d28628a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c60b92cc-822d-4aa2-a745-cced5d28628a-root {
    text-align: center;
  }


#s-c60b92cc-822d-4aa2-a745-cced5d28628a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c60b92cc-822d-4aa2-a745-cced5d28628a-root {
    text-align: center;
  }


#s-c60b92cc-822d-4aa2-a745-cced5d28628a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c60b92cc-822d-4aa2-a745-cced5d28628a-root {
    text-align: center;
  }


#s-c60b92cc-822d-4aa2-a745-cced5d28628a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c60b92cc-822d-4aa2-a745-cced5d28628a-root {
    text-align: center;
  }


#s-c60b92cc-822d-4aa2-a745-cced5d28628a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-c60b92cc-822d-4aa2-a745-cced5d28628a-root {
    text-align: center;
  }


#s-c60b92cc-822d-4aa2-a745-cced5d28628a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e735e05b-4bd0-4aca-b2b8-8e4ca9a8ab5f {
  text-align: left;
}

#s-d1688c95-08f3-4c26-bcf2-c577f7710bdc {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d1688c95-08f3-4c26-bcf2-c577f7710bdc:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d1688c95-08f3-4c26-bcf2-c577f7710bdc:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-d1688c95-08f3-4c26-bcf2-c577f7710bdc-root {
    text-align: center;
  }


#s-d1688c95-08f3-4c26-bcf2-c577f7710bdc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d1688c95-08f3-4c26-bcf2-c577f7710bdc-root {
    text-align: center;
  }


#s-d1688c95-08f3-4c26-bcf2-c577f7710bdc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d1688c95-08f3-4c26-bcf2-c577f7710bdc-root {
    text-align: center;
  }


#s-d1688c95-08f3-4c26-bcf2-c577f7710bdc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d1688c95-08f3-4c26-bcf2-c577f7710bdc-root {
    text-align: center;
  }


#s-d1688c95-08f3-4c26-bcf2-c577f7710bdc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d1688c95-08f3-4c26-bcf2-c577f7710bdc-root {
    text-align: center;
  }


#s-d1688c95-08f3-4c26-bcf2-c577f7710bdc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
  #s-d1688c95-08f3-4c26-bcf2-c577f7710bdc-root {
    text-align: center;
  }


#s-d1688c95-08f3-4c26-bcf2-c577f7710bdc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-efb59d52-a575-4b87-8805-3ac807bfebb7 {
  margin-top: 2%;
margin-left: 5%;
margin-right: 5%;
}

#s-70810bd1-3c5c-4b12-ab3a-db61c6e9bf96 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-70810bd1-3c5c-4b12-ab3a-db61c6e9bf96 {
  display: none;
}
#s-70810bd1-3c5c-4b12-ab3a-db61c6e9bf96, #wrap-s-70810bd1-3c5c-4b12-ab3a-db61c6e9bf96 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70810bd1-3c5c-4b12-ab3a-db61c6e9bf96 {
  display: none;
}
#s-70810bd1-3c5c-4b12-ab3a-db61c6e9bf96, #wrap-s-70810bd1-3c5c-4b12-ab3a-db61c6e9bf96 { display: none !important; }}







#s-70810bd1-3c5c-4b12-ab3a-db61c6e9bf96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70810bd1-3c5c-4b12-ab3a-db61c6e9bf96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-600d8018-d566-41f0-9ceb-d5abe6017c34 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(34, 86, 49, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-600d8018-d566-41f0-9ceb-d5abe6017c34:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(25, 70, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-600d8018-d566-41f0-9ceb-d5abe6017c34:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(34, 86, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-600d8018-d566-41f0-9ceb-d5abe6017c34-root {
    text-align: center;
  }


#s-600d8018-d566-41f0-9ceb-d5abe6017c34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-600d8018-d566-41f0-9ceb-d5abe6017c34-root {
    text-align: center;
  }


#s-600d8018-d566-41f0-9ceb-d5abe6017c34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-600d8018-d566-41f0-9ceb-d5abe6017c34-root {
    text-align: center;
  }


#s-600d8018-d566-41f0-9ceb-d5abe6017c34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-600d8018-d566-41f0-9ceb-d5abe6017c34-root {
    text-align: center;
  }


#s-600d8018-d566-41f0-9ceb-d5abe6017c34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-600d8018-d566-41f0-9ceb-d5abe6017c34-root {
    text-align: center;
  }


#s-600d8018-d566-41f0-9ceb-d5abe6017c34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-600d8018-d566-41f0-9ceb-d5abe6017c34-root {
    text-align: center;
  }


#s-600d8018-d566-41f0-9ceb-d5abe6017c34.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0e19d5e3-e32a-449a-8e6b-ac5cbcde6d37 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-0e19d5e3-e32a-449a-8e6b-ac5cbcde6d37 {
  display: none;
}
#s-0e19d5e3-e32a-449a-8e6b-ac5cbcde6d37, #wrap-s-0e19d5e3-e32a-449a-8e6b-ac5cbcde6d37 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e19d5e3-e32a-449a-8e6b-ac5cbcde6d37 {
  display: none;
}
#s-0e19d5e3-e32a-449a-8e6b-ac5cbcde6d37, #wrap-s-0e19d5e3-e32a-449a-8e6b-ac5cbcde6d37 { display: none !important; }}







#s-0e19d5e3-e32a-449a-8e6b-ac5cbcde6d37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e19d5e3-e32a-449a-8e6b-ac5cbcde6d37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af04a2db-cd66-433e-af19-0363065ad7ee {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(34, 86, 49, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-af04a2db-cd66-433e-af19-0363065ad7ee:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(25, 70, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-af04a2db-cd66-433e-af19-0363065ad7ee:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(34, 86, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-af04a2db-cd66-433e-af19-0363065ad7ee-root {
    text-align: center;
  }


#s-af04a2db-cd66-433e-af19-0363065ad7ee.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-af04a2db-cd66-433e-af19-0363065ad7ee-root {
    text-align: center;
  }


#s-af04a2db-cd66-433e-af19-0363065ad7ee.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-af04a2db-cd66-433e-af19-0363065ad7ee-root {
    text-align: center;
  }


#s-af04a2db-cd66-433e-af19-0363065ad7ee.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-af04a2db-cd66-433e-af19-0363065ad7ee-root {
    text-align: center;
  }


#s-af04a2db-cd66-433e-af19-0363065ad7ee.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-af04a2db-cd66-433e-af19-0363065ad7ee-root {
    text-align: center;
  }


#s-af04a2db-cd66-433e-af19-0363065ad7ee.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-af04a2db-cd66-433e-af19-0363065ad7ee-root {
    text-align: center;
  }


#s-af04a2db-cd66-433e-af19-0363065ad7ee.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f6ca5ac2-e543-4c27-bb61-78a17117eb79 {
  text-align: center;
}







  img.s-f6ca5ac2-e543-4c27-bb61-78a17117eb79.shogun-image {
    
    
  }


.s-f6ca5ac2-e543-4c27-bb61-78a17117eb79 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6ca5ac2-e543-4c27-bb61-78a17117eb79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6ca5ac2-e543-4c27-bb61-78a17117eb79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6ca5ac2-e543-4c27-bb61-78a17117eb79.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-f6ca5ac2-e543-4c27-bb61-78a17117eb79.shogun-image {
    
    
  }


.s-f6ca5ac2-e543-4c27-bb61-78a17117eb79 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6ca5ac2-e543-4c27-bb61-78a17117eb79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6ca5ac2-e543-4c27-bb61-78a17117eb79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6ca5ac2-e543-4c27-bb61-78a17117eb79.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f6ca5ac2-e543-4c27-bb61-78a17117eb79.shogun-image {
    
    
  }


.s-f6ca5ac2-e543-4c27-bb61-78a17117eb79 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6ca5ac2-e543-4c27-bb61-78a17117eb79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6ca5ac2-e543-4c27-bb61-78a17117eb79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6ca5ac2-e543-4c27-bb61-78a17117eb79.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f6ca5ac2-e543-4c27-bb61-78a17117eb79.shogun-image {
    
    
  }


.s-f6ca5ac2-e543-4c27-bb61-78a17117eb79 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6ca5ac2-e543-4c27-bb61-78a17117eb79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6ca5ac2-e543-4c27-bb61-78a17117eb79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6ca5ac2-e543-4c27-bb61-78a17117eb79.shogun-image {
  box-sizing: border-box;
}



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





  img.s-f6ca5ac2-e543-4c27-bb61-78a17117eb79.shogun-image {
    
    
  }


.s-f6ca5ac2-e543-4c27-bb61-78a17117eb79 .shogun-image-content {
  
    align-items: center;
  
}

.s-f6ca5ac2-e543-4c27-bb61-78a17117eb79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f6ca5ac2-e543-4c27-bb61-78a17117eb79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f6ca5ac2-e543-4c27-bb61-78a17117eb79.shogun-image {
  box-sizing: border-box;
}



}
#s-689fef20-ded8-489b-96ae-29c397ad3d53 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-689fef20-ded8-489b-96ae-29c397ad3d53:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-689fef20-ded8-489b-96ae-29c397ad3d53:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-689fef20-ded8-489b-96ae-29c397ad3d53-root {
    text-align: center;
  }


#s-689fef20-ded8-489b-96ae-29c397ad3d53.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-689fef20-ded8-489b-96ae-29c397ad3d53-root {
    text-align: center;
  }


#s-689fef20-ded8-489b-96ae-29c397ad3d53.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-689fef20-ded8-489b-96ae-29c397ad3d53-root {
    text-align: center;
  }


#s-689fef20-ded8-489b-96ae-29c397ad3d53.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-689fef20-ded8-489b-96ae-29c397ad3d53-root {
    text-align: center;
  }


#s-689fef20-ded8-489b-96ae-29c397ad3d53.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-689fef20-ded8-489b-96ae-29c397ad3d53-root {
    text-align: center;
  }


#s-689fef20-ded8-489b-96ae-29c397ad3d53.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
  #s-689fef20-ded8-489b-96ae-29c397ad3d53-root {
    text-align: center;
  }


#s-689fef20-ded8-489b-96ae-29c397ad3d53.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-d087bb8b-7d7f-4d13-83ba-03c8e94b3719 {
  margin-top: 2%;
margin-left: 5%;
margin-right: 5%;
}

#s-e7158aa9-1422-4565-a594-f5bf79cb94d8 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}







  img.s-e7158aa9-1422-4565-a594-f5bf79cb94d8.shogun-image {
    
    
  }


.s-e7158aa9-1422-4565-a594-f5bf79cb94d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7158aa9-1422-4565-a594-f5bf79cb94d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7158aa9-1422-4565-a594-f5bf79cb94d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7158aa9-1422-4565-a594-f5bf79cb94d8.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-e7158aa9-1422-4565-a594-f5bf79cb94d8.shogun-image {
    
    
  }


.s-e7158aa9-1422-4565-a594-f5bf79cb94d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7158aa9-1422-4565-a594-f5bf79cb94d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7158aa9-1422-4565-a594-f5bf79cb94d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7158aa9-1422-4565-a594-f5bf79cb94d8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e7158aa9-1422-4565-a594-f5bf79cb94d8.shogun-image {
    
    
  }


.s-e7158aa9-1422-4565-a594-f5bf79cb94d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7158aa9-1422-4565-a594-f5bf79cb94d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7158aa9-1422-4565-a594-f5bf79cb94d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7158aa9-1422-4565-a594-f5bf79cb94d8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e7158aa9-1422-4565-a594-f5bf79cb94d8.shogun-image {
    
    
  }


.s-e7158aa9-1422-4565-a594-f5bf79cb94d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7158aa9-1422-4565-a594-f5bf79cb94d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7158aa9-1422-4565-a594-f5bf79cb94d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7158aa9-1422-4565-a594-f5bf79cb94d8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e7158aa9-1422-4565-a594-f5bf79cb94d8.shogun-image {
    
    
  }


.s-e7158aa9-1422-4565-a594-f5bf79cb94d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-e7158aa9-1422-4565-a594-f5bf79cb94d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e7158aa9-1422-4565-a594-f5bf79cb94d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e7158aa9-1422-4565-a594-f5bf79cb94d8.shogun-image {
  box-sizing: border-box;
}



}
#s-15824e02-4891-4da3-bf85-2a67f6e30850 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-15824e02-4891-4da3-bf85-2a67f6e30850:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-15824e02-4891-4da3-bf85-2a67f6e30850:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-15824e02-4891-4da3-bf85-2a67f6e30850-root {
    text-align: center;
  }


#s-15824e02-4891-4da3-bf85-2a67f6e30850.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-15824e02-4891-4da3-bf85-2a67f6e30850-root {
    text-align: center;
  }


#s-15824e02-4891-4da3-bf85-2a67f6e30850.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15824e02-4891-4da3-bf85-2a67f6e30850-root {
    text-align: center;
  }


#s-15824e02-4891-4da3-bf85-2a67f6e30850.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15824e02-4891-4da3-bf85-2a67f6e30850-root {
    text-align: center;
  }


#s-15824e02-4891-4da3-bf85-2a67f6e30850.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-15824e02-4891-4da3-bf85-2a67f6e30850-root {
    text-align: center;
  }


#s-15824e02-4891-4da3-bf85-2a67f6e30850.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
  #s-15824e02-4891-4da3-bf85-2a67f6e30850-root {
    text-align: center;
  }


#s-15824e02-4891-4da3-bf85-2a67f6e30850.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-5bf8aa3b-6113-4074-9036-11cfb2b08b63 {
  margin-top: 2%;
margin-left: 5%;
margin-right: 5%;
}

#s-58edb438-edfe-4f62-8b74-b9800e583d1d {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-58edb438-edfe-4f62-8b74-b9800e583d1d {
  display: none;
}
#s-58edb438-edfe-4f62-8b74-b9800e583d1d, #wrap-s-58edb438-edfe-4f62-8b74-b9800e583d1d { display: none !important; }}@media (max-width: 767px){#s-58edb438-edfe-4f62-8b74-b9800e583d1d {
  display: none;
}
#s-58edb438-edfe-4f62-8b74-b9800e583d1d, #wrap-s-58edb438-edfe-4f62-8b74-b9800e583d1d { display: none !important; }}
@media (min-width: 0px) {
[id="s-58edb438-edfe-4f62-8b74-b9800e583d1d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 30.0px);
}

}

@media (min-width: 768px) {
[id="s-58edb438-edfe-4f62-8b74-b9800e583d1d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 992px) {
[id="s-58edb438-edfe-4f62-8b74-b9800e583d1d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 1200px) {
[id="s-58edb438-edfe-4f62-8b74-b9800e583d1d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 45.0px);
}

}

#s-be4e30ba-3a5b-4ef0-90d5-15b327dff1a2 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-be4e30ba-3a5b-4ef0-90d5-15b327dff1a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be4e30ba-3a5b-4ef0-90d5-15b327dff1a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6bf81557-9dd3-4d84-b3ff-b7c3e53a4eb4 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-6bf81557-9dd3-4d84-b3ff-b7c3e53a4eb4:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6bf81557-9dd3-4d84-b3ff-b7c3e53a4eb4:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(73, 71, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-6bf81557-9dd3-4d84-b3ff-b7c3e53a4eb4-root {
    text-align: center;
  }


#s-6bf81557-9dd3-4d84-b3ff-b7c3e53a4eb4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6bf81557-9dd3-4d84-b3ff-b7c3e53a4eb4-root {
    text-align: center;
  }


#s-6bf81557-9dd3-4d84-b3ff-b7c3e53a4eb4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6bf81557-9dd3-4d84-b3ff-b7c3e53a4eb4-root {
    text-align: center;
  }


#s-6bf81557-9dd3-4d84-b3ff-b7c3e53a4eb4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6bf81557-9dd3-4d84-b3ff-b7c3e53a4eb4-root {
    text-align: center;
  }


#s-6bf81557-9dd3-4d84-b3ff-b7c3e53a4eb4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6bf81557-9dd3-4d84-b3ff-b7c3e53a4eb4-root {
    text-align: center;
  }


#s-6bf81557-9dd3-4d84-b3ff-b7c3e53a4eb4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-6bf81557-9dd3-4d84-b3ff-b7c3e53a4eb4-root {
    text-align: center;
  }


#s-6bf81557-9dd3-4d84-b3ff-b7c3e53a4eb4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-471b3376-d96b-46a5-9503-b2dc8b69b7e8 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-471b3376-d96b-46a5-9503-b2dc8b69b7e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-471b3376-d96b-46a5-9503-b2dc8b69b7e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac29aba1-0f26-4564-acef-a272dea5edfb {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-ac29aba1-0f26-4564-acef-a272dea5edfb:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ac29aba1-0f26-4564-acef-a272dea5edfb:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(73, 71, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-ac29aba1-0f26-4564-acef-a272dea5edfb-root {
    text-align: center;
  }


#s-ac29aba1-0f26-4564-acef-a272dea5edfb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ac29aba1-0f26-4564-acef-a272dea5edfb-root {
    text-align: center;
  }


#s-ac29aba1-0f26-4564-acef-a272dea5edfb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac29aba1-0f26-4564-acef-a272dea5edfb-root {
    text-align: center;
  }


#s-ac29aba1-0f26-4564-acef-a272dea5edfb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac29aba1-0f26-4564-acef-a272dea5edfb-root {
    text-align: center;
  }


#s-ac29aba1-0f26-4564-acef-a272dea5edfb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ac29aba1-0f26-4564-acef-a272dea5edfb-root {
    text-align: center;
  }


#s-ac29aba1-0f26-4564-acef-a272dea5edfb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-ac29aba1-0f26-4564-acef-a272dea5edfb-root {
    text-align: center;
  }


#s-ac29aba1-0f26-4564-acef-a272dea5edfb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e6bb3edd-f422-43ac-a86e-f1b679a6ac48 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-e6bb3edd-f422-43ac-a86e-f1b679a6ac48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6bb3edd-f422-43ac-a86e-f1b679a6ac48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9033866c-829c-4c9e-b54a-28cd088e5a06 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-9033866c-829c-4c9e-b54a-28cd088e5a06:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9033866c-829c-4c9e-b54a-28cd088e5a06:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(73, 71, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-9033866c-829c-4c9e-b54a-28cd088e5a06-root {
    text-align: center;
  }


#s-9033866c-829c-4c9e-b54a-28cd088e5a06.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9033866c-829c-4c9e-b54a-28cd088e5a06-root {
    text-align: center;
  }


#s-9033866c-829c-4c9e-b54a-28cd088e5a06.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9033866c-829c-4c9e-b54a-28cd088e5a06-root {
    text-align: center;
  }


#s-9033866c-829c-4c9e-b54a-28cd088e5a06.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9033866c-829c-4c9e-b54a-28cd088e5a06-root {
    text-align: center;
  }


#s-9033866c-829c-4c9e-b54a-28cd088e5a06.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9033866c-829c-4c9e-b54a-28cd088e5a06-root {
    text-align: center;
  }


#s-9033866c-829c-4c9e-b54a-28cd088e5a06.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-9033866c-829c-4c9e-b54a-28cd088e5a06-root {
    text-align: center;
  }


#s-9033866c-829c-4c9e-b54a-28cd088e5a06.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-07f239d7-ba45-4cdf-b593-1372d15af826 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-07f239d7-ba45-4cdf-b593-1372d15af826 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07f239d7-ba45-4cdf-b593-1372d15af826.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdd446e2-d8bd-4b69-a8f4-7ee36aa0d01c {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-cdd446e2-d8bd-4b69-a8f4-7ee36aa0d01c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdd446e2-d8bd-4b69-a8f4-7ee36aa0d01c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca6dbc0e-d86c-4f0d-ae97-2992f60155e8 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-ca6dbc0e-d86c-4f0d-ae97-2992f60155e8:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ca6dbc0e-d86c-4f0d-ae97-2992f60155e8:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(73, 71, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-ca6dbc0e-d86c-4f0d-ae97-2992f60155e8-root {
    text-align: center;
  }


#s-ca6dbc0e-d86c-4f0d-ae97-2992f60155e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ca6dbc0e-d86c-4f0d-ae97-2992f60155e8-root {
    text-align: center;
  }


#s-ca6dbc0e-d86c-4f0d-ae97-2992f60155e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca6dbc0e-d86c-4f0d-ae97-2992f60155e8-root {
    text-align: center;
  }


#s-ca6dbc0e-d86c-4f0d-ae97-2992f60155e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca6dbc0e-d86c-4f0d-ae97-2992f60155e8-root {
    text-align: center;
  }


#s-ca6dbc0e-d86c-4f0d-ae97-2992f60155e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ca6dbc0e-d86c-4f0d-ae97-2992f60155e8-root {
    text-align: center;
  }


#s-ca6dbc0e-d86c-4f0d-ae97-2992f60155e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-ca6dbc0e-d86c-4f0d-ae97-2992f60155e8-root {
    text-align: center;
  }


#s-ca6dbc0e-d86c-4f0d-ae97-2992f60155e8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-f5c04433-9dd8-4602-9923-3497bd158f07 {
  margin-left: 8%;
margin-right: 8%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f5c04433-9dd8-4602-9923-3497bd158f07 {
  display: none;
}
#s-f5c04433-9dd8-4602-9923-3497bd158f07, #wrap-s-f5c04433-9dd8-4602-9923-3497bd158f07 { display: none !important; }}@media (max-width: 767px){#s-f5c04433-9dd8-4602-9923-3497bd158f07 {
  display: none;
}
#s-f5c04433-9dd8-4602-9923-3497bd158f07, #wrap-s-f5c04433-9dd8-4602-9923-3497bd158f07 { display: none !important; }}







#s-f5c04433-9dd8-4602-9923-3497bd158f07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5c04433-9dd8-4602-9923-3497bd158f07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac746812-9493-4f2d-ae2a-87b2588d5483 {
  margin-top: 1%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
max-width: 9617px;
aspect-ratio: 9617/3688;
text-align: center;
}







  img.s-ac746812-9493-4f2d-ae2a-87b2588d5483.shogun-image {
    
    
  }


.s-ac746812-9493-4f2d-ae2a-87b2588d5483 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac746812-9493-4f2d-ae2a-87b2588d5483.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac746812-9493-4f2d-ae2a-87b2588d5483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac746812-9493-4f2d-ae2a-87b2588d5483.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ac746812-9493-4f2d-ae2a-87b2588d5483.shogun-image {
    
    
  }


.s-ac746812-9493-4f2d-ae2a-87b2588d5483 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac746812-9493-4f2d-ae2a-87b2588d5483.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac746812-9493-4f2d-ae2a-87b2588d5483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac746812-9493-4f2d-ae2a-87b2588d5483.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ac746812-9493-4f2d-ae2a-87b2588d5483.shogun-image {
    
    
  }


.s-ac746812-9493-4f2d-ae2a-87b2588d5483 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac746812-9493-4f2d-ae2a-87b2588d5483.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac746812-9493-4f2d-ae2a-87b2588d5483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac746812-9493-4f2d-ae2a-87b2588d5483.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ac746812-9493-4f2d-ae2a-87b2588d5483.shogun-image {
    
    
  }


.s-ac746812-9493-4f2d-ae2a-87b2588d5483 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac746812-9493-4f2d-ae2a-87b2588d5483.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac746812-9493-4f2d-ae2a-87b2588d5483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac746812-9493-4f2d-ae2a-87b2588d5483.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ac746812-9493-4f2d-ae2a-87b2588d5483.shogun-image {
    
    
  }


.s-ac746812-9493-4f2d-ae2a-87b2588d5483 .shogun-image-content {
  
    align-items: center;
  
}

.s-ac746812-9493-4f2d-ae2a-87b2588d5483.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac746812-9493-4f2d-ae2a-87b2588d5483.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac746812-9493-4f2d-ae2a-87b2588d5483.shogun-image {
  box-sizing: border-box;
}



}
@media (min-width: 0px) {
[id="s-82159def-f581-4a4d-884d-e21adafebd38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82159def-f581-4a4d-884d-e21adafebd38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-82159def-f581-4a4d-884d-e21adafebd38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-82159def-f581-4a4d-884d-e21adafebd38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1e28cebf-b3bb-41e9-a088-eb1e2f45b4e0 {
  margin-top: 0%;
margin-left: 8%;
margin-bottom: 0%;
margin-right: 8%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1e28cebf-b3bb-41e9-a088-eb1e2f45b4e0 .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 41px;
  
  letter-spacing: 2px;
  
}



#s-3bb5b86b-753f-4b03-a74e-64cd55cc9aae {
  margin-top: 1%;
margin-left: 8%;
margin-bottom: 1%;
margin-right: 8%;
}

#s-a3babe14-e095-49f1-8638-857a64810c3f {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-a3babe14-e095-49f1-8638-857a64810c3f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 30.0px);
}

}

@media (min-width: 768px) {
[id="s-a3babe14-e095-49f1-8638-857a64810c3f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 992px) {
[id="s-a3babe14-e095-49f1-8638-857a64810c3f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3babe14-e095-49f1-8638-857a64810c3f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 45.0px);
}

}

#s-05e162a9-b864-43b8-914f-b75be5cc6bdf {
  max-width: 909px;
aspect-ratio: 1/1;
text-align: center;
}







  img.s-05e162a9-b864-43b8-914f-b75be5cc6bdf.shogun-image {
    
    
  }


.s-05e162a9-b864-43b8-914f-b75be5cc6bdf .shogun-image-content {
  
    align-items: center;
  
}

.s-05e162a9-b864-43b8-914f-b75be5cc6bdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05e162a9-b864-43b8-914f-b75be5cc6bdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05e162a9-b864-43b8-914f-b75be5cc6bdf.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-05e162a9-b864-43b8-914f-b75be5cc6bdf.shogun-image {
    
    
  }


.s-05e162a9-b864-43b8-914f-b75be5cc6bdf .shogun-image-content {
  
    align-items: center;
  
}

.s-05e162a9-b864-43b8-914f-b75be5cc6bdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05e162a9-b864-43b8-914f-b75be5cc6bdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05e162a9-b864-43b8-914f-b75be5cc6bdf.shogun-image {
  box-sizing: border-box;
}



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





  img.s-05e162a9-b864-43b8-914f-b75be5cc6bdf.shogun-image {
    
    
  }


.s-05e162a9-b864-43b8-914f-b75be5cc6bdf .shogun-image-content {
  
    align-items: center;
  
}

.s-05e162a9-b864-43b8-914f-b75be5cc6bdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05e162a9-b864-43b8-914f-b75be5cc6bdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05e162a9-b864-43b8-914f-b75be5cc6bdf.shogun-image {
  box-sizing: border-box;
}



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





  img.s-05e162a9-b864-43b8-914f-b75be5cc6bdf.shogun-image {
    
    
  }


.s-05e162a9-b864-43b8-914f-b75be5cc6bdf .shogun-image-content {
  
    align-items: center;
  
}

.s-05e162a9-b864-43b8-914f-b75be5cc6bdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05e162a9-b864-43b8-914f-b75be5cc6bdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05e162a9-b864-43b8-914f-b75be5cc6bdf.shogun-image {
  box-sizing: border-box;
}



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





  img.s-05e162a9-b864-43b8-914f-b75be5cc6bdf.shogun-image {
    
    
  }


.s-05e162a9-b864-43b8-914f-b75be5cc6bdf .shogun-image-content {
  
    align-items: center;
  
}

.s-05e162a9-b864-43b8-914f-b75be5cc6bdf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-05e162a9-b864-43b8-914f-b75be5cc6bdf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-05e162a9-b864-43b8-914f-b75be5cc6bdf.shogun-image {
  box-sizing: border-box;
}



}
#s-917e8e35-32ea-46cc-be9a-26708b4a89a4 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-917e8e35-32ea-46cc-be9a-26708b4a89a4:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-917e8e35-32ea-46cc-be9a-26708b4a89a4:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-917e8e35-32ea-46cc-be9a-26708b4a89a4-root {
    text-align: center;
  }


#s-917e8e35-32ea-46cc-be9a-26708b4a89a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-917e8e35-32ea-46cc-be9a-26708b4a89a4-root {
    text-align: center;
  }


#s-917e8e35-32ea-46cc-be9a-26708b4a89a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-917e8e35-32ea-46cc-be9a-26708b4a89a4-root {
    text-align: center;
  }


#s-917e8e35-32ea-46cc-be9a-26708b4a89a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-917e8e35-32ea-46cc-be9a-26708b4a89a4-root {
    text-align: center;
  }


#s-917e8e35-32ea-46cc-be9a-26708b4a89a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-917e8e35-32ea-46cc-be9a-26708b4a89a4-root {
    text-align: center;
  }


#s-917e8e35-32ea-46cc-be9a-26708b4a89a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
  #s-917e8e35-32ea-46cc-be9a-26708b4a89a4-root {
    text-align: center;
  }


#s-917e8e35-32ea-46cc-be9a-26708b4a89a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-dc72f1a6-6f4a-4295-a233-14f0113c11d6 {
  margin-top: 2%;
margin-left: 5%;
margin-right: 5%;
}

#s-9daed9c3-04fb-4991-aaef-73a109b30f2b {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-9daed9c3-04fb-4991-aaef-73a109b30f2b {
  display: none;
}
#s-9daed9c3-04fb-4991-aaef-73a109b30f2b, #wrap-s-9daed9c3-04fb-4991-aaef-73a109b30f2b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9daed9c3-04fb-4991-aaef-73a109b30f2b {
  display: none;
}
#s-9daed9c3-04fb-4991-aaef-73a109b30f2b, #wrap-s-9daed9c3-04fb-4991-aaef-73a109b30f2b { display: none !important; }}







#s-9daed9c3-04fb-4991-aaef-73a109b30f2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9daed9c3-04fb-4991-aaef-73a109b30f2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2b28a56-755a-408b-8725-0d6ec6a25d31 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(34, 86, 49, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-f2b28a56-755a-408b-8725-0d6ec6a25d31:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(25, 70, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f2b28a56-755a-408b-8725-0d6ec6a25d31:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(34, 86, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f2b28a56-755a-408b-8725-0d6ec6a25d31-root {
    text-align: center;
  }


#s-f2b28a56-755a-408b-8725-0d6ec6a25d31.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f2b28a56-755a-408b-8725-0d6ec6a25d31-root {
    text-align: center;
  }


#s-f2b28a56-755a-408b-8725-0d6ec6a25d31.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2b28a56-755a-408b-8725-0d6ec6a25d31-root {
    text-align: center;
  }


#s-f2b28a56-755a-408b-8725-0d6ec6a25d31.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2b28a56-755a-408b-8725-0d6ec6a25d31-root {
    text-align: center;
  }


#s-f2b28a56-755a-408b-8725-0d6ec6a25d31.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f2b28a56-755a-408b-8725-0d6ec6a25d31-root {
    text-align: center;
  }


#s-f2b28a56-755a-408b-8725-0d6ec6a25d31.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-f2b28a56-755a-408b-8725-0d6ec6a25d31-root {
    text-align: center;
  }


#s-f2b28a56-755a-408b-8725-0d6ec6a25d31.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-2358a761-e9fd-49e4-ae52-18a68963de27 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}







  img.s-2358a761-e9fd-49e4-ae52-18a68963de27.shogun-image {
    
    
  }


.s-2358a761-e9fd-49e4-ae52-18a68963de27 .shogun-image-content {
  
    align-items: center;
  
}

.s-2358a761-e9fd-49e4-ae52-18a68963de27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2358a761-e9fd-49e4-ae52-18a68963de27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2358a761-e9fd-49e4-ae52-18a68963de27.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-2358a761-e9fd-49e4-ae52-18a68963de27.shogun-image {
    
    
  }


.s-2358a761-e9fd-49e4-ae52-18a68963de27 .shogun-image-content {
  
    align-items: center;
  
}

.s-2358a761-e9fd-49e4-ae52-18a68963de27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2358a761-e9fd-49e4-ae52-18a68963de27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2358a761-e9fd-49e4-ae52-18a68963de27.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2358a761-e9fd-49e4-ae52-18a68963de27.shogun-image {
    
    
  }


.s-2358a761-e9fd-49e4-ae52-18a68963de27 .shogun-image-content {
  
    align-items: center;
  
}

.s-2358a761-e9fd-49e4-ae52-18a68963de27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2358a761-e9fd-49e4-ae52-18a68963de27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2358a761-e9fd-49e4-ae52-18a68963de27.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2358a761-e9fd-49e4-ae52-18a68963de27.shogun-image {
    
    
  }


.s-2358a761-e9fd-49e4-ae52-18a68963de27 .shogun-image-content {
  
    align-items: center;
  
}

.s-2358a761-e9fd-49e4-ae52-18a68963de27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2358a761-e9fd-49e4-ae52-18a68963de27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2358a761-e9fd-49e4-ae52-18a68963de27.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2358a761-e9fd-49e4-ae52-18a68963de27.shogun-image {
    
    
  }


.s-2358a761-e9fd-49e4-ae52-18a68963de27 .shogun-image-content {
  
    align-items: center;
  
}

.s-2358a761-e9fd-49e4-ae52-18a68963de27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2358a761-e9fd-49e4-ae52-18a68963de27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2358a761-e9fd-49e4-ae52-18a68963de27.shogun-image {
  box-sizing: border-box;
}



}
#s-01628b48-1035-4acf-8804-1f845bac4b6e {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-01628b48-1035-4acf-8804-1f845bac4b6e:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-01628b48-1035-4acf-8804-1f845bac4b6e:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-01628b48-1035-4acf-8804-1f845bac4b6e-root {
    text-align: center;
  }


#s-01628b48-1035-4acf-8804-1f845bac4b6e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-01628b48-1035-4acf-8804-1f845bac4b6e-root {
    text-align: center;
  }


#s-01628b48-1035-4acf-8804-1f845bac4b6e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-01628b48-1035-4acf-8804-1f845bac4b6e-root {
    text-align: center;
  }


#s-01628b48-1035-4acf-8804-1f845bac4b6e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-01628b48-1035-4acf-8804-1f845bac4b6e-root {
    text-align: center;
  }


#s-01628b48-1035-4acf-8804-1f845bac4b6e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-01628b48-1035-4acf-8804-1f845bac4b6e-root {
    text-align: center;
  }


#s-01628b48-1035-4acf-8804-1f845bac4b6e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
  #s-01628b48-1035-4acf-8804-1f845bac4b6e-root {
    text-align: center;
  }


#s-01628b48-1035-4acf-8804-1f845bac4b6e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-36b70689-bc4a-410f-ae43-a96a12abc3db {
  margin-top: 2%;
margin-left: 5%;
margin-right: 5%;
}

#s-8cce304c-0e7b-4a0e-82e5-683a62f2457a {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-8cce304c-0e7b-4a0e-82e5-683a62f2457a {
  display: none;
}
#s-8cce304c-0e7b-4a0e-82e5-683a62f2457a, #wrap-s-8cce304c-0e7b-4a0e-82e5-683a62f2457a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8cce304c-0e7b-4a0e-82e5-683a62f2457a {
  display: none;
}
#s-8cce304c-0e7b-4a0e-82e5-683a62f2457a, #wrap-s-8cce304c-0e7b-4a0e-82e5-683a62f2457a { display: none !important; }}







#s-8cce304c-0e7b-4a0e-82e5-683a62f2457a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cce304c-0e7b-4a0e-82e5-683a62f2457a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4938f6b6-8a47-4b4a-8f63-aecc6a2fe19b {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(34, 86, 49, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-4938f6b6-8a47-4b4a-8f63-aecc6a2fe19b:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(25, 70, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4938f6b6-8a47-4b4a-8f63-aecc6a2fe19b:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(34, 86, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-4938f6b6-8a47-4b4a-8f63-aecc6a2fe19b-root {
    text-align: center;
  }


#s-4938f6b6-8a47-4b4a-8f63-aecc6a2fe19b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4938f6b6-8a47-4b4a-8f63-aecc6a2fe19b-root {
    text-align: center;
  }


#s-4938f6b6-8a47-4b4a-8f63-aecc6a2fe19b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4938f6b6-8a47-4b4a-8f63-aecc6a2fe19b-root {
    text-align: center;
  }


#s-4938f6b6-8a47-4b4a-8f63-aecc6a2fe19b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4938f6b6-8a47-4b4a-8f63-aecc6a2fe19b-root {
    text-align: center;
  }


#s-4938f6b6-8a47-4b4a-8f63-aecc6a2fe19b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4938f6b6-8a47-4b4a-8f63-aecc6a2fe19b-root {
    text-align: center;
  }


#s-4938f6b6-8a47-4b4a-8f63-aecc6a2fe19b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-4938f6b6-8a47-4b4a-8f63-aecc6a2fe19b-root {
    text-align: center;
  }


#s-4938f6b6-8a47-4b4a-8f63-aecc6a2fe19b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8b3a7a27-bdb9-4386-9b6f-3e0c6c1954c0 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-8b3a7a27-bdb9-4386-9b6f-3e0c6c1954c0 {
  display: none;
}
#s-8b3a7a27-bdb9-4386-9b6f-3e0c6c1954c0, #wrap-s-8b3a7a27-bdb9-4386-9b6f-3e0c6c1954c0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b3a7a27-bdb9-4386-9b6f-3e0c6c1954c0 {
  display: none;
}
#s-8b3a7a27-bdb9-4386-9b6f-3e0c6c1954c0, #wrap-s-8b3a7a27-bdb9-4386-9b6f-3e0c6c1954c0 { display: none !important; }}







#s-8b3a7a27-bdb9-4386-9b6f-3e0c6c1954c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b3a7a27-bdb9-4386-9b6f-3e0c6c1954c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09096768-bcbb-4a1e-9d42-9de746787227 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(34, 86, 49, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-09096768-bcbb-4a1e-9d42-9de746787227:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(25, 70, 38, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-09096768-bcbb-4a1e-9d42-9de746787227:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(34, 86, 49, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-09096768-bcbb-4a1e-9d42-9de746787227-root {
    text-align: center;
  }


#s-09096768-bcbb-4a1e-9d42-9de746787227.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-09096768-bcbb-4a1e-9d42-9de746787227-root {
    text-align: center;
  }


#s-09096768-bcbb-4a1e-9d42-9de746787227.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-09096768-bcbb-4a1e-9d42-9de746787227-root {
    text-align: center;
  }


#s-09096768-bcbb-4a1e-9d42-9de746787227.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-09096768-bcbb-4a1e-9d42-9de746787227-root {
    text-align: center;
  }


#s-09096768-bcbb-4a1e-9d42-9de746787227.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-09096768-bcbb-4a1e-9d42-9de746787227-root {
    text-align: center;
  }


#s-09096768-bcbb-4a1e-9d42-9de746787227.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-09096768-bcbb-4a1e-9d42-9de746787227-root {
    text-align: center;
  }


#s-09096768-bcbb-4a1e-9d42-9de746787227.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-50052b0f-114e-4b9b-af7c-ce0302e62376 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}







  img.s-50052b0f-114e-4b9b-af7c-ce0302e62376.shogun-image {
    
    
  }


.s-50052b0f-114e-4b9b-af7c-ce0302e62376 .shogun-image-content {
  
    align-items: center;
  
}

.s-50052b0f-114e-4b9b-af7c-ce0302e62376.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50052b0f-114e-4b9b-af7c-ce0302e62376.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50052b0f-114e-4b9b-af7c-ce0302e62376.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-50052b0f-114e-4b9b-af7c-ce0302e62376.shogun-image {
    
    
  }


.s-50052b0f-114e-4b9b-af7c-ce0302e62376 .shogun-image-content {
  
    align-items: center;
  
}

.s-50052b0f-114e-4b9b-af7c-ce0302e62376.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50052b0f-114e-4b9b-af7c-ce0302e62376.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50052b0f-114e-4b9b-af7c-ce0302e62376.shogun-image {
  box-sizing: border-box;
}



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





  img.s-50052b0f-114e-4b9b-af7c-ce0302e62376.shogun-image {
    
    
  }


.s-50052b0f-114e-4b9b-af7c-ce0302e62376 .shogun-image-content {
  
    align-items: center;
  
}

.s-50052b0f-114e-4b9b-af7c-ce0302e62376.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50052b0f-114e-4b9b-af7c-ce0302e62376.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50052b0f-114e-4b9b-af7c-ce0302e62376.shogun-image {
  box-sizing: border-box;
}



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





  img.s-50052b0f-114e-4b9b-af7c-ce0302e62376.shogun-image {
    
    
  }


.s-50052b0f-114e-4b9b-af7c-ce0302e62376 .shogun-image-content {
  
    align-items: center;
  
}

.s-50052b0f-114e-4b9b-af7c-ce0302e62376.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50052b0f-114e-4b9b-af7c-ce0302e62376.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50052b0f-114e-4b9b-af7c-ce0302e62376.shogun-image {
  box-sizing: border-box;
}



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





  img.s-50052b0f-114e-4b9b-af7c-ce0302e62376.shogun-image {
    
    
  }


.s-50052b0f-114e-4b9b-af7c-ce0302e62376 .shogun-image-content {
  
    align-items: center;
  
}

.s-50052b0f-114e-4b9b-af7c-ce0302e62376.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50052b0f-114e-4b9b-af7c-ce0302e62376.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50052b0f-114e-4b9b-af7c-ce0302e62376.shogun-image {
  box-sizing: border-box;
}



}
#s-ab5d14f7-9f1e-466c-b50c-5185bb2160fb {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ab5d14f7-9f1e-466c-b50c-5185bb2160fb:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ab5d14f7-9f1e-466c-b50c-5185bb2160fb:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-ab5d14f7-9f1e-466c-b50c-5185bb2160fb-root {
    text-align: center;
  }


#s-ab5d14f7-9f1e-466c-b50c-5185bb2160fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ab5d14f7-9f1e-466c-b50c-5185bb2160fb-root {
    text-align: center;
  }


#s-ab5d14f7-9f1e-466c-b50c-5185bb2160fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ab5d14f7-9f1e-466c-b50c-5185bb2160fb-root {
    text-align: center;
  }


#s-ab5d14f7-9f1e-466c-b50c-5185bb2160fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ab5d14f7-9f1e-466c-b50c-5185bb2160fb-root {
    text-align: center;
  }


#s-ab5d14f7-9f1e-466c-b50c-5185bb2160fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ab5d14f7-9f1e-466c-b50c-5185bb2160fb-root {
    text-align: center;
  }


#s-ab5d14f7-9f1e-466c-b50c-5185bb2160fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
  #s-ab5d14f7-9f1e-466c-b50c-5185bb2160fb-root {
    text-align: center;
  }


#s-ab5d14f7-9f1e-466c-b50c-5185bb2160fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-3d56951d-503d-487d-87ae-124fc57a35e0 {
  margin-top: 2%;
margin-left: 5%;
margin-right: 5%;
}

#s-c09bc15d-314c-4da1-b6af-639c911a6798 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}







  img.s-c09bc15d-314c-4da1-b6af-639c911a6798.shogun-image {
    
    
  }


.s-c09bc15d-314c-4da1-b6af-639c911a6798 .shogun-image-content {
  
    align-items: center;
  
}

.s-c09bc15d-314c-4da1-b6af-639c911a6798.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c09bc15d-314c-4da1-b6af-639c911a6798.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c09bc15d-314c-4da1-b6af-639c911a6798.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c09bc15d-314c-4da1-b6af-639c911a6798.shogun-image {
    
    
  }


.s-c09bc15d-314c-4da1-b6af-639c911a6798 .shogun-image-content {
  
    align-items: center;
  
}

.s-c09bc15d-314c-4da1-b6af-639c911a6798.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c09bc15d-314c-4da1-b6af-639c911a6798.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c09bc15d-314c-4da1-b6af-639c911a6798.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c09bc15d-314c-4da1-b6af-639c911a6798.shogun-image {
    
    
  }


.s-c09bc15d-314c-4da1-b6af-639c911a6798 .shogun-image-content {
  
    align-items: center;
  
}

.s-c09bc15d-314c-4da1-b6af-639c911a6798.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c09bc15d-314c-4da1-b6af-639c911a6798.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c09bc15d-314c-4da1-b6af-639c911a6798.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c09bc15d-314c-4da1-b6af-639c911a6798.shogun-image {
    
    
  }


.s-c09bc15d-314c-4da1-b6af-639c911a6798 .shogun-image-content {
  
    align-items: center;
  
}

.s-c09bc15d-314c-4da1-b6af-639c911a6798.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c09bc15d-314c-4da1-b6af-639c911a6798.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c09bc15d-314c-4da1-b6af-639c911a6798.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c09bc15d-314c-4da1-b6af-639c911a6798.shogun-image {
    
    
  }


.s-c09bc15d-314c-4da1-b6af-639c911a6798 .shogun-image-content {
  
    align-items: center;
  
}

.s-c09bc15d-314c-4da1-b6af-639c911a6798.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c09bc15d-314c-4da1-b6af-639c911a6798.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c09bc15d-314c-4da1-b6af-639c911a6798.shogun-image {
  box-sizing: border-box;
}



}
#s-fb8c04df-d6fe-4e80-ac5c-fa5dd719eda7 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-fb8c04df-d6fe-4e80-ac5c-fa5dd719eda7:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fb8c04df-d6fe-4e80-ac5c-fa5dd719eda7:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-fb8c04df-d6fe-4e80-ac5c-fa5dd719eda7-root {
    text-align: center;
  }


#s-fb8c04df-d6fe-4e80-ac5c-fa5dd719eda7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fb8c04df-d6fe-4e80-ac5c-fa5dd719eda7-root {
    text-align: center;
  }


#s-fb8c04df-d6fe-4e80-ac5c-fa5dd719eda7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb8c04df-d6fe-4e80-ac5c-fa5dd719eda7-root {
    text-align: center;
  }


#s-fb8c04df-d6fe-4e80-ac5c-fa5dd719eda7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fb8c04df-d6fe-4e80-ac5c-fa5dd719eda7-root {
    text-align: center;
  }


#s-fb8c04df-d6fe-4e80-ac5c-fa5dd719eda7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fb8c04df-d6fe-4e80-ac5c-fa5dd719eda7-root {
    text-align: center;
  }


#s-fb8c04df-d6fe-4e80-ac5c-fa5dd719eda7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
  #s-fb8c04df-d6fe-4e80-ac5c-fa5dd719eda7-root {
    text-align: center;
  }


#s-fb8c04df-d6fe-4e80-ac5c-fa5dd719eda7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-9bb1e4dc-6a12-450c-ae9a-1c6cfee516a9 {
  margin-top: 2%;
margin-left: 5%;
margin-right: 5%;
}

#s-aa682529-3b9f-4515-a3b2-6df5a2673236 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa682529-3b9f-4515-a3b2-6df5a2673236 {
  display: none;
}
#s-aa682529-3b9f-4515-a3b2-6df5a2673236, #wrap-s-aa682529-3b9f-4515-a3b2-6df5a2673236 { display: none !important; }}@media (max-width: 767px){#s-aa682529-3b9f-4515-a3b2-6df5a2673236 {
  display: none;
}
#s-aa682529-3b9f-4515-a3b2-6df5a2673236, #wrap-s-aa682529-3b9f-4515-a3b2-6df5a2673236 { display: none !important; }}
@media (min-width: 0px) {
[id="s-aa682529-3b9f-4515-a3b2-6df5a2673236"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 30.0px);
}

}

@media (min-width: 768px) {
[id="s-aa682529-3b9f-4515-a3b2-6df5a2673236"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 992px) {
[id="s-aa682529-3b9f-4515-a3b2-6df5a2673236"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 45.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa682529-3b9f-4515-a3b2-6df5a2673236"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 45.0px);
}

}

#s-54feee6f-ea45-4527-a2e0-79c7503ec94f {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-54feee6f-ea45-4527-a2e0-79c7503ec94f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54feee6f-ea45-4527-a2e0-79c7503ec94f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15a7ffc6-a479-4df7-9021-73b9a5377bcc {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-15a7ffc6-a479-4df7-9021-73b9a5377bcc:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-15a7ffc6-a479-4df7-9021-73b9a5377bcc:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(73, 71, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-15a7ffc6-a479-4df7-9021-73b9a5377bcc-root {
    text-align: center;
  }


#s-15a7ffc6-a479-4df7-9021-73b9a5377bcc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-15a7ffc6-a479-4df7-9021-73b9a5377bcc-root {
    text-align: center;
  }


#s-15a7ffc6-a479-4df7-9021-73b9a5377bcc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-15a7ffc6-a479-4df7-9021-73b9a5377bcc-root {
    text-align: center;
  }


#s-15a7ffc6-a479-4df7-9021-73b9a5377bcc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-15a7ffc6-a479-4df7-9021-73b9a5377bcc-root {
    text-align: center;
  }


#s-15a7ffc6-a479-4df7-9021-73b9a5377bcc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-15a7ffc6-a479-4df7-9021-73b9a5377bcc-root {
    text-align: center;
  }


#s-15a7ffc6-a479-4df7-9021-73b9a5377bcc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-15a7ffc6-a479-4df7-9021-73b9a5377bcc-root {
    text-align: center;
  }


#s-15a7ffc6-a479-4df7-9021-73b9a5377bcc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-530e32e4-bb2b-4eba-8ac5-9714a2b2e04f {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-530e32e4-bb2b-4eba-8ac5-9714a2b2e04f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-530e32e4-bb2b-4eba-8ac5-9714a2b2e04f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2860893-4ce9-4b29-8ffd-13bed82e0007 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-f2860893-4ce9-4b29-8ffd-13bed82e0007:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f2860893-4ce9-4b29-8ffd-13bed82e0007:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(73, 71, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f2860893-4ce9-4b29-8ffd-13bed82e0007-root {
    text-align: center;
  }


#s-f2860893-4ce9-4b29-8ffd-13bed82e0007.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f2860893-4ce9-4b29-8ffd-13bed82e0007-root {
    text-align: center;
  }


#s-f2860893-4ce9-4b29-8ffd-13bed82e0007.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2860893-4ce9-4b29-8ffd-13bed82e0007-root {
    text-align: center;
  }


#s-f2860893-4ce9-4b29-8ffd-13bed82e0007.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2860893-4ce9-4b29-8ffd-13bed82e0007-root {
    text-align: center;
  }


#s-f2860893-4ce9-4b29-8ffd-13bed82e0007.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f2860893-4ce9-4b29-8ffd-13bed82e0007-root {
    text-align: center;
  }


#s-f2860893-4ce9-4b29-8ffd-13bed82e0007.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-f2860893-4ce9-4b29-8ffd-13bed82e0007-root {
    text-align: center;
  }


#s-f2860893-4ce9-4b29-8ffd-13bed82e0007.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4eb09eeb-e644-4ed1-8d91-79d51fbc74bb {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-4eb09eeb-e644-4ed1-8d91-79d51fbc74bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4eb09eeb-e644-4ed1-8d91-79d51fbc74bb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6c5b047-2201-4649-86e3-5d695f6b03d9 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-a6c5b047-2201-4649-86e3-5d695f6b03d9:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a6c5b047-2201-4649-86e3-5d695f6b03d9:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(73, 71, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-a6c5b047-2201-4649-86e3-5d695f6b03d9-root {
    text-align: center;
  }


#s-a6c5b047-2201-4649-86e3-5d695f6b03d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a6c5b047-2201-4649-86e3-5d695f6b03d9-root {
    text-align: center;
  }


#s-a6c5b047-2201-4649-86e3-5d695f6b03d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6c5b047-2201-4649-86e3-5d695f6b03d9-root {
    text-align: center;
  }


#s-a6c5b047-2201-4649-86e3-5d695f6b03d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6c5b047-2201-4649-86e3-5d695f6b03d9-root {
    text-align: center;
  }


#s-a6c5b047-2201-4649-86e3-5d695f6b03d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a6c5b047-2201-4649-86e3-5d695f6b03d9-root {
    text-align: center;
  }


#s-a6c5b047-2201-4649-86e3-5d695f6b03d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-a6c5b047-2201-4649-86e3-5d695f6b03d9-root {
    text-align: center;
  }


#s-a6c5b047-2201-4649-86e3-5d695f6b03d9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fc7c11d1-98c9-4fcd-a542-9763cda21ae7 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-fc7c11d1-98c9-4fcd-a542-9763cda21ae7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc7c11d1-98c9-4fcd-a542-9763cda21ae7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7a59d4f-e1cf-4037-a08b-2969de8e9850 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-c7a59d4f-e1cf-4037-a08b-2969de8e9850 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7a59d4f-e1cf-4037-a08b-2969de8e9850.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ddc6d715-0ded-428d-86fd-eec3c7658398 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-ddc6d715-0ded-428d-86fd-eec3c7658398:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ddc6d715-0ded-428d-86fd-eec3c7658398:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(73, 71, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-ddc6d715-0ded-428d-86fd-eec3c7658398-root {
    text-align: center;
  }


#s-ddc6d715-0ded-428d-86fd-eec3c7658398.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ddc6d715-0ded-428d-86fd-eec3c7658398-root {
    text-align: center;
  }


#s-ddc6d715-0ded-428d-86fd-eec3c7658398.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ddc6d715-0ded-428d-86fd-eec3c7658398-root {
    text-align: center;
  }


#s-ddc6d715-0ded-428d-86fd-eec3c7658398.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ddc6d715-0ded-428d-86fd-eec3c7658398-root {
    text-align: center;
  }


#s-ddc6d715-0ded-428d-86fd-eec3c7658398.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ddc6d715-0ded-428d-86fd-eec3c7658398-root {
    text-align: center;
  }


#s-ddc6d715-0ded-428d-86fd-eec3c7658398.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-ddc6d715-0ded-428d-86fd-eec3c7658398-root {
    text-align: center;
  }


#s-ddc6d715-0ded-428d-86fd-eec3c7658398.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a9a63891-faae-48de-967a-863f654154c5 {
  margin-top: -30%;
min-height: 50px;
}
@media (min-width: 1200px){#s-a9a63891-faae-48de-967a-863f654154c5 {
  display: none;
}
#s-a9a63891-faae-48de-967a-863f654154c5, #wrap-s-a9a63891-faae-48de-967a-863f654154c5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a9a63891-faae-48de-967a-863f654154c5 {
  display: none;
}
#s-a9a63891-faae-48de-967a-863f654154c5, #wrap-s-a9a63891-faae-48de-967a-863f654154c5 { display: none !important; }}







#s-a9a63891-faae-48de-967a-863f654154c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9a63891-faae-48de-967a-863f654154c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 img.shogun-image,
  #s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 {
    width: 100%;
    height: auto;
  }

  #s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image {
    
    
  }


.s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image-container {
      position: relative;
    }

    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 img.shogun-image,
  #s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 {
    width: 100%;
    height: auto;
  }

  #s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image {
    
    
  }


.s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image-container {
      position: relative;
    }

    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 img.shogun-image,
  #s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 {
    width: 100%;
    height: auto;
  }

  #s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image {
    
    
  }


.s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image-container {
      position: relative;
    }

    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 img.shogun-image,
  #s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 {
    width: 100%;
    height: auto;
  }

  #s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image {
    
    
  }


.s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image-container {
      position: relative;
    }

    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 img.shogun-image,
  #s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 {
    width: 100%;
    height: auto;
  }

  #s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image {
    
    
  }


.s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image-container {
      position: relative;
    }

    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-270fdcd7-2f0a-4078-b43e-31d11ed1a3e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3d93d655-cd03-460c-a63c-6c3a889b5b17 {
  margin-top: 3%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d93d655-cd03-460c-a63c-6c3a889b5b17 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 3px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-3d93d655-cd03-460c-a63c-6c3a889b5b17 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 3px;
  text-align: center;
}


}@media (max-width: 767px){#s-3d93d655-cd03-460c-a63c-6c3a889b5b17 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 31px;
  
  letter-spacing: 2px;
  text-align: center;
}


}
#s-a4a0cf6e-b01b-43a0-982b-d2014ed098ea {
  margin-top: 4%;
margin-bottom: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a4a0cf6e-b01b-43a0-982b-d2014ed098ea {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-a4a0cf6e-b01b-43a0-982b-d2014ed098ea {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-6814b62a-6363-42c3-adfc-ac247e940b8b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6814b62a-6363-42c3-adfc-ac247e940b8b {
  display: none;
}
#s-6814b62a-6363-42c3-adfc-ac247e940b8b, #wrap-s-6814b62a-6363-42c3-adfc-ac247e940b8b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6814b62a-6363-42c3-adfc-ac247e940b8b {
  display: none;
}
#s-6814b62a-6363-42c3-adfc-ac247e940b8b, #wrap-s-6814b62a-6363-42c3-adfc-ac247e940b8b { display: none !important; }}







#s-6814b62a-6363-42c3-adfc-ac247e940b8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6814b62a-6363-42c3-adfc-ac247e940b8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 {
  max-width: 1000px;
aspect-ratio: 1000/739;
text-align: center;
}
@media (min-width: 1200px){#s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 {
  display: none;
}
#s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3, #wrap-s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 {
  display: none;
}
#s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3, #wrap-s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 { display: none !important; }}




  #s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 img.shogun-image,
  #s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 {
    width: 100%;
    height: auto;
  }

  #s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image {
    
    
  }


.s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 {
      --shg-aspect-ratio: calc(1000/739); 
    }

    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image-container {
      position: relative;
    }

    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 img.shogun-image,
  #s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 {
    width: 100%;
    height: auto;
  }

  #s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image {
    
    
  }


.s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 {
      --shg-aspect-ratio: calc(1000/739); 
    }

    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image-container {
      position: relative;
    }

    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 img.shogun-image,
  #s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 {
    width: 100%;
    height: auto;
  }

  #s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image {
    
    
  }


.s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 {
      --shg-aspect-ratio: calc(1000/739); 
    }

    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image-container {
      position: relative;
    }

    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 img.shogun-image,
  #s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 {
    width: 100%;
    height: auto;
  }

  #s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image {
    
    
  }


.s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 {
      --shg-aspect-ratio: calc(1000/739); 
    }

    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image-container {
      position: relative;
    }

    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 img.shogun-image,
  #s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 {
    width: 100%;
    height: auto;
  }

  #s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image {
    
    
  }


.s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 {
      --shg-aspect-ratio: calc(1000/739); 
    }

    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image-container {
      position: relative;
    }

    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8a066d7-4312-4ef3-8f2f-aac56062f8a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a246e4e1-e39d-4acd-8c6a-73e5edc2844b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a246e4e1-e39d-4acd-8c6a-73e5edc2844b .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 2px;
  
}



#s-7923332e-1e37-4aa6-b227-34caf586dbcb {
  margin-top: 3%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7923332e-1e37-4aa6-b227-34caf586dbcb {
  margin-left: 3%;
margin-bottom: 10%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-7923332e-1e37-4aa6-b227-34caf586dbcb {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-8f344cc8-cf62-4e6e-beb0-8f3ef0bcdbc1 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-8f344cc8-cf62-4e6e-beb0-8f3ef0bcdbc1 {
  display: none;
}
#s-8f344cc8-cf62-4e6e-beb0-8f3ef0bcdbc1, #wrap-s-8f344cc8-cf62-4e6e-beb0-8f3ef0bcdbc1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f344cc8-cf62-4e6e-beb0-8f3ef0bcdbc1 {
  display: none;
}
#s-8f344cc8-cf62-4e6e-beb0-8f3ef0bcdbc1, #wrap-s-8f344cc8-cf62-4e6e-beb0-8f3ef0bcdbc1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-8f344cc8-cf62-4e6e-beb0-8f3ef0bcdbc1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-8f344cc8-cf62-4e6e-beb0-8f3ef0bcdbc1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8f344cc8-cf62-4e6e-beb0-8f3ef0bcdbc1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f344cc8-cf62-4e6e-beb0-8f3ef0bcdbc1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 {
  box-shadow:0px 0px 0px 0px rgba(193, 193, 193, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 img.shogun-image,
  #s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 {
    width: 100%;
    height: auto;
  }

  #s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image {
    
    
  }


.s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image-container {
      position: relative;
    }

    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 img.shogun-image,
  #s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 {
    width: 100%;
    height: auto;
  }

  #s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image {
    
    
  }


.s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image-container {
      position: relative;
    }

    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 img.shogun-image,
  #s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 {
    width: 100%;
    height: auto;
  }

  #s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image {
    
    
  }


.s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image-container {
      position: relative;
    }

    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 img.shogun-image,
  #s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 {
    width: 100%;
    height: auto;
  }

  #s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image {
    
    
  }


.s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image-container {
      position: relative;
    }

    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 img.shogun-image,
  #s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 {
    width: 100%;
    height: auto;
  }

  #s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image {
    
    
  }


.s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image-container {
      position: relative;
    }

    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-828cde54-3c5b-4ae3-a867-0d8a2f2434d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d8dbcbed-bc5a-472f-989b-60932defc074 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d8dbcbed-bc5a-472f-989b-60932defc074 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-5af37b2b-c6c0-446b-81ab-bb2e469d1403 {
  margin-top: 1%;
margin-left: 2%;
margin-right: 2%;
}

#s-f841c31d-375d-4a19-8d72-0f169a063e87 {
  text-align: left;
}

#s-4ed3dcc1-f363-4dde-849d-18f60b87dbec {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ed3dcc1-f363-4dde-849d-18f60b87dbec .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-d21e7c19-89b1-4a97-a071-c20dbbfe8ad1 {
  margin-top: 1%;
margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 1200px){#s-74e1f7f0-38f5-41f2-bb66-3208d73d58a1 {
  display: none;
}
#s-74e1f7f0-38f5-41f2-bb66-3208d73d58a1, #wrap-s-74e1f7f0-38f5-41f2-bb66-3208d73d58a1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74e1f7f0-38f5-41f2-bb66-3208d73d58a1 {
  display: none;
}
#s-74e1f7f0-38f5-41f2-bb66-3208d73d58a1, #wrap-s-74e1f7f0-38f5-41f2-bb66-3208d73d58a1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-74e1f7f0-38f5-41f2-bb66-3208d73d58a1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-74e1f7f0-38f5-41f2-bb66-3208d73d58a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74e1f7f0-38f5-41f2-bb66-3208d73d58a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74e1f7f0-38f5-41f2-bb66-3208d73d58a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-77d21a00-3805-4002-acdb-ed179efe6836 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-77d21a00-3805-4002-acdb-ed179efe6836 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77d21a00-3805-4002-acdb-ed179efe6836.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8008af8-bea2-4988-b286-e60cb19878ed {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-c8008af8-bea2-4988-b286-e60cb19878ed:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c8008af8-bea2-4988-b286-e60cb19878ed:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(73, 71, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c8008af8-bea2-4988-b286-e60cb19878ed-root {
    text-align: center;
  }


#s-c8008af8-bea2-4988-b286-e60cb19878ed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c8008af8-bea2-4988-b286-e60cb19878ed-root {
    text-align: center;
  }


#s-c8008af8-bea2-4988-b286-e60cb19878ed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c8008af8-bea2-4988-b286-e60cb19878ed-root {
    text-align: center;
  }


#s-c8008af8-bea2-4988-b286-e60cb19878ed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c8008af8-bea2-4988-b286-e60cb19878ed-root {
    text-align: center;
  }


#s-c8008af8-bea2-4988-b286-e60cb19878ed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c8008af8-bea2-4988-b286-e60cb19878ed-root {
    text-align: center;
  }


#s-c8008af8-bea2-4988-b286-e60cb19878ed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-c8008af8-bea2-4988-b286-e60cb19878ed-root {
    text-align: center;
  }


#s-c8008af8-bea2-4988-b286-e60cb19878ed.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-87914191-8cf5-4f71-b871-56f8bc48ecc0 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-87914191-8cf5-4f71-b871-56f8bc48ecc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87914191-8cf5-4f71-b871-56f8bc48ecc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0612f20f-cfd1-44be-aa96-552d8ba7d505 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-0612f20f-cfd1-44be-aa96-552d8ba7d505:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0612f20f-cfd1-44be-aa96-552d8ba7d505:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(73, 71, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-0612f20f-cfd1-44be-aa96-552d8ba7d505-root {
    text-align: center;
  }


#s-0612f20f-cfd1-44be-aa96-552d8ba7d505.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0612f20f-cfd1-44be-aa96-552d8ba7d505-root {
    text-align: center;
  }


#s-0612f20f-cfd1-44be-aa96-552d8ba7d505.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0612f20f-cfd1-44be-aa96-552d8ba7d505-root {
    text-align: center;
  }


#s-0612f20f-cfd1-44be-aa96-552d8ba7d505.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0612f20f-cfd1-44be-aa96-552d8ba7d505-root {
    text-align: center;
  }


#s-0612f20f-cfd1-44be-aa96-552d8ba7d505.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0612f20f-cfd1-44be-aa96-552d8ba7d505-root {
    text-align: center;
  }


#s-0612f20f-cfd1-44be-aa96-552d8ba7d505.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-0612f20f-cfd1-44be-aa96-552d8ba7d505-root {
    text-align: center;
  }


#s-0612f20f-cfd1-44be-aa96-552d8ba7d505.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-a6a8c852-54a2-4a7d-aba5-1fe82e778b34 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-a6a8c852-54a2-4a7d-aba5-1fe82e778b34 {
  display: none;
}
#s-a6a8c852-54a2-4a7d-aba5-1fe82e778b34, #wrap-s-a6a8c852-54a2-4a7d-aba5-1fe82e778b34 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6a8c852-54a2-4a7d-aba5-1fe82e778b34 {
  display: none;
}
#s-a6a8c852-54a2-4a7d-aba5-1fe82e778b34, #wrap-s-a6a8c852-54a2-4a7d-aba5-1fe82e778b34 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a6a8c852-54a2-4a7d-aba5-1fe82e778b34"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a6a8c852-54a2-4a7d-aba5-1fe82e778b34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a6a8c852-54a2-4a7d-aba5-1fe82e778b34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6a8c852-54a2-4a7d-aba5-1fe82e778b34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-48e008df-0c31-4ea2-9583-088ecde65e33 {
  box-shadow:0px 0px 0px 0px rgba(193, 193, 193, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-48e008df-0c31-4ea2-9583-088ecde65e33 img.shogun-image,
  #s-48e008df-0c31-4ea2-9583-088ecde65e33 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-48e008df-0c31-4ea2-9583-088ecde65e33 {
    width: 100%;
    height: auto;
  }

  #s-48e008df-0c31-4ea2-9583-088ecde65e33 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image {
    
    
  }


.s-48e008df-0c31-4ea2-9583-088ecde65e33 .shogun-image-content {
  
    align-items: center;
  
}

.s-48e008df-0c31-4ea2-9583-088ecde65e33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48e008df-0c31-4ea2-9583-088ecde65e33 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image-container {
      position: relative;
    }

    .s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48e008df-0c31-4ea2-9583-088ecde65e33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-48e008df-0c31-4ea2-9583-088ecde65e33 img.shogun-image,
  #s-48e008df-0c31-4ea2-9583-088ecde65e33 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-48e008df-0c31-4ea2-9583-088ecde65e33 {
    width: 100%;
    height: auto;
  }

  #s-48e008df-0c31-4ea2-9583-088ecde65e33 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image {
    
    
  }


.s-48e008df-0c31-4ea2-9583-088ecde65e33 .shogun-image-content {
  
    align-items: center;
  
}

.s-48e008df-0c31-4ea2-9583-088ecde65e33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48e008df-0c31-4ea2-9583-088ecde65e33 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image-container {
      position: relative;
    }

    .s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48e008df-0c31-4ea2-9583-088ecde65e33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-48e008df-0c31-4ea2-9583-088ecde65e33 img.shogun-image,
  #s-48e008df-0c31-4ea2-9583-088ecde65e33 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-48e008df-0c31-4ea2-9583-088ecde65e33 {
    width: 100%;
    height: auto;
  }

  #s-48e008df-0c31-4ea2-9583-088ecde65e33 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image {
    
    
  }


.s-48e008df-0c31-4ea2-9583-088ecde65e33 .shogun-image-content {
  
    align-items: center;
  
}

.s-48e008df-0c31-4ea2-9583-088ecde65e33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48e008df-0c31-4ea2-9583-088ecde65e33 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image-container {
      position: relative;
    }

    .s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48e008df-0c31-4ea2-9583-088ecde65e33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-48e008df-0c31-4ea2-9583-088ecde65e33 img.shogun-image,
  #s-48e008df-0c31-4ea2-9583-088ecde65e33 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-48e008df-0c31-4ea2-9583-088ecde65e33 {
    width: 100%;
    height: auto;
  }

  #s-48e008df-0c31-4ea2-9583-088ecde65e33 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image {
    
    
  }


.s-48e008df-0c31-4ea2-9583-088ecde65e33 .shogun-image-content {
  
    align-items: center;
  
}

.s-48e008df-0c31-4ea2-9583-088ecde65e33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48e008df-0c31-4ea2-9583-088ecde65e33 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image-container {
      position: relative;
    }

    .s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48e008df-0c31-4ea2-9583-088ecde65e33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-48e008df-0c31-4ea2-9583-088ecde65e33 img.shogun-image,
  #s-48e008df-0c31-4ea2-9583-088ecde65e33 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-48e008df-0c31-4ea2-9583-088ecde65e33 {
    width: 100%;
    height: auto;
  }

  #s-48e008df-0c31-4ea2-9583-088ecde65e33 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image {
    
    
  }


.s-48e008df-0c31-4ea2-9583-088ecde65e33 .shogun-image-content {
  
    align-items: center;
  
}

.s-48e008df-0c31-4ea2-9583-088ecde65e33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48e008df-0c31-4ea2-9583-088ecde65e33 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image-container {
      position: relative;
    }

    .s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48e008df-0c31-4ea2-9583-088ecde65e33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48e008df-0c31-4ea2-9583-088ecde65e33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-17d5ceff-ad24-4cba-ac54-0ad9d5708917 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-17d5ceff-ad24-4cba-ac54-0ad9d5708917 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-fb0d5656-6c1a-4a02-b9ad-8a1eaa41c17b {
  margin-top: 1%;
margin-left: 2%;
margin-right: 2%;
}

#s-dad586fc-fde0-452e-8d47-cd8b03535938 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-dad586fc-fde0-452e-8d47-cd8b03535938 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dad586fc-fde0-452e-8d47-cd8b03535938.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0c485e9-fe18-4790-8914-97227579e1f5 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-c0c485e9-fe18-4790-8914-97227579e1f5:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c0c485e9-fe18-4790-8914-97227579e1f5:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(73, 71, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c0c485e9-fe18-4790-8914-97227579e1f5-root {
    text-align: center;
  }


#s-c0c485e9-fe18-4790-8914-97227579e1f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c0c485e9-fe18-4790-8914-97227579e1f5-root {
    text-align: center;
  }


#s-c0c485e9-fe18-4790-8914-97227579e1f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c0c485e9-fe18-4790-8914-97227579e1f5-root {
    text-align: center;
  }


#s-c0c485e9-fe18-4790-8914-97227579e1f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c0c485e9-fe18-4790-8914-97227579e1f5-root {
    text-align: center;
  }


#s-c0c485e9-fe18-4790-8914-97227579e1f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c0c485e9-fe18-4790-8914-97227579e1f5-root {
    text-align: center;
  }


#s-c0c485e9-fe18-4790-8914-97227579e1f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-c0c485e9-fe18-4790-8914-97227579e1f5-root {
    text-align: center;
  }


#s-c0c485e9-fe18-4790-8914-97227579e1f5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-c7d136ee-73de-4e21-93e9-c1b144fd3888 {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c7d136ee-73de-4e21-93e9-c1b144fd3888 img.shogun-image,
  #s-c7d136ee-73de-4e21-93e9-c1b144fd3888 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7d136ee-73de-4e21-93e9-c1b144fd3888 {
    width: 100%;
    height: auto;
  }

  #s-c7d136ee-73de-4e21-93e9-c1b144fd3888 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image {
    
    
  }


.s-c7d136ee-73de-4e21-93e9-c1b144fd3888 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image-container {
      position: relative;
    }

    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c7d136ee-73de-4e21-93e9-c1b144fd3888 img.shogun-image,
  #s-c7d136ee-73de-4e21-93e9-c1b144fd3888 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7d136ee-73de-4e21-93e9-c1b144fd3888 {
    width: 100%;
    height: auto;
  }

  #s-c7d136ee-73de-4e21-93e9-c1b144fd3888 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image {
    
    
  }


.s-c7d136ee-73de-4e21-93e9-c1b144fd3888 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image-container {
      position: relative;
    }

    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c7d136ee-73de-4e21-93e9-c1b144fd3888 img.shogun-image,
  #s-c7d136ee-73de-4e21-93e9-c1b144fd3888 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7d136ee-73de-4e21-93e9-c1b144fd3888 {
    width: 100%;
    height: auto;
  }

  #s-c7d136ee-73de-4e21-93e9-c1b144fd3888 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image {
    
    
  }


.s-c7d136ee-73de-4e21-93e9-c1b144fd3888 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image-container {
      position: relative;
    }

    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c7d136ee-73de-4e21-93e9-c1b144fd3888 img.shogun-image,
  #s-c7d136ee-73de-4e21-93e9-c1b144fd3888 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7d136ee-73de-4e21-93e9-c1b144fd3888 {
    width: 100%;
    height: auto;
  }

  #s-c7d136ee-73de-4e21-93e9-c1b144fd3888 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image {
    
    
  }


.s-c7d136ee-73de-4e21-93e9-c1b144fd3888 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image-container {
      position: relative;
    }

    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c7d136ee-73de-4e21-93e9-c1b144fd3888 img.shogun-image,
  #s-c7d136ee-73de-4e21-93e9-c1b144fd3888 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7d136ee-73de-4e21-93e9-c1b144fd3888 {
    width: 100%;
    height: auto;
  }

  #s-c7d136ee-73de-4e21-93e9-c1b144fd3888 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image {
    
    
  }


.s-c7d136ee-73de-4e21-93e9-c1b144fd3888 .shogun-image-content {
  
    align-items: center;
  
}

.s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image-container {
      position: relative;
    }

    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7d136ee-73de-4e21-93e9-c1b144fd3888 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8b210de5-c420-4e43-9100-3e87b27aa3e4 {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b210de5-c420-4e43-9100-3e87b27aa3e4 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-387a78d4-4b5c-4cdf-a0f0-668241e920e8 {
  margin-top: 1%;
margin-left: 2%;
margin-right: 2%;
}

#s-a7a9dbb2-7641-48cc-89b4-e5f7ae274529 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-a7a9dbb2-7641-48cc-89b4-e5f7ae274529 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7a9dbb2-7641-48cc-89b4-e5f7ae274529.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-278f875c-63c5-4ae0-bf1d-7aec2f2eaa84 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-278f875c-63c5-4ae0-bf1d-7aec2f2eaa84:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-278f875c-63c5-4ae0-bf1d-7aec2f2eaa84:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(73, 71, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-278f875c-63c5-4ae0-bf1d-7aec2f2eaa84-root {
    text-align: center;
  }


#s-278f875c-63c5-4ae0-bf1d-7aec2f2eaa84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-278f875c-63c5-4ae0-bf1d-7aec2f2eaa84-root {
    text-align: center;
  }


#s-278f875c-63c5-4ae0-bf1d-7aec2f2eaa84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-278f875c-63c5-4ae0-bf1d-7aec2f2eaa84-root {
    text-align: center;
  }


#s-278f875c-63c5-4ae0-bf1d-7aec2f2eaa84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-278f875c-63c5-4ae0-bf1d-7aec2f2eaa84-root {
    text-align: center;
  }


#s-278f875c-63c5-4ae0-bf1d-7aec2f2eaa84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-278f875c-63c5-4ae0-bf1d-7aec2f2eaa84-root {
    text-align: center;
  }


#s-278f875c-63c5-4ae0-bf1d-7aec2f2eaa84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-278f875c-63c5-4ae0-bf1d-7aec2f2eaa84-root {
    text-align: center;
  }


#s-278f875c-63c5-4ae0-bf1d-7aec2f2eaa84.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-52a57b89-9d3b-46d4-be52-a21d07c6c072 {
  margin-top: 8%;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-52a57b89-9d3b-46d4-be52-a21d07c6c072 {
  display: none;
}
#s-52a57b89-9d3b-46d4-be52-a21d07c6c072, #wrap-s-52a57b89-9d3b-46d4-be52-a21d07c6c072 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52a57b89-9d3b-46d4-be52-a21d07c6c072 {
  display: none;
}
#s-52a57b89-9d3b-46d4-be52-a21d07c6c072, #wrap-s-52a57b89-9d3b-46d4-be52-a21d07c6c072 { display: none !important; }}







#s-52a57b89-9d3b-46d4-be52-a21d07c6c072 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52a57b89-9d3b-46d4-be52-a21d07c6c072.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-841809d8-1219-40c5-8bf4-e21510cd5628 {
  margin-top: 3%;
margin-bottom: 1px;
max-width: 1000px;
aspect-ratio: 1000/739;
text-align: center;
}
@media (min-width: 1200px){#s-841809d8-1219-40c5-8bf4-e21510cd5628 {
  display: none;
}
#s-841809d8-1219-40c5-8bf4-e21510cd5628, #wrap-s-841809d8-1219-40c5-8bf4-e21510cd5628 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-841809d8-1219-40c5-8bf4-e21510cd5628 {
  display: none;
}
#s-841809d8-1219-40c5-8bf4-e21510cd5628, #wrap-s-841809d8-1219-40c5-8bf4-e21510cd5628 { display: none !important; }}






  img.s-841809d8-1219-40c5-8bf4-e21510cd5628.shogun-image {
    
    
  }


.s-841809d8-1219-40c5-8bf4-e21510cd5628 .shogun-image-content {
  
    align-items: center;
  
}

.s-841809d8-1219-40c5-8bf4-e21510cd5628.shg-align-container {
  display: flex;
  justify-content: center
}

.s-841809d8-1219-40c5-8bf4-e21510cd5628.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-841809d8-1219-40c5-8bf4-e21510cd5628.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-841809d8-1219-40c5-8bf4-e21510cd5628.shogun-image {
    
    
  }


.s-841809d8-1219-40c5-8bf4-e21510cd5628 .shogun-image-content {
  
    align-items: center;
  
}

.s-841809d8-1219-40c5-8bf4-e21510cd5628.shg-align-container {
  display: flex;
  justify-content: center
}

.s-841809d8-1219-40c5-8bf4-e21510cd5628.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-841809d8-1219-40c5-8bf4-e21510cd5628.shogun-image {
  box-sizing: border-box;
}



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





  img.s-841809d8-1219-40c5-8bf4-e21510cd5628.shogun-image {
    
    
  }


.s-841809d8-1219-40c5-8bf4-e21510cd5628 .shogun-image-content {
  
    align-items: center;
  
}

.s-841809d8-1219-40c5-8bf4-e21510cd5628.shg-align-container {
  display: flex;
  justify-content: center
}

.s-841809d8-1219-40c5-8bf4-e21510cd5628.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-841809d8-1219-40c5-8bf4-e21510cd5628.shogun-image {
  box-sizing: border-box;
}



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





  img.s-841809d8-1219-40c5-8bf4-e21510cd5628.shogun-image {
    
    
  }


.s-841809d8-1219-40c5-8bf4-e21510cd5628 .shogun-image-content {
  
    align-items: center;
  
}

.s-841809d8-1219-40c5-8bf4-e21510cd5628.shg-align-container {
  display: flex;
  justify-content: center
}

.s-841809d8-1219-40c5-8bf4-e21510cd5628.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-841809d8-1219-40c5-8bf4-e21510cd5628.shogun-image {
  box-sizing: border-box;
}



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





  img.s-841809d8-1219-40c5-8bf4-e21510cd5628.shogun-image {
    
    
  }


.s-841809d8-1219-40c5-8bf4-e21510cd5628 .shogun-image-content {
  
    align-items: center;
  
}

.s-841809d8-1219-40c5-8bf4-e21510cd5628.shg-align-container {
  display: flex;
  justify-content: center
}

.s-841809d8-1219-40c5-8bf4-e21510cd5628.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-841809d8-1219-40c5-8bf4-e21510cd5628.shogun-image {
  box-sizing: border-box;
}



}
#s-4c2bdfa6-1259-40b7-860a-1210a65b6c31 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c2bdfa6-1259-40b7-860a-1210a65b6c31 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 2px;
  
}



#s-ec25783a-fb0f-419f-81ba-3f1f75706e9a {
  margin-top: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ec25783a-fb0f-419f-81ba-3f1f75706e9a {
  margin-left: 5%;
margin-bottom: 10%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-ec25783a-fb0f-419f-81ba-3f1f75706e9a {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-e6759e08-f205-452f-871f-56a34b1d538d {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-e6759e08-f205-452f-871f-56a34b1d538d {
  display: none;
}
#s-e6759e08-f205-452f-871f-56a34b1d538d, #wrap-s-e6759e08-f205-452f-871f-56a34b1d538d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6759e08-f205-452f-871f-56a34b1d538d {
  display: none;
}
#s-e6759e08-f205-452f-871f-56a34b1d538d, #wrap-s-e6759e08-f205-452f-871f-56a34b1d538d { display: none !important; }}
@media (min-width: 0px) {
[id="s-e6759e08-f205-452f-871f-56a34b1d538d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e6759e08-f205-452f-871f-56a34b1d538d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e6759e08-f205-452f-871f-56a34b1d538d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6759e08-f205-452f-871f-56a34b1d538d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 826px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 img.shogun-image,
  #s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 {
    width: 100%;
    height: auto;
  }

  #s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image {
    
    
  }


.s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image-container {
      position: relative;
    }

    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 img.shogun-image,
  #s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 {
    width: 100%;
    height: auto;
  }

  #s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image {
    
    
  }


.s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image-container {
      position: relative;
    }

    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 img.shogun-image,
  #s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 {
    width: 100%;
    height: auto;
  }

  #s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image {
    
    
  }


.s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image-container {
      position: relative;
    }

    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 img.shogun-image,
  #s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 {
    width: 100%;
    height: auto;
  }

  #s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image {
    
    
  }


.s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image-container {
      position: relative;
    }

    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 img.shogun-image,
  #s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 {
    width: 100%;
    height: auto;
  }

  #s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image {
    
    
  }


.s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image-container {
      position: relative;
    }

    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f76f287-a9a4-461d-b778-cfa0d0da9d34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-142a75da-bd1b-4412-876c-e73fc8b2f00c {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-142a75da-bd1b-4412-876c-e73fc8b2f00c .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-275dad05-07f1-4ec0-90b9-d8fc7e6cfbea {
  margin-top: 1%;
margin-left: 2%;
margin-right: 2%;
}

#s-d6efe444-6e96-407e-a17e-3a6550a43320 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d6efe444-6e96-407e-a17e-3a6550a43320 img.shogun-image,
  #s-d6efe444-6e96-407e-a17e-3a6550a43320 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d6efe444-6e96-407e-a17e-3a6550a43320 {
    width: 100%;
    height: auto;
  }

  #s-d6efe444-6e96-407e-a17e-3a6550a43320 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image {
    
    
  }


.s-d6efe444-6e96-407e-a17e-3a6550a43320 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6efe444-6e96-407e-a17e-3a6550a43320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6efe444-6e96-407e-a17e-3a6550a43320 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image-container {
      position: relative;
    }

    .s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6efe444-6e96-407e-a17e-3a6550a43320 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d6efe444-6e96-407e-a17e-3a6550a43320 img.shogun-image,
  #s-d6efe444-6e96-407e-a17e-3a6550a43320 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d6efe444-6e96-407e-a17e-3a6550a43320 {
    width: 100%;
    height: auto;
  }

  #s-d6efe444-6e96-407e-a17e-3a6550a43320 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image {
    
    
  }


.s-d6efe444-6e96-407e-a17e-3a6550a43320 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6efe444-6e96-407e-a17e-3a6550a43320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6efe444-6e96-407e-a17e-3a6550a43320 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image-container {
      position: relative;
    }

    .s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6efe444-6e96-407e-a17e-3a6550a43320 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d6efe444-6e96-407e-a17e-3a6550a43320 img.shogun-image,
  #s-d6efe444-6e96-407e-a17e-3a6550a43320 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d6efe444-6e96-407e-a17e-3a6550a43320 {
    width: 100%;
    height: auto;
  }

  #s-d6efe444-6e96-407e-a17e-3a6550a43320 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image {
    
    
  }


.s-d6efe444-6e96-407e-a17e-3a6550a43320 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6efe444-6e96-407e-a17e-3a6550a43320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6efe444-6e96-407e-a17e-3a6550a43320 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image-container {
      position: relative;
    }

    .s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6efe444-6e96-407e-a17e-3a6550a43320 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d6efe444-6e96-407e-a17e-3a6550a43320 img.shogun-image,
  #s-d6efe444-6e96-407e-a17e-3a6550a43320 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d6efe444-6e96-407e-a17e-3a6550a43320 {
    width: 100%;
    height: auto;
  }

  #s-d6efe444-6e96-407e-a17e-3a6550a43320 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image {
    
    
  }


.s-d6efe444-6e96-407e-a17e-3a6550a43320 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6efe444-6e96-407e-a17e-3a6550a43320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6efe444-6e96-407e-a17e-3a6550a43320 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image-container {
      position: relative;
    }

    .s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6efe444-6e96-407e-a17e-3a6550a43320 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d6efe444-6e96-407e-a17e-3a6550a43320 img.shogun-image,
  #s-d6efe444-6e96-407e-a17e-3a6550a43320 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d6efe444-6e96-407e-a17e-3a6550a43320 {
    width: 100%;
    height: auto;
  }

  #s-d6efe444-6e96-407e-a17e-3a6550a43320 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image {
    
    
  }


.s-d6efe444-6e96-407e-a17e-3a6550a43320 .shogun-image-content {
  
    align-items: center;
  
}

.s-d6efe444-6e96-407e-a17e-3a6550a43320.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6efe444-6e96-407e-a17e-3a6550a43320 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image-container {
      position: relative;
    }

    .s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6efe444-6e96-407e-a17e-3a6550a43320.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6efe444-6e96-407e-a17e-3a6550a43320 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5fa7e358-c9aa-470b-8638-d461346f84cd {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fa7e358-c9aa-470b-8638-d461346f84cd .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-c5da75dd-6ee1-4c25-9de9-b9db60c0e9b2 {
  margin-top: 1%;
margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 1200px){#s-675fb020-0d9e-4d79-82ea-58b2671facef {
  display: none;
}
#s-675fb020-0d9e-4d79-82ea-58b2671facef, #wrap-s-675fb020-0d9e-4d79-82ea-58b2671facef { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-675fb020-0d9e-4d79-82ea-58b2671facef {
  display: none;
}
#s-675fb020-0d9e-4d79-82ea-58b2671facef, #wrap-s-675fb020-0d9e-4d79-82ea-58b2671facef { display: none !important; }}
@media (min-width: 0px) {
[id="s-675fb020-0d9e-4d79-82ea-58b2671facef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-675fb020-0d9e-4d79-82ea-58b2671facef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-675fb020-0d9e-4d79-82ea-58b2671facef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-675fb020-0d9e-4d79-82ea-58b2671facef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c2aa3538-309e-45de-aeaa-dbc848e6c355 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-c2aa3538-309e-45de-aeaa-dbc848e6c355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2aa3538-309e-45de-aeaa-dbc848e6c355.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89e4fd1f-4a37-49dd-810a-a97a5184a5c6 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-89e4fd1f-4a37-49dd-810a-a97a5184a5c6:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-89e4fd1f-4a37-49dd-810a-a97a5184a5c6:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(73, 71, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-89e4fd1f-4a37-49dd-810a-a97a5184a5c6-root {
    text-align: center;
  }


#s-89e4fd1f-4a37-49dd-810a-a97a5184a5c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-89e4fd1f-4a37-49dd-810a-a97a5184a5c6-root {
    text-align: center;
  }


#s-89e4fd1f-4a37-49dd-810a-a97a5184a5c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-89e4fd1f-4a37-49dd-810a-a97a5184a5c6-root {
    text-align: center;
  }


#s-89e4fd1f-4a37-49dd-810a-a97a5184a5c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-89e4fd1f-4a37-49dd-810a-a97a5184a5c6-root {
    text-align: center;
  }


#s-89e4fd1f-4a37-49dd-810a-a97a5184a5c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-89e4fd1f-4a37-49dd-810a-a97a5184a5c6-root {
    text-align: center;
  }


#s-89e4fd1f-4a37-49dd-810a-a97a5184a5c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-89e4fd1f-4a37-49dd-810a-a97a5184a5c6-root {
    text-align: center;
  }


#s-89e4fd1f-4a37-49dd-810a-a97a5184a5c6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-fe63a9f8-6d3f-46b2-bc6e-854c4d1831e6 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-fe63a9f8-6d3f-46b2-bc6e-854c4d1831e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe63a9f8-6d3f-46b2-bc6e-854c4d1831e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31f8509f-37e5-47f3-9882-2d348e4b3428 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-31f8509f-37e5-47f3-9882-2d348e4b3428:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-31f8509f-37e5-47f3-9882-2d348e4b3428:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(73, 71, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-31f8509f-37e5-47f3-9882-2d348e4b3428-root {
    text-align: center;
  }


#s-31f8509f-37e5-47f3-9882-2d348e4b3428.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-31f8509f-37e5-47f3-9882-2d348e4b3428-root {
    text-align: center;
  }


#s-31f8509f-37e5-47f3-9882-2d348e4b3428.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-31f8509f-37e5-47f3-9882-2d348e4b3428-root {
    text-align: center;
  }


#s-31f8509f-37e5-47f3-9882-2d348e4b3428.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-31f8509f-37e5-47f3-9882-2d348e4b3428-root {
    text-align: center;
  }


#s-31f8509f-37e5-47f3-9882-2d348e4b3428.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-31f8509f-37e5-47f3-9882-2d348e4b3428-root {
    text-align: center;
  }


#s-31f8509f-37e5-47f3-9882-2d348e4b3428.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-31f8509f-37e5-47f3-9882-2d348e4b3428-root {
    text-align: center;
  }


#s-31f8509f-37e5-47f3-9882-2d348e4b3428.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-9ce901b8-9ce3-4ec7-b332-7855977a0cf4 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-9ce901b8-9ce3-4ec7-b332-7855977a0cf4 {
  display: none;
}
#s-9ce901b8-9ce3-4ec7-b332-7855977a0cf4, #wrap-s-9ce901b8-9ce3-4ec7-b332-7855977a0cf4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ce901b8-9ce3-4ec7-b332-7855977a0cf4 {
  display: none;
}
#s-9ce901b8-9ce3-4ec7-b332-7855977a0cf4, #wrap-s-9ce901b8-9ce3-4ec7-b332-7855977a0cf4 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9ce901b8-9ce3-4ec7-b332-7855977a0cf4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9ce901b8-9ce3-4ec7-b332-7855977a0cf4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9ce901b8-9ce3-4ec7-b332-7855977a0cf4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ce901b8-9ce3-4ec7-b332-7855977a0cf4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 img.shogun-image,
  #s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 {
    width: 100%;
    height: auto;
  }

  #s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image {
    
    
  }


.s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 .shogun-image-content {
  
    align-items: center;
  
}

.s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image-container {
      position: relative;
    }

    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 img.shogun-image,
  #s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 {
    width: 100%;
    height: auto;
  }

  #s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image {
    
    
  }


.s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 .shogun-image-content {
  
    align-items: center;
  
}

.s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image-container {
      position: relative;
    }

    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 img.shogun-image,
  #s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 {
    width: 100%;
    height: auto;
  }

  #s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image {
    
    
  }


.s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 .shogun-image-content {
  
    align-items: center;
  
}

.s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image-container {
      position: relative;
    }

    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 img.shogun-image,
  #s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 {
    width: 100%;
    height: auto;
  }

  #s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image {
    
    
  }


.s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 .shogun-image-content {
  
    align-items: center;
  
}

.s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image-container {
      position: relative;
    }

    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 img.shogun-image,
  #s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 {
    width: 100%;
    height: auto;
  }

  #s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image {
    
    
  }


.s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 .shogun-image-content {
  
    align-items: center;
  
}

.s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image-container {
      position: relative;
    }

    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53750f7b-eca1-4d09-b2ff-3dc82ec34b72 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-910ead74-94ff-4135-b645-153194aaa18a {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-910ead74-94ff-4135-b645-153194aaa18a .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-95ec2981-0b4a-47c9-9108-85252f536e62 {
  margin-top: 1%;
margin-left: 2%;
margin-right: 2%;
}

#s-a56c4834-3748-41ff-80c2-4fea6918be6c {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a56c4834-3748-41ff-80c2-4fea6918be6c img.shogun-image,
  #s-a56c4834-3748-41ff-80c2-4fea6918be6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a56c4834-3748-41ff-80c2-4fea6918be6c {
    width: 100%;
    height: auto;
  }

  #s-a56c4834-3748-41ff-80c2-4fea6918be6c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image {
    
    
  }


.s-a56c4834-3748-41ff-80c2-4fea6918be6c .shogun-image-content {
  
    align-items: center;
  
}

.s-a56c4834-3748-41ff-80c2-4fea6918be6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a56c4834-3748-41ff-80c2-4fea6918be6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image-container {
      position: relative;
    }

    .s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a56c4834-3748-41ff-80c2-4fea6918be6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a56c4834-3748-41ff-80c2-4fea6918be6c img.shogun-image,
  #s-a56c4834-3748-41ff-80c2-4fea6918be6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a56c4834-3748-41ff-80c2-4fea6918be6c {
    width: 100%;
    height: auto;
  }

  #s-a56c4834-3748-41ff-80c2-4fea6918be6c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image {
    
    
  }


.s-a56c4834-3748-41ff-80c2-4fea6918be6c .shogun-image-content {
  
    align-items: center;
  
}

.s-a56c4834-3748-41ff-80c2-4fea6918be6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a56c4834-3748-41ff-80c2-4fea6918be6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image-container {
      position: relative;
    }

    .s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a56c4834-3748-41ff-80c2-4fea6918be6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a56c4834-3748-41ff-80c2-4fea6918be6c img.shogun-image,
  #s-a56c4834-3748-41ff-80c2-4fea6918be6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a56c4834-3748-41ff-80c2-4fea6918be6c {
    width: 100%;
    height: auto;
  }

  #s-a56c4834-3748-41ff-80c2-4fea6918be6c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image {
    
    
  }


.s-a56c4834-3748-41ff-80c2-4fea6918be6c .shogun-image-content {
  
    align-items: center;
  
}

.s-a56c4834-3748-41ff-80c2-4fea6918be6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a56c4834-3748-41ff-80c2-4fea6918be6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image-container {
      position: relative;
    }

    .s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a56c4834-3748-41ff-80c2-4fea6918be6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a56c4834-3748-41ff-80c2-4fea6918be6c img.shogun-image,
  #s-a56c4834-3748-41ff-80c2-4fea6918be6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a56c4834-3748-41ff-80c2-4fea6918be6c {
    width: 100%;
    height: auto;
  }

  #s-a56c4834-3748-41ff-80c2-4fea6918be6c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image {
    
    
  }


.s-a56c4834-3748-41ff-80c2-4fea6918be6c .shogun-image-content {
  
    align-items: center;
  
}

.s-a56c4834-3748-41ff-80c2-4fea6918be6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a56c4834-3748-41ff-80c2-4fea6918be6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image-container {
      position: relative;
    }

    .s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a56c4834-3748-41ff-80c2-4fea6918be6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a56c4834-3748-41ff-80c2-4fea6918be6c img.shogun-image,
  #s-a56c4834-3748-41ff-80c2-4fea6918be6c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a56c4834-3748-41ff-80c2-4fea6918be6c {
    width: 100%;
    height: auto;
  }

  #s-a56c4834-3748-41ff-80c2-4fea6918be6c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image {
    
    
  }


.s-a56c4834-3748-41ff-80c2-4fea6918be6c .shogun-image-content {
  
    align-items: center;
  
}

.s-a56c4834-3748-41ff-80c2-4fea6918be6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a56c4834-3748-41ff-80c2-4fea6918be6c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image-container {
      position: relative;
    }

    .s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a56c4834-3748-41ff-80c2-4fea6918be6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a56c4834-3748-41ff-80c2-4fea6918be6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7d392da3-af28-4b38-9fd1-939b1325af32 {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d392da3-af28-4b38-9fd1-939b1325af32 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-2e7b6d14-3585-4d81-9afd-b85115902681 {
  margin-top: 1%;
margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 1200px){#s-1f2dc408-24e9-44d9-ab74-3fbf228115e9 {
  display: none;
}
#s-1f2dc408-24e9-44d9-ab74-3fbf228115e9, #wrap-s-1f2dc408-24e9-44d9-ab74-3fbf228115e9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f2dc408-24e9-44d9-ab74-3fbf228115e9 {
  display: none;
}
#s-1f2dc408-24e9-44d9-ab74-3fbf228115e9, #wrap-s-1f2dc408-24e9-44d9-ab74-3fbf228115e9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-1f2dc408-24e9-44d9-ab74-3fbf228115e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1f2dc408-24e9-44d9-ab74-3fbf228115e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f2dc408-24e9-44d9-ab74-3fbf228115e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f2dc408-24e9-44d9-ab74-3fbf228115e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-19ef2434-5b63-4357-8d1d-57525e6d3807 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-19ef2434-5b63-4357-8d1d-57525e6d3807 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19ef2434-5b63-4357-8d1d-57525e6d3807.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf05e519-0982-4bd0-a561-d8c8748e0733 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-cf05e519-0982-4bd0-a561-d8c8748e0733:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cf05e519-0982-4bd0-a561-d8c8748e0733:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(73, 71, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-cf05e519-0982-4bd0-a561-d8c8748e0733-root {
    text-align: center;
  }


#s-cf05e519-0982-4bd0-a561-d8c8748e0733.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cf05e519-0982-4bd0-a561-d8c8748e0733-root {
    text-align: center;
  }


#s-cf05e519-0982-4bd0-a561-d8c8748e0733.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf05e519-0982-4bd0-a561-d8c8748e0733-root {
    text-align: center;
  }


#s-cf05e519-0982-4bd0-a561-d8c8748e0733.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cf05e519-0982-4bd0-a561-d8c8748e0733-root {
    text-align: center;
  }


#s-cf05e519-0982-4bd0-a561-d8c8748e0733.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cf05e519-0982-4bd0-a561-d8c8748e0733-root {
    text-align: center;
  }


#s-cf05e519-0982-4bd0-a561-d8c8748e0733.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-cf05e519-0982-4bd0-a561-d8c8748e0733-root {
    text-align: center;
  }


#s-cf05e519-0982-4bd0-a561-d8c8748e0733.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-ac5aacca-6454-4ed7-9c2a-318ff7df4f62 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-ac5aacca-6454-4ed7-9c2a-318ff7df4f62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac5aacca-6454-4ed7-9c2a-318ff7df4f62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9689cb1e-c41d-420f-9f00-26d21eac631e {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-9689cb1e-c41d-420f-9f00-26d21eac631e:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9689cb1e-c41d-420f-9f00-26d21eac631e:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(73, 71, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-9689cb1e-c41d-420f-9f00-26d21eac631e-root {
    text-align: center;
  }


#s-9689cb1e-c41d-420f-9f00-26d21eac631e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9689cb1e-c41d-420f-9f00-26d21eac631e-root {
    text-align: center;
  }


#s-9689cb1e-c41d-420f-9f00-26d21eac631e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9689cb1e-c41d-420f-9f00-26d21eac631e-root {
    text-align: center;
  }


#s-9689cb1e-c41d-420f-9f00-26d21eac631e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9689cb1e-c41d-420f-9f00-26d21eac631e-root {
    text-align: center;
  }


#s-9689cb1e-c41d-420f-9f00-26d21eac631e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9689cb1e-c41d-420f-9f00-26d21eac631e-root {
    text-align: center;
  }


#s-9689cb1e-c41d-420f-9f00-26d21eac631e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-9689cb1e-c41d-420f-9f00-26d21eac631e-root {
    text-align: center;
  }


#s-9689cb1e-c41d-420f-9f00-26d21eac631e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-b3d392b4-1a5c-4377-a2aa-884618641e78 {
  margin-top: 4%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b3d392b4-1a5c-4377-a2aa-884618641e78 {
  display: none;
}
#s-b3d392b4-1a5c-4377-a2aa-884618641e78, #wrap-s-b3d392b4-1a5c-4377-a2aa-884618641e78 { display: none !important; }}@media (max-width: 767px){#s-b3d392b4-1a5c-4377-a2aa-884618641e78 {
  display: none;
}
#s-b3d392b4-1a5c-4377-a2aa-884618641e78, #wrap-s-b3d392b4-1a5c-4377-a2aa-884618641e78 { display: none !important; }}







#s-b3d392b4-1a5c-4377-a2aa-884618641e78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3d392b4-1a5c-4377-a2aa-884618641e78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14d6d9a1-a3aa-4121-87a8-ccd4a6b65a70 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-14d6d9a1-a3aa-4121-87a8-ccd4a6b65a70 {
  display: none;
}
#s-14d6d9a1-a3aa-4121-87a8-ccd4a6b65a70, #wrap-s-14d6d9a1-a3aa-4121-87a8-ccd4a6b65a70 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14d6d9a1-a3aa-4121-87a8-ccd4a6b65a70 {
  display: none;
}
#s-14d6d9a1-a3aa-4121-87a8-ccd4a6b65a70, #wrap-s-14d6d9a1-a3aa-4121-87a8-ccd4a6b65a70 { display: none !important; }}
@media (min-width: 0px) {
[id="s-14d6d9a1-a3aa-4121-87a8-ccd4a6b65a70"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-14d6d9a1-a3aa-4121-87a8-ccd4a6b65a70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-14d6d9a1-a3aa-4121-87a8-ccd4a6b65a70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-14d6d9a1-a3aa-4121-87a8-ccd4a6b65a70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 {
  box-shadow:0px 0px 4px 1px rgba(193, 193, 193, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 img.shogun-image,
  #s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 {
    width: 100%;
    height: auto;
  }

  #s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image {
    
    
  }


.s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image-container {
      position: relative;
    }

    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 img.shogun-image,
  #s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 {
    width: 100%;
    height: auto;
  }

  #s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image {
    
    
  }


.s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image-container {
      position: relative;
    }

    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 img.shogun-image,
  #s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 {
    width: 100%;
    height: auto;
  }

  #s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image {
    
    
  }


.s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image-container {
      position: relative;
    }

    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 img.shogun-image,
  #s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 {
    width: 100%;
    height: auto;
  }

  #s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image {
    
    
  }


.s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image-container {
      position: relative;
    }

    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 img.shogun-image,
  #s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 {
    width: 100%;
    height: auto;
  }

  #s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image {
    
    
  }


.s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image-container {
      position: relative;
    }

    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13c27a2a-4be5-4261-9afd-bf4d90b8f0d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-43c3402f-a7c8-4a22-adfb-e4ec2e9b3117 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43c3402f-a7c8-4a22-adfb-e4ec2e9b3117 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-ce489348-f8ef-4e34-b182-1f07b799ddcb {
  margin-top: 1%;
margin-left: 2%;
margin-right: 2%;
}

#s-bd733626-28b9-48c1-b7b0-ea26d606d888 {
  box-shadow:0px 0px 4px 1px rgba(193, 193, 193, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-bd733626-28b9-48c1-b7b0-ea26d606d888 img.shogun-image,
  #s-bd733626-28b9-48c1-b7b0-ea26d606d888 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd733626-28b9-48c1-b7b0-ea26d606d888 {
    width: 100%;
    height: auto;
  }

  #s-bd733626-28b9-48c1-b7b0-ea26d606d888 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image {
    
    
  }


.s-bd733626-28b9-48c1-b7b0-ea26d606d888 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd733626-28b9-48c1-b7b0-ea26d606d888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd733626-28b9-48c1-b7b0-ea26d606d888 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image-container {
      position: relative;
    }

    .s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd733626-28b9-48c1-b7b0-ea26d606d888 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bd733626-28b9-48c1-b7b0-ea26d606d888 img.shogun-image,
  #s-bd733626-28b9-48c1-b7b0-ea26d606d888 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd733626-28b9-48c1-b7b0-ea26d606d888 {
    width: 100%;
    height: auto;
  }

  #s-bd733626-28b9-48c1-b7b0-ea26d606d888 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image {
    
    
  }


.s-bd733626-28b9-48c1-b7b0-ea26d606d888 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd733626-28b9-48c1-b7b0-ea26d606d888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd733626-28b9-48c1-b7b0-ea26d606d888 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image-container {
      position: relative;
    }

    .s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd733626-28b9-48c1-b7b0-ea26d606d888 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bd733626-28b9-48c1-b7b0-ea26d606d888 img.shogun-image,
  #s-bd733626-28b9-48c1-b7b0-ea26d606d888 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd733626-28b9-48c1-b7b0-ea26d606d888 {
    width: 100%;
    height: auto;
  }

  #s-bd733626-28b9-48c1-b7b0-ea26d606d888 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image {
    
    
  }


.s-bd733626-28b9-48c1-b7b0-ea26d606d888 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd733626-28b9-48c1-b7b0-ea26d606d888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd733626-28b9-48c1-b7b0-ea26d606d888 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image-container {
      position: relative;
    }

    .s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd733626-28b9-48c1-b7b0-ea26d606d888 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bd733626-28b9-48c1-b7b0-ea26d606d888 img.shogun-image,
  #s-bd733626-28b9-48c1-b7b0-ea26d606d888 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd733626-28b9-48c1-b7b0-ea26d606d888 {
    width: 100%;
    height: auto;
  }

  #s-bd733626-28b9-48c1-b7b0-ea26d606d888 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image {
    
    
  }


.s-bd733626-28b9-48c1-b7b0-ea26d606d888 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd733626-28b9-48c1-b7b0-ea26d606d888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd733626-28b9-48c1-b7b0-ea26d606d888 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image-container {
      position: relative;
    }

    .s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd733626-28b9-48c1-b7b0-ea26d606d888 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bd733626-28b9-48c1-b7b0-ea26d606d888 img.shogun-image,
  #s-bd733626-28b9-48c1-b7b0-ea26d606d888 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bd733626-28b9-48c1-b7b0-ea26d606d888 {
    width: 100%;
    height: auto;
  }

  #s-bd733626-28b9-48c1-b7b0-ea26d606d888 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image {
    
    
  }


.s-bd733626-28b9-48c1-b7b0-ea26d606d888 .shogun-image-content {
  
    align-items: center;
  
}

.s-bd733626-28b9-48c1-b7b0-ea26d606d888.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bd733626-28b9-48c1-b7b0-ea26d606d888 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image-container {
      position: relative;
    }

    .s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bd733626-28b9-48c1-b7b0-ea26d606d888.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bd733626-28b9-48c1-b7b0-ea26d606d888 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-63ff8e2a-33e9-43e5-a3dc-f26a07d2a46c {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63ff8e2a-33e9-43e5-a3dc-f26a07d2a46c .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-93380cc9-a73d-4405-bc95-aed3478bf82d {
  margin-top: 1%;
margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 1200px){#s-c67bbc6c-1704-4c34-8323-c8efa784d514 {
  display: none;
}
#s-c67bbc6c-1704-4c34-8323-c8efa784d514, #wrap-s-c67bbc6c-1704-4c34-8323-c8efa784d514 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c67bbc6c-1704-4c34-8323-c8efa784d514 {
  display: none;
}
#s-c67bbc6c-1704-4c34-8323-c8efa784d514, #wrap-s-c67bbc6c-1704-4c34-8323-c8efa784d514 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c67bbc6c-1704-4c34-8323-c8efa784d514"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c67bbc6c-1704-4c34-8323-c8efa784d514"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c67bbc6c-1704-4c34-8323-c8efa784d514"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c67bbc6c-1704-4c34-8323-c8efa784d514"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9d379bed-89a5-4e37-a8bd-f824bb3079a8 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-9d379bed-89a5-4e37-a8bd-f824bb3079a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d379bed-89a5-4e37-a8bd-f824bb3079a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ec3d0dc-81ad-4429-9a20-213c5f27d2fb {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-0ec3d0dc-81ad-4429-9a20-213c5f27d2fb:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0ec3d0dc-81ad-4429-9a20-213c5f27d2fb:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(73, 71, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-0ec3d0dc-81ad-4429-9a20-213c5f27d2fb-root {
    text-align: center;
  }


#s-0ec3d0dc-81ad-4429-9a20-213c5f27d2fb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0ec3d0dc-81ad-4429-9a20-213c5f27d2fb-root {
    text-align: center;
  }


#s-0ec3d0dc-81ad-4429-9a20-213c5f27d2fb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ec3d0dc-81ad-4429-9a20-213c5f27d2fb-root {
    text-align: center;
  }


#s-0ec3d0dc-81ad-4429-9a20-213c5f27d2fb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ec3d0dc-81ad-4429-9a20-213c5f27d2fb-root {
    text-align: center;
  }


#s-0ec3d0dc-81ad-4429-9a20-213c5f27d2fb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0ec3d0dc-81ad-4429-9a20-213c5f27d2fb-root {
    text-align: center;
  }


#s-0ec3d0dc-81ad-4429-9a20-213c5f27d2fb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-0ec3d0dc-81ad-4429-9a20-213c5f27d2fb-root {
    text-align: center;
  }


#s-0ec3d0dc-81ad-4429-9a20-213c5f27d2fb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-6672445d-8bdd-4ea6-bf2d-12694c513875 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-6672445d-8bdd-4ea6-bf2d-12694c513875 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6672445d-8bdd-4ea6-bf2d-12694c513875.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b6aec95-032c-4391-8437-13f9463d48fa {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-5b6aec95-032c-4391-8437-13f9463d48fa:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5b6aec95-032c-4391-8437-13f9463d48fa:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(73, 71, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-5b6aec95-032c-4391-8437-13f9463d48fa-root {
    text-align: center;
  }


#s-5b6aec95-032c-4391-8437-13f9463d48fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5b6aec95-032c-4391-8437-13f9463d48fa-root {
    text-align: center;
  }


#s-5b6aec95-032c-4391-8437-13f9463d48fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b6aec95-032c-4391-8437-13f9463d48fa-root {
    text-align: center;
  }


#s-5b6aec95-032c-4391-8437-13f9463d48fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b6aec95-032c-4391-8437-13f9463d48fa-root {
    text-align: center;
  }


#s-5b6aec95-032c-4391-8437-13f9463d48fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5b6aec95-032c-4391-8437-13f9463d48fa-root {
    text-align: center;
  }


#s-5b6aec95-032c-4391-8437-13f9463d48fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-5b6aec95-032c-4391-8437-13f9463d48fa-root {
    text-align: center;
  }


#s-5b6aec95-032c-4391-8437-13f9463d48fa.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-589ea21e-85f9-46ca-becb-0f6bf9eaf027 {
  margin-left: 8%;
margin-right: 8%;
min-height: 50px;
}








#s-589ea21e-85f9-46ca-becb-0f6bf9eaf027 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-589ea21e-85f9-46ca-becb-0f6bf9eaf027.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d05963d-de61-4131-9d54-0d12ee5891b1 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: -1%;
margin-right: 5%;
}

#s-c151b4d7-9732-4c0b-8083-13bfd1b2fb9f {
  margin-top: -1%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c151b4d7-9732-4c0b-8083-13bfd1b2fb9f .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-c151b4d7-9732-4c0b-8083-13bfd1b2fb9f .shogun-heading-component h2 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  letter-spacing: 2px;
  
}


}
#s-4decf9aa-3641-4dd8-bcdd-97b7c369d327 {
  margin-top: 1%;
margin-left: 0%;
margin-bottom: 1%;
margin-right: 0%;
}

#s-a29f678d-53ce-4ff6-9ad9-efbf621bffbe {
  margin-top: -1%;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-a29f678d-53ce-4ff6-9ad9-efbf621bffbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a29f678d-53ce-4ff6-9ad9-efbf621bffbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a29f678d-53ce-4ff6-9ad9-efbf621bffbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a29f678d-53ce-4ff6-9ad9-efbf621bffbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2f218cb1-5496-4036-ae8a-f3f57701fc17 {
  max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-2f218cb1-5496-4036-ae8a-f3f57701fc17 img.shogun-image,
  #s-2f218cb1-5496-4036-ae8a-f3f57701fc17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f218cb1-5496-4036-ae8a-f3f57701fc17 {
    width: 100%;
    height: auto;
  }

  #s-2f218cb1-5496-4036-ae8a-f3f57701fc17 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image {
    
    
  }


.s-2f218cb1-5496-4036-ae8a-f3f57701fc17 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image-container {
      position: relative;
    }

    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2f218cb1-5496-4036-ae8a-f3f57701fc17 img.shogun-image,
  #s-2f218cb1-5496-4036-ae8a-f3f57701fc17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f218cb1-5496-4036-ae8a-f3f57701fc17 {
    width: 100%;
    height: auto;
  }

  #s-2f218cb1-5496-4036-ae8a-f3f57701fc17 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image {
    
    
  }


.s-2f218cb1-5496-4036-ae8a-f3f57701fc17 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image-container {
      position: relative;
    }

    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2f218cb1-5496-4036-ae8a-f3f57701fc17 img.shogun-image,
  #s-2f218cb1-5496-4036-ae8a-f3f57701fc17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f218cb1-5496-4036-ae8a-f3f57701fc17 {
    width: 100%;
    height: auto;
  }

  #s-2f218cb1-5496-4036-ae8a-f3f57701fc17 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image {
    
    
  }


.s-2f218cb1-5496-4036-ae8a-f3f57701fc17 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image-container {
      position: relative;
    }

    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2f218cb1-5496-4036-ae8a-f3f57701fc17 img.shogun-image,
  #s-2f218cb1-5496-4036-ae8a-f3f57701fc17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f218cb1-5496-4036-ae8a-f3f57701fc17 {
    width: 100%;
    height: auto;
  }

  #s-2f218cb1-5496-4036-ae8a-f3f57701fc17 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image {
    
    
  }


.s-2f218cb1-5496-4036-ae8a-f3f57701fc17 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image-container {
      position: relative;
    }

    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2f218cb1-5496-4036-ae8a-f3f57701fc17 img.shogun-image,
  #s-2f218cb1-5496-4036-ae8a-f3f57701fc17 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2f218cb1-5496-4036-ae8a-f3f57701fc17 {
    width: 100%;
    height: auto;
  }

  #s-2f218cb1-5496-4036-ae8a-f3f57701fc17 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image {
    
    
  }


.s-2f218cb1-5496-4036-ae8a-f3f57701fc17 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image-container {
      position: relative;
    }

    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2f218cb1-5496-4036-ae8a-f3f57701fc17 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3d653291-b068-4df7-a97d-3d80a8070c34 {
  max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-3d653291-b068-4df7-a97d-3d80a8070c34 img.shogun-image,
  #s-3d653291-b068-4df7-a97d-3d80a8070c34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3d653291-b068-4df7-a97d-3d80a8070c34 {
    width: 100%;
    height: auto;
  }

  #s-3d653291-b068-4df7-a97d-3d80a8070c34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image {
    
    
  }


.s-3d653291-b068-4df7-a97d-3d80a8070c34 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3d653291-b068-4df7-a97d-3d80a8070c34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d653291-b068-4df7-a97d-3d80a8070c34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image-container {
      position: relative;
    }

    .s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d653291-b068-4df7-a97d-3d80a8070c34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3d653291-b068-4df7-a97d-3d80a8070c34 img.shogun-image,
  #s-3d653291-b068-4df7-a97d-3d80a8070c34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3d653291-b068-4df7-a97d-3d80a8070c34 {
    width: 100%;
    height: auto;
  }

  #s-3d653291-b068-4df7-a97d-3d80a8070c34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image {
    
    
  }


.s-3d653291-b068-4df7-a97d-3d80a8070c34 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3d653291-b068-4df7-a97d-3d80a8070c34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d653291-b068-4df7-a97d-3d80a8070c34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image-container {
      position: relative;
    }

    .s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d653291-b068-4df7-a97d-3d80a8070c34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3d653291-b068-4df7-a97d-3d80a8070c34 img.shogun-image,
  #s-3d653291-b068-4df7-a97d-3d80a8070c34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3d653291-b068-4df7-a97d-3d80a8070c34 {
    width: 100%;
    height: auto;
  }

  #s-3d653291-b068-4df7-a97d-3d80a8070c34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image {
    
    
  }


.s-3d653291-b068-4df7-a97d-3d80a8070c34 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3d653291-b068-4df7-a97d-3d80a8070c34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d653291-b068-4df7-a97d-3d80a8070c34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image-container {
      position: relative;
    }

    .s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d653291-b068-4df7-a97d-3d80a8070c34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3d653291-b068-4df7-a97d-3d80a8070c34 img.shogun-image,
  #s-3d653291-b068-4df7-a97d-3d80a8070c34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3d653291-b068-4df7-a97d-3d80a8070c34 {
    width: 100%;
    height: auto;
  }

  #s-3d653291-b068-4df7-a97d-3d80a8070c34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image {
    
    
  }


.s-3d653291-b068-4df7-a97d-3d80a8070c34 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3d653291-b068-4df7-a97d-3d80a8070c34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d653291-b068-4df7-a97d-3d80a8070c34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image-container {
      position: relative;
    }

    .s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d653291-b068-4df7-a97d-3d80a8070c34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3d653291-b068-4df7-a97d-3d80a8070c34 img.shogun-image,
  #s-3d653291-b068-4df7-a97d-3d80a8070c34 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3d653291-b068-4df7-a97d-3d80a8070c34 {
    width: 100%;
    height: auto;
  }

  #s-3d653291-b068-4df7-a97d-3d80a8070c34 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image {
    
    
  }


.s-3d653291-b068-4df7-a97d-3d80a8070c34 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-3d653291-b068-4df7-a97d-3d80a8070c34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d653291-b068-4df7-a97d-3d80a8070c34 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image-container {
      position: relative;
    }

    .s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d653291-b068-4df7-a97d-3d80a8070c34.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d653291-b068-4df7-a97d-3d80a8070c34 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-95f08db8-9679-4ac5-ae77-a04df28206ca {
  min-height: 50px;
}








#s-95f08db8-9679-4ac5-ae77-a04df28206ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95f08db8-9679-4ac5-ae77-a04df28206ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0a5e192-49c1-423c-8421-6aa81a2e3c84 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-d0a5e192-49c1-423c-8421-6aa81a2e3c84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d0a5e192-49c1-423c-8421-6aa81a2e3c84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d0a5e192-49c1-423c-8421-6aa81a2e3c84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0a5e192-49c1-423c-8421-6aa81a2e3c84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bb71fa64-e7fe-4d43-95a7-e5f93fe26371 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 2%;
text-align: center;
}

#s-bb71fa64-e7fe-4d43-95a7-e5f93fe26371 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 2px;
  
}



#s-401737f1-bcff-4333-9e9b-50baadaca59e {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
}

#s-d3f09e56-b9b9-4565-968d-28f84ce001b1 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 2%;
text-align: center;
}

#s-d3f09e56-b9b9-4565-968d-28f84ce001b1 .shogun-heading-component h1 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 2px;
  
}



#s-cd48ab59-e01a-4381-8ec7-3f556ddb2389 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
}

#s-af992ff7-8f65-4768-a8e1-c5d531577c55 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-af992ff7-8f65-4768-a8e1-c5d531577c55 {
  display: unset;
}
#s-af992ff7-8f65-4768-a8e1-c5d531577c55, #wrap-s-af992ff7-8f65-4768-a8e1-c5d531577c55 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af992ff7-8f65-4768-a8e1-c5d531577c55 {
  display: none;
}
#s-af992ff7-8f65-4768-a8e1-c5d531577c55, #wrap-s-af992ff7-8f65-4768-a8e1-c5d531577c55 { display: none !important; }}@media (max-width: 767px){#s-af992ff7-8f65-4768-a8e1-c5d531577c55 {
  display: none;
}
#s-af992ff7-8f65-4768-a8e1-c5d531577c55, #wrap-s-af992ff7-8f65-4768-a8e1-c5d531577c55 { display: none !important; }}
@media (min-width: 0px) {
[id="s-af992ff7-8f65-4768-a8e1-c5d531577c55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af992ff7-8f65-4768-a8e1-c5d531577c55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af992ff7-8f65-4768-a8e1-c5d531577c55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af992ff7-8f65-4768-a8e1-c5d531577c55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3a54982b-e54d-4534-ab63-582b85e86cb3 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-3a54982b-e54d-4534-ab63-582b85e86cb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a54982b-e54d-4534-ab63-582b85e86cb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26ccf392-8f3d-44b0-bf70-8505b800ef59 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-26ccf392-8f3d-44b0-bf70-8505b800ef59:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-26ccf392-8f3d-44b0-bf70-8505b800ef59:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(73, 71, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-26ccf392-8f3d-44b0-bf70-8505b800ef59-root {
    text-align: center;
  }


#s-26ccf392-8f3d-44b0-bf70-8505b800ef59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-26ccf392-8f3d-44b0-bf70-8505b800ef59-root {
    text-align: center;
  }


#s-26ccf392-8f3d-44b0-bf70-8505b800ef59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-26ccf392-8f3d-44b0-bf70-8505b800ef59-root {
    text-align: center;
  }


#s-26ccf392-8f3d-44b0-bf70-8505b800ef59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-26ccf392-8f3d-44b0-bf70-8505b800ef59-root {
    text-align: center;
  }


#s-26ccf392-8f3d-44b0-bf70-8505b800ef59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-26ccf392-8f3d-44b0-bf70-8505b800ef59-root {
    text-align: center;
  }


#s-26ccf392-8f3d-44b0-bf70-8505b800ef59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-26ccf392-8f3d-44b0-bf70-8505b800ef59-root {
    text-align: center;
  }


#s-26ccf392-8f3d-44b0-bf70-8505b800ef59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0623b2dd-e348-4b5a-aa6c-31d8d301bdf5 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-0623b2dd-e348-4b5a-aa6c-31d8d301bdf5:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0623b2dd-e348-4b5a-aa6c-31d8d301bdf5:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(73, 71, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-0623b2dd-e348-4b5a-aa6c-31d8d301bdf5-root {
    text-align: center;
  }


#s-0623b2dd-e348-4b5a-aa6c-31d8d301bdf5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0623b2dd-e348-4b5a-aa6c-31d8d301bdf5-root {
    text-align: center;
  }


#s-0623b2dd-e348-4b5a-aa6c-31d8d301bdf5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0623b2dd-e348-4b5a-aa6c-31d8d301bdf5-root {
    text-align: center;
  }


#s-0623b2dd-e348-4b5a-aa6c-31d8d301bdf5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0623b2dd-e348-4b5a-aa6c-31d8d301bdf5-root {
    text-align: center;
  }


#s-0623b2dd-e348-4b5a-aa6c-31d8d301bdf5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0623b2dd-e348-4b5a-aa6c-31d8d301bdf5-root {
    text-align: center;
  }


#s-0623b2dd-e348-4b5a-aa6c-31d8d301bdf5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-0623b2dd-e348-4b5a-aa6c-31d8d301bdf5-root {
    text-align: center;
  }


#s-0623b2dd-e348-4b5a-aa6c-31d8d301bdf5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0b82d084-af08-42a1-bf37-cac34666c328 {
  margin-top: 5%;
margin-left: 8%;
margin-bottom: 5%;
margin-right: 8%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-0b82d084-af08-42a1-bf37-cac34666c328 {
  display: unset;
}
#s-0b82d084-af08-42a1-bf37-cac34666c328, #wrap-s-0b82d084-af08-42a1-bf37-cac34666c328 { display: unset !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0b82d084-af08-42a1-bf37-cac34666c328 {
  display: none;
}
#s-0b82d084-af08-42a1-bf37-cac34666c328, #wrap-s-0b82d084-af08-42a1-bf37-cac34666c328 { display: none !important; }}@media (max-width: 767px){#s-0b82d084-af08-42a1-bf37-cac34666c328 {
  display: none;
}
#s-0b82d084-af08-42a1-bf37-cac34666c328, #wrap-s-0b82d084-af08-42a1-bf37-cac34666c328 { display: none !important; }}







#s-0b82d084-af08-42a1-bf37-cac34666c328 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b82d084-af08-42a1-bf37-cac34666c328.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d7a8bf4-238f-452f-acf7-1203405786d8 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
background-color: rgba(243, 243, 243, 1);
}

@media (min-width: 0px) {
[id="s-2d7a8bf4-238f-452f-acf7-1203405786d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d7a8bf4-238f-452f-acf7-1203405786d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2d7a8bf4-238f-452f-acf7-1203405786d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d7a8bf4-238f-452f-acf7-1203405786d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-04410b20-fe79-4c21-957c-f2f23eb90a46 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 533px;
aspect-ratio: 2/3;
text-align: center;
}







  img.s-04410b20-fe79-4c21-957c-f2f23eb90a46.shogun-image {
    
    
  }


.s-04410b20-fe79-4c21-957c-f2f23eb90a46 .shogun-image-content {
  
    align-items: center;
  
}

.s-04410b20-fe79-4c21-957c-f2f23eb90a46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04410b20-fe79-4c21-957c-f2f23eb90a46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04410b20-fe79-4c21-957c-f2f23eb90a46.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-04410b20-fe79-4c21-957c-f2f23eb90a46.shogun-image {
    
    
  }


.s-04410b20-fe79-4c21-957c-f2f23eb90a46 .shogun-image-content {
  
    align-items: center;
  
}

.s-04410b20-fe79-4c21-957c-f2f23eb90a46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04410b20-fe79-4c21-957c-f2f23eb90a46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04410b20-fe79-4c21-957c-f2f23eb90a46.shogun-image {
  box-sizing: border-box;
}



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





  img.s-04410b20-fe79-4c21-957c-f2f23eb90a46.shogun-image {
    
    
  }


.s-04410b20-fe79-4c21-957c-f2f23eb90a46 .shogun-image-content {
  
    align-items: center;
  
}

.s-04410b20-fe79-4c21-957c-f2f23eb90a46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04410b20-fe79-4c21-957c-f2f23eb90a46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04410b20-fe79-4c21-957c-f2f23eb90a46.shogun-image {
  box-sizing: border-box;
}



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





  img.s-04410b20-fe79-4c21-957c-f2f23eb90a46.shogun-image {
    
    
  }


.s-04410b20-fe79-4c21-957c-f2f23eb90a46 .shogun-image-content {
  
    align-items: center;
  
}

.s-04410b20-fe79-4c21-957c-f2f23eb90a46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04410b20-fe79-4c21-957c-f2f23eb90a46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04410b20-fe79-4c21-957c-f2f23eb90a46.shogun-image {
  box-sizing: border-box;
}



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





  img.s-04410b20-fe79-4c21-957c-f2f23eb90a46.shogun-image {
    
    
  }


.s-04410b20-fe79-4c21-957c-f2f23eb90a46 .shogun-image-content {
  
    align-items: center;
  
}

.s-04410b20-fe79-4c21-957c-f2f23eb90a46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-04410b20-fe79-4c21-957c-f2f23eb90a46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-04410b20-fe79-4c21-957c-f2f23eb90a46.shogun-image {
  box-sizing: border-box;
}



}
#s-42a091b5-8bc0-4ac6-81ff-daecfc6bcf95 {
  margin-top: 12%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 28%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-42a091b5-8bc0-4ac6-81ff-daecfc6bcf95 {
  margin-top: 32%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42a091b5-8bc0-4ac6-81ff-daecfc6bcf95 {
  margin-top: 7%;
}
}@media (max-width: 767px){#s-42a091b5-8bc0-4ac6-81ff-daecfc6bcf95 {
  margin-top: 9%;
}
}
#s-42a091b5-8bc0-4ac6-81ff-daecfc6bcf95 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 4px;
  
}


@media (min-width: 1200px){#s-42a091b5-8bc0-4ac6-81ff-daecfc6bcf95 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  
  letter-spacing: 4px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-42a091b5-8bc0-4ac6-81ff-daecfc6bcf95 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  
  letter-spacing: 4px;
  
}


}
#s-1953239b-16c7-4170-a6ea-b2ce9fe2f7ac {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 10%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1953239b-16c7-4170-a6ea-b2ce9fe2f7ac {
  
}
}@media (max-width: 767px){#s-1953239b-16c7-4170-a6ea-b2ce9fe2f7ac {
  
}
}
#s-976212a3-6335-4615-9ef4-8eba168c0a35 {
  margin-top: 8%;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-976212a3-6335-4615-9ef4-8eba168c0a35 {
  display: none;
}
#s-976212a3-6335-4615-9ef4-8eba168c0a35, #wrap-s-976212a3-6335-4615-9ef4-8eba168c0a35 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-976212a3-6335-4615-9ef4-8eba168c0a35 {
  display: none;
}
#s-976212a3-6335-4615-9ef4-8eba168c0a35, #wrap-s-976212a3-6335-4615-9ef4-8eba168c0a35 { display: none !important; }}







#s-976212a3-6335-4615-9ef4-8eba168c0a35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-976212a3-6335-4615-9ef4-8eba168c0a35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed69029d-31c5-4b1d-ade9-1e7d6f7799d3 {
  margin-top: 0%;
margin-left: 2%;
margin-right: 2%;
}

#s-48810f5c-bb5c-4de0-a7d8-d3ca93675766 {
  margin-top: -3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48810f5c-bb5c-4de0-a7d8-d3ca93675766 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 2px;
  
}



#s-659534c1-912e-4a22-845e-ae5087b898a8 {
  margin-top: 1%;
margin-left: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-aa4cf0fc-e80b-4324-bb2a-3a55748c8cdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa4cf0fc-e80b-4324-bb2a-3a55748c8cdd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aa4cf0fc-e80b-4324-bb2a-3a55748c8cdd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa4cf0fc-e80b-4324-bb2a-3a55748c8cdd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b55bfe1f-c577-46b1-8600-c9a49732e022 {
  margin-bottom: 0px;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}







  img.s-b55bfe1f-c577-46b1-8600-c9a49732e022.shogun-image {
    
    
  }


.s-b55bfe1f-c577-46b1-8600-c9a49732e022 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b55bfe1f-c577-46b1-8600-c9a49732e022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b55bfe1f-c577-46b1-8600-c9a49732e022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b55bfe1f-c577-46b1-8600-c9a49732e022.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b55bfe1f-c577-46b1-8600-c9a49732e022.shogun-image {
    
    
  }


.s-b55bfe1f-c577-46b1-8600-c9a49732e022 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b55bfe1f-c577-46b1-8600-c9a49732e022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b55bfe1f-c577-46b1-8600-c9a49732e022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b55bfe1f-c577-46b1-8600-c9a49732e022.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b55bfe1f-c577-46b1-8600-c9a49732e022.shogun-image {
    
    
  }


.s-b55bfe1f-c577-46b1-8600-c9a49732e022 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b55bfe1f-c577-46b1-8600-c9a49732e022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b55bfe1f-c577-46b1-8600-c9a49732e022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b55bfe1f-c577-46b1-8600-c9a49732e022.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b55bfe1f-c577-46b1-8600-c9a49732e022.shogun-image {
    
    
  }


.s-b55bfe1f-c577-46b1-8600-c9a49732e022 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b55bfe1f-c577-46b1-8600-c9a49732e022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b55bfe1f-c577-46b1-8600-c9a49732e022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b55bfe1f-c577-46b1-8600-c9a49732e022.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b55bfe1f-c577-46b1-8600-c9a49732e022.shogun-image {
    
    
  }


.s-b55bfe1f-c577-46b1-8600-c9a49732e022 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-b55bfe1f-c577-46b1-8600-c9a49732e022.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b55bfe1f-c577-46b1-8600-c9a49732e022.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b55bfe1f-c577-46b1-8600-c9a49732e022.shogun-image {
  box-sizing: border-box;
}



}
#s-8993f2a6-6774-48ff-94fa-039cff0a7c94 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 1%;
padding-bottom: 1%;
text-align: center;
}

#s-8993f2a6-6774-48ff-94fa-039cff0a7c94 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8993f2a6-6774-48ff-94fa-039cff0a7c94 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  
}


}
#s-d0f139ac-c01f-49ba-ad6e-70700a0e14d3 {
  margin-top: 2%;
margin-left: 5%;
margin-right: 5%;
}

#s-63387ccd-5885-41b7-a71b-366ea4533f68 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-63387ccd-5885-41b7-a71b-366ea4533f68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63387ccd-5885-41b7-a71b-366ea4533f68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-248a7d5d-d9da-422c-b96a-7a12cd9644de {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-248a7d5d-d9da-422c-b96a-7a12cd9644de:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-248a7d5d-d9da-422c-b96a-7a12cd9644de:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(73, 71, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-248a7d5d-d9da-422c-b96a-7a12cd9644de-root {
    text-align: center;
  }


#s-248a7d5d-d9da-422c-b96a-7a12cd9644de.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-248a7d5d-d9da-422c-b96a-7a12cd9644de-root {
    text-align: center;
  }


#s-248a7d5d-d9da-422c-b96a-7a12cd9644de.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-248a7d5d-d9da-422c-b96a-7a12cd9644de-root {
    text-align: center;
  }


#s-248a7d5d-d9da-422c-b96a-7a12cd9644de.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-248a7d5d-d9da-422c-b96a-7a12cd9644de-root {
    text-align: center;
  }


#s-248a7d5d-d9da-422c-b96a-7a12cd9644de.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-248a7d5d-d9da-422c-b96a-7a12cd9644de-root {
    text-align: center;
  }


#s-248a7d5d-d9da-422c-b96a-7a12cd9644de.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-248a7d5d-d9da-422c-b96a-7a12cd9644de-root {
    text-align: center;
  }


#s-248a7d5d-d9da-422c-b96a-7a12cd9644de.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c93e1fb4-ecef-4def-86fd-285344ed91aa {
  margin-top: 3%;
padding-bottom: 10px;
max-width: 1500px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c93e1fb4-ecef-4def-86fd-285344ed91aa img.shogun-image,
  #s-c93e1fb4-ecef-4def-86fd-285344ed91aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c93e1fb4-ecef-4def-86fd-285344ed91aa {
    width: 100%;
    height: auto;
  }

  #s-c93e1fb4-ecef-4def-86fd-285344ed91aa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image {
    
    
  }


.s-c93e1fb4-ecef-4def-86fd-285344ed91aa .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image-container {
      position: relative;
    }

    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c93e1fb4-ecef-4def-86fd-285344ed91aa img.shogun-image,
  #s-c93e1fb4-ecef-4def-86fd-285344ed91aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c93e1fb4-ecef-4def-86fd-285344ed91aa {
    width: 100%;
    height: auto;
  }

  #s-c93e1fb4-ecef-4def-86fd-285344ed91aa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image {
    
    
  }


.s-c93e1fb4-ecef-4def-86fd-285344ed91aa .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image-container {
      position: relative;
    }

    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c93e1fb4-ecef-4def-86fd-285344ed91aa img.shogun-image,
  #s-c93e1fb4-ecef-4def-86fd-285344ed91aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c93e1fb4-ecef-4def-86fd-285344ed91aa {
    width: 100%;
    height: auto;
  }

  #s-c93e1fb4-ecef-4def-86fd-285344ed91aa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image {
    
    
  }


.s-c93e1fb4-ecef-4def-86fd-285344ed91aa .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image-container {
      position: relative;
    }

    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c93e1fb4-ecef-4def-86fd-285344ed91aa img.shogun-image,
  #s-c93e1fb4-ecef-4def-86fd-285344ed91aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c93e1fb4-ecef-4def-86fd-285344ed91aa {
    width: 100%;
    height: auto;
  }

  #s-c93e1fb4-ecef-4def-86fd-285344ed91aa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image {
    
    
  }


.s-c93e1fb4-ecef-4def-86fd-285344ed91aa .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image-container {
      position: relative;
    }

    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c93e1fb4-ecef-4def-86fd-285344ed91aa img.shogun-image,
  #s-c93e1fb4-ecef-4def-86fd-285344ed91aa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c93e1fb4-ecef-4def-86fd-285344ed91aa {
    width: 100%;
    height: auto;
  }

  #s-c93e1fb4-ecef-4def-86fd-285344ed91aa img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image {
    
    
  }


.s-c93e1fb4-ecef-4def-86fd-285344ed91aa .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image-container {
      position: relative;
    }

    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c93e1fb4-ecef-4def-86fd-285344ed91aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-95cae7b5-5d3d-4c09-93b4-848373409e05 {
  margin-top: 1%;
margin-bottom: 0%;
padding-top: 1%;
padding-bottom: 1%;
text-align: center;
}

#s-95cae7b5-5d3d-4c09-93b4-848373409e05 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 23px;
  
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-95cae7b5-5d3d-4c09-93b4-848373409e05 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  
}


}
#s-543e765b-6cdf-4f09-b8e4-30b8545b18e7 {
  margin-top: 4%;
margin-left: 5%;
margin-bottom: 4%;
margin-right: 5%;
}

#s-59901d4b-6a64-4a31-8605-031842ab3499 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-59901d4b-6a64-4a31-8605-031842ab3499 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59901d4b-6a64-4a31-8605-031842ab3499.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83264730-4cc5-4486-b9bf-51a80134561e {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(29, 29, 29, 0);
border-radius: 3px;
max-width: 100%;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
opacity: 0.95;
}
#s-83264730-4cc5-4486-b9bf-51a80134561e:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-83264730-4cc5-4486-b9bf-51a80134561e:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(73, 71, 71, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-83264730-4cc5-4486-b9bf-51a80134561e-root {
    text-align: center;
  }


#s-83264730-4cc5-4486-b9bf-51a80134561e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-83264730-4cc5-4486-b9bf-51a80134561e-root {
    text-align: center;
  }


#s-83264730-4cc5-4486-b9bf-51a80134561e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-83264730-4cc5-4486-b9bf-51a80134561e-root {
    text-align: center;
  }


#s-83264730-4cc5-4486-b9bf-51a80134561e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-83264730-4cc5-4486-b9bf-51a80134561e-root {
    text-align: center;
  }


#s-83264730-4cc5-4486-b9bf-51a80134561e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-83264730-4cc5-4486-b9bf-51a80134561e-root {
    text-align: center;
  }


#s-83264730-4cc5-4486-b9bf-51a80134561e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-83264730-4cc5-4486-b9bf-51a80134561e-root {
    text-align: center;
  }


#s-83264730-4cc5-4486-b9bf-51a80134561e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4d90d105-d42d-4ab7-9056-af3fe5fe25cd {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-4d90d105-d42d-4ab7-9056-af3fe5fe25cd {
  display: none;
}
#s-4d90d105-d42d-4ab7-9056-af3fe5fe25cd, #wrap-s-4d90d105-d42d-4ab7-9056-af3fe5fe25cd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d90d105-d42d-4ab7-9056-af3fe5fe25cd {
  display: none;
}
#s-4d90d105-d42d-4ab7-9056-af3fe5fe25cd, #wrap-s-4d90d105-d42d-4ab7-9056-af3fe5fe25cd { display: none !important; }}
@media (min-width: 0px) {
[id="s-4d90d105-d42d-4ab7-9056-af3fe5fe25cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d90d105-d42d-4ab7-9056-af3fe5fe25cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4d90d105-d42d-4ab7-9056-af3fe5fe25cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d90d105-d42d-4ab7-9056-af3fe5fe25cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
max-width: 533px;
aspect-ratio: 533/517;
text-align: center;
}







  img.s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10.shogun-image {
    
    
  }


.s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10.shogun-image {
    
    
  }


.s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10.shogun-image {
    
    
  }


.s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10.shogun-image {
    
    
  }


.s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10.shogun-image {
    
    
  }


.s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f3ae7c4-4fa6-4b30-9cba-0f2dd51bec10.shogun-image {
  box-sizing: border-box;
}



}
#s-c51398cb-16ab-4cfb-aa41-83eeb5f8e313 {
  margin-top: 35%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 28%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c51398cb-16ab-4cfb-aa41-83eeb5f8e313 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 43px;
  
  letter-spacing: 4px;
  
}



#s-ba58f01d-1a93-448a-ae2e-2817bc4eac42 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 10%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ba58f01d-1a93-448a-ae2e-2817bc4eac42 {
  
}
}@media (max-width: 767px){#s-ba58f01d-1a93-448a-ae2e-2817bc4eac42 {
  
}
}
#s-f2b475d5-268b-4b77-9485-4295b900694b {
  margin-top: 3%;
min-height: 50px;
}








#s-f2b475d5-268b-4b77-9485-4295b900694b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2b475d5-268b-4b77-9485-4295b900694b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3ad80a8-86cf-41e4-b239-d18a394b6afa {
  margin-top: 0px;
min-height: 0px;
}
@media (min-width: 1200px){#s-f3ad80a8-86cf-41e4-b239-d18a394b6afa {
  display: none;
}
#s-f3ad80a8-86cf-41e4-b239-d18a394b6afa, #wrap-s-f3ad80a8-86cf-41e4-b239-d18a394b6afa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3ad80a8-86cf-41e4-b239-d18a394b6afa {
  display: none;
}
#s-f3ad80a8-86cf-41e4-b239-d18a394b6afa, #wrap-s-f3ad80a8-86cf-41e4-b239-d18a394b6afa { display: none !important; }}
#s-c3d8fcb7-1428-4586-903d-9fc6ee41dafc {
  margin-top: 1%;
margin-bottom: 0%;
}
@media (min-width: 1200px){#s-c3d8fcb7-1428-4586-903d-9fc6ee41dafc {
  display: none;
}
#s-c3d8fcb7-1428-4586-903d-9fc6ee41dafc, #wrap-s-c3d8fcb7-1428-4586-903d-9fc6ee41dafc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3d8fcb7-1428-4586-903d-9fc6ee41dafc {
  display: none;
}
#s-c3d8fcb7-1428-4586-903d-9fc6ee41dafc, #wrap-s-c3d8fcb7-1428-4586-903d-9fc6ee41dafc { display: none !important; }}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-c57f2c65-904d-4dd3-a709-e6a955fa929f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
}
@media (min-width: 1200px){#s-c57f2c65-904d-4dd3-a709-e6a955fa929f {
  display: none;
}
#s-c57f2c65-904d-4dd3-a709-e6a955fa929f, #wrap-s-c57f2c65-904d-4dd3-a709-e6a955fa929f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c57f2c65-904d-4dd3-a709-e6a955fa929f {
  display: none;
}
#s-c57f2c65-904d-4dd3-a709-e6a955fa929f, #wrap-s-c57f2c65-904d-4dd3-a709-e6a955fa929f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c57f2c65-904d-4dd3-a709-e6a955fa929f {
  padding-left: 15%;
padding-right: 15%;
}
}
#s-c57f2c65-904d-4dd3-a709-e6a955fa929f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c57f2c65-904d-4dd3-a709-e6a955fa929f .shg-sld-nav-button.shg-sld-left,
#s-c57f2c65-904d-4dd3-a709-e6a955fa929f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

.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-bd04e1a9-6d79-4580-afe8-9338b77143fc {
  text-align: center;
}







  #s-bd04e1a9-6d79-4580-afe8-9338b77143fc img.shogun-image {
    

    
    
    
  }


#s-bd04e1a9-6d79-4580-afe8-9338b77143fc .shogun-image-content {
  
    align-items: center;
  
}

#s-ad5549a0-c9c5-452e-82c0-48a9b3af4094 {
  margin-top: 110%;
margin-left: 46%;
margin-right: 46%;
text-align: center;
}







  #s-ad5549a0-c9c5-452e-82c0-48a9b3af4094 img.shogun-image {
    

    
    
    
  }


#s-ad5549a0-c9c5-452e-82c0-48a9b3af4094 .shogun-image-content {
  
    align-items: center;
  
}

#s-dcdd3eb3-23ab-4eeb-83ab-fdc2c670d40c {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-5a90c4e4-adc1-4d69-a883-f43019c68f69 {
  margin-top: -20px;
margin-left: 10%;
margin-right: 10%;
}

#s-b9c89d39-8667-497c-8a79-80265fe7f72b {
  margin-left: 3%;
margin-right: 3%;
}

#s-ca3f57b8-8366-4cbe-966e-6aabce8fdaf7 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-ca3f57b8-8366-4cbe-966e-6aabce8fdaf7:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ca3f57b8-8366-4cbe-966e-6aabce8fdaf7:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-ca3f57b8-8366-4cbe-966e-6aabce8fdaf7-root {
    text-align: center;
  }


#s-ca3f57b8-8366-4cbe-966e-6aabce8fdaf7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ca3f57b8-8366-4cbe-966e-6aabce8fdaf7-root {
    text-align: center;
  }


#s-ca3f57b8-8366-4cbe-966e-6aabce8fdaf7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca3f57b8-8366-4cbe-966e-6aabce8fdaf7-root {
    text-align: center;
  }


#s-ca3f57b8-8366-4cbe-966e-6aabce8fdaf7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca3f57b8-8366-4cbe-966e-6aabce8fdaf7-root {
    text-align: center;
  }


#s-ca3f57b8-8366-4cbe-966e-6aabce8fdaf7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ca3f57b8-8366-4cbe-966e-6aabce8fdaf7-root {
    text-align: center;
  }


#s-ca3f57b8-8366-4cbe-966e-6aabce8fdaf7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-ca3f57b8-8366-4cbe-966e-6aabce8fdaf7-root {
    text-align: center;
  }


#s-ca3f57b8-8366-4cbe-966e-6aabce8fdaf7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-86c390bb-8c72-447c-a18e-b62fd4a20327 {
  text-align: center;
}







  #s-86c390bb-8c72-447c-a18e-b62fd4a20327 img.shogun-image {
    

    
    
    
  }


#s-86c390bb-8c72-447c-a18e-b62fd4a20327 .shogun-image-content {
  
    align-items: center;
  
}

#s-2580d0f8-710b-41cf-a096-c368b67f3f94 {
  margin-top: 110%;
margin-left: 46%;
margin-right: 46%;
text-align: center;
}







  #s-2580d0f8-710b-41cf-a096-c368b67f3f94 img.shogun-image {
    

    
    
    
  }


#s-2580d0f8-710b-41cf-a096-c368b67f3f94 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ed9e419-0e5e-4270-b704-964f7a5127fb {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-bc862908-a7c0-4e86-a557-8dffac422856 {
  margin-top: -20px;
margin-left: 10%;
margin-right: 10%;
}

#s-2f29c123-9807-4148-80f7-db4af6f8ea53 {
  margin-left: 3%;
margin-right: 3%;
}

#s-eee4ee32-6090-4927-9895-8eae9105ee37 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-eee4ee32-6090-4927-9895-8eae9105ee37:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-eee4ee32-6090-4927-9895-8eae9105ee37:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-eee4ee32-6090-4927-9895-8eae9105ee37-root {
    text-align: center;
  }


#s-eee4ee32-6090-4927-9895-8eae9105ee37.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-eee4ee32-6090-4927-9895-8eae9105ee37-root {
    text-align: center;
  }


#s-eee4ee32-6090-4927-9895-8eae9105ee37.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eee4ee32-6090-4927-9895-8eae9105ee37-root {
    text-align: center;
  }


#s-eee4ee32-6090-4927-9895-8eae9105ee37.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eee4ee32-6090-4927-9895-8eae9105ee37-root {
    text-align: center;
  }


#s-eee4ee32-6090-4927-9895-8eae9105ee37.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-eee4ee32-6090-4927-9895-8eae9105ee37-root {
    text-align: center;
  }


#s-eee4ee32-6090-4927-9895-8eae9105ee37.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-eee4ee32-6090-4927-9895-8eae9105ee37-root {
    text-align: center;
  }


#s-eee4ee32-6090-4927-9895-8eae9105ee37.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-24d2206b-963e-4ea5-b033-5b18088c8fd1 {
  text-align: center;
}







  #s-24d2206b-963e-4ea5-b033-5b18088c8fd1 img.shogun-image {
    

    
    
    
  }


#s-24d2206b-963e-4ea5-b033-5b18088c8fd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7077378-36ab-48fe-9fd6-72099a260b4a {
  margin-top: 110%;
margin-left: 46%;
margin-right: 46%;
text-align: center;
}







  #s-f7077378-36ab-48fe-9fd6-72099a260b4a img.shogun-image {
    

    
    
    
  }


#s-f7077378-36ab-48fe-9fd6-72099a260b4a .shogun-image-content {
  
    align-items: center;
  
}

#s-49cc6332-4f9e-4ffe-8510-6cfe5df4d028 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-3af2585b-9970-425b-99fa-06594c6ad5df {
  margin-top: -20px;
margin-left: 10%;
margin-right: 10%;
}

#s-c90660b7-dd4f-4786-bedf-0ab82eda1ea9 {
  margin-left: 3%;
margin-right: 3%;
}

#s-d43c4584-dd3c-4a09-8e96-0fd097038574 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-d43c4584-dd3c-4a09-8e96-0fd097038574:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d43c4584-dd3c-4a09-8e96-0fd097038574:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-d43c4584-dd3c-4a09-8e96-0fd097038574-root {
    text-align: center;
  }


#s-d43c4584-dd3c-4a09-8e96-0fd097038574.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d43c4584-dd3c-4a09-8e96-0fd097038574-root {
    text-align: center;
  }


#s-d43c4584-dd3c-4a09-8e96-0fd097038574.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d43c4584-dd3c-4a09-8e96-0fd097038574-root {
    text-align: center;
  }


#s-d43c4584-dd3c-4a09-8e96-0fd097038574.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d43c4584-dd3c-4a09-8e96-0fd097038574-root {
    text-align: center;
  }


#s-d43c4584-dd3c-4a09-8e96-0fd097038574.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d43c4584-dd3c-4a09-8e96-0fd097038574-root {
    text-align: center;
  }


#s-d43c4584-dd3c-4a09-8e96-0fd097038574.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-d43c4584-dd3c-4a09-8e96-0fd097038574-root {
    text-align: center;
  }


#s-d43c4584-dd3c-4a09-8e96-0fd097038574.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-e2e32dc4-148e-4b9c-87ea-e84152065d60 {
  max-width: 1099px;
aspect-ratio: 1099/2170;
text-align: center;
}





  #s-e2e32dc4-148e-4b9c-87ea-e84152065d60 img.shogun-image,
  #s-e2e32dc4-148e-4b9c-87ea-e84152065d60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2e32dc4-148e-4b9c-87ea-e84152065d60 {
    width: 100%;
    height: auto;
  }



  #s-e2e32dc4-148e-4b9c-87ea-e84152065d60 img.shogun-image {
    

    
    
    
  }


#s-e2e32dc4-148e-4b9c-87ea-e84152065d60 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d6c93d0-9800-4332-9c92-616e933864ee {
  margin-top: 110%;
margin-left: 46%;
margin-right: 46%;
text-align: center;
}







  #s-3d6c93d0-9800-4332-9c92-616e933864ee img.shogun-image {
    

    
    
    
  }


#s-3d6c93d0-9800-4332-9c92-616e933864ee .shogun-image-content {
  
    align-items: center;
  
}

#s-a0396416-f2b2-4f13-ae88-37f71a482892 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-2ac1a498-1137-4fcf-a6ff-ac37ea1dd9e9 {
  margin-top: -20px;
margin-left: 10%;
margin-right: 10%;
}

#s-c912c270-8505-4b05-81e4-3c635962d375 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c912c270-8505-4b05-81e4-3c635962d375:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c912c270-8505-4b05-81e4-3c635962d375:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-c912c270-8505-4b05-81e4-3c635962d375-root {
    text-align: center;
  }


#s-c912c270-8505-4b05-81e4-3c635962d375.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c912c270-8505-4b05-81e4-3c635962d375-root {
    text-align: center;
  }


#s-c912c270-8505-4b05-81e4-3c635962d375.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c912c270-8505-4b05-81e4-3c635962d375-root {
    text-align: center;
  }


#s-c912c270-8505-4b05-81e4-3c635962d375.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c912c270-8505-4b05-81e4-3c635962d375-root {
    text-align: center;
  }


#s-c912c270-8505-4b05-81e4-3c635962d375.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c912c270-8505-4b05-81e4-3c635962d375-root {
    text-align: center;
  }


#s-c912c270-8505-4b05-81e4-3c635962d375.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-c912c270-8505-4b05-81e4-3c635962d375-root {
    text-align: center;
  }


#s-c912c270-8505-4b05-81e4-3c635962d375.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-eb32d2d7-f1f2-491b-9e15-0a307adc2a3f {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  #s-eb32d2d7-f1f2-491b-9e15-0a307adc2a3f img.shogun-image {
    

    
    
    
  }


#s-eb32d2d7-f1f2-491b-9e15-0a307adc2a3f .shogun-image-content {
  
    align-items: center;
  
}

#s-60d807d2-ba34-4a23-96ec-4bc36d30c871 {
  margin-top: 400px;
margin-left: 46%;
margin-right: 46%;
text-align: center;
}







  #s-60d807d2-ba34-4a23-96ec-4bc36d30c871 img.shogun-image {
    

    
    
    
  }


#s-60d807d2-ba34-4a23-96ec-4bc36d30c871 .shogun-image-content {
  
    align-items: center;
  
}

#s-8394021a-a77d-4df0-8a0a-1a28065c23f9 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-50505f22-45e5-4332-bf75-08395c71e61d {
  margin-top: -20px;
}

#s-6f261acf-451a-4f40-a92e-0e8395718481 {
  margin-left: 5%;
margin-right: 5%;
}

#s-88201e58-e55d-49d6-951a-670e67ff8805 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-88201e58-e55d-49d6-951a-670e67ff8805:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-88201e58-e55d-49d6-951a-670e67ff8805:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-88201e58-e55d-49d6-951a-670e67ff8805-root {
    text-align: center;
  }


#s-88201e58-e55d-49d6-951a-670e67ff8805.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-88201e58-e55d-49d6-951a-670e67ff8805-root {
    text-align: center;
  }


#s-88201e58-e55d-49d6-951a-670e67ff8805.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-88201e58-e55d-49d6-951a-670e67ff8805-root {
    text-align: center;
  }


#s-88201e58-e55d-49d6-951a-670e67ff8805.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-88201e58-e55d-49d6-951a-670e67ff8805-root {
    text-align: center;
  }


#s-88201e58-e55d-49d6-951a-670e67ff8805.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-88201e58-e55d-49d6-951a-670e67ff8805-root {
    text-align: center;
  }


#s-88201e58-e55d-49d6-951a-670e67ff8805.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-88201e58-e55d-49d6-951a-670e67ff8805-root {
    text-align: center;
  }


#s-88201e58-e55d-49d6-951a-670e67ff8805.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-7d2d6b8a-9208-4782-866a-4c6d398bc970 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1099px;
aspect-ratio: 1099/2170;
text-align: center;
}





  #s-7d2d6b8a-9208-4782-866a-4c6d398bc970 img.shogun-image,
  #s-7d2d6b8a-9208-4782-866a-4c6d398bc970 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7d2d6b8a-9208-4782-866a-4c6d398bc970 {
    width: 100%;
    height: auto;
  }



  #s-7d2d6b8a-9208-4782-866a-4c6d398bc970 img.shogun-image {
    

    
    
    
  }


#s-7d2d6b8a-9208-4782-866a-4c6d398bc970 .shogun-image-content {
  
    align-items: center;
  
}

#s-80f92f56-cabc-4ab3-bad4-582de47dafcb {
  margin-top: 110%;
margin-left: 46%;
margin-right: 46%;
text-align: center;
}







  #s-80f92f56-cabc-4ab3-bad4-582de47dafcb img.shogun-image {
    

    
    
    
  }


#s-80f92f56-cabc-4ab3-bad4-582de47dafcb .shogun-image-content {
  
    align-items: center;
  
}

#s-516cbbcb-8870-4959-80fe-db3306ff7e2f {
  margin-top: -20px;
margin-left: 10%;
margin-right: 10%;
}

#s-1091a4b6-5903-4924-acc0-9822d085fbf5 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1091a4b6-5903-4924-acc0-9822d085fbf5:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1091a4b6-5903-4924-acc0-9822d085fbf5:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-1091a4b6-5903-4924-acc0-9822d085fbf5-root {
    text-align: center;
  }


#s-1091a4b6-5903-4924-acc0-9822d085fbf5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1091a4b6-5903-4924-acc0-9822d085fbf5-root {
    text-align: center;
  }


#s-1091a4b6-5903-4924-acc0-9822d085fbf5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1091a4b6-5903-4924-acc0-9822d085fbf5-root {
    text-align: center;
  }


#s-1091a4b6-5903-4924-acc0-9822d085fbf5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1091a4b6-5903-4924-acc0-9822d085fbf5-root {
    text-align: center;
  }


#s-1091a4b6-5903-4924-acc0-9822d085fbf5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1091a4b6-5903-4924-acc0-9822d085fbf5-root {
    text-align: center;
  }


#s-1091a4b6-5903-4924-acc0-9822d085fbf5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-1091a4b6-5903-4924-acc0-9822d085fbf5-root {
    text-align: center;
  }


#s-1091a4b6-5903-4924-acc0-9822d085fbf5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-34badf8a-0f03-405c-a455-4f4b39b4726a {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
max-width: 1099px;
aspect-ratio: 1099/2170;
text-align: center;
}





  #s-34badf8a-0f03-405c-a455-4f4b39b4726a img.shogun-image,
  #s-34badf8a-0f03-405c-a455-4f4b39b4726a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-34badf8a-0f03-405c-a455-4f4b39b4726a {
    width: 100%;
    height: auto;
  }



  #s-34badf8a-0f03-405c-a455-4f4b39b4726a img.shogun-image {
    

    
    
    
  }


#s-34badf8a-0f03-405c-a455-4f4b39b4726a .shogun-image-content {
  
    align-items: center;
  
}

#s-d1c1e71d-7600-4ae1-8bb4-8c29e401534b {
  margin-top: 110%;
margin-left: 46%;
margin-right: 46%;
text-align: center;
}







  #s-d1c1e71d-7600-4ae1-8bb4-8c29e401534b img.shogun-image {
    

    
    
    
  }


#s-d1c1e71d-7600-4ae1-8bb4-8c29e401534b .shogun-image-content {
  
    align-items: center;
  
}

#s-3d56b290-8b90-4728-91aa-4a44959025bd {
  margin-left: 0%;
margin-right: 0%;
}

#s-5e9e3528-0511-435e-81c7-377c26c3e325 {
  margin-top: -20px;
margin-left: 10%;
margin-right: 10%;
}

#s-1fe8926f-a4b1-4aec-99a0-13941841ebc7 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-1fe8926f-a4b1-4aec-99a0-13941841ebc7:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1fe8926f-a4b1-4aec-99a0-13941841ebc7:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-1fe8926f-a4b1-4aec-99a0-13941841ebc7-root {
    text-align: center;
  }


#s-1fe8926f-a4b1-4aec-99a0-13941841ebc7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1fe8926f-a4b1-4aec-99a0-13941841ebc7-root {
    text-align: center;
  }


#s-1fe8926f-a4b1-4aec-99a0-13941841ebc7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1fe8926f-a4b1-4aec-99a0-13941841ebc7-root {
    text-align: center;
  }


#s-1fe8926f-a4b1-4aec-99a0-13941841ebc7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1fe8926f-a4b1-4aec-99a0-13941841ebc7-root {
    text-align: center;
  }


#s-1fe8926f-a4b1-4aec-99a0-13941841ebc7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1fe8926f-a4b1-4aec-99a0-13941841ebc7-root {
    text-align: center;
  }


#s-1fe8926f-a4b1-4aec-99a0-13941841ebc7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-1fe8926f-a4b1-4aec-99a0-13941841ebc7-root {
    text-align: center;
  }


#s-1fe8926f-a4b1-4aec-99a0-13941841ebc7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-d23ce026-d2d6-49b8-bb57-df752372d43d {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d23ce026-d2d6-49b8-bb57-df752372d43d {
  display: none;
}
#s-d23ce026-d2d6-49b8-bb57-df752372d43d, #wrap-s-d23ce026-d2d6-49b8-bb57-df752372d43d { display: none !important; }}@media (max-width: 767px){#s-d23ce026-d2d6-49b8-bb57-df752372d43d {
  display: none;
}
#s-d23ce026-d2d6-49b8-bb57-df752372d43d, #wrap-s-d23ce026-d2d6-49b8-bb57-df752372d43d { display: none !important; }}







#s-d23ce026-d2d6-49b8-bb57-df752372d43d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d23ce026-d2d6-49b8-bb57-df752372d43d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8eb0040-d20e-4eea-b545-1dbfe011a1f8 {
  margin-top: 0px;
min-height: 0px;
}

#s-ed253b4a-0e01-45c7-a8d9-5dd63794fb7d {
  margin-top: 1%;
margin-bottom: 2%;
}

#s-7ea985d8-c5c3-47be-8d2d-316fff8b0547 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-7ea985d8-c5c3-47be-8d2d-316fff8b0547 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-7ea985d8-c5c3-47be-8d2d-316fff8b0547 .shg-sld-nav-button.shg-sld-left,
#s-7ea985d8-c5c3-47be-8d2d-316fff8b0547 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-46446637-1f64-4b97-96e0-bc67958d7a23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46446637-1f64-4b97-96e0-bc67958d7a23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-46446637-1f64-4b97-96e0-bc67958d7a23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-46446637-1f64-4b97-96e0-bc67958d7a23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-b5dd8d7a-bafe-4322-ab07-e92c1620636d {
  text-align: center;
}







  #s-b5dd8d7a-bafe-4322-ab07-e92c1620636d img.shogun-image {
    

    
    
    
  }


#s-b5dd8d7a-bafe-4322-ab07-e92c1620636d .shogun-image-content {
  
    align-items: center;
  
}

#s-05fcc0ae-cea0-44a3-8e74-51f55d3eaec6 {
  margin-top: 110%;
margin-left: 46%;
margin-right: 46%;
text-align: center;
}







  #s-05fcc0ae-cea0-44a3-8e74-51f55d3eaec6 img.shogun-image {
    

    
    
    
  }


#s-05fcc0ae-cea0-44a3-8e74-51f55d3eaec6 .shogun-image-content {
  
    align-items: center;
  
}

#s-a32052f5-dbb0-4e38-b4ed-577c1703c210 {
  margin-top: -2%;
}

#s-e788d83d-3c0d-41b9-88fb-905a419a2759 {
  margin-left: 5%;
margin-right: 5%;
}

#s-0b03bad8-b4d8-4aa8-a7c4-9e91c71e66e6 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-0b03bad8-b4d8-4aa8-a7c4-9e91c71e66e6:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0b03bad8-b4d8-4aa8-a7c4-9e91c71e66e6:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-0b03bad8-b4d8-4aa8-a7c4-9e91c71e66e6-root {
    text-align: center;
  }


#s-0b03bad8-b4d8-4aa8-a7c4-9e91c71e66e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0b03bad8-b4d8-4aa8-a7c4-9e91c71e66e6-root {
    text-align: center;
  }


#s-0b03bad8-b4d8-4aa8-a7c4-9e91c71e66e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b03bad8-b4d8-4aa8-a7c4-9e91c71e66e6-root {
    text-align: center;
  }


#s-0b03bad8-b4d8-4aa8-a7c4-9e91c71e66e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b03bad8-b4d8-4aa8-a7c4-9e91c71e66e6-root {
    text-align: center;
  }


#s-0b03bad8-b4d8-4aa8-a7c4-9e91c71e66e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0b03bad8-b4d8-4aa8-a7c4-9e91c71e66e6-root {
    text-align: center;
  }


#s-0b03bad8-b4d8-4aa8-a7c4-9e91c71e66e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-0b03bad8-b4d8-4aa8-a7c4-9e91c71e66e6-root {
    text-align: center;
  }


#s-0b03bad8-b4d8-4aa8-a7c4-9e91c71e66e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-3b8d3831-fe6d-4b27-862a-61364c7d1355 {
  text-align: center;
}







  #s-3b8d3831-fe6d-4b27-862a-61364c7d1355 img.shogun-image {
    

    
    
    
  }


#s-3b8d3831-fe6d-4b27-862a-61364c7d1355 .shogun-image-content {
  
    align-items: center;
  
}

#s-6fa1152e-21ec-49a3-aab9-2c636ce7513c {
  margin-top: 110%;
margin-left: 46%;
margin-right: 46%;
text-align: center;
}







  #s-6fa1152e-21ec-49a3-aab9-2c636ce7513c img.shogun-image {
    

    
    
    
  }


#s-6fa1152e-21ec-49a3-aab9-2c636ce7513c .shogun-image-content {
  
    align-items: center;
  
}

#s-da101901-2372-44b0-8408-68158a66aacd {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-5dc93652-72aa-452c-bb1f-c57ca98fba5a {
  margin-top: -2%;
}

#s-6c036c21-1167-4d70-b550-cba3f930a9e7 {
  margin-left: 5%;
margin-right: 5%;
}

#s-aebbe156-7ba2-4aa2-a639-a00c5e73d8a6 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-aebbe156-7ba2-4aa2-a639-a00c5e73d8a6:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-aebbe156-7ba2-4aa2-a639-a00c5e73d8a6:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-aebbe156-7ba2-4aa2-a639-a00c5e73d8a6-root {
    text-align: center;
  }


#s-aebbe156-7ba2-4aa2-a639-a00c5e73d8a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-aebbe156-7ba2-4aa2-a639-a00c5e73d8a6-root {
    text-align: center;
  }


#s-aebbe156-7ba2-4aa2-a639-a00c5e73d8a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aebbe156-7ba2-4aa2-a639-a00c5e73d8a6-root {
    text-align: center;
  }


#s-aebbe156-7ba2-4aa2-a639-a00c5e73d8a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aebbe156-7ba2-4aa2-a639-a00c5e73d8a6-root {
    text-align: center;
  }


#s-aebbe156-7ba2-4aa2-a639-a00c5e73d8a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-aebbe156-7ba2-4aa2-a639-a00c5e73d8a6-root {
    text-align: center;
  }


#s-aebbe156-7ba2-4aa2-a639-a00c5e73d8a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-aebbe156-7ba2-4aa2-a639-a00c5e73d8a6-root {
    text-align: center;
  }


#s-aebbe156-7ba2-4aa2-a639-a00c5e73d8a6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-be175318-4e03-443d-8e87-d0a09db29dda {
  text-align: center;
}







  #s-be175318-4e03-443d-8e87-d0a09db29dda img.shogun-image {
    

    
    
    
  }


#s-be175318-4e03-443d-8e87-d0a09db29dda .shogun-image-content {
  
    align-items: center;
  
}

#s-155d3864-c6fb-40ee-803f-25d1e76d1aef {
  margin-top: 110%;
margin-left: 46%;
margin-right: 46%;
text-align: center;
}







  #s-155d3864-c6fb-40ee-803f-25d1e76d1aef img.shogun-image {
    

    
    
    
  }


#s-155d3864-c6fb-40ee-803f-25d1e76d1aef .shogun-image-content {
  
    align-items: center;
  
}

#s-187afd0c-fd62-4ec5-b924-14d43446deae {
  margin-top: -2%;
}

#s-fcb45e27-f514-4aab-a58a-93268cde6873 {
  margin-left: 5%;
margin-right: 5%;
}

#s-53ef3301-b3ab-4a46-a7fd-97fd17cc326d {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-53ef3301-b3ab-4a46-a7fd-97fd17cc326d:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-53ef3301-b3ab-4a46-a7fd-97fd17cc326d:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-53ef3301-b3ab-4a46-a7fd-97fd17cc326d-root {
    text-align: center;
  }


#s-53ef3301-b3ab-4a46-a7fd-97fd17cc326d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-53ef3301-b3ab-4a46-a7fd-97fd17cc326d-root {
    text-align: center;
  }


#s-53ef3301-b3ab-4a46-a7fd-97fd17cc326d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-53ef3301-b3ab-4a46-a7fd-97fd17cc326d-root {
    text-align: center;
  }


#s-53ef3301-b3ab-4a46-a7fd-97fd17cc326d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-53ef3301-b3ab-4a46-a7fd-97fd17cc326d-root {
    text-align: center;
  }


#s-53ef3301-b3ab-4a46-a7fd-97fd17cc326d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-53ef3301-b3ab-4a46-a7fd-97fd17cc326d-root {
    text-align: center;
  }


#s-53ef3301-b3ab-4a46-a7fd-97fd17cc326d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-53ef3301-b3ab-4a46-a7fd-97fd17cc326d-root {
    text-align: center;
  }


#s-53ef3301-b3ab-4a46-a7fd-97fd17cc326d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

@media (min-width: 0px) {
[id="s-0f2b76c7-9d90-4431-86d3-1204469c7795"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f2b76c7-9d90-4431-86d3-1204469c7795"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-0f2b76c7-9d90-4431-86d3-1204469c7795"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-0f2b76c7-9d90-4431-86d3-1204469c7795"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-5d3dbac7-5f0c-458e-9101-cf533acce413 {
  max-width: 1099px;
aspect-ratio: 1099/2170;
text-align: center;
}





  #s-5d3dbac7-5f0c-458e-9101-cf533acce413 img.shogun-image,
  #s-5d3dbac7-5f0c-458e-9101-cf533acce413 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d3dbac7-5f0c-458e-9101-cf533acce413 {
    width: 100%;
    height: auto;
  }



  #s-5d3dbac7-5f0c-458e-9101-cf533acce413 img.shogun-image {
    

    
    
    
  }


#s-5d3dbac7-5f0c-458e-9101-cf533acce413 .shogun-image-content {
  
    align-items: center;
  
}

#s-60061279-8387-4151-ad02-e7f9c5c84a7b {
  margin-top: 110%;
margin-left: 44%;
margin-bottom: 0px;
margin-right: 44%;
text-align: center;
}







  #s-60061279-8387-4151-ad02-e7f9c5c84a7b img.shogun-image {
    

    
    
    
  }


#s-60061279-8387-4151-ad02-e7f9c5c84a7b .shogun-image-content {
  
    align-items: center;
  
}

#s-e876f35e-9714-4859-baf6-41a763681a54 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-b1100ed8-706c-47dc-a9f9-fe3d0b4f5b9b {
  margin-top: -2%;
margin-left: 2%;
margin-right: 2%;
}

#s-cef15e7b-1e9d-4d8f-837d-108b9a52d090 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-cef15e7b-1e9d-4d8f-837d-108b9a52d090:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cef15e7b-1e9d-4d8f-837d-108b9a52d090:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-cef15e7b-1e9d-4d8f-837d-108b9a52d090-root {
    text-align: center;
  }


#s-cef15e7b-1e9d-4d8f-837d-108b9a52d090.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cef15e7b-1e9d-4d8f-837d-108b9a52d090-root {
    text-align: center;
  }


#s-cef15e7b-1e9d-4d8f-837d-108b9a52d090.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cef15e7b-1e9d-4d8f-837d-108b9a52d090-root {
    text-align: center;
  }


#s-cef15e7b-1e9d-4d8f-837d-108b9a52d090.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cef15e7b-1e9d-4d8f-837d-108b9a52d090-root {
    text-align: center;
  }


#s-cef15e7b-1e9d-4d8f-837d-108b9a52d090.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cef15e7b-1e9d-4d8f-837d-108b9a52d090-root {
    text-align: center;
  }


#s-cef15e7b-1e9d-4d8f-837d-108b9a52d090.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-cef15e7b-1e9d-4d8f-837d-108b9a52d090-root {
    text-align: center;
  }


#s-cef15e7b-1e9d-4d8f-837d-108b9a52d090.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-d3a3f118-a513-4829-a9fe-aca8f1518b4d {
  max-width: 1099px;
aspect-ratio: 1099/2170;
text-align: center;
}





  #s-d3a3f118-a513-4829-a9fe-aca8f1518b4d img.shogun-image,
  #s-d3a3f118-a513-4829-a9fe-aca8f1518b4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d3a3f118-a513-4829-a9fe-aca8f1518b4d {
    width: 100%;
    height: auto;
  }



  #s-d3a3f118-a513-4829-a9fe-aca8f1518b4d img.shogun-image {
    

    
    
    
  }


#s-d3a3f118-a513-4829-a9fe-aca8f1518b4d .shogun-image-content {
  
    align-items: center;
  
}

#s-aac5ed9e-291e-426d-aedc-a526cbf44b50 {
  margin-top: 110%;
margin-left: 44%;
margin-bottom: 0px;
margin-right: 44%;
text-align: center;
}







  #s-aac5ed9e-291e-426d-aedc-a526cbf44b50 img.shogun-image {
    

    
    
    
  }


#s-aac5ed9e-291e-426d-aedc-a526cbf44b50 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5a94352-ba9d-4897-88f7-61342cd2aa07 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-9853aa49-b11a-4d72-8c68-5fb8bf9c27d2 {
  margin-top: -2%;
margin-left: 2%;
margin-right: 2%;
}

#s-4b411469-df86-489c-b633-e426b47fff93 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-4b411469-df86-489c-b633-e426b47fff93:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4b411469-df86-489c-b633-e426b47fff93:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-4b411469-df86-489c-b633-e426b47fff93-root {
    text-align: center;
  }


#s-4b411469-df86-489c-b633-e426b47fff93.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4b411469-df86-489c-b633-e426b47fff93-root {
    text-align: center;
  }


#s-4b411469-df86-489c-b633-e426b47fff93.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b411469-df86-489c-b633-e426b47fff93-root {
    text-align: center;
  }


#s-4b411469-df86-489c-b633-e426b47fff93.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b411469-df86-489c-b633-e426b47fff93-root {
    text-align: center;
  }


#s-4b411469-df86-489c-b633-e426b47fff93.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4b411469-df86-489c-b633-e426b47fff93-root {
    text-align: center;
  }


#s-4b411469-df86-489c-b633-e426b47fff93.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-4b411469-df86-489c-b633-e426b47fff93-root {
    text-align: center;
  }


#s-4b411469-df86-489c-b633-e426b47fff93.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-33100c57-6a05-472e-9ed1-0c37c8937b8a {
  max-width: 1099px;
aspect-ratio: 1099/2170;
text-align: center;
}





  #s-33100c57-6a05-472e-9ed1-0c37c8937b8a img.shogun-image,
  #s-33100c57-6a05-472e-9ed1-0c37c8937b8a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-33100c57-6a05-472e-9ed1-0c37c8937b8a {
    width: 100%;
    height: auto;
  }



  #s-33100c57-6a05-472e-9ed1-0c37c8937b8a img.shogun-image {
    

    
    
    
  }


#s-33100c57-6a05-472e-9ed1-0c37c8937b8a .shogun-image-content {
  
    align-items: center;
  
}

#s-5e6d0b88-0ecd-4962-babb-796ec2d023a9 {
  margin-top: 110%;
margin-left: 46%;
margin-right: 46%;
text-align: center;
}







  #s-5e6d0b88-0ecd-4962-babb-796ec2d023a9 img.shogun-image {
    

    
    
    
  }


#s-5e6d0b88-0ecd-4962-babb-796ec2d023a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-e27857b4-f3d7-46d6-86ac-3d4d3395caaa {
  margin-top: -2%;
margin-left: 2%;
margin-right: 2%;
}

#s-7d5325a6-18a9-4733-8021-f331e02447e8 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7d5325a6-18a9-4733-8021-f331e02447e8:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7d5325a6-18a9-4733-8021-f331e02447e8:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-7d5325a6-18a9-4733-8021-f331e02447e8-root {
    text-align: center;
  }


#s-7d5325a6-18a9-4733-8021-f331e02447e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7d5325a6-18a9-4733-8021-f331e02447e8-root {
    text-align: center;
  }


#s-7d5325a6-18a9-4733-8021-f331e02447e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d5325a6-18a9-4733-8021-f331e02447e8-root {
    text-align: center;
  }


#s-7d5325a6-18a9-4733-8021-f331e02447e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d5325a6-18a9-4733-8021-f331e02447e8-root {
    text-align: center;
  }


#s-7d5325a6-18a9-4733-8021-f331e02447e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7d5325a6-18a9-4733-8021-f331e02447e8-root {
    text-align: center;
  }


#s-7d5325a6-18a9-4733-8021-f331e02447e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-7d5325a6-18a9-4733-8021-f331e02447e8-root {
    text-align: center;
  }


#s-7d5325a6-18a9-4733-8021-f331e02447e8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-14a48b38-f730-460d-9122-55d842513f9f {
  text-align: left;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $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}
