.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-7323f872-b268-4f7d-b77d-8deb94ddd600 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-7323f872-b268-4f7d-b77d-8deb94ddd600 {
  display: none;
}
#s-7323f872-b268-4f7d-b77d-8deb94ddd600, #wrap-s-7323f872-b268-4f7d-b77d-8deb94ddd600 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7323f872-b268-4f7d-b77d-8deb94ddd600 {
  display: none;
}
#s-7323f872-b268-4f7d-b77d-8deb94ddd600, #wrap-s-7323f872-b268-4f7d-b77d-8deb94ddd600 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7323f872-b268-4f7d-b77d-8deb94ddd600 {
  display: none;
}
#s-7323f872-b268-4f7d-b77d-8deb94ddd600, #wrap-s-7323f872-b268-4f7d-b77d-8deb94ddd600 { display: none !important; }}@media (max-width: 767px){#s-7323f872-b268-4f7d-b77d-8deb94ddd600 {
  display: none;
}
#s-7323f872-b268-4f7d-b77d-8deb94ddd600, #wrap-s-7323f872-b268-4f7d-b77d-8deb94ddd600 { display: none !important; }}







#s-7323f872-b268-4f7d-b77d-8deb94ddd600 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7323f872-b268-4f7d-b77d-8deb94ddd600.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-ae98206f-7b45-4840-a4f3-937758a6876c {
  margin-top: 0%;
margin-bottom: 0%;
}
@media (max-width: 767px){#s-ae98206f-7b45-4840-a4f3-937758a6876c {
  
}
}
@media (min-width: 0px) {
[id="s-ae98206f-7b45-4840-a4f3-937758a6876c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-ae98206f-7b45-4840-a4f3-937758a6876c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ae98206f-7b45-4840-a4f3-937758a6876c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ae98206f-7b45-4840-a4f3-937758a6876c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

.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-db220c2e-e2c8-4004-abd1-c29e9672aa5a {
  text-align: center;
}







  #s-db220c2e-e2c8-4004-abd1-c29e9672aa5a img.shogun-image {
    

    
    
    
  }


#s-db220c2e-e2c8-4004-abd1-c29e9672aa5a .shogun-image-content {
  
    align-items: center;
  
}

.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: 400;
  font-family: Europa;
}

.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-790e3008-e0bc-4177-9cf5-2d621b56d6c8 {
  border-style: solid;
margin-top: 100%;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200%;
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);
line-height: 1.5em;
}
#s-790e3008-e0bc-4177-9cf5-2d621b56d6c8: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-790e3008-e0bc-4177-9cf5-2d621b56d6c8: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;}@media (max-width: 767px){#s-790e3008-e0bc-4177-9cf5-2d621b56d6c8 {
  margin-left: auto;
margin-right: auto;
}
}

  #s-790e3008-e0bc-4177-9cf5-2d621b56d6c8-root {
    text-align: center;
  }


#s-790e3008-e0bc-4177-9cf5-2d621b56d6c8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 9px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-790e3008-e0bc-4177-9cf5-2d621b56d6c8-root {
    text-align: center;
  }


#s-790e3008-e0bc-4177-9cf5-2d621b56d6c8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 9px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-790e3008-e0bc-4177-9cf5-2d621b56d6c8-root {
    text-align: center;
  }


#s-790e3008-e0bc-4177-9cf5-2d621b56d6c8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 9px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-790e3008-e0bc-4177-9cf5-2d621b56d6c8-root {
    text-align: center;
  }


#s-790e3008-e0bc-4177-9cf5-2d621b56d6c8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 9px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-790e3008-e0bc-4177-9cf5-2d621b56d6c8-root {
    text-align: center;
  }


#s-790e3008-e0bc-4177-9cf5-2d621b56d6c8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 9px;
  
  
  
  display:  block ;
}
}
  #s-790e3008-e0bc-4177-9cf5-2d621b56d6c8-root {
    text-align: center;
  }


#s-790e3008-e0bc-4177-9cf5-2d621b56d6c8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 9px;
  
  
  
  display:  block ;
}

#s-2791c9df-d955-42b6-868c-abff7696c4f9 {
  text-align: center;
}







  #s-2791c9df-d955-42b6-868c-abff7696c4f9 img.shogun-image {
    

    
    
    
  }


#s-2791c9df-d955-42b6-868c-abff7696c4f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a10d2c19-949f-45ef-840e-cc75268ea184 {
  border-style: solid;
margin-top: 100%;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200%;
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);
line-height: 1.5em;
}
#s-a10d2c19-949f-45ef-840e-cc75268ea184: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-a10d2c19-949f-45ef-840e-cc75268ea184: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;}@media (max-width: 767px){#s-a10d2c19-949f-45ef-840e-cc75268ea184 {
  margin-left: auto;
margin-right: auto;
}
}

  #s-a10d2c19-949f-45ef-840e-cc75268ea184-root {
    text-align: center;
  }


#s-a10d2c19-949f-45ef-840e-cc75268ea184.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 9px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a10d2c19-949f-45ef-840e-cc75268ea184-root {
    text-align: center;
  }


#s-a10d2c19-949f-45ef-840e-cc75268ea184.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 9px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a10d2c19-949f-45ef-840e-cc75268ea184-root {
    text-align: center;
  }


#s-a10d2c19-949f-45ef-840e-cc75268ea184.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 9px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a10d2c19-949f-45ef-840e-cc75268ea184-root {
    text-align: center;
  }


#s-a10d2c19-949f-45ef-840e-cc75268ea184.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 9px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a10d2c19-949f-45ef-840e-cc75268ea184-root {
    text-align: center;
  }


#s-a10d2c19-949f-45ef-840e-cc75268ea184.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 9px;
  
  
  
  display:  block ;
}
}
  #s-a10d2c19-949f-45ef-840e-cc75268ea184-root {
    text-align: center;
  }


#s-a10d2c19-949f-45ef-840e-cc75268ea184.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 9px;
  
  
  
  display:  block ;
}

#s-e9585898-11f2-4c3c-a6b0-d1f4a4bb8a76 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-e9585898-11f2-4c3c-a6b0-d1f4a4bb8a76 img.shogun-image {
    

    
    
    
  }


#s-e9585898-11f2-4c3c-a6b0-d1f4a4bb8a76 .shogun-image-content {
  
    align-items: center;
  
}

#s-06957df1-cfe8-4243-847e-78ab0cf1a453 {
  border-style: solid;
margin-top: 100%;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200%;
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);
line-height: 1.5em;
}
#s-06957df1-cfe8-4243-847e-78ab0cf1a453: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-06957df1-cfe8-4243-847e-78ab0cf1a453: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;}@media (max-width: 767px){#s-06957df1-cfe8-4243-847e-78ab0cf1a453 {
  margin-left: auto;
margin-right: auto;
}
}

  #s-06957df1-cfe8-4243-847e-78ab0cf1a453-root {
    text-align: center;
  }


#s-06957df1-cfe8-4243-847e-78ab0cf1a453.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 9px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-06957df1-cfe8-4243-847e-78ab0cf1a453-root {
    text-align: center;
  }


#s-06957df1-cfe8-4243-847e-78ab0cf1a453.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 9px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06957df1-cfe8-4243-847e-78ab0cf1a453-root {
    text-align: center;
  }


#s-06957df1-cfe8-4243-847e-78ab0cf1a453.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 9px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06957df1-cfe8-4243-847e-78ab0cf1a453-root {
    text-align: center;
  }


#s-06957df1-cfe8-4243-847e-78ab0cf1a453.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 9px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-06957df1-cfe8-4243-847e-78ab0cf1a453-root {
    text-align: center;
  }


#s-06957df1-cfe8-4243-847e-78ab0cf1a453.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 9px;
  
  
  
  display:  block ;
}
}
  #s-06957df1-cfe8-4243-847e-78ab0cf1a453-root {
    text-align: center;
  }


#s-06957df1-cfe8-4243-847e-78ab0cf1a453.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 9px;
  
  
  
  display:  block ;
}

.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-6ec4600c-b151-441b-9268-2790890822a5 {
  margin-top: -27%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-6ec4600c-b151-441b-9268-2790890822a5 {
  display: none;
}
#s-6ec4600c-b151-441b-9268-2790890822a5, #wrap-s-6ec4600c-b151-441b-9268-2790890822a5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ec4600c-b151-441b-9268-2790890822a5 {
  display: none;
}
#s-6ec4600c-b151-441b-9268-2790890822a5, #wrap-s-6ec4600c-b151-441b-9268-2790890822a5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6ec4600c-b151-441b-9268-2790890822a5 {
  margin-top: -14%;
}
}@media (max-width: 767px){#s-6ec4600c-b151-441b-9268-2790890822a5 {
  margin-top: -32%;
}
}
#s-6ec4600c-b151-441b-9268-2790890822a5 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 0.71);
}

#s-6ec4600c-b151-441b-9268-2790890822a5 .shg-sld-nav-button.shg-sld-left,
#s-6ec4600c-b151-441b-9268-2790890822a5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 0.71);
}

#s-75a23127-29f1-41d4-ae56-61a32555babc {
  margin-left: 0%;
margin-right: 0%;
max-width: 1080px;
aspect-ratio: 1080/1500;
text-align: center;
}







  #s-75a23127-29f1-41d4-ae56-61a32555babc img.shogun-image {
    

    
    
    
  }


#s-75a23127-29f1-41d4-ae56-61a32555babc .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: Europa;
  text-transform: none;
  font-weight: 400;
  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-06875dcd-2f98-4574-b638-5d87eb754e8c {
  margin-top: 64%;
margin-left: 5%;
margin-right: 13%;
padding-top: 10px;
padding-bottom: 0px;
padding-right: 11%;
text-align: left;
}

#s-06875dcd-2f98-4574-b638-5d87eb754e8c .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-0662dba7-c9f6-49a4-98c8-a9d744939cc2 {
  margin-left: 5%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-0662dba7-c9f6-49a4-98c8-a9d744939cc2 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-2f147f0b-a1aa-4faa-9cdc-7add14197a9e {
  margin-left: 5%;
margin-right: 15%;
min-height: 50px;
}








#s-2f147f0b-a1aa-4faa-9cdc-7add14197a9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f147f0b-a1aa-4faa-9cdc-7add14197a9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f04bd0c-1981-4521-9a17-43dd35471c8a {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1f04bd0c-1981-4521-9a17-43dd35471c8a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1f04bd0c-1981-4521-9a17-43dd35471c8a:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-1f04bd0c-1981-4521-9a17-43dd35471c8a-root {
    text-align: center;
  }


#s-1f04bd0c-1981-4521-9a17-43dd35471c8a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1f04bd0c-1981-4521-9a17-43dd35471c8a-root {
    text-align: center;
  }


#s-1f04bd0c-1981-4521-9a17-43dd35471c8a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f04bd0c-1981-4521-9a17-43dd35471c8a-root {
    text-align: center;
  }


#s-1f04bd0c-1981-4521-9a17-43dd35471c8a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1f04bd0c-1981-4521-9a17-43dd35471c8a-root {
    text-align: center;
  }


#s-1f04bd0c-1981-4521-9a17-43dd35471c8a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1f04bd0c-1981-4521-9a17-43dd35471c8a-root {
    text-align: center;
  }


#s-1f04bd0c-1981-4521-9a17-43dd35471c8a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-1f04bd0c-1981-4521-9a17-43dd35471c8a-root {
    text-align: center;
  }


#s-1f04bd0c-1981-4521-9a17-43dd35471c8a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-b46f0725-0ca7-4a22-b8b5-bcaf835d19bd {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  #s-b46f0725-0ca7-4a22-b8b5-bcaf835d19bd img.shogun-image {
    

    
    
    
  }


#s-b46f0725-0ca7-4a22-b8b5-bcaf835d19bd .shogun-image-content {
  
    align-items: center;
  
}

#s-6a2bce80-4313-41ee-b77e-66e15684c7a9 {
  margin-top: 78%;
margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 0px;
padding-right: 11%;
text-align: left;
}

#s-6a2bce80-4313-41ee-b77e-66e15684c7a9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-fa353a96-75ac-4168-ae85-f313826e9c79 {
  margin-left: 5%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fa353a96-75ac-4168-ae85-f313826e9c79 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-785c360a-32aa-4af6-a281-e14c6af7e33d {
  margin-left: 5%;
margin-right: 15%;
min-height: 50px;
}








#s-785c360a-32aa-4af6-a281-e14c6af7e33d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-785c360a-32aa-4af6-a281-e14c6af7e33d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8db0029f-6b89-47b1-97c4-753f73d7cedf {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-8db0029f-6b89-47b1-97c4-753f73d7cedf:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8db0029f-6b89-47b1-97c4-753f73d7cedf:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-8db0029f-6b89-47b1-97c4-753f73d7cedf-root {
    text-align: center;
  }


#s-8db0029f-6b89-47b1-97c4-753f73d7cedf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8db0029f-6b89-47b1-97c4-753f73d7cedf-root {
    text-align: center;
  }


#s-8db0029f-6b89-47b1-97c4-753f73d7cedf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8db0029f-6b89-47b1-97c4-753f73d7cedf-root {
    text-align: center;
  }


#s-8db0029f-6b89-47b1-97c4-753f73d7cedf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8db0029f-6b89-47b1-97c4-753f73d7cedf-root {
    text-align: center;
  }


#s-8db0029f-6b89-47b1-97c4-753f73d7cedf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8db0029f-6b89-47b1-97c4-753f73d7cedf-root {
    text-align: center;
  }


#s-8db0029f-6b89-47b1-97c4-753f73d7cedf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-8db0029f-6b89-47b1-97c4-753f73d7cedf-root {
    text-align: center;
  }


#s-8db0029f-6b89-47b1-97c4-753f73d7cedf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-df575517-fc59-42b1-990f-d8c07aedf02b {
  margin-left: 0%;
margin-right: 0%;
max-width: 1080px;
aspect-ratio: 1080/1500;
text-align: center;
}





  #s-df575517-fc59-42b1-990f-d8c07aedf02b img.shogun-image,
  #s-df575517-fc59-42b1-990f-d8c07aedf02b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-df575517-fc59-42b1-990f-d8c07aedf02b {
    width: 100%;
    height: auto;
  }



  #s-df575517-fc59-42b1-990f-d8c07aedf02b img.shogun-image {
    

    
    
    
  }


#s-df575517-fc59-42b1-990f-d8c07aedf02b .shogun-image-content {
  
    align-items: center;
  
}

#s-dd0104a1-e5cd-42bc-bb0e-52157b5163f0 {
  margin-top: 78%;
margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 0px;
text-align: left;
}

#s-dd0104a1-e5cd-42bc-bb0e-52157b5163f0 .shogun-heading-component h2 {
  color: rgba(13, 12, 12, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-1b29f4f8-9813-43a7-a367-b264c99bc0b8 {
  margin-left: 5%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1b29f4f8-9813-43a7-a367-b264c99bc0b8 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-63965f34-3fd5-4732-a08d-ff14a400d877 {
  margin-left: 5%;
margin-right: 15%;
min-height: 50px;
}








#s-63965f34-3fd5-4732-a08d-ff14a400d877 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63965f34-3fd5-4732-a08d-ff14a400d877.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5875576c-2fb6-4489-932e-6f4860e43914 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-5875576c-2fb6-4489-932e-6f4860e43914:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5875576c-2fb6-4489-932e-6f4860e43914:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-5875576c-2fb6-4489-932e-6f4860e43914-root {
    text-align: center;
  }


#s-5875576c-2fb6-4489-932e-6f4860e43914.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5875576c-2fb6-4489-932e-6f4860e43914-root {
    text-align: center;
  }


#s-5875576c-2fb6-4489-932e-6f4860e43914.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5875576c-2fb6-4489-932e-6f4860e43914-root {
    text-align: center;
  }


#s-5875576c-2fb6-4489-932e-6f4860e43914.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5875576c-2fb6-4489-932e-6f4860e43914-root {
    text-align: center;
  }


#s-5875576c-2fb6-4489-932e-6f4860e43914.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5875576c-2fb6-4489-932e-6f4860e43914-root {
    text-align: center;
  }


#s-5875576c-2fb6-4489-932e-6f4860e43914.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-5875576c-2fb6-4489-932e-6f4860e43914-root {
    text-align: center;
  }


#s-5875576c-2fb6-4489-932e-6f4860e43914.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-8f6cbb89-4bd2-4437-9fe3-5e1f070a1b67 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8f6cbb89-4bd2-4437-9fe3-5e1f070a1b67 {
  display: none;
}
#s-8f6cbb89-4bd2-4437-9fe3-5e1f070a1b67, #wrap-s-8f6cbb89-4bd2-4437-9fe3-5e1f070a1b67 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f6cbb89-4bd2-4437-9fe3-5e1f070a1b67 {
  display: none;
}
#s-8f6cbb89-4bd2-4437-9fe3-5e1f070a1b67, #wrap-s-8f6cbb89-4bd2-4437-9fe3-5e1f070a1b67 { display: none !important; }}







#s-8f6cbb89-4bd2-4437-9fe3-5e1f070a1b67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f6cbb89-4bd2-4437-9fe3-5e1f070a1b67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3e62113-8f09-443e-94f7-b38cff88154e {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  #s-a3e62113-8f09-443e-94f7-b38cff88154e img.shogun-image {
    

    
    
    
  }


#s-a3e62113-8f09-443e-94f7-b38cff88154e .shogun-image-content {
  
    align-items: center;
  
}

#s-4ed65f71-c479-4cd5-9a62-3f15aac412e3 {
  margin-top: 75%;
margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 0px;
padding-right: 11%;
text-align: left;
}

#s-4ed65f71-c479-4cd5-9a62-3f15aac412e3 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-1ceaa80f-db97-451b-bb95-db388e908d93 {
  margin-left: 5%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1ceaa80f-db97-451b-bb95-db388e908d93 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-a68cac34-e15a-4c29-93f0-6377db1a9da0 {
  margin-left: 5%;
margin-right: 15%;
min-height: 50px;
}








#s-a68cac34-e15a-4c29-93f0-6377db1a9da0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a68cac34-e15a-4c29-93f0-6377db1a9da0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec10c15d-9c3d-4b17-81b9-6ee131608aa3 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-ec10c15d-9c3d-4b17-81b9-6ee131608aa3:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ec10c15d-9c3d-4b17-81b9-6ee131608aa3:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-ec10c15d-9c3d-4b17-81b9-6ee131608aa3-root {
    text-align: center;
  }


#s-ec10c15d-9c3d-4b17-81b9-6ee131608aa3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-ec10c15d-9c3d-4b17-81b9-6ee131608aa3-root {
    text-align: center;
  }


#s-ec10c15d-9c3d-4b17-81b9-6ee131608aa3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec10c15d-9c3d-4b17-81b9-6ee131608aa3-root {
    text-align: center;
  }


#s-ec10c15d-9c3d-4b17-81b9-6ee131608aa3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ec10c15d-9c3d-4b17-81b9-6ee131608aa3-root {
    text-align: center;
  }


#s-ec10c15d-9c3d-4b17-81b9-6ee131608aa3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-ec10c15d-9c3d-4b17-81b9-6ee131608aa3-root {
    text-align: center;
  }


#s-ec10c15d-9c3d-4b17-81b9-6ee131608aa3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-ec10c15d-9c3d-4b17-81b9-6ee131608aa3-root {
    text-align: center;
  }


#s-ec10c15d-9c3d-4b17-81b9-6ee131608aa3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-3c77eba2-1ca4-4fb6-8bfb-60dde64aa3d7 {
  min-height: 50px;
}








#s-3c77eba2-1ca4-4fb6-8bfb-60dde64aa3d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c77eba2-1ca4-4fb6-8bfb-60dde64aa3d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-803b2a01-2fc6-49e3-bc36-0a1c3ea69e57 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1080px;
aspect-ratio: 1080/1500;
text-align: center;
}







  #s-803b2a01-2fc6-49e3-bc36-0a1c3ea69e57 img.shogun-image {
    

    
    
    
  }


#s-803b2a01-2fc6-49e3-bc36-0a1c3ea69e57 .shogun-image-content {
  
    align-items: center;
  
}

#s-c225bf4d-eef8-48fd-9db0-1e2f4c324a91 {
  margin-top: 78%;
margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 0px;
padding-right: 11%;
text-align: left;
}

#s-c225bf4d-eef8-48fd-9db0-1e2f4c324a91 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-4d8cd5ac-7b28-4d58-ad09-669663747fec {
  margin-left: 5%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4d8cd5ac-7b28-4d58-ad09-669663747fec .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-43a1471c-7137-4d81-abdb-852bb7dbe95f {
  margin-left: 5%;
margin-right: 15%;
min-height: 50px;
}








#s-43a1471c-7137-4d81-abdb-852bb7dbe95f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43a1471c-7137-4d81-abdb-852bb7dbe95f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc3de8ad-f7d3-4f22-a3b4-0990dd5d569d {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-bc3de8ad-f7d3-4f22-a3b4-0990dd5d569d:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bc3de8ad-f7d3-4f22-a3b4-0990dd5d569d:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-bc3de8ad-f7d3-4f22-a3b4-0990dd5d569d-root {
    text-align: center;
  }


#s-bc3de8ad-f7d3-4f22-a3b4-0990dd5d569d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-bc3de8ad-f7d3-4f22-a3b4-0990dd5d569d-root {
    text-align: center;
  }


#s-bc3de8ad-f7d3-4f22-a3b4-0990dd5d569d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bc3de8ad-f7d3-4f22-a3b4-0990dd5d569d-root {
    text-align: center;
  }


#s-bc3de8ad-f7d3-4f22-a3b4-0990dd5d569d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bc3de8ad-f7d3-4f22-a3b4-0990dd5d569d-root {
    text-align: center;
  }


#s-bc3de8ad-f7d3-4f22-a3b4-0990dd5d569d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-bc3de8ad-f7d3-4f22-a3b4-0990dd5d569d-root {
    text-align: center;
  }


#s-bc3de8ad-f7d3-4f22-a3b4-0990dd5d569d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-bc3de8ad-f7d3-4f22-a3b4-0990dd5d569d-root {
    text-align: center;
  }


#s-bc3de8ad-f7d3-4f22-a3b4-0990dd5d569d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-a120da96-27b5-4d14-9161-5e5623af5fbf {
  min-height: 50px;
}








#s-a120da96-27b5-4d14-9161-5e5623af5fbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a120da96-27b5-4d14-9161-5e5623af5fbf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-588abec6-d046-4927-9b59-5338bb76bcd1 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1080px;
aspect-ratio: 1080/1500;
text-align: center;
}





  #s-588abec6-d046-4927-9b59-5338bb76bcd1 img.shogun-image,
  #s-588abec6-d046-4927-9b59-5338bb76bcd1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-588abec6-d046-4927-9b59-5338bb76bcd1 {
    width: 100%;
    height: auto;
  }



  #s-588abec6-d046-4927-9b59-5338bb76bcd1 img.shogun-image {
    

    
    
    
  }


#s-588abec6-d046-4927-9b59-5338bb76bcd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-8361e0ca-7881-47b2-9c1a-4918f2fb4d60 {
  margin-top: 70%;
margin-left: 5%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 0px;
padding-right: 11%;
text-align: left;
}

#s-8361e0ca-7881-47b2-9c1a-4918f2fb4d60 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-94006538-9523-48fa-b3ed-23b7656a1437 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-94006538-9523-48fa-b3ed-23b7656a1437 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-47fb733f-1542-404b-9bb6-a5b8aedcae6a {
  margin-left: 5%;
margin-right: 15%;
min-height: 50px;
}








#s-47fb733f-1542-404b-9bb6-a5b8aedcae6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47fb733f-1542-404b-9bb6-a5b8aedcae6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5f55329-66a9-49ce-ba09-d6faf68dd66c {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-e5f55329-66a9-49ce-ba09-d6faf68dd66c:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e5f55329-66a9-49ce-ba09-d6faf68dd66c:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-e5f55329-66a9-49ce-ba09-d6faf68dd66c-root {
    text-align: center;
  }


#s-e5f55329-66a9-49ce-ba09-d6faf68dd66c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e5f55329-66a9-49ce-ba09-d6faf68dd66c-root {
    text-align: center;
  }


#s-e5f55329-66a9-49ce-ba09-d6faf68dd66c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e5f55329-66a9-49ce-ba09-d6faf68dd66c-root {
    text-align: center;
  }


#s-e5f55329-66a9-49ce-ba09-d6faf68dd66c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e5f55329-66a9-49ce-ba09-d6faf68dd66c-root {
    text-align: center;
  }


#s-e5f55329-66a9-49ce-ba09-d6faf68dd66c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e5f55329-66a9-49ce-ba09-d6faf68dd66c-root {
    text-align: center;
  }


#s-e5f55329-66a9-49ce-ba09-d6faf68dd66c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-e5f55329-66a9-49ce-ba09-d6faf68dd66c-root {
    text-align: center;
  }


#s-e5f55329-66a9-49ce-ba09-d6faf68dd66c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-8da9fa35-4596-4548-85bb-c20041b4605a {
  margin-top: 5%;
margin-bottom: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-8da9fa35-4596-4548-85bb-c20041b4605a {
  display: none;
}
#s-8da9fa35-4596-4548-85bb-c20041b4605a, #wrap-s-8da9fa35-4596-4548-85bb-c20041b4605a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8da9fa35-4596-4548-85bb-c20041b4605a {
  display: none;
}
#s-8da9fa35-4596-4548-85bb-c20041b4605a, #wrap-s-8da9fa35-4596-4548-85bb-c20041b4605a { display: none !important; }}







#s-8da9fa35-4596-4548-85bb-c20041b4605a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8da9fa35-4596-4548-85bb-c20041b4605a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-314587dd-885e-44db-9c82-bb7e6122a711 {
  margin-top: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-314587dd-885e-44db-9c82-bb7e6122a711 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-947437f4-d48a-4d90-bbb2-223c93038ba7 {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-947437f4-d48a-4d90-bbb2-223c93038ba7 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-947437f4-d48a-4d90-bbb2-223c93038ba7 .shg-sld-nav-button.shg-sld-left,
#s-947437f4-d48a-4d90-bbb2-223c93038ba7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b3a9daf0-6f6e-4e51-a30e-ea3810a25f75 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-b3a9daf0-6f6e-4e51-a30e-ea3810a25f75"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-b3a9daf0-6f6e-4e51-a30e-ea3810a25f75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-b3a9daf0-6f6e-4e51-a30e-ea3810a25f75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-b3a9daf0-6f6e-4e51-a30e-ea3810a25f75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

.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-87109f58-75b3-486c-a431-149f0eaa9686 {
  max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-87109f58-75b3-486c-a431-149f0eaa9686 img.shogun-image,
  #s-87109f58-75b3-486c-a431-149f0eaa9686 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87109f58-75b3-486c-a431-149f0eaa9686 {
    width: 100%;
    height: auto;
  }

  #s-87109f58-75b3-486c-a431-149f0eaa9686 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image {
    
    
  }


.s-87109f58-75b3-486c-a431-149f0eaa9686 .shogun-image-content {
  
    align-items: center;
  
}

.s-87109f58-75b3-486c-a431-149f0eaa9686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87109f58-75b3-486c-a431-149f0eaa9686 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image-container {
      position: relative;
    }

    .s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87109f58-75b3-486c-a431-149f0eaa9686 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-87109f58-75b3-486c-a431-149f0eaa9686 img.shogun-image,
  #s-87109f58-75b3-486c-a431-149f0eaa9686 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87109f58-75b3-486c-a431-149f0eaa9686 {
    width: 100%;
    height: auto;
  }

  #s-87109f58-75b3-486c-a431-149f0eaa9686 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image {
    
    
  }


.s-87109f58-75b3-486c-a431-149f0eaa9686 .shogun-image-content {
  
    align-items: center;
  
}

.s-87109f58-75b3-486c-a431-149f0eaa9686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87109f58-75b3-486c-a431-149f0eaa9686 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image-container {
      position: relative;
    }

    .s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87109f58-75b3-486c-a431-149f0eaa9686 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-87109f58-75b3-486c-a431-149f0eaa9686 img.shogun-image,
  #s-87109f58-75b3-486c-a431-149f0eaa9686 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87109f58-75b3-486c-a431-149f0eaa9686 {
    width: 100%;
    height: auto;
  }

  #s-87109f58-75b3-486c-a431-149f0eaa9686 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image {
    
    
  }


.s-87109f58-75b3-486c-a431-149f0eaa9686 .shogun-image-content {
  
    align-items: center;
  
}

.s-87109f58-75b3-486c-a431-149f0eaa9686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87109f58-75b3-486c-a431-149f0eaa9686 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image-container {
      position: relative;
    }

    .s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87109f58-75b3-486c-a431-149f0eaa9686 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-87109f58-75b3-486c-a431-149f0eaa9686 img.shogun-image,
  #s-87109f58-75b3-486c-a431-149f0eaa9686 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87109f58-75b3-486c-a431-149f0eaa9686 {
    width: 100%;
    height: auto;
  }

  #s-87109f58-75b3-486c-a431-149f0eaa9686 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image {
    
    
  }


.s-87109f58-75b3-486c-a431-149f0eaa9686 .shogun-image-content {
  
    align-items: center;
  
}

.s-87109f58-75b3-486c-a431-149f0eaa9686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87109f58-75b3-486c-a431-149f0eaa9686 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image-container {
      position: relative;
    }

    .s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87109f58-75b3-486c-a431-149f0eaa9686 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-87109f58-75b3-486c-a431-149f0eaa9686 img.shogun-image,
  #s-87109f58-75b3-486c-a431-149f0eaa9686 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-87109f58-75b3-486c-a431-149f0eaa9686 {
    width: 100%;
    height: auto;
  }

  #s-87109f58-75b3-486c-a431-149f0eaa9686 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image {
    
    
  }


.s-87109f58-75b3-486c-a431-149f0eaa9686 .shogun-image-content {
  
    align-items: center;
  
}

.s-87109f58-75b3-486c-a431-149f0eaa9686.shg-align-container {
  display: flex;
  justify-content: center
}

.s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-87109f58-75b3-486c-a431-149f0eaa9686 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image-container {
      position: relative;
    }

    .s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-87109f58-75b3-486c-a431-149f0eaa9686.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-87109f58-75b3-486c-a431-149f0eaa9686 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-47f4500b-eb83-40e7-81a2-411ef8207693 {
  margin-top: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47f4500b-eb83-40e7-81a2-411ef8207693 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-c32f8d12-89dc-4f23-8d90-3b510691ea7c {
  margin-right: 0%;
max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-c32f8d12-89dc-4f23-8d90-3b510691ea7c img.shogun-image,
  #s-c32f8d12-89dc-4f23-8d90-3b510691ea7c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c32f8d12-89dc-4f23-8d90-3b510691ea7c {
    width: 100%;
    height: auto;
  }

  #s-c32f8d12-89dc-4f23-8d90-3b510691ea7c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image {
    
    
  }


.s-c32f8d12-89dc-4f23-8d90-3b510691ea7c .shogun-image-content {
  
    align-items: center;
  
}

.s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image-container {
      position: relative;
    }

    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c32f8d12-89dc-4f23-8d90-3b510691ea7c img.shogun-image,
  #s-c32f8d12-89dc-4f23-8d90-3b510691ea7c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c32f8d12-89dc-4f23-8d90-3b510691ea7c {
    width: 100%;
    height: auto;
  }

  #s-c32f8d12-89dc-4f23-8d90-3b510691ea7c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image {
    
    
  }


.s-c32f8d12-89dc-4f23-8d90-3b510691ea7c .shogun-image-content {
  
    align-items: center;
  
}

.s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image-container {
      position: relative;
    }

    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c32f8d12-89dc-4f23-8d90-3b510691ea7c img.shogun-image,
  #s-c32f8d12-89dc-4f23-8d90-3b510691ea7c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c32f8d12-89dc-4f23-8d90-3b510691ea7c {
    width: 100%;
    height: auto;
  }

  #s-c32f8d12-89dc-4f23-8d90-3b510691ea7c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image {
    
    
  }


.s-c32f8d12-89dc-4f23-8d90-3b510691ea7c .shogun-image-content {
  
    align-items: center;
  
}

.s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image-container {
      position: relative;
    }

    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c32f8d12-89dc-4f23-8d90-3b510691ea7c img.shogun-image,
  #s-c32f8d12-89dc-4f23-8d90-3b510691ea7c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c32f8d12-89dc-4f23-8d90-3b510691ea7c {
    width: 100%;
    height: auto;
  }

  #s-c32f8d12-89dc-4f23-8d90-3b510691ea7c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image {
    
    
  }


.s-c32f8d12-89dc-4f23-8d90-3b510691ea7c .shogun-image-content {
  
    align-items: center;
  
}

.s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image-container {
      position: relative;
    }

    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c32f8d12-89dc-4f23-8d90-3b510691ea7c img.shogun-image,
  #s-c32f8d12-89dc-4f23-8d90-3b510691ea7c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c32f8d12-89dc-4f23-8d90-3b510691ea7c {
    width: 100%;
    height: auto;
  }

  #s-c32f8d12-89dc-4f23-8d90-3b510691ea7c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image {
    
    
  }


.s-c32f8d12-89dc-4f23-8d90-3b510691ea7c .shogun-image-content {
  
    align-items: center;
  
}

.s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image-container {
      position: relative;
    }

    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c32f8d12-89dc-4f23-8d90-3b510691ea7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-64575787-dbc8-4e5a-84d5-b364756f80fb {
  margin-top: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64575787-dbc8-4e5a-84d5-b364756f80fb .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



@media (min-width: 0px) {
[id="s-a0c593c3-369d-4c97-a20a-bac7c152746f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-a0c593c3-369d-4c97-a20a-bac7c152746f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a0c593c3-369d-4c97-a20a-bac7c152746f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a0c593c3-369d-4c97-a20a-bac7c152746f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-26c6cb68-01a4-443a-9234-938bdc088187 {
  max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-26c6cb68-01a4-443a-9234-938bdc088187 img.shogun-image,
  #s-26c6cb68-01a4-443a-9234-938bdc088187 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26c6cb68-01a4-443a-9234-938bdc088187 {
    width: 100%;
    height: auto;
  }

  #s-26c6cb68-01a4-443a-9234-938bdc088187 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image {
    
    
  }


.s-26c6cb68-01a4-443a-9234-938bdc088187 .shogun-image-content {
  
    align-items: center;
  
}

.s-26c6cb68-01a4-443a-9234-938bdc088187.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26c6cb68-01a4-443a-9234-938bdc088187 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image-container {
      position: relative;
    }

    .s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26c6cb68-01a4-443a-9234-938bdc088187 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-26c6cb68-01a4-443a-9234-938bdc088187 img.shogun-image,
  #s-26c6cb68-01a4-443a-9234-938bdc088187 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26c6cb68-01a4-443a-9234-938bdc088187 {
    width: 100%;
    height: auto;
  }

  #s-26c6cb68-01a4-443a-9234-938bdc088187 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image {
    
    
  }


.s-26c6cb68-01a4-443a-9234-938bdc088187 .shogun-image-content {
  
    align-items: center;
  
}

.s-26c6cb68-01a4-443a-9234-938bdc088187.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26c6cb68-01a4-443a-9234-938bdc088187 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image-container {
      position: relative;
    }

    .s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26c6cb68-01a4-443a-9234-938bdc088187 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-26c6cb68-01a4-443a-9234-938bdc088187 img.shogun-image,
  #s-26c6cb68-01a4-443a-9234-938bdc088187 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26c6cb68-01a4-443a-9234-938bdc088187 {
    width: 100%;
    height: auto;
  }

  #s-26c6cb68-01a4-443a-9234-938bdc088187 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image {
    
    
  }


.s-26c6cb68-01a4-443a-9234-938bdc088187 .shogun-image-content {
  
    align-items: center;
  
}

.s-26c6cb68-01a4-443a-9234-938bdc088187.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26c6cb68-01a4-443a-9234-938bdc088187 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image-container {
      position: relative;
    }

    .s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26c6cb68-01a4-443a-9234-938bdc088187 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-26c6cb68-01a4-443a-9234-938bdc088187 img.shogun-image,
  #s-26c6cb68-01a4-443a-9234-938bdc088187 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26c6cb68-01a4-443a-9234-938bdc088187 {
    width: 100%;
    height: auto;
  }

  #s-26c6cb68-01a4-443a-9234-938bdc088187 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image {
    
    
  }


.s-26c6cb68-01a4-443a-9234-938bdc088187 .shogun-image-content {
  
    align-items: center;
  
}

.s-26c6cb68-01a4-443a-9234-938bdc088187.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26c6cb68-01a4-443a-9234-938bdc088187 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image-container {
      position: relative;
    }

    .s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26c6cb68-01a4-443a-9234-938bdc088187 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-26c6cb68-01a4-443a-9234-938bdc088187 img.shogun-image,
  #s-26c6cb68-01a4-443a-9234-938bdc088187 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26c6cb68-01a4-443a-9234-938bdc088187 {
    width: 100%;
    height: auto;
  }

  #s-26c6cb68-01a4-443a-9234-938bdc088187 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image {
    
    
  }


.s-26c6cb68-01a4-443a-9234-938bdc088187 .shogun-image-content {
  
    align-items: center;
  
}

.s-26c6cb68-01a4-443a-9234-938bdc088187.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26c6cb68-01a4-443a-9234-938bdc088187 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image-container {
      position: relative;
    }

    .s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26c6cb68-01a4-443a-9234-938bdc088187.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26c6cb68-01a4-443a-9234-938bdc088187 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d0a84f3c-d979-454b-ae35-0dd68cff8d3b {
  margin-top: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0a84f3c-d979-454b-ae35-0dd68cff8d3b .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 img.shogun-image,
  #s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 {
    width: 100%;
    height: auto;
  }

  #s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image {
    
    
  }


.s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image-container {
      position: relative;
    }

    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 img.shogun-image,
  #s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 {
    width: 100%;
    height: auto;
  }

  #s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image {
    
    
  }


.s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image-container {
      position: relative;
    }

    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 img.shogun-image,
  #s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 {
    width: 100%;
    height: auto;
  }

  #s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image {
    
    
  }


.s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image-container {
      position: relative;
    }

    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 img.shogun-image,
  #s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 {
    width: 100%;
    height: auto;
  }

  #s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image {
    
    
  }


.s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image-container {
      position: relative;
    }

    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 img.shogun-image,
  #s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 {
    width: 100%;
    height: auto;
  }

  #s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image {
    
    
  }


.s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image-container {
      position: relative;
    }

    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a251b1f7-f3ee-4bd3-a651-976dd34235b4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-902bc393-8854-4000-aea3-6ca524c00afe {
  margin-top: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-902bc393-8854-4000-aea3-6ca524c00afe .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



@media (min-width: 0px) {
[id="s-2bff3c62-d81a-4cfa-82f0-bfc6874dd13d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-2bff3c62-d81a-4cfa-82f0-bfc6874dd13d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-2bff3c62-d81a-4cfa-82f0-bfc6874dd13d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-2bff3c62-d81a-4cfa-82f0-bfc6874dd13d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-65dad3bd-3958-438c-85cf-bce60c6ae362 {
  max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-65dad3bd-3958-438c-85cf-bce60c6ae362 img.shogun-image,
  #s-65dad3bd-3958-438c-85cf-bce60c6ae362 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65dad3bd-3958-438c-85cf-bce60c6ae362 {
    width: 100%;
    height: auto;
  }

  #s-65dad3bd-3958-438c-85cf-bce60c6ae362 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image {
    
    
  }


.s-65dad3bd-3958-438c-85cf-bce60c6ae362 .shogun-image-content {
  
    align-items: center;
  
}

.s-65dad3bd-3958-438c-85cf-bce60c6ae362.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65dad3bd-3958-438c-85cf-bce60c6ae362 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image-container {
      position: relative;
    }

    .s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65dad3bd-3958-438c-85cf-bce60c6ae362 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-65dad3bd-3958-438c-85cf-bce60c6ae362 img.shogun-image,
  #s-65dad3bd-3958-438c-85cf-bce60c6ae362 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65dad3bd-3958-438c-85cf-bce60c6ae362 {
    width: 100%;
    height: auto;
  }

  #s-65dad3bd-3958-438c-85cf-bce60c6ae362 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image {
    
    
  }


.s-65dad3bd-3958-438c-85cf-bce60c6ae362 .shogun-image-content {
  
    align-items: center;
  
}

.s-65dad3bd-3958-438c-85cf-bce60c6ae362.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65dad3bd-3958-438c-85cf-bce60c6ae362 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image-container {
      position: relative;
    }

    .s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65dad3bd-3958-438c-85cf-bce60c6ae362 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-65dad3bd-3958-438c-85cf-bce60c6ae362 img.shogun-image,
  #s-65dad3bd-3958-438c-85cf-bce60c6ae362 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65dad3bd-3958-438c-85cf-bce60c6ae362 {
    width: 100%;
    height: auto;
  }

  #s-65dad3bd-3958-438c-85cf-bce60c6ae362 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image {
    
    
  }


.s-65dad3bd-3958-438c-85cf-bce60c6ae362 .shogun-image-content {
  
    align-items: center;
  
}

.s-65dad3bd-3958-438c-85cf-bce60c6ae362.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65dad3bd-3958-438c-85cf-bce60c6ae362 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image-container {
      position: relative;
    }

    .s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65dad3bd-3958-438c-85cf-bce60c6ae362 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-65dad3bd-3958-438c-85cf-bce60c6ae362 img.shogun-image,
  #s-65dad3bd-3958-438c-85cf-bce60c6ae362 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65dad3bd-3958-438c-85cf-bce60c6ae362 {
    width: 100%;
    height: auto;
  }

  #s-65dad3bd-3958-438c-85cf-bce60c6ae362 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image {
    
    
  }


.s-65dad3bd-3958-438c-85cf-bce60c6ae362 .shogun-image-content {
  
    align-items: center;
  
}

.s-65dad3bd-3958-438c-85cf-bce60c6ae362.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65dad3bd-3958-438c-85cf-bce60c6ae362 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image-container {
      position: relative;
    }

    .s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65dad3bd-3958-438c-85cf-bce60c6ae362 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-65dad3bd-3958-438c-85cf-bce60c6ae362 img.shogun-image,
  #s-65dad3bd-3958-438c-85cf-bce60c6ae362 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-65dad3bd-3958-438c-85cf-bce60c6ae362 {
    width: 100%;
    height: auto;
  }

  #s-65dad3bd-3958-438c-85cf-bce60c6ae362 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image {
    
    
  }


.s-65dad3bd-3958-438c-85cf-bce60c6ae362 .shogun-image-content {
  
    align-items: center;
  
}

.s-65dad3bd-3958-438c-85cf-bce60c6ae362.shg-align-container {
  display: flex;
  justify-content: center
}

.s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-65dad3bd-3958-438c-85cf-bce60c6ae362 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image-container {
      position: relative;
    }

    .s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-65dad3bd-3958-438c-85cf-bce60c6ae362.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-65dad3bd-3958-438c-85cf-bce60c6ae362 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f5b2a6d1-d62b-4d66-9083-a8f00b5bf35d {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5b2a6d1-d62b-4d66-9083-a8f00b5bf35d .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-62711f70-8999-447c-8ee9-ef1e0ec645d2 {
  max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-62711f70-8999-447c-8ee9-ef1e0ec645d2 img.shogun-image,
  #s-62711f70-8999-447c-8ee9-ef1e0ec645d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-62711f70-8999-447c-8ee9-ef1e0ec645d2 {
    width: 100%;
    height: auto;
  }

  #s-62711f70-8999-447c-8ee9-ef1e0ec645d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image {
    
    
  }


.s-62711f70-8999-447c-8ee9-ef1e0ec645d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image-container {
      position: relative;
    }

    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-62711f70-8999-447c-8ee9-ef1e0ec645d2 img.shogun-image,
  #s-62711f70-8999-447c-8ee9-ef1e0ec645d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-62711f70-8999-447c-8ee9-ef1e0ec645d2 {
    width: 100%;
    height: auto;
  }

  #s-62711f70-8999-447c-8ee9-ef1e0ec645d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image {
    
    
  }


.s-62711f70-8999-447c-8ee9-ef1e0ec645d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image-container {
      position: relative;
    }

    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-62711f70-8999-447c-8ee9-ef1e0ec645d2 img.shogun-image,
  #s-62711f70-8999-447c-8ee9-ef1e0ec645d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-62711f70-8999-447c-8ee9-ef1e0ec645d2 {
    width: 100%;
    height: auto;
  }

  #s-62711f70-8999-447c-8ee9-ef1e0ec645d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image {
    
    
  }


.s-62711f70-8999-447c-8ee9-ef1e0ec645d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image-container {
      position: relative;
    }

    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-62711f70-8999-447c-8ee9-ef1e0ec645d2 img.shogun-image,
  #s-62711f70-8999-447c-8ee9-ef1e0ec645d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-62711f70-8999-447c-8ee9-ef1e0ec645d2 {
    width: 100%;
    height: auto;
  }

  #s-62711f70-8999-447c-8ee9-ef1e0ec645d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image {
    
    
  }


.s-62711f70-8999-447c-8ee9-ef1e0ec645d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image-container {
      position: relative;
    }

    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-62711f70-8999-447c-8ee9-ef1e0ec645d2 img.shogun-image,
  #s-62711f70-8999-447c-8ee9-ef1e0ec645d2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-62711f70-8999-447c-8ee9-ef1e0ec645d2 {
    width: 100%;
    height: auto;
  }

  #s-62711f70-8999-447c-8ee9-ef1e0ec645d2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image {
    
    
  }


.s-62711f70-8999-447c-8ee9-ef1e0ec645d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image-container {
      position: relative;
    }

    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62711f70-8999-447c-8ee9-ef1e0ec645d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-78b0a9d4-6b88-4008-aa06-cf62d1a2f7d5 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78b0a9d4-6b88-4008-aa06-cf62d1a2f7d5 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-6adfff32-7f90-4f1d-a787-f225d4c242b9 {
  min-height: 50px;
}








#s-6adfff32-7f90-4f1d-a787-f225d4c242b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6adfff32-7f90-4f1d-a787-f225d4c242b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d82416fb-cecd-4db9-aa59-fbde15e9b9d7 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d82416fb-cecd-4db9-aa59-fbde15e9b9d7 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  
}



@media (min-width: 0px) {
[id="s-2a15e448-3a8a-4d0a-8f6c-9bcccef8989f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-2a15e448-3a8a-4d0a-8f6c-9bcccef8989f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-2a15e448-3a8a-4d0a-8f6c-9bcccef8989f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-2a15e448-3a8a-4d0a-8f6c-9bcccef8989f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-a11f73a5-107c-4950-a74b-f9f1f5955c7e {
  max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-a11f73a5-107c-4950-a74b-f9f1f5955c7e img.shogun-image,
  #s-a11f73a5-107c-4950-a74b-f9f1f5955c7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a11f73a5-107c-4950-a74b-f9f1f5955c7e {
    width: 100%;
    height: auto;
  }

  #s-a11f73a5-107c-4950-a74b-f9f1f5955c7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image {
    
    
  }


.s-a11f73a5-107c-4950-a74b-f9f1f5955c7e .shogun-image-content {
  
    align-items: center;
  
}

.s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image-container {
      position: relative;
    }

    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a11f73a5-107c-4950-a74b-f9f1f5955c7e img.shogun-image,
  #s-a11f73a5-107c-4950-a74b-f9f1f5955c7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a11f73a5-107c-4950-a74b-f9f1f5955c7e {
    width: 100%;
    height: auto;
  }

  #s-a11f73a5-107c-4950-a74b-f9f1f5955c7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image {
    
    
  }


.s-a11f73a5-107c-4950-a74b-f9f1f5955c7e .shogun-image-content {
  
    align-items: center;
  
}

.s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image-container {
      position: relative;
    }

    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a11f73a5-107c-4950-a74b-f9f1f5955c7e img.shogun-image,
  #s-a11f73a5-107c-4950-a74b-f9f1f5955c7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a11f73a5-107c-4950-a74b-f9f1f5955c7e {
    width: 100%;
    height: auto;
  }

  #s-a11f73a5-107c-4950-a74b-f9f1f5955c7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image {
    
    
  }


.s-a11f73a5-107c-4950-a74b-f9f1f5955c7e .shogun-image-content {
  
    align-items: center;
  
}

.s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image-container {
      position: relative;
    }

    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a11f73a5-107c-4950-a74b-f9f1f5955c7e img.shogun-image,
  #s-a11f73a5-107c-4950-a74b-f9f1f5955c7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a11f73a5-107c-4950-a74b-f9f1f5955c7e {
    width: 100%;
    height: auto;
  }

  #s-a11f73a5-107c-4950-a74b-f9f1f5955c7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image {
    
    
  }


.s-a11f73a5-107c-4950-a74b-f9f1f5955c7e .shogun-image-content {
  
    align-items: center;
  
}

.s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image-container {
      position: relative;
    }

    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a11f73a5-107c-4950-a74b-f9f1f5955c7e img.shogun-image,
  #s-a11f73a5-107c-4950-a74b-f9f1f5955c7e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a11f73a5-107c-4950-a74b-f9f1f5955c7e {
    width: 100%;
    height: auto;
  }

  #s-a11f73a5-107c-4950-a74b-f9f1f5955c7e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image {
    
    
  }


.s-a11f73a5-107c-4950-a74b-f9f1f5955c7e .shogun-image-content {
  
    align-items: center;
  
}

.s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image-container {
      position: relative;
    }

    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a11f73a5-107c-4950-a74b-f9f1f5955c7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ff949eb7-e453-496d-bb4e-dc69315d3c26 {
  margin-top: 0%;
margin-bottom: -3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff949eb7-e453-496d-bb4e-dc69315d3c26 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 11px;
  
  letter-spacing: 3px;
  
}



#s-440f2a5d-74be-40ed-b0be-57c813c5145d {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-440f2a5d-74be-40ed-b0be-57c813c5145d .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 2px;
  
}



#s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 img.shogun-image,
  #s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 {
    width: 100%;
    height: auto;
  }

  #s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image {
    
    
  }


.s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image-container {
      position: relative;
    }

    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 img.shogun-image,
  #s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 {
    width: 100%;
    height: auto;
  }

  #s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image {
    
    
  }


.s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image-container {
      position: relative;
    }

    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 img.shogun-image,
  #s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 {
    width: 100%;
    height: auto;
  }

  #s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image {
    
    
  }


.s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image-container {
      position: relative;
    }

    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 img.shogun-image,
  #s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 {
    width: 100%;
    height: auto;
  }

  #s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image {
    
    
  }


.s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image-container {
      position: relative;
    }

    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 img.shogun-image,
  #s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 {
    width: 100%;
    height: auto;
  }

  #s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image {
    
    
  }


.s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image-container {
      position: relative;
    }

    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b27b271-50e9-4b00-ba7a-0fe8e28eb128 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-119d179d-e641-475c-8343-7d0807aae466 {
  margin-top: 0%;
margin-bottom: -3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-119d179d-e641-475c-8343-7d0807aae466 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 11px;
  
  letter-spacing: 3px;
  
}



#s-b4c5ba1d-fdd2-40cb-a906-299adc22ead3 {
  margin-top: 0%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4c5ba1d-fdd2-40cb-a906-299adc22ead3 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 2px;
  
}



#s-5e5f78ab-1fa7-4b4b-9aa0-bb91c1f8fef2 {
  margin-bottom: 5%;
}

@media (min-width: 0px) {
[id="s-5e5f78ab-1fa7-4b4b-9aa0-bb91c1f8fef2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5e5f78ab-1fa7-4b4b-9aa0-bb91c1f8fef2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e5f78ab-1fa7-4b4b-9aa0-bb91c1f8fef2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e5f78ab-1fa7-4b4b-9aa0-bb91c1f8fef2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cd99d77e-2623-4ab8-ba97-e3208321814f {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-cd99d77e-2623-4ab8-ba97-e3208321814f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd99d77e-2623-4ab8-ba97-e3208321814f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-365291e9-b904-46a4-bf52-72ddf396e698 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-365291e9-b904-46a4-bf52-72ddf396e698:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-365291e9-b904-46a4-bf52-72ddf396e698:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-365291e9-b904-46a4-bf52-72ddf396e698-root {
    text-align: center;
  }


#s-365291e9-b904-46a4-bf52-72ddf396e698.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-365291e9-b904-46a4-bf52-72ddf396e698-root {
    text-align: center;
  }


#s-365291e9-b904-46a4-bf52-72ddf396e698.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-365291e9-b904-46a4-bf52-72ddf396e698-root {
    text-align: center;
  }


#s-365291e9-b904-46a4-bf52-72ddf396e698.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-365291e9-b904-46a4-bf52-72ddf396e698-root {
    text-align: center;
  }


#s-365291e9-b904-46a4-bf52-72ddf396e698.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-365291e9-b904-46a4-bf52-72ddf396e698-root {
    text-align: center;
  }


#s-365291e9-b904-46a4-bf52-72ddf396e698.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-365291e9-b904-46a4-bf52-72ddf396e698-root {
    text-align: center;
  }


#s-365291e9-b904-46a4-bf52-72ddf396e698.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-d4420030-3faa-4884-8746-e3ff56dfe298 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-d4420030-3faa-4884-8746-e3ff56dfe298 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4420030-3faa-4884-8746-e3ff56dfe298.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c6edea6-e189-4589-8dfa-165af2b50e0f {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-4c6edea6-e189-4589-8dfa-165af2b50e0f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4c6edea6-e189-4589-8dfa-165af2b50e0f:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-4c6edea6-e189-4589-8dfa-165af2b50e0f-root {
    text-align: center;
  }


#s-4c6edea6-e189-4589-8dfa-165af2b50e0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4c6edea6-e189-4589-8dfa-165af2b50e0f-root {
    text-align: center;
  }


#s-4c6edea6-e189-4589-8dfa-165af2b50e0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c6edea6-e189-4589-8dfa-165af2b50e0f-root {
    text-align: center;
  }


#s-4c6edea6-e189-4589-8dfa-165af2b50e0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c6edea6-e189-4589-8dfa-165af2b50e0f-root {
    text-align: center;
  }


#s-4c6edea6-e189-4589-8dfa-165af2b50e0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4c6edea6-e189-4589-8dfa-165af2b50e0f-root {
    text-align: center;
  }


#s-4c6edea6-e189-4589-8dfa-165af2b50e0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-4c6edea6-e189-4589-8dfa-165af2b50e0f-root {
    text-align: center;
  }


#s-4c6edea6-e189-4589-8dfa-165af2b50e0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-2d5a30fd-ce2c-4599-bc22-5d55b140d58f {
  min-height: 50px;
}








#s-2d5a30fd-ce2c-4599-bc22-5d55b140d58f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d5a30fd-ce2c-4599-bc22-5d55b140d58f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00b65d8b-47a1-4442-90b8-fb7dbbcd7adc {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00b65d8b-47a1-4442-90b8-fb7dbbcd7adc .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  
}



@media (min-width: 0px) {
[id="s-69ac5cf7-a512-4d6d-a691-96dd6307595b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-69ac5cf7-a512-4d6d-a691-96dd6307595b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-69ac5cf7-a512-4d6d-a691-96dd6307595b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-69ac5cf7-a512-4d6d-a691-96dd6307595b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 {
  max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 img.shogun-image,
  #s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 {
    width: 100%;
    height: auto;
  }

  #s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image {
    
    
  }


.s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 .shogun-image-content {
  
    align-items: center;
  
}

.s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image-container {
      position: relative;
    }

    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 img.shogun-image,
  #s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 {
    width: 100%;
    height: auto;
  }

  #s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image {
    
    
  }


.s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 .shogun-image-content {
  
    align-items: center;
  
}

.s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image-container {
      position: relative;
    }

    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 img.shogun-image,
  #s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 {
    width: 100%;
    height: auto;
  }

  #s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image {
    
    
  }


.s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 .shogun-image-content {
  
    align-items: center;
  
}

.s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image-container {
      position: relative;
    }

    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 img.shogun-image,
  #s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 {
    width: 100%;
    height: auto;
  }

  #s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image {
    
    
  }


.s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 .shogun-image-content {
  
    align-items: center;
  
}

.s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image-container {
      position: relative;
    }

    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 img.shogun-image,
  #s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 {
    width: 100%;
    height: auto;
  }

  #s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image {
    
    
  }


.s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 .shogun-image-content {
  
    align-items: center;
  
}

.s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image-container {
      position: relative;
    }

    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-03dcb65c-bf6e-4cd7-8cd4-544751fbf328 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ead56aa5-4c13-4f53-a559-8a6fa3186824 {
  margin-top: 0%;
margin-bottom: -3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ead56aa5-4c13-4f53-a559-8a6fa3186824 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 11px;
  
  letter-spacing: 3px;
  
}



#s-9a5c50bd-077f-4285-b746-a16cb5b903ee {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a5c50bd-077f-4285-b746-a16cb5b903ee .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 2px;
  
}



#s-cd65b3b4-c5e6-4f12-b980-2945097bc868 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-cd65b3b4-c5e6-4f12-b980-2945097bc868 img.shogun-image,
  #s-cd65b3b4-c5e6-4f12-b980-2945097bc868 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd65b3b4-c5e6-4f12-b980-2945097bc868 {
    width: 100%;
    height: auto;
  }

  #s-cd65b3b4-c5e6-4f12-b980-2945097bc868 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image {
    
    
  }


.s-cd65b3b4-c5e6-4f12-b980-2945097bc868 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image-container {
      position: relative;
    }

    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-cd65b3b4-c5e6-4f12-b980-2945097bc868 img.shogun-image,
  #s-cd65b3b4-c5e6-4f12-b980-2945097bc868 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd65b3b4-c5e6-4f12-b980-2945097bc868 {
    width: 100%;
    height: auto;
  }

  #s-cd65b3b4-c5e6-4f12-b980-2945097bc868 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image {
    
    
  }


.s-cd65b3b4-c5e6-4f12-b980-2945097bc868 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image-container {
      position: relative;
    }

    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-cd65b3b4-c5e6-4f12-b980-2945097bc868 img.shogun-image,
  #s-cd65b3b4-c5e6-4f12-b980-2945097bc868 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd65b3b4-c5e6-4f12-b980-2945097bc868 {
    width: 100%;
    height: auto;
  }

  #s-cd65b3b4-c5e6-4f12-b980-2945097bc868 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image {
    
    
  }


.s-cd65b3b4-c5e6-4f12-b980-2945097bc868 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image-container {
      position: relative;
    }

    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-cd65b3b4-c5e6-4f12-b980-2945097bc868 img.shogun-image,
  #s-cd65b3b4-c5e6-4f12-b980-2945097bc868 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd65b3b4-c5e6-4f12-b980-2945097bc868 {
    width: 100%;
    height: auto;
  }

  #s-cd65b3b4-c5e6-4f12-b980-2945097bc868 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image {
    
    
  }


.s-cd65b3b4-c5e6-4f12-b980-2945097bc868 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image-container {
      position: relative;
    }

    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-cd65b3b4-c5e6-4f12-b980-2945097bc868 img.shogun-image,
  #s-cd65b3b4-c5e6-4f12-b980-2945097bc868 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd65b3b4-c5e6-4f12-b980-2945097bc868 {
    width: 100%;
    height: auto;
  }

  #s-cd65b3b4-c5e6-4f12-b980-2945097bc868 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image {
    
    
  }


.s-cd65b3b4-c5e6-4f12-b980-2945097bc868 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image-container {
      position: relative;
    }

    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd65b3b4-c5e6-4f12-b980-2945097bc868 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-184d7b93-dd6c-419d-9815-60bfec167250 {
  margin-top: 0%;
margin-bottom: -3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-184d7b93-dd6c-419d-9815-60bfec167250 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 11px;
  
  letter-spacing: 3px;
  
}



#s-ebf30659-5179-4886-9bfa-8efd5acaac01 {
  margin-top: 0%;
margin-bottom: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebf30659-5179-4886-9bfa-8efd5acaac01 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 2px;
  
}



#s-3fa8fb36-63cb-4594-b471-0caecf94d03b {
  margin-bottom: 5%;
}

@media (min-width: 0px) {
[id="s-3fa8fb36-63cb-4594-b471-0caecf94d03b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3fa8fb36-63cb-4594-b471-0caecf94d03b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3fa8fb36-63cb-4594-b471-0caecf94d03b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fa8fb36-63cb-4594-b471-0caecf94d03b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9bb86b17-6d1c-41c8-b566-787570d2a494 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-9bb86b17-6d1c-41c8-b566-787570d2a494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bb86b17-6d1c-41c8-b566-787570d2a494.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47041884-9a39-411c-a9ce-5868e2788e29 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-47041884-9a39-411c-a9ce-5868e2788e29:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-47041884-9a39-411c-a9ce-5868e2788e29:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-47041884-9a39-411c-a9ce-5868e2788e29-root {
    text-align: center;
  }


#s-47041884-9a39-411c-a9ce-5868e2788e29.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-47041884-9a39-411c-a9ce-5868e2788e29-root {
    text-align: center;
  }


#s-47041884-9a39-411c-a9ce-5868e2788e29.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47041884-9a39-411c-a9ce-5868e2788e29-root {
    text-align: center;
  }


#s-47041884-9a39-411c-a9ce-5868e2788e29.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47041884-9a39-411c-a9ce-5868e2788e29-root {
    text-align: center;
  }


#s-47041884-9a39-411c-a9ce-5868e2788e29.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-47041884-9a39-411c-a9ce-5868e2788e29-root {
    text-align: center;
  }


#s-47041884-9a39-411c-a9ce-5868e2788e29.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-47041884-9a39-411c-a9ce-5868e2788e29-root {
    text-align: center;
  }


#s-47041884-9a39-411c-a9ce-5868e2788e29.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-874a2caf-04e1-43c6-beaa-46da87d48d9b {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-874a2caf-04e1-43c6-beaa-46da87d48d9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-874a2caf-04e1-43c6-beaa-46da87d48d9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46cce3d1-f711-4af6-838f-a10f064a1340 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-46cce3d1-f711-4af6-838f-a10f064a1340:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-46cce3d1-f711-4af6-838f-a10f064a1340:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-46cce3d1-f711-4af6-838f-a10f064a1340-root {
    text-align: center;
  }


#s-46cce3d1-f711-4af6-838f-a10f064a1340.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-46cce3d1-f711-4af6-838f-a10f064a1340-root {
    text-align: center;
  }


#s-46cce3d1-f711-4af6-838f-a10f064a1340.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46cce3d1-f711-4af6-838f-a10f064a1340-root {
    text-align: center;
  }


#s-46cce3d1-f711-4af6-838f-a10f064a1340.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46cce3d1-f711-4af6-838f-a10f064a1340-root {
    text-align: center;
  }


#s-46cce3d1-f711-4af6-838f-a10f064a1340.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-46cce3d1-f711-4af6-838f-a10f064a1340-root {
    text-align: center;
  }


#s-46cce3d1-f711-4af6-838f-a10f064a1340.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-46cce3d1-f711-4af6-838f-a10f064a1340-root {
    text-align: center;
  }


#s-46cce3d1-f711-4af6-838f-a10f064a1340.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-bf52c550-521e-49ce-9f2a-91c6c5a39f3c {
  min-height: 50px;
}








#s-bf52c550-521e-49ce-9f2a-91c6c5a39f3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf52c550-521e-49ce-9f2a-91c6c5a39f3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a97c747-c27c-44e8-81f0-7461d498fc78 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a97c747-c27c-44e8-81f0-7461d498fc78 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  
}



@media (min-width: 0px) {
[id="s-acc13718-61eb-45cd-83a6-9269e290a930"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-acc13718-61eb-45cd-83a6-9269e290a930"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-acc13718-61eb-45cd-83a6-9269e290a930"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-acc13718-61eb-45cd-83a6-9269e290a930"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf {
  max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf img.shogun-image,
  #s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf {
    width: 100%;
    height: auto;
  }

  #s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image {
    
    
  }


.s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf .shogun-image-content {
  
    align-items: center;
  
}

.s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image-container {
      position: relative;
    }

    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf img.shogun-image,
  #s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf {
    width: 100%;
    height: auto;
  }

  #s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image {
    
    
  }


.s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf .shogun-image-content {
  
    align-items: center;
  
}

.s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image-container {
      position: relative;
    }

    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf img.shogun-image,
  #s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf {
    width: 100%;
    height: auto;
  }

  #s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image {
    
    
  }


.s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf .shogun-image-content {
  
    align-items: center;
  
}

.s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image-container {
      position: relative;
    }

    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf img.shogun-image,
  #s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf {
    width: 100%;
    height: auto;
  }

  #s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image {
    
    
  }


.s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf .shogun-image-content {
  
    align-items: center;
  
}

.s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image-container {
      position: relative;
    }

    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf img.shogun-image,
  #s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf {
    width: 100%;
    height: auto;
  }

  #s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image {
    
    
  }


.s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf .shogun-image-content {
  
    align-items: center;
  
}

.s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image-container {
      position: relative;
    }

    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e071ef5e-2af5-4fb5-89dc-fc575b7d71bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-00178223-bf79-42f2-8114-7a288294f012 {
  margin-top: 0%;
margin-bottom: -3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00178223-bf79-42f2-8114-7a288294f012 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 11px;
  
  letter-spacing: 3px;
  
}



#s-4df44663-9d4b-4be1-940e-8cd41c80f13e {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4df44663-9d4b-4be1-940e-8cd41c80f13e .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 2px;
  
}



#s-e238e3a7-d5e2-4595-8941-26ed1768e884 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-e238e3a7-d5e2-4595-8941-26ed1768e884 img.shogun-image,
  #s-e238e3a7-d5e2-4595-8941-26ed1768e884 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e238e3a7-d5e2-4595-8941-26ed1768e884 {
    width: 100%;
    height: auto;
  }

  #s-e238e3a7-d5e2-4595-8941-26ed1768e884 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image {
    
    
  }


.s-e238e3a7-d5e2-4595-8941-26ed1768e884 .shogun-image-content {
  
    align-items: center;
  
}

.s-e238e3a7-d5e2-4595-8941-26ed1768e884.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e238e3a7-d5e2-4595-8941-26ed1768e884 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image-container {
      position: relative;
    }

    .s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e238e3a7-d5e2-4595-8941-26ed1768e884 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e238e3a7-d5e2-4595-8941-26ed1768e884 img.shogun-image,
  #s-e238e3a7-d5e2-4595-8941-26ed1768e884 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e238e3a7-d5e2-4595-8941-26ed1768e884 {
    width: 100%;
    height: auto;
  }

  #s-e238e3a7-d5e2-4595-8941-26ed1768e884 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image {
    
    
  }


.s-e238e3a7-d5e2-4595-8941-26ed1768e884 .shogun-image-content {
  
    align-items: center;
  
}

.s-e238e3a7-d5e2-4595-8941-26ed1768e884.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e238e3a7-d5e2-4595-8941-26ed1768e884 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image-container {
      position: relative;
    }

    .s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e238e3a7-d5e2-4595-8941-26ed1768e884 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e238e3a7-d5e2-4595-8941-26ed1768e884 img.shogun-image,
  #s-e238e3a7-d5e2-4595-8941-26ed1768e884 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e238e3a7-d5e2-4595-8941-26ed1768e884 {
    width: 100%;
    height: auto;
  }

  #s-e238e3a7-d5e2-4595-8941-26ed1768e884 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image {
    
    
  }


.s-e238e3a7-d5e2-4595-8941-26ed1768e884 .shogun-image-content {
  
    align-items: center;
  
}

.s-e238e3a7-d5e2-4595-8941-26ed1768e884.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e238e3a7-d5e2-4595-8941-26ed1768e884 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image-container {
      position: relative;
    }

    .s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e238e3a7-d5e2-4595-8941-26ed1768e884 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e238e3a7-d5e2-4595-8941-26ed1768e884 img.shogun-image,
  #s-e238e3a7-d5e2-4595-8941-26ed1768e884 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e238e3a7-d5e2-4595-8941-26ed1768e884 {
    width: 100%;
    height: auto;
  }

  #s-e238e3a7-d5e2-4595-8941-26ed1768e884 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image {
    
    
  }


.s-e238e3a7-d5e2-4595-8941-26ed1768e884 .shogun-image-content {
  
    align-items: center;
  
}

.s-e238e3a7-d5e2-4595-8941-26ed1768e884.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e238e3a7-d5e2-4595-8941-26ed1768e884 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image-container {
      position: relative;
    }

    .s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e238e3a7-d5e2-4595-8941-26ed1768e884 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e238e3a7-d5e2-4595-8941-26ed1768e884 img.shogun-image,
  #s-e238e3a7-d5e2-4595-8941-26ed1768e884 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e238e3a7-d5e2-4595-8941-26ed1768e884 {
    width: 100%;
    height: auto;
  }

  #s-e238e3a7-d5e2-4595-8941-26ed1768e884 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image {
    
    
  }


.s-e238e3a7-d5e2-4595-8941-26ed1768e884 .shogun-image-content {
  
    align-items: center;
  
}

.s-e238e3a7-d5e2-4595-8941-26ed1768e884.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e238e3a7-d5e2-4595-8941-26ed1768e884 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image-container {
      position: relative;
    }

    .s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e238e3a7-d5e2-4595-8941-26ed1768e884.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e238e3a7-d5e2-4595-8941-26ed1768e884 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3612b262-3552-4963-ae14-b056f152736f {
  margin-top: 0%;
margin-bottom: -3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3612b262-3552-4963-ae14-b056f152736f .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 11px;
  
  letter-spacing: 3px;
  
}



#s-228f978c-a601-4ae0-a461-45123fe1a670 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-228f978c-a601-4ae0-a461-45123fe1a670 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 2px;
  
}



#s-99db21ea-0ed5-497e-a99b-f534b876e79a {
  margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-99db21ea-0ed5-497e-a99b-f534b876e79a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-99db21ea-0ed5-497e-a99b-f534b876e79a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99db21ea-0ed5-497e-a99b-f534b876e79a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99db21ea-0ed5-497e-a99b-f534b876e79a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8ebbda79-dca7-44b2-b727-26a38e226164 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-8ebbda79-dca7-44b2-b727-26a38e226164 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ebbda79-dca7-44b2-b727-26a38e226164.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41427f04-39ca-4fd1-bcf1-ccd94980d571 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-41427f04-39ca-4fd1-bcf1-ccd94980d571:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-41427f04-39ca-4fd1-bcf1-ccd94980d571:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-41427f04-39ca-4fd1-bcf1-ccd94980d571-root {
    text-align: center;
  }


#s-41427f04-39ca-4fd1-bcf1-ccd94980d571.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-41427f04-39ca-4fd1-bcf1-ccd94980d571-root {
    text-align: center;
  }


#s-41427f04-39ca-4fd1-bcf1-ccd94980d571.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-41427f04-39ca-4fd1-bcf1-ccd94980d571-root {
    text-align: center;
  }


#s-41427f04-39ca-4fd1-bcf1-ccd94980d571.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-41427f04-39ca-4fd1-bcf1-ccd94980d571-root {
    text-align: center;
  }


#s-41427f04-39ca-4fd1-bcf1-ccd94980d571.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-41427f04-39ca-4fd1-bcf1-ccd94980d571-root {
    text-align: center;
  }


#s-41427f04-39ca-4fd1-bcf1-ccd94980d571.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-41427f04-39ca-4fd1-bcf1-ccd94980d571-root {
    text-align: center;
  }


#s-41427f04-39ca-4fd1-bcf1-ccd94980d571.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-143efd10-d0a8-4aaa-adc0-f5ca785023bf {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-143efd10-d0a8-4aaa-adc0-f5ca785023bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-143efd10-d0a8-4aaa-adc0-f5ca785023bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2695b7f6-4da1-4df4-aba2-c0c9773b119d {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-2695b7f6-4da1-4df4-aba2-c0c9773b119d:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2695b7f6-4da1-4df4-aba2-c0c9773b119d:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-2695b7f6-4da1-4df4-aba2-c0c9773b119d-root {
    text-align: center;
  }


#s-2695b7f6-4da1-4df4-aba2-c0c9773b119d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2695b7f6-4da1-4df4-aba2-c0c9773b119d-root {
    text-align: center;
  }


#s-2695b7f6-4da1-4df4-aba2-c0c9773b119d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2695b7f6-4da1-4df4-aba2-c0c9773b119d-root {
    text-align: center;
  }


#s-2695b7f6-4da1-4df4-aba2-c0c9773b119d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2695b7f6-4da1-4df4-aba2-c0c9773b119d-root {
    text-align: center;
  }


#s-2695b7f6-4da1-4df4-aba2-c0c9773b119d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2695b7f6-4da1-4df4-aba2-c0c9773b119d-root {
    text-align: center;
  }


#s-2695b7f6-4da1-4df4-aba2-c0c9773b119d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-2695b7f6-4da1-4df4-aba2-c0c9773b119d-root {
    text-align: center;
  }


#s-2695b7f6-4da1-4df4-aba2-c0c9773b119d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-31bb82dd-4828-4c8d-b5cc-0cbdde5e2c51 {
  min-height: 50px;
}








#s-31bb82dd-4828-4c8d-b5cc-0cbdde5e2c51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31bb82dd-4828-4c8d-b5cc-0cbdde5e2c51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f240cdc1-1ecb-448b-ab73-8792334265b5 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f240cdc1-1ecb-448b-ab73-8792334265b5 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  
}



@media (min-width: 0px) {
[id="s-28486e38-cf29-482b-b3c7-baab6e2fff9f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-28486e38-cf29-482b-b3c7-baab6e2fff9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-28486e38-cf29-482b-b3c7-baab6e2fff9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-28486e38-cf29-482b-b3c7-baab6e2fff9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 {
  max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 img.shogun-image,
  #s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 {
    width: 100%;
    height: auto;
  }

  #s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image {
    
    
  }


.s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image-container {
      position: relative;
    }

    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 img.shogun-image,
  #s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 {
    width: 100%;
    height: auto;
  }

  #s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image {
    
    
  }


.s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image-container {
      position: relative;
    }

    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 img.shogun-image,
  #s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 {
    width: 100%;
    height: auto;
  }

  #s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image {
    
    
  }


.s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image-container {
      position: relative;
    }

    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 img.shogun-image,
  #s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 {
    width: 100%;
    height: auto;
  }

  #s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image {
    
    
  }


.s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image-container {
      position: relative;
    }

    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 img.shogun-image,
  #s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 {
    width: 100%;
    height: auto;
  }

  #s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image {
    
    
  }


.s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image-container {
      position: relative;
    }

    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1f020cd3-3fdd-4fa5-bc51-21e040162d65 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-bb96f4b4-516e-4ff9-8e9a-95089bb1f2c8 {
  margin-top: 0%;
margin-bottom: -3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb96f4b4-516e-4ff9-8e9a-95089bb1f2c8 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 11px;
  
  letter-spacing: 3px;
  
}



#s-9e9a94d0-ac05-45c7-b4e8-1a3df3aec43a {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e9a94d0-ac05-45c7-b4e8-1a3df3aec43a .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 2px;
  
}



#s-4299d043-3b23-4231-af35-44a4c97c298e {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-4299d043-3b23-4231-af35-44a4c97c298e img.shogun-image,
  #s-4299d043-3b23-4231-af35-44a4c97c298e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4299d043-3b23-4231-af35-44a4c97c298e {
    width: 100%;
    height: auto;
  }

  #s-4299d043-3b23-4231-af35-44a4c97c298e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image {
    
    
  }


.s-4299d043-3b23-4231-af35-44a4c97c298e .shogun-image-content {
  
    align-items: center;
  
}

.s-4299d043-3b23-4231-af35-44a4c97c298e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4299d043-3b23-4231-af35-44a4c97c298e {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image-container {
      position: relative;
    }

    .s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4299d043-3b23-4231-af35-44a4c97c298e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4299d043-3b23-4231-af35-44a4c97c298e img.shogun-image,
  #s-4299d043-3b23-4231-af35-44a4c97c298e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4299d043-3b23-4231-af35-44a4c97c298e {
    width: 100%;
    height: auto;
  }

  #s-4299d043-3b23-4231-af35-44a4c97c298e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image {
    
    
  }


.s-4299d043-3b23-4231-af35-44a4c97c298e .shogun-image-content {
  
    align-items: center;
  
}

.s-4299d043-3b23-4231-af35-44a4c97c298e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4299d043-3b23-4231-af35-44a4c97c298e {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image-container {
      position: relative;
    }

    .s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4299d043-3b23-4231-af35-44a4c97c298e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4299d043-3b23-4231-af35-44a4c97c298e img.shogun-image,
  #s-4299d043-3b23-4231-af35-44a4c97c298e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4299d043-3b23-4231-af35-44a4c97c298e {
    width: 100%;
    height: auto;
  }

  #s-4299d043-3b23-4231-af35-44a4c97c298e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image {
    
    
  }


.s-4299d043-3b23-4231-af35-44a4c97c298e .shogun-image-content {
  
    align-items: center;
  
}

.s-4299d043-3b23-4231-af35-44a4c97c298e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4299d043-3b23-4231-af35-44a4c97c298e {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image-container {
      position: relative;
    }

    .s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4299d043-3b23-4231-af35-44a4c97c298e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4299d043-3b23-4231-af35-44a4c97c298e img.shogun-image,
  #s-4299d043-3b23-4231-af35-44a4c97c298e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4299d043-3b23-4231-af35-44a4c97c298e {
    width: 100%;
    height: auto;
  }

  #s-4299d043-3b23-4231-af35-44a4c97c298e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image {
    
    
  }


.s-4299d043-3b23-4231-af35-44a4c97c298e .shogun-image-content {
  
    align-items: center;
  
}

.s-4299d043-3b23-4231-af35-44a4c97c298e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4299d043-3b23-4231-af35-44a4c97c298e {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image-container {
      position: relative;
    }

    .s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4299d043-3b23-4231-af35-44a4c97c298e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4299d043-3b23-4231-af35-44a4c97c298e img.shogun-image,
  #s-4299d043-3b23-4231-af35-44a4c97c298e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4299d043-3b23-4231-af35-44a4c97c298e {
    width: 100%;
    height: auto;
  }

  #s-4299d043-3b23-4231-af35-44a4c97c298e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image {
    
    
  }


.s-4299d043-3b23-4231-af35-44a4c97c298e .shogun-image-content {
  
    align-items: center;
  
}

.s-4299d043-3b23-4231-af35-44a4c97c298e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4299d043-3b23-4231-af35-44a4c97c298e {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image-container {
      position: relative;
    }

    .s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4299d043-3b23-4231-af35-44a4c97c298e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4299d043-3b23-4231-af35-44a4c97c298e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4fd351fc-ca99-4c4b-a5b1-a2a85dda2bd7 {
  margin-top: 0%;
margin-bottom: -3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4fd351fc-ca99-4c4b-a5b1-a2a85dda2bd7 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 11px;
  
  letter-spacing: 3px;
  
}



#s-b2de8a15-a575-4a7d-9b00-d3d6ff2c3aed {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b2de8a15-a575-4a7d-9b00-d3d6ff2c3aed .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 2px;
  
}



#s-248a92d9-5ef9-41b0-a040-61da839a1955 {
  margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-248a92d9-5ef9-41b0-a040-61da839a1955"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-248a92d9-5ef9-41b0-a040-61da839a1955"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-248a92d9-5ef9-41b0-a040-61da839a1955"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-248a92d9-5ef9-41b0-a040-61da839a1955"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d80176a8-23bc-41dd-9a73-cba376c6f0fb {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-d80176a8-23bc-41dd-9a73-cba376c6f0fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d80176a8-23bc-41dd-9a73-cba376c6f0fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73cdee88-d9df-4fa2-99ab-28003181209c {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-73cdee88-d9df-4fa2-99ab-28003181209c:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-73cdee88-d9df-4fa2-99ab-28003181209c:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-73cdee88-d9df-4fa2-99ab-28003181209c-root {
    text-align: center;
  }


#s-73cdee88-d9df-4fa2-99ab-28003181209c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-73cdee88-d9df-4fa2-99ab-28003181209c-root {
    text-align: center;
  }


#s-73cdee88-d9df-4fa2-99ab-28003181209c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-73cdee88-d9df-4fa2-99ab-28003181209c-root {
    text-align: center;
  }


#s-73cdee88-d9df-4fa2-99ab-28003181209c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-73cdee88-d9df-4fa2-99ab-28003181209c-root {
    text-align: center;
  }


#s-73cdee88-d9df-4fa2-99ab-28003181209c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-73cdee88-d9df-4fa2-99ab-28003181209c-root {
    text-align: center;
  }


#s-73cdee88-d9df-4fa2-99ab-28003181209c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-73cdee88-d9df-4fa2-99ab-28003181209c-root {
    text-align: center;
  }


#s-73cdee88-d9df-4fa2-99ab-28003181209c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-59cd7cd0-c9b7-4ad3-ba2c-a04c478b50ae {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-59cd7cd0-c9b7-4ad3-ba2c-a04c478b50ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59cd7cd0-c9b7-4ad3-ba2c-a04c478b50ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1fbc1183-3f97-4243-b939-34b086112a55 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1fbc1183-3f97-4243-b939-34b086112a55:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1fbc1183-3f97-4243-b939-34b086112a55:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-1fbc1183-3f97-4243-b939-34b086112a55-root {
    text-align: center;
  }


#s-1fbc1183-3f97-4243-b939-34b086112a55.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1fbc1183-3f97-4243-b939-34b086112a55-root {
    text-align: center;
  }


#s-1fbc1183-3f97-4243-b939-34b086112a55.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1fbc1183-3f97-4243-b939-34b086112a55-root {
    text-align: center;
  }


#s-1fbc1183-3f97-4243-b939-34b086112a55.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1fbc1183-3f97-4243-b939-34b086112a55-root {
    text-align: center;
  }


#s-1fbc1183-3f97-4243-b939-34b086112a55.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1fbc1183-3f97-4243-b939-34b086112a55-root {
    text-align: center;
  }


#s-1fbc1183-3f97-4243-b939-34b086112a55.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-1fbc1183-3f97-4243-b939-34b086112a55-root {
    text-align: center;
  }


#s-1fbc1183-3f97-4243-b939-34b086112a55.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-54ed5484-d9da-4def-94cd-52b97c61d1b8 {
  min-height: 50px;
}








#s-54ed5484-d9da-4def-94cd-52b97c61d1b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54ed5484-d9da-4def-94cd-52b97c61d1b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-63be2f06-d071-4b43-9b92-8decbfeee4c7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-63be2f06-d071-4b43-9b92-8decbfeee4c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-63be2f06-d071-4b43-9b92-8decbfeee4c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-63be2f06-d071-4b43-9b92-8decbfeee4c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-06df82bb-7c47-4969-981f-676d280cc9c5 {
  max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-06df82bb-7c47-4969-981f-676d280cc9c5 img.shogun-image,
  #s-06df82bb-7c47-4969-981f-676d280cc9c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06df82bb-7c47-4969-981f-676d280cc9c5 {
    width: 100%;
    height: auto;
  }

  #s-06df82bb-7c47-4969-981f-676d280cc9c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image {
    
    
  }


.s-06df82bb-7c47-4969-981f-676d280cc9c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-06df82bb-7c47-4969-981f-676d280cc9c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06df82bb-7c47-4969-981f-676d280cc9c5 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image-container {
      position: relative;
    }

    .s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06df82bb-7c47-4969-981f-676d280cc9c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-06df82bb-7c47-4969-981f-676d280cc9c5 img.shogun-image,
  #s-06df82bb-7c47-4969-981f-676d280cc9c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06df82bb-7c47-4969-981f-676d280cc9c5 {
    width: 100%;
    height: auto;
  }

  #s-06df82bb-7c47-4969-981f-676d280cc9c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image {
    
    
  }


.s-06df82bb-7c47-4969-981f-676d280cc9c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-06df82bb-7c47-4969-981f-676d280cc9c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06df82bb-7c47-4969-981f-676d280cc9c5 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image-container {
      position: relative;
    }

    .s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06df82bb-7c47-4969-981f-676d280cc9c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-06df82bb-7c47-4969-981f-676d280cc9c5 img.shogun-image,
  #s-06df82bb-7c47-4969-981f-676d280cc9c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06df82bb-7c47-4969-981f-676d280cc9c5 {
    width: 100%;
    height: auto;
  }

  #s-06df82bb-7c47-4969-981f-676d280cc9c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image {
    
    
  }


.s-06df82bb-7c47-4969-981f-676d280cc9c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-06df82bb-7c47-4969-981f-676d280cc9c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06df82bb-7c47-4969-981f-676d280cc9c5 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image-container {
      position: relative;
    }

    .s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06df82bb-7c47-4969-981f-676d280cc9c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-06df82bb-7c47-4969-981f-676d280cc9c5 img.shogun-image,
  #s-06df82bb-7c47-4969-981f-676d280cc9c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06df82bb-7c47-4969-981f-676d280cc9c5 {
    width: 100%;
    height: auto;
  }

  #s-06df82bb-7c47-4969-981f-676d280cc9c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image {
    
    
  }


.s-06df82bb-7c47-4969-981f-676d280cc9c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-06df82bb-7c47-4969-981f-676d280cc9c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06df82bb-7c47-4969-981f-676d280cc9c5 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image-container {
      position: relative;
    }

    .s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06df82bb-7c47-4969-981f-676d280cc9c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-06df82bb-7c47-4969-981f-676d280cc9c5 img.shogun-image,
  #s-06df82bb-7c47-4969-981f-676d280cc9c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-06df82bb-7c47-4969-981f-676d280cc9c5 {
    width: 100%;
    height: auto;
  }

  #s-06df82bb-7c47-4969-981f-676d280cc9c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image {
    
    
  }


.s-06df82bb-7c47-4969-981f-676d280cc9c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-06df82bb-7c47-4969-981f-676d280cc9c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-06df82bb-7c47-4969-981f-676d280cc9c5 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image-container {
      position: relative;
    }

    .s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-06df82bb-7c47-4969-981f-676d280cc9c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-06df82bb-7c47-4969-981f-676d280cc9c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7a40e223-834d-415c-a088-75b16f68933e {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a40e223-834d-415c-a088-75b16f68933e .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-f9c8b381-4663-4609-a509-b4f53f629f13 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-f9c8b381-4663-4609-a509-b4f53f629f13 img.shogun-image,
  #s-f9c8b381-4663-4609-a509-b4f53f629f13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9c8b381-4663-4609-a509-b4f53f629f13 {
    width: 100%;
    height: auto;
  }

  #s-f9c8b381-4663-4609-a509-b4f53f629f13 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image {
    
    
  }


.s-f9c8b381-4663-4609-a509-b4f53f629f13 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9c8b381-4663-4609-a509-b4f53f629f13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9c8b381-4663-4609-a509-b4f53f629f13 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image-container {
      position: relative;
    }

    .s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9c8b381-4663-4609-a509-b4f53f629f13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f9c8b381-4663-4609-a509-b4f53f629f13 img.shogun-image,
  #s-f9c8b381-4663-4609-a509-b4f53f629f13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9c8b381-4663-4609-a509-b4f53f629f13 {
    width: 100%;
    height: auto;
  }

  #s-f9c8b381-4663-4609-a509-b4f53f629f13 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image {
    
    
  }


.s-f9c8b381-4663-4609-a509-b4f53f629f13 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9c8b381-4663-4609-a509-b4f53f629f13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9c8b381-4663-4609-a509-b4f53f629f13 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image-container {
      position: relative;
    }

    .s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9c8b381-4663-4609-a509-b4f53f629f13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f9c8b381-4663-4609-a509-b4f53f629f13 img.shogun-image,
  #s-f9c8b381-4663-4609-a509-b4f53f629f13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9c8b381-4663-4609-a509-b4f53f629f13 {
    width: 100%;
    height: auto;
  }

  #s-f9c8b381-4663-4609-a509-b4f53f629f13 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image {
    
    
  }


.s-f9c8b381-4663-4609-a509-b4f53f629f13 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9c8b381-4663-4609-a509-b4f53f629f13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9c8b381-4663-4609-a509-b4f53f629f13 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image-container {
      position: relative;
    }

    .s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9c8b381-4663-4609-a509-b4f53f629f13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f9c8b381-4663-4609-a509-b4f53f629f13 img.shogun-image,
  #s-f9c8b381-4663-4609-a509-b4f53f629f13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9c8b381-4663-4609-a509-b4f53f629f13 {
    width: 100%;
    height: auto;
  }

  #s-f9c8b381-4663-4609-a509-b4f53f629f13 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image {
    
    
  }


.s-f9c8b381-4663-4609-a509-b4f53f629f13 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9c8b381-4663-4609-a509-b4f53f629f13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9c8b381-4663-4609-a509-b4f53f629f13 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image-container {
      position: relative;
    }

    .s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9c8b381-4663-4609-a509-b4f53f629f13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f9c8b381-4663-4609-a509-b4f53f629f13 img.shogun-image,
  #s-f9c8b381-4663-4609-a509-b4f53f629f13 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9c8b381-4663-4609-a509-b4f53f629f13 {
    width: 100%;
    height: auto;
  }

  #s-f9c8b381-4663-4609-a509-b4f53f629f13 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image {
    
    
  }


.s-f9c8b381-4663-4609-a509-b4f53f629f13 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9c8b381-4663-4609-a509-b4f53f629f13.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9c8b381-4663-4609-a509-b4f53f629f13 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image-container {
      position: relative;
    }

    .s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9c8b381-4663-4609-a509-b4f53f629f13.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9c8b381-4663-4609-a509-b4f53f629f13 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-eac9a0dd-2de3-4afd-b539-569f90976fef {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eac9a0dd-2de3-4afd-b539-569f90976fef .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 1px;
  
}



#s-1c04a069-4633-456c-82bb-7fa3c8f8508b {
  margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-1c04a069-4633-456c-82bb-7fa3c8f8508b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1c04a069-4633-456c-82bb-7fa3c8f8508b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1c04a069-4633-456c-82bb-7fa3c8f8508b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c04a069-4633-456c-82bb-7fa3c8f8508b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-20cb9039-c36a-4710-bc96-74fefe02f7d1 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-20cb9039-c36a-4710-bc96-74fefe02f7d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20cb9039-c36a-4710-bc96-74fefe02f7d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3d4a918-123e-487b-9c76-7e228eec9cc2 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-e3d4a918-123e-487b-9c76-7e228eec9cc2:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e3d4a918-123e-487b-9c76-7e228eec9cc2:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-e3d4a918-123e-487b-9c76-7e228eec9cc2-root {
    text-align: center;
  }


#s-e3d4a918-123e-487b-9c76-7e228eec9cc2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e3d4a918-123e-487b-9c76-7e228eec9cc2-root {
    text-align: center;
  }


#s-e3d4a918-123e-487b-9c76-7e228eec9cc2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e3d4a918-123e-487b-9c76-7e228eec9cc2-root {
    text-align: center;
  }


#s-e3d4a918-123e-487b-9c76-7e228eec9cc2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e3d4a918-123e-487b-9c76-7e228eec9cc2-root {
    text-align: center;
  }


#s-e3d4a918-123e-487b-9c76-7e228eec9cc2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e3d4a918-123e-487b-9c76-7e228eec9cc2-root {
    text-align: center;
  }


#s-e3d4a918-123e-487b-9c76-7e228eec9cc2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-e3d4a918-123e-487b-9c76-7e228eec9cc2-root {
    text-align: center;
  }


#s-e3d4a918-123e-487b-9c76-7e228eec9cc2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-07b83fcf-a88e-4f51-bf9e-b8caab1deb53 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-07b83fcf-a88e-4f51-bf9e-b8caab1deb53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07b83fcf-a88e-4f51-bf9e-b8caab1deb53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53fe91fa-288f-4729-90f0-19c1142dd7c7 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-53fe91fa-288f-4729-90f0-19c1142dd7c7:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-53fe91fa-288f-4729-90f0-19c1142dd7c7:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-53fe91fa-288f-4729-90f0-19c1142dd7c7-root {
    text-align: center;
  }


#s-53fe91fa-288f-4729-90f0-19c1142dd7c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-53fe91fa-288f-4729-90f0-19c1142dd7c7-root {
    text-align: center;
  }


#s-53fe91fa-288f-4729-90f0-19c1142dd7c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-53fe91fa-288f-4729-90f0-19c1142dd7c7-root {
    text-align: center;
  }


#s-53fe91fa-288f-4729-90f0-19c1142dd7c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-53fe91fa-288f-4729-90f0-19c1142dd7c7-root {
    text-align: center;
  }


#s-53fe91fa-288f-4729-90f0-19c1142dd7c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-53fe91fa-288f-4729-90f0-19c1142dd7c7-root {
    text-align: center;
  }


#s-53fe91fa-288f-4729-90f0-19c1142dd7c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-53fe91fa-288f-4729-90f0-19c1142dd7c7-root {
    text-align: center;
  }


#s-53fe91fa-288f-4729-90f0-19c1142dd7c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-ac23fc2f-cc1a-4631-aac6-bb48ba289c9a {
  margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-ac23fc2f-cc1a-4631-aac6-bb48ba289c9a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ac23fc2f-cc1a-4631-aac6-bb48ba289c9a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac23fc2f-cc1a-4631-aac6-bb48ba289c9a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac23fc2f-cc1a-4631-aac6-bb48ba289c9a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6d6f60e2-a887-4d22-9b99-db8410eebb2b {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-6d6f60e2-a887-4d22-9b99-db8410eebb2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d6f60e2-a887-4d22-9b99-db8410eebb2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e93d36f-057e-4ca5-ab69-2258e4e498bb {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7e93d36f-057e-4ca5-ab69-2258e4e498bb:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7e93d36f-057e-4ca5-ab69-2258e4e498bb:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-7e93d36f-057e-4ca5-ab69-2258e4e498bb-root {
    text-align: center;
  }


#s-7e93d36f-057e-4ca5-ab69-2258e4e498bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7e93d36f-057e-4ca5-ab69-2258e4e498bb-root {
    text-align: center;
  }


#s-7e93d36f-057e-4ca5-ab69-2258e4e498bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e93d36f-057e-4ca5-ab69-2258e4e498bb-root {
    text-align: center;
  }


#s-7e93d36f-057e-4ca5-ab69-2258e4e498bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e93d36f-057e-4ca5-ab69-2258e4e498bb-root {
    text-align: center;
  }


#s-7e93d36f-057e-4ca5-ab69-2258e4e498bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7e93d36f-057e-4ca5-ab69-2258e4e498bb-root {
    text-align: center;
  }


#s-7e93d36f-057e-4ca5-ab69-2258e4e498bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-7e93d36f-057e-4ca5-ab69-2258e4e498bb-root {
    text-align: center;
  }


#s-7e93d36f-057e-4ca5-ab69-2258e4e498bb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-840feef9-d5b2-48ef-b241-ad9c5242fca2 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-840feef9-d5b2-48ef-b241-ad9c5242fca2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-840feef9-d5b2-48ef-b241-ad9c5242fca2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ed1d876-f05c-4451-87be-25a9d0c26e3e {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7ed1d876-f05c-4451-87be-25a9d0c26e3e:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7ed1d876-f05c-4451-87be-25a9d0c26e3e:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-7ed1d876-f05c-4451-87be-25a9d0c26e3e-root {
    text-align: center;
  }


#s-7ed1d876-f05c-4451-87be-25a9d0c26e3e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7ed1d876-f05c-4451-87be-25a9d0c26e3e-root {
    text-align: center;
  }


#s-7ed1d876-f05c-4451-87be-25a9d0c26e3e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ed1d876-f05c-4451-87be-25a9d0c26e3e-root {
    text-align: center;
  }


#s-7ed1d876-f05c-4451-87be-25a9d0c26e3e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ed1d876-f05c-4451-87be-25a9d0c26e3e-root {
    text-align: center;
  }


#s-7ed1d876-f05c-4451-87be-25a9d0c26e3e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7ed1d876-f05c-4451-87be-25a9d0c26e3e-root {
    text-align: center;
  }


#s-7ed1d876-f05c-4451-87be-25a9d0c26e3e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-7ed1d876-f05c-4451-87be-25a9d0c26e3e-root {
    text-align: center;
  }


#s-7ed1d876-f05c-4451-87be-25a9d0c26e3e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-db9d1964-6132-4db3-91ef-ab3b829255ae {
  margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-db9d1964-6132-4db3-91ef-ab3b829255ae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-db9d1964-6132-4db3-91ef-ab3b829255ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-db9d1964-6132-4db3-91ef-ab3b829255ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-db9d1964-6132-4db3-91ef-ab3b829255ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-beb5b4db-fc10-4a20-80d0-acd04fbd98f4 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-beb5b4db-fc10-4a20-80d0-acd04fbd98f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-beb5b4db-fc10-4a20-80d0-acd04fbd98f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45c7311c-b274-4533-859c-6257c769cba0 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-45c7311c-b274-4533-859c-6257c769cba0:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-45c7311c-b274-4533-859c-6257c769cba0:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-45c7311c-b274-4533-859c-6257c769cba0-root {
    text-align: center;
  }


#s-45c7311c-b274-4533-859c-6257c769cba0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-45c7311c-b274-4533-859c-6257c769cba0-root {
    text-align: center;
  }


#s-45c7311c-b274-4533-859c-6257c769cba0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-45c7311c-b274-4533-859c-6257c769cba0-root {
    text-align: center;
  }


#s-45c7311c-b274-4533-859c-6257c769cba0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-45c7311c-b274-4533-859c-6257c769cba0-root {
    text-align: center;
  }


#s-45c7311c-b274-4533-859c-6257c769cba0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-45c7311c-b274-4533-859c-6257c769cba0-root {
    text-align: center;
  }


#s-45c7311c-b274-4533-859c-6257c769cba0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-45c7311c-b274-4533-859c-6257c769cba0-root {
    text-align: center;
  }


#s-45c7311c-b274-4533-859c-6257c769cba0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-7cbe4d59-7729-4e83-9510-8b012426761e {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-7cbe4d59-7729-4e83-9510-8b012426761e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cbe4d59-7729-4e83-9510-8b012426761e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2deb631f-ebf5-4e23-a2bb-e7fbc96977d3 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-2deb631f-ebf5-4e23-a2bb-e7fbc96977d3:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2deb631f-ebf5-4e23-a2bb-e7fbc96977d3:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-2deb631f-ebf5-4e23-a2bb-e7fbc96977d3-root {
    text-align: center;
  }


#s-2deb631f-ebf5-4e23-a2bb-e7fbc96977d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2deb631f-ebf5-4e23-a2bb-e7fbc96977d3-root {
    text-align: center;
  }


#s-2deb631f-ebf5-4e23-a2bb-e7fbc96977d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2deb631f-ebf5-4e23-a2bb-e7fbc96977d3-root {
    text-align: center;
  }


#s-2deb631f-ebf5-4e23-a2bb-e7fbc96977d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2deb631f-ebf5-4e23-a2bb-e7fbc96977d3-root {
    text-align: center;
  }


#s-2deb631f-ebf5-4e23-a2bb-e7fbc96977d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2deb631f-ebf5-4e23-a2bb-e7fbc96977d3-root {
    text-align: center;
  }


#s-2deb631f-ebf5-4e23-a2bb-e7fbc96977d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-2deb631f-ebf5-4e23-a2bb-e7fbc96977d3-root {
    text-align: center;
  }


#s-2deb631f-ebf5-4e23-a2bb-e7fbc96977d3.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-ef8d424e-be20-4a65-ace2-17cd0d81ab6b {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-ef8d424e-be20-4a65-ace2-17cd0d81ab6b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ef8d424e-be20-4a65-ace2-17cd0d81ab6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ef8d424e-be20-4a65-ace2-17cd0d81ab6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef8d424e-be20-4a65-ace2-17cd0d81ab6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6dad5769-b51e-4c29-9290-48a5fa0306eb {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-6dad5769-b51e-4c29-9290-48a5fa0306eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dad5769-b51e-4c29-9290-48a5fa0306eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9310296-d3d4-4b70-90dc-d9fff4bf643c {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b9310296-d3d4-4b70-90dc-d9fff4bf643c:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b9310296-d3d4-4b70-90dc-d9fff4bf643c:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-b9310296-d3d4-4b70-90dc-d9fff4bf643c-root {
    text-align: center;
  }


#s-b9310296-d3d4-4b70-90dc-d9fff4bf643c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b9310296-d3d4-4b70-90dc-d9fff4bf643c-root {
    text-align: center;
  }


#s-b9310296-d3d4-4b70-90dc-d9fff4bf643c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9310296-d3d4-4b70-90dc-d9fff4bf643c-root {
    text-align: center;
  }


#s-b9310296-d3d4-4b70-90dc-d9fff4bf643c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9310296-d3d4-4b70-90dc-d9fff4bf643c-root {
    text-align: center;
  }


#s-b9310296-d3d4-4b70-90dc-d9fff4bf643c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b9310296-d3d4-4b70-90dc-d9fff4bf643c-root {
    text-align: center;
  }


#s-b9310296-d3d4-4b70-90dc-d9fff4bf643c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-b9310296-d3d4-4b70-90dc-d9fff4bf643c-root {
    text-align: center;
  }


#s-b9310296-d3d4-4b70-90dc-d9fff4bf643c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-aa9bc75d-1992-48d0-bc43-49f7e2dc43a5 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-aa9bc75d-1992-48d0-bc43-49f7e2dc43a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa9bc75d-1992-48d0-bc43-49f7e2dc43a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08c2e683-3247-4c06-801e-e356f43d4092 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-08c2e683-3247-4c06-801e-e356f43d4092:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-08c2e683-3247-4c06-801e-e356f43d4092:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-08c2e683-3247-4c06-801e-e356f43d4092-root {
    text-align: center;
  }


#s-08c2e683-3247-4c06-801e-e356f43d4092.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-08c2e683-3247-4c06-801e-e356f43d4092-root {
    text-align: center;
  }


#s-08c2e683-3247-4c06-801e-e356f43d4092.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-08c2e683-3247-4c06-801e-e356f43d4092-root {
    text-align: center;
  }


#s-08c2e683-3247-4c06-801e-e356f43d4092.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-08c2e683-3247-4c06-801e-e356f43d4092-root {
    text-align: center;
  }


#s-08c2e683-3247-4c06-801e-e356f43d4092.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-08c2e683-3247-4c06-801e-e356f43d4092-root {
    text-align: center;
  }


#s-08c2e683-3247-4c06-801e-e356f43d4092.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-08c2e683-3247-4c06-801e-e356f43d4092-root {
    text-align: center;
  }


#s-08c2e683-3247-4c06-801e-e356f43d4092.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-94ffaf44-da42-4d21-9173-157e81f1df19 {
  margin-top: 1%;
margin-bottom: 0%;
min-height: 150px;
max-width: 1000px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-94ffaf44-da42-4d21-9173-157e81f1df19 {
  display: none;
}
#s-94ffaf44-da42-4d21-9173-157e81f1df19, #wrap-s-94ffaf44-da42-4d21-9173-157e81f1df19 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94ffaf44-da42-4d21-9173-157e81f1df19 {
  display: none;
}
#s-94ffaf44-da42-4d21-9173-157e81f1df19, #wrap-s-94ffaf44-da42-4d21-9173-157e81f1df19 { display: none !important; }}







#s-94ffaf44-da42-4d21-9173-157e81f1df19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94ffaf44-da42-4d21-9173-157e81f1df19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20827d99-dfb8-4385-bec5-235b6393c69a {
  max-width: 1000px;
aspect-ratio: 1000/580;
text-align: center;
}





  #s-20827d99-dfb8-4385-bec5-235b6393c69a img.shogun-image,
  #s-20827d99-dfb8-4385-bec5-235b6393c69a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20827d99-dfb8-4385-bec5-235b6393c69a {
    width: 100%;
    height: auto;
  }

  #s-20827d99-dfb8-4385-bec5-235b6393c69a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image {
    
    
  }


.s-20827d99-dfb8-4385-bec5-235b6393c69a .shogun-image-content {
  
    align-items: center;
  
}

.s-20827d99-dfb8-4385-bec5-235b6393c69a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20827d99-dfb8-4385-bec5-235b6393c69a {
      --shg-aspect-ratio: calc(1000/580); 
    }

    .s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image-container {
      position: relative;
    }

    .s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20827d99-dfb8-4385-bec5-235b6393c69a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-20827d99-dfb8-4385-bec5-235b6393c69a img.shogun-image,
  #s-20827d99-dfb8-4385-bec5-235b6393c69a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20827d99-dfb8-4385-bec5-235b6393c69a {
    width: 100%;
    height: auto;
  }

  #s-20827d99-dfb8-4385-bec5-235b6393c69a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image {
    
    
  }


.s-20827d99-dfb8-4385-bec5-235b6393c69a .shogun-image-content {
  
    align-items: center;
  
}

.s-20827d99-dfb8-4385-bec5-235b6393c69a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20827d99-dfb8-4385-bec5-235b6393c69a {
      --shg-aspect-ratio: calc(1000/580); 
    }

    .s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image-container {
      position: relative;
    }

    .s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20827d99-dfb8-4385-bec5-235b6393c69a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-20827d99-dfb8-4385-bec5-235b6393c69a img.shogun-image,
  #s-20827d99-dfb8-4385-bec5-235b6393c69a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20827d99-dfb8-4385-bec5-235b6393c69a {
    width: 100%;
    height: auto;
  }

  #s-20827d99-dfb8-4385-bec5-235b6393c69a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image {
    
    
  }


.s-20827d99-dfb8-4385-bec5-235b6393c69a .shogun-image-content {
  
    align-items: center;
  
}

.s-20827d99-dfb8-4385-bec5-235b6393c69a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20827d99-dfb8-4385-bec5-235b6393c69a {
      --shg-aspect-ratio: calc(1000/580); 
    }

    .s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image-container {
      position: relative;
    }

    .s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20827d99-dfb8-4385-bec5-235b6393c69a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-20827d99-dfb8-4385-bec5-235b6393c69a img.shogun-image,
  #s-20827d99-dfb8-4385-bec5-235b6393c69a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20827d99-dfb8-4385-bec5-235b6393c69a {
    width: 100%;
    height: auto;
  }

  #s-20827d99-dfb8-4385-bec5-235b6393c69a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image {
    
    
  }


.s-20827d99-dfb8-4385-bec5-235b6393c69a .shogun-image-content {
  
    align-items: center;
  
}

.s-20827d99-dfb8-4385-bec5-235b6393c69a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20827d99-dfb8-4385-bec5-235b6393c69a {
      --shg-aspect-ratio: calc(1000/580); 
    }

    .s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image-container {
      position: relative;
    }

    .s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20827d99-dfb8-4385-bec5-235b6393c69a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-20827d99-dfb8-4385-bec5-235b6393c69a img.shogun-image,
  #s-20827d99-dfb8-4385-bec5-235b6393c69a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-20827d99-dfb8-4385-bec5-235b6393c69a {
    width: 100%;
    height: auto;
  }

  #s-20827d99-dfb8-4385-bec5-235b6393c69a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image {
    
    
  }


.s-20827d99-dfb8-4385-bec5-235b6393c69a .shogun-image-content {
  
    align-items: center;
  
}

.s-20827d99-dfb8-4385-bec5-235b6393c69a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-20827d99-dfb8-4385-bec5-235b6393c69a {
      --shg-aspect-ratio: calc(1000/580); 
    }

    .s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image-container {
      position: relative;
    }

    .s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-20827d99-dfb8-4385-bec5-235b6393c69a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-20827d99-dfb8-4385-bec5-235b6393c69a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.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: #000000;
  font-family: Europa;
  font-weight: 400;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: Europa;
}

.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: #000000;
  font-family: Europa;
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: Europa;
  font-weight: 400;
}

#s-a0ad608d-742f-43be-ae99-c36c56e32a89 {
  margin-top: 3%;
margin-left: 30%;
}

#s-f0bf0795-87d6-4b70-8ac3-eb5dcabc4752 {
  margin-top: -1%;
margin-left: 30%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-b576c335-864b-4f80-95d3-728f0da0fee6 {
  margin-left: 30%;
margin-bottom: 5%;
margin-right: 10%;
min-height: 50px;
}








#s-b576c335-864b-4f80-95d3-728f0da0fee6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b576c335-864b-4f80-95d3-728f0da0fee6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70b87fc1-8f90-4e73-bfe9-d63d3eb78796 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 0%;
padding-bottom: 15px;
padding-right: 0%;
border-top-width: 1.5px;
border-left-width: 1.5px;
border-bottom-width: 1.5px;
border-right-width: 1.5px;
border-color: rgba(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-70b87fc1-8f90-4e73-bfe9-d63d3eb78796:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-70b87fc1-8f90-4e73-bfe9-d63d3eb78796:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-70b87fc1-8f90-4e73-bfe9-d63d3eb78796-root {
    text-align: center;
  }


#s-70b87fc1-8f90-4e73-bfe9-d63d3eb78796.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-70b87fc1-8f90-4e73-bfe9-d63d3eb78796-root {
    text-align: center;
  }


#s-70b87fc1-8f90-4e73-bfe9-d63d3eb78796.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70b87fc1-8f90-4e73-bfe9-d63d3eb78796-root {
    text-align: center;
  }


#s-70b87fc1-8f90-4e73-bfe9-d63d3eb78796.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70b87fc1-8f90-4e73-bfe9-d63d3eb78796-root {
    text-align: center;
  }


#s-70b87fc1-8f90-4e73-bfe9-d63d3eb78796.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-70b87fc1-8f90-4e73-bfe9-d63d3eb78796-root {
    text-align: center;
  }


#s-70b87fc1-8f90-4e73-bfe9-d63d3eb78796.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-70b87fc1-8f90-4e73-bfe9-d63d3eb78796-root {
    text-align: center;
  }


#s-70b87fc1-8f90-4e73-bfe9-d63d3eb78796.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-43be54fa-9e92-4544-8174-db6f8b1159f7 {
  margin-top: -19%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-43be54fa-9e92-4544-8174-db6f8b1159f7 {
  display: none;
}
#s-43be54fa-9e92-4544-8174-db6f8b1159f7, #wrap-s-43be54fa-9e92-4544-8174-db6f8b1159f7 { display: none !important; }}@media (max-width: 767px){#s-43be54fa-9e92-4544-8174-db6f8b1159f7 {
  display: none;
}
#s-43be54fa-9e92-4544-8174-db6f8b1159f7, #wrap-s-43be54fa-9e92-4544-8174-db6f8b1159f7 { display: none !important; }}
#s-43be54fa-9e92-4544-8174-db6f8b1159f7 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-43be54fa-9e92-4544-8174-db6f8b1159f7 .shg-sld-nav-button.shg-sld-left,
#s-43be54fa-9e92-4544-8174-db6f8b1159f7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-15d6d061-0a40-47ca-8e18-6bce88f47317 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 1000px;
background-position: center center;
}
@media (min-width: 1200px){#s-15d6d061-0a40-47ca-8e18-6bce88f47317 {
  min-height: 1100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-15d6d061-0a40-47ca-8e18-6bce88f47317 {
  min-height: 900px;
}
}
#s-15d6d061-0a40-47ca-8e18-6bce88f47317 {
  background-image: url(https://i.shgcdn.com/bd82f5df-3e2b-468a-9d51-20d26c3ebe6c/);
}








#s-15d6d061-0a40-47ca-8e18-6bce88f47317 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15d6d061-0a40-47ca-8e18-6bce88f47317 {
  cursor: pointer;
}#s-15d6d061-0a40-47ca-8e18-6bce88f47317.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f832ad6f-4ca5-438c-92a9-60e2172be1a6 {
  margin-top: 0%;
margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-f832ad6f-4ca5-438c-92a9-60e2172be1a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f832ad6f-4ca5-438c-92a9-60e2172be1a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f832ad6f-4ca5-438c-92a9-60e2172be1a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f832ad6f-4ca5-438c-92a9-60e2172be1a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f832ad6f-4ca5-438c-92a9-60e2172be1a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f832ad6f-4ca5-438c-92a9-60e2172be1a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f832ad6f-4ca5-438c-92a9-60e2172be1a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-9d968bdb-2e93-4dd4-b04f-b02571d3df7a {
  margin-top: 0%;
margin-left: 0%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-9d968bdb-2e93-4dd4-b04f-b02571d3df7a {
  margin-right: 20%;
}
}
#s-9d968bdb-2e93-4dd4-b04f-b02571d3df7a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  letter-spacing: 3px;
  text-align: left;
}


@media (min-width: 1200px){#s-9d968bdb-2e93-4dd4-b04f-b02571d3df7a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 63px;
  
  letter-spacing: 3px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9d968bdb-2e93-4dd4-b04f-b02571d3df7a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 3px;
  text-align: left;
}


}
#s-91e65ed1-02bb-45e7-bf64-b6a91be30081 {
  margin-bottom: 1%;
margin-right: 20%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-91e65ed1-02bb-45e7-bf64-b6a91be30081 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 1px;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-91e65ed1-02bb-45e7-bf64-b6a91be30081 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 1px;
  text-align: left;
}


}
#s-74375039-284a-4c08-8e41-e2949cd2bd76 {
  margin-left: 0%;
margin-right: 50%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-74375039-284a-4c08-8e41-e2949cd2bd76 {
  margin-right: 40%;
}
}







#s-74375039-284a-4c08-8e41-e2949cd2bd76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74375039-284a-4c08-8e41-e2949cd2bd76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7cd4dab-0c88-4619-91f4-f35d333819ac {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-c7cd4dab-0c88-4619-91f4-f35d333819ac:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c7cd4dab-0c88-4619-91f4-f35d333819ac:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c7cd4dab-0c88-4619-91f4-f35d333819ac-root {
    text-align: center;
  }


#s-c7cd4dab-0c88-4619-91f4-f35d333819ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c7cd4dab-0c88-4619-91f4-f35d333819ac-root {
    text-align: center;
  }


#s-c7cd4dab-0c88-4619-91f4-f35d333819ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7cd4dab-0c88-4619-91f4-f35d333819ac-root {
    text-align: center;
  }


#s-c7cd4dab-0c88-4619-91f4-f35d333819ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7cd4dab-0c88-4619-91f4-f35d333819ac-root {
    text-align: center;
  }


#s-c7cd4dab-0c88-4619-91f4-f35d333819ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c7cd4dab-0c88-4619-91f4-f35d333819ac-root {
    text-align: center;
  }


#s-c7cd4dab-0c88-4619-91f4-f35d333819ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-c7cd4dab-0c88-4619-91f4-f35d333819ac-root {
    text-align: center;
  }


#s-c7cd4dab-0c88-4619-91f4-f35d333819ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0e5fa65f-4703-4b29-9d3c-aff8a75676ea {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 1000px;
background-position: center center;
}
@media (min-width: 1200px){#s-0e5fa65f-4703-4b29-9d3c-aff8a75676ea {
  min-height: 1100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e5fa65f-4703-4b29-9d3c-aff8a75676ea {
  min-height: 900px;
}
}
#s-0e5fa65f-4703-4b29-9d3c-aff8a75676ea {
  background-image: url(https://i.shgcdn.com/285ea5d7-56b8-4a9e-b04e-3f5469260d96/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0e5fa65f-4703-4b29-9d3c-aff8a75676ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e5fa65f-4703-4b29-9d3c-aff8a75676ea {
  cursor: pointer;
}#s-0e5fa65f-4703-4b29-9d3c-aff8a75676ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-720d75d1-acd4-4ead-9b5a-a56ab2a71737 {
  margin-top: 10%;
margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-720d75d1-acd4-4ead-9b5a-a56ab2a71737"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-720d75d1-acd4-4ead-9b5a-a56ab2a71737"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-720d75d1-acd4-4ead-9b5a-a56ab2a71737"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-720d75d1-acd4-4ead-9b5a-a56ab2a71737"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-720d75d1-acd4-4ead-9b5a-a56ab2a71737"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-720d75d1-acd4-4ead-9b5a-a56ab2a71737"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-720d75d1-acd4-4ead-9b5a-a56ab2a71737"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-dcec61c0-8782-4984-97b7-0dbd42dd6d01 {
  margin-top: 0%;
margin-left: 0%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-dcec61c0-8782-4984-97b7-0dbd42dd6d01 {
  margin-right: 20%;
}
}
#s-dcec61c0-8782-4984-97b7-0dbd42dd6d01 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  letter-spacing: 3px;
  text-align: left;
}


@media (min-width: 1200px){#s-dcec61c0-8782-4984-97b7-0dbd42dd6d01 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 63px;
  
  letter-spacing: 3px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-dcec61c0-8782-4984-97b7-0dbd42dd6d01 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 3px;
  text-align: left;
}


}
#s-a0f891ae-676a-4673-b5de-ad8044b91e51 {
  margin-bottom: 1%;
margin-right: 20%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a0f891ae-676a-4673-b5de-ad8044b91e51 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 1px;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-a0f891ae-676a-4673-b5de-ad8044b91e51 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 1px;
  text-align: left;
}


}
#s-8b3b31ea-329b-4ec5-9aa8-af65c79ce714 {
  margin-left: 0%;
margin-right: 50%;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8b3b31ea-329b-4ec5-9aa8-af65c79ce714 {
  margin-right: 40%;
}
}







#s-8b3b31ea-329b-4ec5-9aa8-af65c79ce714 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b3b31ea-329b-4ec5-9aa8-af65c79ce714.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d977d7cc-5f02-4f60-87d6-e28ea0ffdb11 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d977d7cc-5f02-4f60-87d6-e28ea0ffdb11:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d977d7cc-5f02-4f60-87d6-e28ea0ffdb11:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d977d7cc-5f02-4f60-87d6-e28ea0ffdb11-root {
    text-align: center;
  }


#s-d977d7cc-5f02-4f60-87d6-e28ea0ffdb11.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d977d7cc-5f02-4f60-87d6-e28ea0ffdb11-root {
    text-align: center;
  }


#s-d977d7cc-5f02-4f60-87d6-e28ea0ffdb11.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d977d7cc-5f02-4f60-87d6-e28ea0ffdb11-root {
    text-align: center;
  }


#s-d977d7cc-5f02-4f60-87d6-e28ea0ffdb11.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d977d7cc-5f02-4f60-87d6-e28ea0ffdb11-root {
    text-align: center;
  }


#s-d977d7cc-5f02-4f60-87d6-e28ea0ffdb11.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d977d7cc-5f02-4f60-87d6-e28ea0ffdb11-root {
    text-align: center;
  }


#s-d977d7cc-5f02-4f60-87d6-e28ea0ffdb11.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-d977d7cc-5f02-4f60-87d6-e28ea0ffdb11-root {
    text-align: center;
  }


#s-d977d7cc-5f02-4f60-87d6-e28ea0ffdb11.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

@media (min-width: 0px) {
[id="s-eb5574f1-fff9-4a7b-b542-7d059f5c2e60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb5574f1-fff9-4a7b-b542-7d059f5c2e60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb5574f1-fff9-4a7b-b542-7d059f5c2e60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb5574f1-fff9-4a7b-b542-7d059f5c2e60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a {
  margin-top: 10%;
margin-left: 25%;
margin-bottom: 10%;
margin-right: 25%;
max-width: 300px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a img.shogun-image,
  #s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a {
    width: 100%;
    height: auto;
  }

  #s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image {
    
    
  }


.s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a .shogun-image-content {
  
    align-items: center;
  
}

.s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image-container {
      position: relative;
    }

    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a img.shogun-image,
  #s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a {
    width: 100%;
    height: auto;
  }

  #s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image {
    
    
  }


.s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a .shogun-image-content {
  
    align-items: center;
  
}

.s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image-container {
      position: relative;
    }

    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a img.shogun-image,
  #s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a {
    width: 100%;
    height: auto;
  }

  #s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image {
    
    
  }


.s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a .shogun-image-content {
  
    align-items: center;
  
}

.s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image-container {
      position: relative;
    }

    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a img.shogun-image,
  #s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a {
    width: 100%;
    height: auto;
  }

  #s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image {
    
    
  }


.s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a .shogun-image-content {
  
    align-items: center;
  
}

.s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image-container {
      position: relative;
    }

    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a img.shogun-image,
  #s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a {
    width: 100%;
    height: auto;
  }

  #s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image {
    
    
  }


.s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a .shogun-image-content {
  
    align-items: center;
  
}

.s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image-container {
      position: relative;
    }

    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c7d18e9d-2bcd-4917-aef0-9c05cfcbe75a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8ea4e1e9-4cb7-480c-bb56-451167ee720a {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 1000px;
background-position: center center;
}
@media (min-width: 1200px){#s-8ea4e1e9-4cb7-480c-bb56-451167ee720a {
  min-height: 1100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ea4e1e9-4cb7-480c-bb56-451167ee720a {
  min-height: 900px;
}
}
#s-8ea4e1e9-4cb7-480c-bb56-451167ee720a {
  background-image: url(https://i.shgcdn.com/bfd6558f-8eca-456e-b760-128b6d1f73d4/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8ea4e1e9-4cb7-480c-bb56-451167ee720a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ea4e1e9-4cb7-480c-bb56-451167ee720a {
  cursor: pointer;
}#s-8ea4e1e9-4cb7-480c-bb56-451167ee720a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8fcac55-c5b6-4b29-84d8-6165e3eeb986 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e8fcac55-c5b6-4b29-84d8-6165e3eeb986 {
  margin-top: -20%;
}
}
@media (min-width: 0px) {
[id="s-e8fcac55-c5b6-4b29-84d8-6165e3eeb986"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8fcac55-c5b6-4b29-84d8-6165e3eeb986"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e8fcac55-c5b6-4b29-84d8-6165e3eeb986"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e8fcac55-c5b6-4b29-84d8-6165e3eeb986"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e8fcac55-c5b6-4b29-84d8-6165e3eeb986"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8fcac55-c5b6-4b29-84d8-6165e3eeb986"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e8fcac55-c5b6-4b29-84d8-6165e3eeb986"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-f1a126a5-9de0-48be-881f-286d62d2a2b1 {
  margin-top: 0%;
margin-left: 0%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f1a126a5-9de0-48be-881f-286d62d2a2b1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  letter-spacing: 3px;
  text-align: left;
}


@media (min-width: 1200px){#s-f1a126a5-9de0-48be-881f-286d62d2a2b1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 63px;
  
  letter-spacing: 3px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f1a126a5-9de0-48be-881f-286d62d2a2b1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 3px;
  text-align: left;
}


}
#s-c9bdad03-de5a-4d5e-92e8-58dfb6eb0654 {
  margin-bottom: 1%;
margin-right: 20%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c9bdad03-de5a-4d5e-92e8-58dfb6eb0654 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 1px;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-c9bdad03-de5a-4d5e-92e8-58dfb6eb0654 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 1px;
  text-align: left;
}


}
#s-2f17339e-55ea-4d2c-bf4e-0242e7d0d97a {
  margin-left: 0%;
margin-right: 40%;
min-height: 50px;
}
@media (min-width: 1200px){#s-2f17339e-55ea-4d2c-bf4e-0242e7d0d97a {
  margin-right: 50%;
}
}







#s-2f17339e-55ea-4d2c-bf4e-0242e7d0d97a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f17339e-55ea-4d2c-bf4e-0242e7d0d97a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d358d27-4d00-48a8-a80b-d00a643e7a51 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7d358d27-4d00-48a8-a80b-d00a643e7a51:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7d358d27-4d00-48a8-a80b-d00a643e7a51:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-7d358d27-4d00-48a8-a80b-d00a643e7a51-root {
    text-align: center;
  }


#s-7d358d27-4d00-48a8-a80b-d00a643e7a51.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7d358d27-4d00-48a8-a80b-d00a643e7a51-root {
    text-align: center;
  }


#s-7d358d27-4d00-48a8-a80b-d00a643e7a51.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d358d27-4d00-48a8-a80b-d00a643e7a51-root {
    text-align: center;
  }


#s-7d358d27-4d00-48a8-a80b-d00a643e7a51.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d358d27-4d00-48a8-a80b-d00a643e7a51-root {
    text-align: center;
  }


#s-7d358d27-4d00-48a8-a80b-d00a643e7a51.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7d358d27-4d00-48a8-a80b-d00a643e7a51-root {
    text-align: center;
  }


#s-7d358d27-4d00-48a8-a80b-d00a643e7a51.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-7d358d27-4d00-48a8-a80b-d00a643e7a51-root {
    text-align: center;
  }


#s-7d358d27-4d00-48a8-a80b-d00a643e7a51.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-30b58562-1daa-472c-b67c-12ddabd56974 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 1000px;
background-position: center center;
}
@media (min-width: 1200px){#s-30b58562-1daa-472c-b67c-12ddabd56974 {
  min-height: 1100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-30b58562-1daa-472c-b67c-12ddabd56974 {
  min-height: 900px;
}
}
#s-30b58562-1daa-472c-b67c-12ddabd56974 {
  background-image: url(https://i.shgcdn.com/42809d35-5311-4ec1-85c5-afc0adf4740c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-30b58562-1daa-472c-b67c-12ddabd56974 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30b58562-1daa-472c-b67c-12ddabd56974 {
  cursor: pointer;
}#s-30b58562-1daa-472c-b67c-12ddabd56974.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ce5c2a3-ca8c-450d-acc8-1e562f003e3c {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4ce5c2a3-ca8c-450d-acc8-1e562f003e3c {
  margin-top: -20%;
}
}
@media (min-width: 0px) {
[id="s-4ce5c2a3-ca8c-450d-acc8-1e562f003e3c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ce5c2a3-ca8c-450d-acc8-1e562f003e3c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4ce5c2a3-ca8c-450d-acc8-1e562f003e3c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4ce5c2a3-ca8c-450d-acc8-1e562f003e3c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4ce5c2a3-ca8c-450d-acc8-1e562f003e3c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ce5c2a3-ca8c-450d-acc8-1e562f003e3c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4ce5c2a3-ca8c-450d-acc8-1e562f003e3c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-07ba1cbb-5903-445e-a1e6-c0475e24008e {
  margin-top: 0%;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-07ba1cbb-5903-445e-a1e6-c0475e24008e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  letter-spacing: 3px;
  text-align: left;
}


@media (min-width: 1200px){#s-07ba1cbb-5903-445e-a1e6-c0475e24008e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 63px;
  
  letter-spacing: 3px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-07ba1cbb-5903-445e-a1e6-c0475e24008e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 3px;
  text-align: left;
}


}
#s-7dd5d761-df36-4ccf-8a56-c94a6bb32213 {
  margin-bottom: 1%;
margin-right: 45%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-7dd5d761-df36-4ccf-8a56-c94a6bb32213 {
  margin-right: 30%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7dd5d761-df36-4ccf-8a56-c94a6bb32213 {
  margin-right: 28%;
}
}
#s-7dd5d761-df36-4ccf-8a56-c94a6bb32213 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 1px;
  text-align: left;
}


@media (min-width: 992px) and (max-width: 1199px){#s-7dd5d761-df36-4ccf-8a56-c94a6bb32213 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 1px;
  text-align: left;
}


}
#s-18a645c5-6d38-4d32-b95a-a70042e84c2a {
  margin-left: 0%;
margin-right: 40%;
min-height: 50px;
}
@media (min-width: 1200px){#s-18a645c5-6d38-4d32-b95a-a70042e84c2a {
  margin-right: 50%;
}
}







#s-18a645c5-6d38-4d32-b95a-a70042e84c2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18a645c5-6d38-4d32-b95a-a70042e84c2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e50c044e-0ace-4182-ae3d-6d3c3aaafe02 {
  border-style: solid;
margin-top: 10px;
margin-left: auto;
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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-e50c044e-0ace-4182-ae3d-6d3c3aaafe02:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e50c044e-0ace-4182-ae3d-6d3c3aaafe02:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-e50c044e-0ace-4182-ae3d-6d3c3aaafe02-root {
    text-align: center;
  }


#s-e50c044e-0ace-4182-ae3d-6d3c3aaafe02.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e50c044e-0ace-4182-ae3d-6d3c3aaafe02-root {
    text-align: center;
  }


#s-e50c044e-0ace-4182-ae3d-6d3c3aaafe02.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e50c044e-0ace-4182-ae3d-6d3c3aaafe02-root {
    text-align: center;
  }


#s-e50c044e-0ace-4182-ae3d-6d3c3aaafe02.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e50c044e-0ace-4182-ae3d-6d3c3aaafe02-root {
    text-align: center;
  }


#s-e50c044e-0ace-4182-ae3d-6d3c3aaafe02.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e50c044e-0ace-4182-ae3d-6d3c3aaafe02-root {
    text-align: center;
  }


#s-e50c044e-0ace-4182-ae3d-6d3c3aaafe02.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-e50c044e-0ace-4182-ae3d-6d3c3aaafe02-root {
    text-align: center;
  }


#s-e50c044e-0ace-4182-ae3d-6d3c3aaafe02.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0db0fd96-ea52-4c09-8949-7ea6cc12050a {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 1000px;
background-position: center center;
}
@media (min-width: 1200px){#s-0db0fd96-ea52-4c09-8949-7ea6cc12050a {
  min-height: 1100px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0db0fd96-ea52-4c09-8949-7ea6cc12050a {
  min-height: 900px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0db0fd96-ea52-4c09-8949-7ea6cc12050a {
  display: none;
}
#s-0db0fd96-ea52-4c09-8949-7ea6cc12050a, #wrap-s-0db0fd96-ea52-4c09-8949-7ea6cc12050a { display: none !important; }}@media (max-width: 767px){#s-0db0fd96-ea52-4c09-8949-7ea6cc12050a {
  display: none;
}
#s-0db0fd96-ea52-4c09-8949-7ea6cc12050a, #wrap-s-0db0fd96-ea52-4c09-8949-7ea6cc12050a { display: none !important; }}
#s-0db0fd96-ea52-4c09-8949-7ea6cc12050a {
  background-image: url(https://i.shgcdn.com/54a6a06a-46f4-41aa-bf1d-07cc9bdc7f5f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0db0fd96-ea52-4c09-8949-7ea6cc12050a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0db0fd96-ea52-4c09-8949-7ea6cc12050a {
  cursor: pointer;
}#s-0db0fd96-ea52-4c09-8949-7ea6cc12050a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d037315-27f9-436e-a7ec-9b1d924a6c45 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2d037315-27f9-436e-a7ec-9b1d924a6c45 {
  margin-top: -20%;
margin-bottom: 0%;
}
}
@media (min-width: 0px) {
[id="s-2d037315-27f9-436e-a7ec-9b1d924a6c45"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d037315-27f9-436e-a7ec-9b1d924a6c45"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2d037315-27f9-436e-a7ec-9b1d924a6c45"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2d037315-27f9-436e-a7ec-9b1d924a6c45"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2d037315-27f9-436e-a7ec-9b1d924a6c45"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d037315-27f9-436e-a7ec-9b1d924a6c45"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2d037315-27f9-436e-a7ec-9b1d924a6c45"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-00292fae-1335-4a54-80a6-987cca9c877c {
  margin-top: 0%;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-00292fae-1335-4a54-80a6-987cca9c877c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  letter-spacing: 3px;
  text-align: right;
}


@media (min-width: 1200px){#s-00292fae-1335-4a54-80a6-987cca9c877c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 63px;
  
  letter-spacing: 3px;
  text-align: right;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-00292fae-1335-4a54-80a6-987cca9c877c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  letter-spacing: 3px;
  text-align: right;
}


}
#s-6b97557b-cf54-484d-8d49-7e030deed0c4 {
  margin-bottom: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-6b97557b-cf54-484d-8d49-7e030deed0c4 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 992px) and (max-width: 1199px){#s-6b97557b-cf54-484d-8d49-7e030deed0c4 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 1px;
  
}


}
#s-8116025e-fa2f-4f0a-9e61-ef4b892576dd {
  margin-left: 40%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-8116025e-fa2f-4f0a-9e61-ef4b892576dd {
  margin-left: 50%;
}
}







#s-8116025e-fa2f-4f0a-9e61-ef4b892576dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8116025e-fa2f-4f0a-9e61-ef4b892576dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-201001a4-d1df-44df-b053-0bd161994ae8 {
  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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-201001a4-d1df-44df-b053-0bd161994ae8:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-201001a4-d1df-44df-b053-0bd161994ae8:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-201001a4-d1df-44df-b053-0bd161994ae8-root {
    text-align: center;
  }


#s-201001a4-d1df-44df-b053-0bd161994ae8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-201001a4-d1df-44df-b053-0bd161994ae8-root {
    text-align: center;
  }


#s-201001a4-d1df-44df-b053-0bd161994ae8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-201001a4-d1df-44df-b053-0bd161994ae8-root {
    text-align: center;
  }


#s-201001a4-d1df-44df-b053-0bd161994ae8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-201001a4-d1df-44df-b053-0bd161994ae8-root {
    text-align: center;
  }


#s-201001a4-d1df-44df-b053-0bd161994ae8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-201001a4-d1df-44df-b053-0bd161994ae8-root {
    text-align: center;
  }


#s-201001a4-d1df-44df-b053-0bd161994ae8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-201001a4-d1df-44df-b053-0bd161994ae8-root {
    text-align: center;
  }


#s-201001a4-d1df-44df-b053-0bd161994ae8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-20d898df-f63a-47a5-aeec-619c71bd43ef {
  min-height: 1000px;
max-width: 3356px;
background-attachment: scroll;
background-repeat: no-repeat;
}








#s-20d898df-f63a-47a5-aeec-619c71bd43ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20d898df-f63a-47a5-aeec-619c71bd43ef {
  cursor: pointer;
}#s-20d898df-f63a-47a5-aeec-619c71bd43ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-467d7746-b06e-42ea-9ea3-69716f8b7ca5 {
  text-align: center;
}







  img.s-467d7746-b06e-42ea-9ea3-69716f8b7ca5.shogun-image {
    
    
  }


.s-467d7746-b06e-42ea-9ea3-69716f8b7ca5 .shogun-image-content {
  
    align-items: center;
  
}

.s-467d7746-b06e-42ea-9ea3-69716f8b7ca5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-467d7746-b06e-42ea-9ea3-69716f8b7ca5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-467d7746-b06e-42ea-9ea3-69716f8b7ca5.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-467d7746-b06e-42ea-9ea3-69716f8b7ca5.shogun-image {
    
    
  }


.s-467d7746-b06e-42ea-9ea3-69716f8b7ca5 .shogun-image-content {
  
    align-items: center;
  
}

.s-467d7746-b06e-42ea-9ea3-69716f8b7ca5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-467d7746-b06e-42ea-9ea3-69716f8b7ca5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-467d7746-b06e-42ea-9ea3-69716f8b7ca5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-467d7746-b06e-42ea-9ea3-69716f8b7ca5.shogun-image {
    
    
  }


.s-467d7746-b06e-42ea-9ea3-69716f8b7ca5 .shogun-image-content {
  
    align-items: center;
  
}

.s-467d7746-b06e-42ea-9ea3-69716f8b7ca5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-467d7746-b06e-42ea-9ea3-69716f8b7ca5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-467d7746-b06e-42ea-9ea3-69716f8b7ca5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-467d7746-b06e-42ea-9ea3-69716f8b7ca5.shogun-image {
    
    
  }


.s-467d7746-b06e-42ea-9ea3-69716f8b7ca5 .shogun-image-content {
  
    align-items: center;
  
}

.s-467d7746-b06e-42ea-9ea3-69716f8b7ca5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-467d7746-b06e-42ea-9ea3-69716f8b7ca5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-467d7746-b06e-42ea-9ea3-69716f8b7ca5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-467d7746-b06e-42ea-9ea3-69716f8b7ca5.shogun-image {
    
    
  }


.s-467d7746-b06e-42ea-9ea3-69716f8b7ca5 .shogun-image-content {
  
    align-items: center;
  
}

.s-467d7746-b06e-42ea-9ea3-69716f8b7ca5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-467d7746-b06e-42ea-9ea3-69716f8b7ca5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-467d7746-b06e-42ea-9ea3-69716f8b7ca5.shogun-image {
  box-sizing: border-box;
}



}
#s-c90fee55-d0a1-4950-b91c-ec570289eed8 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-c90fee55-d0a1-4950-b91c-ec570289eed8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c90fee55-d0a1-4950-b91c-ec570289eed8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c90fee55-d0a1-4950-b91c-ec570289eed8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c90fee55-d0a1-4950-b91c-ec570289eed8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c90fee55-d0a1-4950-b91c-ec570289eed8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c90fee55-d0a1-4950-b91c-ec570289eed8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c90fee55-d0a1-4950-b91c-ec570289eed8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9c31a6eb-abd8-42e8-852a-a4debdd8868b {
  margin-top: 0%;
margin-left: 0%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-9c31a6eb-abd8-42e8-852a-a4debdd8868b {
  margin-right: 20%;
}
}
#s-9c31a6eb-abd8-42e8-852a-a4debdd8868b .shogun-heading-component h1 {
  color: rgba(29, 29, 29, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  letter-spacing: 3px;
  text-align: left;
}


@media (min-width: 1200px){#s-9c31a6eb-abd8-42e8-852a-a4debdd8868b .shogun-heading-component h1 {
  color: rgba(29, 29, 29, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 63px;
  
  letter-spacing: 3px;
  text-align: left;
}


}
#s-f0557271-ce5d-4924-8139-3c91c20449a8 {
  margin-bottom: 20px;
margin-right: 20%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f0557271-ce5d-4924-8139-3c91c20449a8 .shogun-heading-component h3 {
  color: rgba(29, 29, 29, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-64818a33-9917-4a5c-b7fe-c5395c8d9f44 {
  margin-left: 0%;
margin-right: 40%;
min-height: 50px;
}








#s-64818a33-9917-4a5c-b7fe-c5395c8d9f44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64818a33-9917-4a5c-b7fe-c5395c8d9f44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b4f6043-5bae-46a4-b081-ad8e55ef978b {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-4b4f6043-5bae-46a4-b081-ad8e55ef978b:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4b4f6043-5bae-46a4-b081-ad8e55ef978b:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-4b4f6043-5bae-46a4-b081-ad8e55ef978b-root {
    text-align: center;
  }


#s-4b4f6043-5bae-46a4-b081-ad8e55ef978b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4b4f6043-5bae-46a4-b081-ad8e55ef978b-root {
    text-align: center;
  }


#s-4b4f6043-5bae-46a4-b081-ad8e55ef978b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b4f6043-5bae-46a4-b081-ad8e55ef978b-root {
    text-align: center;
  }


#s-4b4f6043-5bae-46a4-b081-ad8e55ef978b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b4f6043-5bae-46a4-b081-ad8e55ef978b-root {
    text-align: center;
  }


#s-4b4f6043-5bae-46a4-b081-ad8e55ef978b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4b4f6043-5bae-46a4-b081-ad8e55ef978b-root {
    text-align: center;
  }


#s-4b4f6043-5bae-46a4-b081-ad8e55ef978b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-4b4f6043-5bae-46a4-b081-ad8e55ef978b-root {
    text-align: center;
  }


#s-4b4f6043-5bae-46a4-b081-ad8e55ef978b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3d174ed7-448f-4cc8-b24a-01df4767965b {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 1200px;
max-width: 3356px;
background-position: center center;
}

#s-3d174ed7-448f-4cc8-b24a-01df4767965b {
  background-image: url(https://i.shgcdn.com/9be76e40-9697-4ea6-9cf7-73e0e417388a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3d174ed7-448f-4cc8-b24a-01df4767965b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d174ed7-448f-4cc8-b24a-01df4767965b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6adc55f1-e592-44f5-905a-6ffb2c469961 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-6adc55f1-e592-44f5-905a-6ffb2c469961"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6adc55f1-e592-44f5-905a-6ffb2c469961"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6adc55f1-e592-44f5-905a-6ffb2c469961"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6adc55f1-e592-44f5-905a-6ffb2c469961"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6adc55f1-e592-44f5-905a-6ffb2c469961"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6adc55f1-e592-44f5-905a-6ffb2c469961"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6adc55f1-e592-44f5-905a-6ffb2c469961"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-85ed7b06-09da-4c0f-8e29-8b25c7aa5c60 {
  margin-top: 0%;
margin-left: 0%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-85ed7b06-09da-4c0f-8e29-8b25c7aa5c60 {
  margin-right: 20%;
}
}
#s-85ed7b06-09da-4c0f-8e29-8b25c7aa5c60 .shogun-heading-component h1 {
  color: rgba(29, 29, 29, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 60px;
  
  letter-spacing: 3px;
  text-align: left;
}


@media (min-width: 1200px){#s-85ed7b06-09da-4c0f-8e29-8b25c7aa5c60 .shogun-heading-component h1 {
  color: rgba(29, 29, 29, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 63px;
  
  letter-spacing: 3px;
  text-align: left;
}


}
#s-5d885ec3-ccfe-4874-8199-1331fd59814c {
  margin-bottom: 20px;
margin-right: 30%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5d885ec3-ccfe-4874-8199-1331fd59814c .shogun-heading-component h3 {
  color: rgba(29, 29, 29, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-ab27eee2-2bd9-4e7d-b4d5-c685a247a732 {
  margin-left: 0%;
margin-right: 40%;
min-height: 50px;
}








#s-ab27eee2-2bd9-4e7d-b4d5-c685a247a732 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab27eee2-2bd9-4e7d-b4d5-c685a247a732.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4beee478-94fd-4e1d-bba1-c89b1dd9a4dd {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-4beee478-94fd-4e1d-bba1-c89b1dd9a4dd:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4beee478-94fd-4e1d-bba1-c89b1dd9a4dd:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-4beee478-94fd-4e1d-bba1-c89b1dd9a4dd-root {
    text-align: center;
  }


#s-4beee478-94fd-4e1d-bba1-c89b1dd9a4dd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4beee478-94fd-4e1d-bba1-c89b1dd9a4dd-root {
    text-align: center;
  }


#s-4beee478-94fd-4e1d-bba1-c89b1dd9a4dd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4beee478-94fd-4e1d-bba1-c89b1dd9a4dd-root {
    text-align: center;
  }


#s-4beee478-94fd-4e1d-bba1-c89b1dd9a4dd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4beee478-94fd-4e1d-bba1-c89b1dd9a4dd-root {
    text-align: center;
  }


#s-4beee478-94fd-4e1d-bba1-c89b1dd9a4dd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4beee478-94fd-4e1d-bba1-c89b1dd9a4dd-root {
    text-align: center;
  }


#s-4beee478-94fd-4e1d-bba1-c89b1dd9a4dd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-4beee478-94fd-4e1d-bba1-c89b1dd9a4dd-root {
    text-align: center;
  }


#s-4beee478-94fd-4e1d-bba1-c89b1dd9a4dd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a7178157-6848-4551-a6b6-baa3a8be0677 {
  margin-top: 3%;
margin-bottom: 2%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7178157-6848-4551-a6b6-baa3a8be0677 {
  display: none;
}
#s-a7178157-6848-4551-a6b6-baa3a8be0677, #wrap-s-a7178157-6848-4551-a6b6-baa3a8be0677 { display: none !important; }}@media (max-width: 767px){#s-a7178157-6848-4551-a6b6-baa3a8be0677 {
  display: none;
}
#s-a7178157-6848-4551-a6b6-baa3a8be0677, #wrap-s-a7178157-6848-4551-a6b6-baa3a8be0677 { display: none !important; }}







#s-a7178157-6848-4551-a6b6-baa3a8be0677 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7178157-6848-4551-a6b6-baa3a8be0677.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e4f6e4c-da6e-4f8b-b63b-899cc3b4a014 {
  margin-top: 1%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e4f6e4c-da6e-4f8b-b63b-899cc3b4a014 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 3px;
  
}



#s-67791072-204f-4ce7-88e0-a9bc5787f445 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-67791072-204f-4ce7-88e0-a9bc5787f445 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-67791072-204f-4ce7-88e0-a9bc5787f445 .shg-sld-nav-button.shg-sld-left,
#s-67791072-204f-4ce7-88e0-a9bc5787f445 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-6f4a66d9-3ac4-4c8e-9208-f9172124c4e2 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-6f4a66d9-3ac4-4c8e-9208-f9172124c4e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-6f4a66d9-3ac4-4c8e-9208-f9172124c4e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-6f4a66d9-3ac4-4c8e-9208-f9172124c4e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-6f4a66d9-3ac4-4c8e-9208-f9172124c4e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 {
  max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 img.shogun-image,
  #s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 {
    width: 100%;
    height: auto;
  }

  #s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image {
    
    
  }


.s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image-container {
      position: relative;
    }

    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 img.shogun-image,
  #s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 {
    width: 100%;
    height: auto;
  }

  #s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image {
    
    
  }


.s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image-container {
      position: relative;
    }

    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 img.shogun-image,
  #s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 {
    width: 100%;
    height: auto;
  }

  #s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image {
    
    
  }


.s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image-container {
      position: relative;
    }

    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 img.shogun-image,
  #s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 {
    width: 100%;
    height: auto;
  }

  #s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image {
    
    
  }


.s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image-container {
      position: relative;
    }

    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 img.shogun-image,
  #s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 {
    width: 100%;
    height: auto;
  }

  #s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image {
    
    
  }


.s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image-container {
      position: relative;
    }

    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f616ce5b-51ea-457f-ab30-a1baa1bcbbc8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8f019096-a64d-4f53-a8e9-74697a6e4e75 {
  margin-top: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f019096-a64d-4f53-a8e9-74697a6e4e75 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e {
  margin-right: 0%;
max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e img.shogun-image,
  #s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e {
    width: 100%;
    height: auto;
  }

  #s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image {
    
    
  }


.s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e .shogun-image-content {
  
    align-items: center;
  
}

.s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image-container {
      position: relative;
    }

    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e img.shogun-image,
  #s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e {
    width: 100%;
    height: auto;
  }

  #s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image {
    
    
  }


.s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e .shogun-image-content {
  
    align-items: center;
  
}

.s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image-container {
      position: relative;
    }

    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e img.shogun-image,
  #s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e {
    width: 100%;
    height: auto;
  }

  #s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image {
    
    
  }


.s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e .shogun-image-content {
  
    align-items: center;
  
}

.s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image-container {
      position: relative;
    }

    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e img.shogun-image,
  #s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e {
    width: 100%;
    height: auto;
  }

  #s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image {
    
    
  }


.s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e .shogun-image-content {
  
    align-items: center;
  
}

.s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image-container {
      position: relative;
    }

    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e img.shogun-image,
  #s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e {
    width: 100%;
    height: auto;
  }

  #s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image {
    
    
  }


.s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e .shogun-image-content {
  
    align-items: center;
  
}

.s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image-container {
      position: relative;
    }

    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-438cbcdb-175e-4a42-89f5-f15fe5d1ca0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e1e80dc0-49e8-43e6-bbc2-a7d9f91ab09e {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e1e80dc0-49e8-43e6-bbc2-a7d9f91ab09e .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-b5f5858b-ff6f-47dd-8649-6f7181e81255 {
  max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-b5f5858b-ff6f-47dd-8649-6f7181e81255 img.shogun-image,
  #s-b5f5858b-ff6f-47dd-8649-6f7181e81255 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5f5858b-ff6f-47dd-8649-6f7181e81255 {
    width: 100%;
    height: auto;
  }

  #s-b5f5858b-ff6f-47dd-8649-6f7181e81255 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image {
    
    
  }


.s-b5f5858b-ff6f-47dd-8649-6f7181e81255 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image-container {
      position: relative;
    }

    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b5f5858b-ff6f-47dd-8649-6f7181e81255 img.shogun-image,
  #s-b5f5858b-ff6f-47dd-8649-6f7181e81255 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5f5858b-ff6f-47dd-8649-6f7181e81255 {
    width: 100%;
    height: auto;
  }

  #s-b5f5858b-ff6f-47dd-8649-6f7181e81255 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image {
    
    
  }


.s-b5f5858b-ff6f-47dd-8649-6f7181e81255 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image-container {
      position: relative;
    }

    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b5f5858b-ff6f-47dd-8649-6f7181e81255 img.shogun-image,
  #s-b5f5858b-ff6f-47dd-8649-6f7181e81255 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5f5858b-ff6f-47dd-8649-6f7181e81255 {
    width: 100%;
    height: auto;
  }

  #s-b5f5858b-ff6f-47dd-8649-6f7181e81255 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image {
    
    
  }


.s-b5f5858b-ff6f-47dd-8649-6f7181e81255 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image-container {
      position: relative;
    }

    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b5f5858b-ff6f-47dd-8649-6f7181e81255 img.shogun-image,
  #s-b5f5858b-ff6f-47dd-8649-6f7181e81255 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5f5858b-ff6f-47dd-8649-6f7181e81255 {
    width: 100%;
    height: auto;
  }

  #s-b5f5858b-ff6f-47dd-8649-6f7181e81255 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image {
    
    
  }


.s-b5f5858b-ff6f-47dd-8649-6f7181e81255 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image-container {
      position: relative;
    }

    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b5f5858b-ff6f-47dd-8649-6f7181e81255 img.shogun-image,
  #s-b5f5858b-ff6f-47dd-8649-6f7181e81255 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b5f5858b-ff6f-47dd-8649-6f7181e81255 {
    width: 100%;
    height: auto;
  }

  #s-b5f5858b-ff6f-47dd-8649-6f7181e81255 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image {
    
    
  }


.s-b5f5858b-ff6f-47dd-8649-6f7181e81255 .shogun-image-content {
  
    align-items: center;
  
}

.s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image-container {
      position: relative;
    }

    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b5f5858b-ff6f-47dd-8649-6f7181e81255 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-21cd5155-a7b3-447d-bef0-6d18a4c452c4 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21cd5155-a7b3-447d-bef0-6d18a4c452c4 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-36a937ea-e920-4e34-92e7-8427f5fde89c {
  max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-36a937ea-e920-4e34-92e7-8427f5fde89c img.shogun-image,
  #s-36a937ea-e920-4e34-92e7-8427f5fde89c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36a937ea-e920-4e34-92e7-8427f5fde89c {
    width: 100%;
    height: auto;
  }

  #s-36a937ea-e920-4e34-92e7-8427f5fde89c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image {
    
    
  }


.s-36a937ea-e920-4e34-92e7-8427f5fde89c .shogun-image-content {
  
    align-items: center;
  
}

.s-36a937ea-e920-4e34-92e7-8427f5fde89c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36a937ea-e920-4e34-92e7-8427f5fde89c {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image-container {
      position: relative;
    }

    .s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36a937ea-e920-4e34-92e7-8427f5fde89c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-36a937ea-e920-4e34-92e7-8427f5fde89c img.shogun-image,
  #s-36a937ea-e920-4e34-92e7-8427f5fde89c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36a937ea-e920-4e34-92e7-8427f5fde89c {
    width: 100%;
    height: auto;
  }

  #s-36a937ea-e920-4e34-92e7-8427f5fde89c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image {
    
    
  }


.s-36a937ea-e920-4e34-92e7-8427f5fde89c .shogun-image-content {
  
    align-items: center;
  
}

.s-36a937ea-e920-4e34-92e7-8427f5fde89c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36a937ea-e920-4e34-92e7-8427f5fde89c {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image-container {
      position: relative;
    }

    .s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36a937ea-e920-4e34-92e7-8427f5fde89c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-36a937ea-e920-4e34-92e7-8427f5fde89c img.shogun-image,
  #s-36a937ea-e920-4e34-92e7-8427f5fde89c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36a937ea-e920-4e34-92e7-8427f5fde89c {
    width: 100%;
    height: auto;
  }

  #s-36a937ea-e920-4e34-92e7-8427f5fde89c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image {
    
    
  }


.s-36a937ea-e920-4e34-92e7-8427f5fde89c .shogun-image-content {
  
    align-items: center;
  
}

.s-36a937ea-e920-4e34-92e7-8427f5fde89c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36a937ea-e920-4e34-92e7-8427f5fde89c {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image-container {
      position: relative;
    }

    .s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36a937ea-e920-4e34-92e7-8427f5fde89c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-36a937ea-e920-4e34-92e7-8427f5fde89c img.shogun-image,
  #s-36a937ea-e920-4e34-92e7-8427f5fde89c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36a937ea-e920-4e34-92e7-8427f5fde89c {
    width: 100%;
    height: auto;
  }

  #s-36a937ea-e920-4e34-92e7-8427f5fde89c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image {
    
    
  }


.s-36a937ea-e920-4e34-92e7-8427f5fde89c .shogun-image-content {
  
    align-items: center;
  
}

.s-36a937ea-e920-4e34-92e7-8427f5fde89c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36a937ea-e920-4e34-92e7-8427f5fde89c {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image-container {
      position: relative;
    }

    .s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36a937ea-e920-4e34-92e7-8427f5fde89c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-36a937ea-e920-4e34-92e7-8427f5fde89c img.shogun-image,
  #s-36a937ea-e920-4e34-92e7-8427f5fde89c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-36a937ea-e920-4e34-92e7-8427f5fde89c {
    width: 100%;
    height: auto;
  }

  #s-36a937ea-e920-4e34-92e7-8427f5fde89c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image {
    
    
  }


.s-36a937ea-e920-4e34-92e7-8427f5fde89c .shogun-image-content {
  
    align-items: center;
  
}

.s-36a937ea-e920-4e34-92e7-8427f5fde89c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36a937ea-e920-4e34-92e7-8427f5fde89c {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image-container {
      position: relative;
    }

    .s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36a937ea-e920-4e34-92e7-8427f5fde89c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36a937ea-e920-4e34-92e7-8427f5fde89c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e3cf1ec2-d592-41c6-ac56-16f344d56e61 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3cf1ec2-d592-41c6-ac56-16f344d56e61 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



@media (min-width: 0px) {
[id="s-ac77147f-2be0-4359-861c-8a2e84080219"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-ac77147f-2be0-4359-861c-8a2e84080219"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-ac77147f-2be0-4359-861c-8a2e84080219"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-ac77147f-2be0-4359-861c-8a2e84080219"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd {
  max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd img.shogun-image,
  #s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd {
    width: 100%;
    height: auto;
  }

  #s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image {
    
    
  }


.s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd .shogun-image-content {
  
    align-items: center;
  
}

.s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image-container {
      position: relative;
    }

    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd img.shogun-image,
  #s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd {
    width: 100%;
    height: auto;
  }

  #s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image {
    
    
  }


.s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd .shogun-image-content {
  
    align-items: center;
  
}

.s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image-container {
      position: relative;
    }

    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd img.shogun-image,
  #s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd {
    width: 100%;
    height: auto;
  }

  #s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image {
    
    
  }


.s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd .shogun-image-content {
  
    align-items: center;
  
}

.s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image-container {
      position: relative;
    }

    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd img.shogun-image,
  #s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd {
    width: 100%;
    height: auto;
  }

  #s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image {
    
    
  }


.s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd .shogun-image-content {
  
    align-items: center;
  
}

.s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image-container {
      position: relative;
    }

    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd img.shogun-image,
  #s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd {
    width: 100%;
    height: auto;
  }

  #s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image {
    
    
  }


.s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd .shogun-image-content {
  
    align-items: center;
  
}

.s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image-container {
      position: relative;
    }

    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bb4dc4fe-4214-46e5-b15f-9f07e00041fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-038153ca-e454-49a1-9d60-87729d654eff {
  margin-top: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-038153ca-e454-49a1-9d60-87729d654eff .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 {
  max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 img.shogun-image,
  #s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 {
    width: 100%;
    height: auto;
  }

  #s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image {
    
    
  }


.s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 .shogun-image-content {
  
    align-items: center;
  
}

.s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image-container {
      position: relative;
    }

    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 img.shogun-image,
  #s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 {
    width: 100%;
    height: auto;
  }

  #s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image {
    
    
  }


.s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 .shogun-image-content {
  
    align-items: center;
  
}

.s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image-container {
      position: relative;
    }

    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 img.shogun-image,
  #s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 {
    width: 100%;
    height: auto;
  }

  #s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image {
    
    
  }


.s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 .shogun-image-content {
  
    align-items: center;
  
}

.s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image-container {
      position: relative;
    }

    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 img.shogun-image,
  #s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 {
    width: 100%;
    height: auto;
  }

  #s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image {
    
    
  }


.s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 .shogun-image-content {
  
    align-items: center;
  
}

.s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image-container {
      position: relative;
    }

    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 img.shogun-image,
  #s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 {
    width: 100%;
    height: auto;
  }

  #s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image {
    
    
  }


.s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 .shogun-image-content {
  
    align-items: center;
  
}

.s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image-container {
      position: relative;
    }

    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34cd5b88-8b72-4c92-b7d7-71c6aef53768 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-dc0df2ab-cf66-4d6c-8bb2-5106e4ac7398 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dc0df2ab-cf66-4d6c-8bb2-5106e4ac7398 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 {
  max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 img.shogun-image,
  #s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 {
    width: 100%;
    height: auto;
  }

  #s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image {
    
    
  }


.s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image-container {
      position: relative;
    }

    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 img.shogun-image,
  #s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 {
    width: 100%;
    height: auto;
  }

  #s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image {
    
    
  }


.s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image-container {
      position: relative;
    }

    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 img.shogun-image,
  #s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 {
    width: 100%;
    height: auto;
  }

  #s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image {
    
    
  }


.s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image-container {
      position: relative;
    }

    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 img.shogun-image,
  #s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 {
    width: 100%;
    height: auto;
  }

  #s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image {
    
    
  }


.s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image-container {
      position: relative;
    }

    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 img.shogun-image,
  #s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 {
    width: 100%;
    height: auto;
  }

  #s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image {
    
    
  }


.s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image-container {
      position: relative;
    }

    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b3563fb5-fb96-4e1b-a3af-f75324500fa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ef51553a-23a3-4be6-9270-7dc6ff0c7849 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef51553a-23a3-4be6-9270-7dc6ff0c7849 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 img.shogun-image,
  #s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 {
    width: 100%;
    height: auto;
  }

  #s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image {
    
    
  }


.s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image-container {
      position: relative;
    }

    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 img.shogun-image,
  #s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 {
    width: 100%;
    height: auto;
  }

  #s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image {
    
    
  }


.s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image-container {
      position: relative;
    }

    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 img.shogun-image,
  #s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 {
    width: 100%;
    height: auto;
  }

  #s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image {
    
    
  }


.s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image-container {
      position: relative;
    }

    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 img.shogun-image,
  #s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 {
    width: 100%;
    height: auto;
  }

  #s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image {
    
    
  }


.s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image-container {
      position: relative;
    }

    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 img.shogun-image,
  #s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 {
    width: 100%;
    height: auto;
  }

  #s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image {
    
    
  }


.s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image-container {
      position: relative;
    }

    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e56a8a70-e884-4d71-845c-1b0bf5bdbad9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ebb1fea3-cdeb-40dd-90fd-6ae87e383483 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebb1fea3-cdeb-40dd-90fd-6ae87e383483 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 1px;
  
}



#s-22ba10e9-22f7-4471-91aa-1268d7c6010c {
  margin-top: 0%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22ba10e9-22f7-4471-91aa-1268d7c6010c .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 3px;
  
}



#s-63e0bd7d-3e4f-4d53-a9e3-b193eb0cd1e9 {
  margin-top: 0%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63e0bd7d-3e4f-4d53-a9e3-b193eb0cd1e9 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 3px;
  
}



@media (min-width: 0px) {
[id="s-40dcf9e2-0072-4fe2-9e69-9db450649445"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-40dcf9e2-0072-4fe2-9e69-9db450649445"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-40dcf9e2-0072-4fe2-9e69-9db450649445"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-40dcf9e2-0072-4fe2-9e69-9db450649445"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-db90790e-3501-456d-b93b-2ee090699d18 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-db90790e-3501-456d-b93b-2ee090699d18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db90790e-3501-456d-b93b-2ee090699d18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98b03103-f1cb-4ab9-ad43-9e00a4bfef6b {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-98b03103-f1cb-4ab9-ad43-9e00a4bfef6b:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-98b03103-f1cb-4ab9-ad43-9e00a4bfef6b:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-98b03103-f1cb-4ab9-ad43-9e00a4bfef6b-root {
    text-align: center;
  }


#s-98b03103-f1cb-4ab9-ad43-9e00a4bfef6b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-98b03103-f1cb-4ab9-ad43-9e00a4bfef6b-root {
    text-align: center;
  }


#s-98b03103-f1cb-4ab9-ad43-9e00a4bfef6b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-98b03103-f1cb-4ab9-ad43-9e00a4bfef6b-root {
    text-align: center;
  }


#s-98b03103-f1cb-4ab9-ad43-9e00a4bfef6b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-98b03103-f1cb-4ab9-ad43-9e00a4bfef6b-root {
    text-align: center;
  }


#s-98b03103-f1cb-4ab9-ad43-9e00a4bfef6b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-98b03103-f1cb-4ab9-ad43-9e00a4bfef6b-root {
    text-align: center;
  }


#s-98b03103-f1cb-4ab9-ad43-9e00a4bfef6b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-98b03103-f1cb-4ab9-ad43-9e00a4bfef6b-root {
    text-align: center;
  }


#s-98b03103-f1cb-4ab9-ad43-9e00a4bfef6b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5f167d42-5518-44a2-8f27-eaddeb8b7128 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-5f167d42-5518-44a2-8f27-eaddeb8b7128 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f167d42-5518-44a2-8f27-eaddeb8b7128.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c159612b-5782-45ce-9038-f71bd3b12090 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-c159612b-5782-45ce-9038-f71bd3b12090:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c159612b-5782-45ce-9038-f71bd3b12090:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c159612b-5782-45ce-9038-f71bd3b12090-root {
    text-align: center;
  }


#s-c159612b-5782-45ce-9038-f71bd3b12090.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c159612b-5782-45ce-9038-f71bd3b12090-root {
    text-align: center;
  }


#s-c159612b-5782-45ce-9038-f71bd3b12090.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c159612b-5782-45ce-9038-f71bd3b12090-root {
    text-align: center;
  }


#s-c159612b-5782-45ce-9038-f71bd3b12090.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c159612b-5782-45ce-9038-f71bd3b12090-root {
    text-align: center;
  }


#s-c159612b-5782-45ce-9038-f71bd3b12090.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c159612b-5782-45ce-9038-f71bd3b12090-root {
    text-align: center;
  }


#s-c159612b-5782-45ce-9038-f71bd3b12090.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-c159612b-5782-45ce-9038-f71bd3b12090-root {
    text-align: center;
  }


#s-c159612b-5782-45ce-9038-f71bd3b12090.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-21933ed6-4f64-4369-925c-fa1d0dc10a6f {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-21933ed6-4f64-4369-925c-fa1d0dc10a6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21933ed6-4f64-4369-925c-fa1d0dc10a6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11574b96-073a-49e0-a3aa-6f91470c4fea {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-11574b96-073a-49e0-a3aa-6f91470c4fea:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-11574b96-073a-49e0-a3aa-6f91470c4fea:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-11574b96-073a-49e0-a3aa-6f91470c4fea-root {
    text-align: center;
  }


#s-11574b96-073a-49e0-a3aa-6f91470c4fea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-11574b96-073a-49e0-a3aa-6f91470c4fea-root {
    text-align: center;
  }


#s-11574b96-073a-49e0-a3aa-6f91470c4fea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-11574b96-073a-49e0-a3aa-6f91470c4fea-root {
    text-align: center;
  }


#s-11574b96-073a-49e0-a3aa-6f91470c4fea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-11574b96-073a-49e0-a3aa-6f91470c4fea-root {
    text-align: center;
  }


#s-11574b96-073a-49e0-a3aa-6f91470c4fea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-11574b96-073a-49e0-a3aa-6f91470c4fea-root {
    text-align: center;
  }


#s-11574b96-073a-49e0-a3aa-6f91470c4fea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-11574b96-073a-49e0-a3aa-6f91470c4fea-root {
    text-align: center;
  }


#s-11574b96-073a-49e0-a3aa-6f91470c4fea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-66763797-44d8-4358-9211-e5b4908739cc {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-66763797-44d8-4358-9211-e5b4908739cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66763797-44d8-4358-9211-e5b4908739cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-500a5bdf-d15f-4fe9-8393-3cbfa42c3683 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-500a5bdf-d15f-4fe9-8393-3cbfa42c3683:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-500a5bdf-d15f-4fe9-8393-3cbfa42c3683:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-500a5bdf-d15f-4fe9-8393-3cbfa42c3683-root {
    text-align: center;
  }


#s-500a5bdf-d15f-4fe9-8393-3cbfa42c3683.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-500a5bdf-d15f-4fe9-8393-3cbfa42c3683-root {
    text-align: center;
  }


#s-500a5bdf-d15f-4fe9-8393-3cbfa42c3683.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-500a5bdf-d15f-4fe9-8393-3cbfa42c3683-root {
    text-align: center;
  }


#s-500a5bdf-d15f-4fe9-8393-3cbfa42c3683.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-500a5bdf-d15f-4fe9-8393-3cbfa42c3683-root {
    text-align: center;
  }


#s-500a5bdf-d15f-4fe9-8393-3cbfa42c3683.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-500a5bdf-d15f-4fe9-8393-3cbfa42c3683-root {
    text-align: center;
  }


#s-500a5bdf-d15f-4fe9-8393-3cbfa42c3683.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-500a5bdf-d15f-4fe9-8393-3cbfa42c3683-root {
    text-align: center;
  }


#s-500a5bdf-d15f-4fe9-8393-3cbfa42c3683.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

@media (min-width: 0px) {
[id="s-9e071b8c-dad9-46fb-9bd6-3633344e1113"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-9e071b8c-dad9-46fb-9bd6-3633344e1113"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-9e071b8c-dad9-46fb-9bd6-3633344e1113"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-9e071b8c-dad9-46fb-9bd6-3633344e1113"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-fb1e58bd-68a6-4a73-a8a5-69dd8f25831d {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-fb1e58bd-68a6-4a73-a8a5-69dd8f25831d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb1e58bd-68a6-4a73-a8a5-69dd8f25831d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fab95a8-aa6a-476e-98b7-819f1fc8fb9a {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7fab95a8-aa6a-476e-98b7-819f1fc8fb9a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7fab95a8-aa6a-476e-98b7-819f1fc8fb9a:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-7fab95a8-aa6a-476e-98b7-819f1fc8fb9a-root {
    text-align: center;
  }


#s-7fab95a8-aa6a-476e-98b7-819f1fc8fb9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7fab95a8-aa6a-476e-98b7-819f1fc8fb9a-root {
    text-align: center;
  }


#s-7fab95a8-aa6a-476e-98b7-819f1fc8fb9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7fab95a8-aa6a-476e-98b7-819f1fc8fb9a-root {
    text-align: center;
  }


#s-7fab95a8-aa6a-476e-98b7-819f1fc8fb9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7fab95a8-aa6a-476e-98b7-819f1fc8fb9a-root {
    text-align: center;
  }


#s-7fab95a8-aa6a-476e-98b7-819f1fc8fb9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7fab95a8-aa6a-476e-98b7-819f1fc8fb9a-root {
    text-align: center;
  }


#s-7fab95a8-aa6a-476e-98b7-819f1fc8fb9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-7fab95a8-aa6a-476e-98b7-819f1fc8fb9a-root {
    text-align: center;
  }


#s-7fab95a8-aa6a-476e-98b7-819f1fc8fb9a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-378a9267-f422-4772-b726-9d3850d1d5c2 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-378a9267-f422-4772-b726-9d3850d1d5c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-378a9267-f422-4772-b726-9d3850d1d5c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6145c0bb-6114-4542-b0dd-fef865ec3c85 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6145c0bb-6114-4542-b0dd-fef865ec3c85:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6145c0bb-6114-4542-b0dd-fef865ec3c85:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-6145c0bb-6114-4542-b0dd-fef865ec3c85-root {
    text-align: center;
  }


#s-6145c0bb-6114-4542-b0dd-fef865ec3c85.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6145c0bb-6114-4542-b0dd-fef865ec3c85-root {
    text-align: center;
  }


#s-6145c0bb-6114-4542-b0dd-fef865ec3c85.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6145c0bb-6114-4542-b0dd-fef865ec3c85-root {
    text-align: center;
  }


#s-6145c0bb-6114-4542-b0dd-fef865ec3c85.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6145c0bb-6114-4542-b0dd-fef865ec3c85-root {
    text-align: center;
  }


#s-6145c0bb-6114-4542-b0dd-fef865ec3c85.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6145c0bb-6114-4542-b0dd-fef865ec3c85-root {
    text-align: center;
  }


#s-6145c0bb-6114-4542-b0dd-fef865ec3c85.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-6145c0bb-6114-4542-b0dd-fef865ec3c85-root {
    text-align: center;
  }


#s-6145c0bb-6114-4542-b0dd-fef865ec3c85.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9a751ef8-563a-4d54-9d96-980f069d46cb {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-9a751ef8-563a-4d54-9d96-980f069d46cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a751ef8-563a-4d54-9d96-980f069d46cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11fe520b-f8a3-4509-bcb6-09a8b7e6703c {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-11fe520b-f8a3-4509-bcb6-09a8b7e6703c:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-11fe520b-f8a3-4509-bcb6-09a8b7e6703c:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-11fe520b-f8a3-4509-bcb6-09a8b7e6703c-root {
    text-align: center;
  }


#s-11fe520b-f8a3-4509-bcb6-09a8b7e6703c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-11fe520b-f8a3-4509-bcb6-09a8b7e6703c-root {
    text-align: center;
  }


#s-11fe520b-f8a3-4509-bcb6-09a8b7e6703c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-11fe520b-f8a3-4509-bcb6-09a8b7e6703c-root {
    text-align: center;
  }


#s-11fe520b-f8a3-4509-bcb6-09a8b7e6703c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-11fe520b-f8a3-4509-bcb6-09a8b7e6703c-root {
    text-align: center;
  }


#s-11fe520b-f8a3-4509-bcb6-09a8b7e6703c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-11fe520b-f8a3-4509-bcb6-09a8b7e6703c-root {
    text-align: center;
  }


#s-11fe520b-f8a3-4509-bcb6-09a8b7e6703c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-11fe520b-f8a3-4509-bcb6-09a8b7e6703c-root {
    text-align: center;
  }


#s-11fe520b-f8a3-4509-bcb6-09a8b7e6703c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-17229b63-20ba-42d7-9748-af380d6de480 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-17229b63-20ba-42d7-9748-af380d6de480 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17229b63-20ba-42d7-9748-af380d6de480.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35badbd7-2e45-44a7-979b-21732c706008 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-35badbd7-2e45-44a7-979b-21732c706008:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-35badbd7-2e45-44a7-979b-21732c706008:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-35badbd7-2e45-44a7-979b-21732c706008-root {
    text-align: center;
  }


#s-35badbd7-2e45-44a7-979b-21732c706008.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-35badbd7-2e45-44a7-979b-21732c706008-root {
    text-align: center;
  }


#s-35badbd7-2e45-44a7-979b-21732c706008.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35badbd7-2e45-44a7-979b-21732c706008-root {
    text-align: center;
  }


#s-35badbd7-2e45-44a7-979b-21732c706008.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35badbd7-2e45-44a7-979b-21732c706008-root {
    text-align: center;
  }


#s-35badbd7-2e45-44a7-979b-21732c706008.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-35badbd7-2e45-44a7-979b-21732c706008-root {
    text-align: center;
  }


#s-35badbd7-2e45-44a7-979b-21732c706008.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-35badbd7-2e45-44a7-979b-21732c706008-root {
    text-align: center;
  }


#s-35badbd7-2e45-44a7-979b-21732c706008.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

@media (min-width: 0px) {
[id="s-20a0fcdd-03be-42fc-9fe9-35370c14af5d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-20a0fcdd-03be-42fc-9fe9-35370c14af5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-20a0fcdd-03be-42fc-9fe9-35370c14af5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-20a0fcdd-03be-42fc-9fe9-35370c14af5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 {
  max-width: 1100px;
aspect-ratio: 1100/1422;
text-align: center;
}





  #s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 img.shogun-image,
  #s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 {
    width: 100%;
    height: auto;
  }

  #s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image {
    
    
  }


.s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image-container {
      position: relative;
    }

    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 img.shogun-image,
  #s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 {
    width: 100%;
    height: auto;
  }

  #s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image {
    
    
  }


.s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image-container {
      position: relative;
    }

    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 img.shogun-image,
  #s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 {
    width: 100%;
    height: auto;
  }

  #s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image {
    
    
  }


.s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image-container {
      position: relative;
    }

    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 img.shogun-image,
  #s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 {
    width: 100%;
    height: auto;
  }

  #s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image {
    
    
  }


.s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image-container {
      position: relative;
    }

    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 img.shogun-image,
  #s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 {
    width: 100%;
    height: auto;
  }

  #s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image {
    
    
  }


.s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image-container {
      position: relative;
    }

    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b7a7ffe-80d7-48a0-bfc8-59cdc8086504 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-80463938-bb63-483a-82c4-b4a5ac4e3706 {
  margin-top: 3%;
margin-bottom: -2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80463938-bb63-483a-82c4-b4a5ac4e3706 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 3px;
  
}



#s-41e1c48f-8415-4455-8066-472213aa472e {
  margin-top: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-41e1c48f-8415-4455-8066-472213aa472e .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 2px;
  
}



#s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 {
  max-width: 1100px;
aspect-ratio: 1100/1422;
text-align: center;
}





  #s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 img.shogun-image,
  #s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 {
    width: 100%;
    height: auto;
  }

  #s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image {
    
    
  }


.s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image-container {
      position: relative;
    }

    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 img.shogun-image,
  #s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 {
    width: 100%;
    height: auto;
  }

  #s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image {
    
    
  }


.s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image-container {
      position: relative;
    }

    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 img.shogun-image,
  #s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 {
    width: 100%;
    height: auto;
  }

  #s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image {
    
    
  }


.s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image-container {
      position: relative;
    }

    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 img.shogun-image,
  #s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 {
    width: 100%;
    height: auto;
  }

  #s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image {
    
    
  }


.s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image-container {
      position: relative;
    }

    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 img.shogun-image,
  #s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 {
    width: 100%;
    height: auto;
  }

  #s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image {
    
    
  }


.s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 .shogun-image-content {
  
    align-items: center;
  
}

.s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image-container {
      position: relative;
    }

    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c0e01a7d-442d-47de-820d-0a8b4a46ea31 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4b1fbe45-d90a-41ba-829a-a982bfab2e0b {
  margin-top: 3%;
margin-bottom: -2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b1fbe45-d90a-41ba-829a-a982bfab2e0b .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 3px;
  
}



#s-ec614712-f616-4689-95ff-15835e1cdab7 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec614712-f616-4689-95ff-15835e1cdab7 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 2px;
  
}



#s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 {
  max-width: 1100px;
aspect-ratio: 1100/1422;
text-align: center;
}





  #s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 img.shogun-image,
  #s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 {
    width: 100%;
    height: auto;
  }

  #s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image {
    
    
  }


.s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 .shogun-image-content {
  
    align-items: center;
  
}

.s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image-container {
      position: relative;
    }

    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 img.shogun-image,
  #s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 {
    width: 100%;
    height: auto;
  }

  #s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image {
    
    
  }


.s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 .shogun-image-content {
  
    align-items: center;
  
}

.s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image-container {
      position: relative;
    }

    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 img.shogun-image,
  #s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 {
    width: 100%;
    height: auto;
  }

  #s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image {
    
    
  }


.s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 .shogun-image-content {
  
    align-items: center;
  
}

.s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image-container {
      position: relative;
    }

    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 img.shogun-image,
  #s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 {
    width: 100%;
    height: auto;
  }

  #s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image {
    
    
  }


.s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 .shogun-image-content {
  
    align-items: center;
  
}

.s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image-container {
      position: relative;
    }

    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 img.shogun-image,
  #s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 {
    width: 100%;
    height: auto;
  }

  #s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image {
    
    
  }


.s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 .shogun-image-content {
  
    align-items: center;
  
}

.s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image-container {
      position: relative;
    }

    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e34e8a85-04ce-49bb-bbcf-52b2b3e67331 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-07615096-895e-4a00-b165-55309e2e26a9 {
  margin-top: 3%;
margin-bottom: -2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07615096-895e-4a00-b165-55309e2e26a9 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 3px;
  
}



#s-4fbebc98-c46e-43ac-88ea-5fe7e177870b {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4fbebc98-c46e-43ac-88ea-5fe7e177870b .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 2px;
  
}



#s-f7ed77da-a0b8-487a-bd28-f917e11135f4 {
  max-width: 1100px;
aspect-ratio: 1100/1422;
text-align: center;
}





  #s-f7ed77da-a0b8-487a-bd28-f917e11135f4 img.shogun-image,
  #s-f7ed77da-a0b8-487a-bd28-f917e11135f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7ed77da-a0b8-487a-bd28-f917e11135f4 {
    width: 100%;
    height: auto;
  }

  #s-f7ed77da-a0b8-487a-bd28-f917e11135f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image {
    
    
  }


.s-f7ed77da-a0b8-487a-bd28-f917e11135f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image-container {
      position: relative;
    }

    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f7ed77da-a0b8-487a-bd28-f917e11135f4 img.shogun-image,
  #s-f7ed77da-a0b8-487a-bd28-f917e11135f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7ed77da-a0b8-487a-bd28-f917e11135f4 {
    width: 100%;
    height: auto;
  }

  #s-f7ed77da-a0b8-487a-bd28-f917e11135f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image {
    
    
  }


.s-f7ed77da-a0b8-487a-bd28-f917e11135f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image-container {
      position: relative;
    }

    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f7ed77da-a0b8-487a-bd28-f917e11135f4 img.shogun-image,
  #s-f7ed77da-a0b8-487a-bd28-f917e11135f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7ed77da-a0b8-487a-bd28-f917e11135f4 {
    width: 100%;
    height: auto;
  }

  #s-f7ed77da-a0b8-487a-bd28-f917e11135f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image {
    
    
  }


.s-f7ed77da-a0b8-487a-bd28-f917e11135f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image-container {
      position: relative;
    }

    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f7ed77da-a0b8-487a-bd28-f917e11135f4 img.shogun-image,
  #s-f7ed77da-a0b8-487a-bd28-f917e11135f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7ed77da-a0b8-487a-bd28-f917e11135f4 {
    width: 100%;
    height: auto;
  }

  #s-f7ed77da-a0b8-487a-bd28-f917e11135f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image {
    
    
  }


.s-f7ed77da-a0b8-487a-bd28-f917e11135f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image-container {
      position: relative;
    }

    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f7ed77da-a0b8-487a-bd28-f917e11135f4 img.shogun-image,
  #s-f7ed77da-a0b8-487a-bd28-f917e11135f4 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7ed77da-a0b8-487a-bd28-f917e11135f4 {
    width: 100%;
    height: auto;
  }

  #s-f7ed77da-a0b8-487a-bd28-f917e11135f4 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image {
    
    
  }


.s-f7ed77da-a0b8-487a-bd28-f917e11135f4 .shogun-image-content {
  
    align-items: center;
  
}

.s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image-container {
      position: relative;
    }

    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f7ed77da-a0b8-487a-bd28-f917e11135f4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7980feb6-41db-49a0-b63d-28d32e562214 {
  margin-top: 3%;
margin-bottom: -2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7980feb6-41db-49a0-b63d-28d32e562214 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 3px;
  
}



#s-d2b74e0d-353a-4829-abdd-7a37dd5b6b38 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2b74e0d-353a-4829-abdd-7a37dd5b6b38 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 2px;
  
}



@media (min-width: 0px) {
[id="s-b769e5e5-68fb-4ee9-83d2-0cc7eac31906"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b769e5e5-68fb-4ee9-83d2-0cc7eac31906"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b769e5e5-68fb-4ee9-83d2-0cc7eac31906"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b769e5e5-68fb-4ee9-83d2-0cc7eac31906"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb {
  max-width: 1000px;
aspect-ratio: 1000/1293;
text-align: center;
}





  #s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb img.shogun-image,
  #s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb {
    width: 100%;
    height: auto;
  }

  #s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image {
    
    
  }


.s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb .shogun-image-content {
  
    align-items: center;
  
}

.s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image-container {
      position: relative;
    }

    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb img.shogun-image,
  #s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb {
    width: 100%;
    height: auto;
  }

  #s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image {
    
    
  }


.s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb .shogun-image-content {
  
    align-items: center;
  
}

.s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image-container {
      position: relative;
    }

    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb img.shogun-image,
  #s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb {
    width: 100%;
    height: auto;
  }

  #s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image {
    
    
  }


.s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb .shogun-image-content {
  
    align-items: center;
  
}

.s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image-container {
      position: relative;
    }

    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb img.shogun-image,
  #s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb {
    width: 100%;
    height: auto;
  }

  #s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image {
    
    
  }


.s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb .shogun-image-content {
  
    align-items: center;
  
}

.s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image-container {
      position: relative;
    }

    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb img.shogun-image,
  #s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb {
    width: 100%;
    height: auto;
  }

  #s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image {
    
    
  }


.s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb .shogun-image-content {
  
    align-items: center;
  
}

.s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb {
      --shg-aspect-ratio: calc(1000/1293); 
    }

    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image-container {
      position: relative;
    }

    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed7c051e-69e4-4fc9-8cac-8e72a03dc0bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b7542f02-6a6d-4476-899c-0dcc8a9e0b1d {
  margin-top: 3%;
margin-bottom: -2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7542f02-6a6d-4476-899c-0dcc8a9e0b1d .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 3px;
  
}



#s-8c7cc2ad-c6bf-403c-8549-fb3c6c8d7f41 {
  margin-top: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c7cc2ad-c6bf-403c-8549-fb3c6c8d7f41 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 2px;
  
}



#s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 {
  max-width: 1100px;
aspect-ratio: 1100/1422;
text-align: center;
}





  #s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 img.shogun-image,
  #s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 {
    width: 100%;
    height: auto;
  }

  #s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image {
    
    
  }


.s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 .shogun-image-content {
  
    align-items: center;
  
}

.s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image-container {
      position: relative;
    }

    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 img.shogun-image,
  #s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 {
    width: 100%;
    height: auto;
  }

  #s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image {
    
    
  }


.s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 .shogun-image-content {
  
    align-items: center;
  
}

.s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image-container {
      position: relative;
    }

    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 img.shogun-image,
  #s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 {
    width: 100%;
    height: auto;
  }

  #s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image {
    
    
  }


.s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 .shogun-image-content {
  
    align-items: center;
  
}

.s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image-container {
      position: relative;
    }

    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 img.shogun-image,
  #s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 {
    width: 100%;
    height: auto;
  }

  #s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image {
    
    
  }


.s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 .shogun-image-content {
  
    align-items: center;
  
}

.s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image-container {
      position: relative;
    }

    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 img.shogun-image,
  #s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 {
    width: 100%;
    height: auto;
  }

  #s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image {
    
    
  }


.s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 .shogun-image-content {
  
    align-items: center;
  
}

.s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image-container {
      position: relative;
    }

    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ceeaf044-8a5d-4a4c-93d6-73fa81a87a27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e869900f-34a1-45c5-b9d4-5dd556c17265 {
  margin-top: 3%;
margin-bottom: -2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e869900f-34a1-45c5-b9d4-5dd556c17265 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 3px;
  
}



#s-79fe8b9d-4143-4daa-af52-2c99cc67dbb5 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79fe8b9d-4143-4daa-af52-2c99cc67dbb5 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 2px;
  
}



#s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 {
  max-width: 1100px;
aspect-ratio: 1100/1422;
text-align: center;
}





  #s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 img.shogun-image,
  #s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 {
    width: 100%;
    height: auto;
  }

  #s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image {
    
    
  }


.s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 .shogun-image-content {
  
    align-items: center;
  
}

.s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image-container {
      position: relative;
    }

    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 img.shogun-image,
  #s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 {
    width: 100%;
    height: auto;
  }

  #s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image {
    
    
  }


.s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 .shogun-image-content {
  
    align-items: center;
  
}

.s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image-container {
      position: relative;
    }

    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 img.shogun-image,
  #s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 {
    width: 100%;
    height: auto;
  }

  #s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image {
    
    
  }


.s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 .shogun-image-content {
  
    align-items: center;
  
}

.s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image-container {
      position: relative;
    }

    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 img.shogun-image,
  #s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 {
    width: 100%;
    height: auto;
  }

  #s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image {
    
    
  }


.s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 .shogun-image-content {
  
    align-items: center;
  
}

.s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image-container {
      position: relative;
    }

    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 img.shogun-image,
  #s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 {
    width: 100%;
    height: auto;
  }

  #s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image {
    
    
  }


.s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 .shogun-image-content {
  
    align-items: center;
  
}

.s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image-container {
      position: relative;
    }

    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11ddd0e3-8b2b-4289-a0a5-241846ef8679 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-cbba4798-06e8-4935-8fde-15bf357e87e6 {
  margin-top: 3%;
margin-bottom: -2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbba4798-06e8-4935-8fde-15bf357e87e6 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 3px;
  
}



#s-cc9161d2-02bd-4c5f-8953-d25dcaad16ce {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc9161d2-02bd-4c5f-8953-d25dcaad16ce .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 2px;
  
}



#s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 {
  max-width: 1100px;
aspect-ratio: 1100/1422;
text-align: center;
}





  #s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 img.shogun-image,
  #s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 {
    width: 100%;
    height: auto;
  }

  #s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image {
    
    
  }


.s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 .shogun-image-content {
  
    align-items: center;
  
}

.s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image-container {
      position: relative;
    }

    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 img.shogun-image,
  #s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 {
    width: 100%;
    height: auto;
  }

  #s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image {
    
    
  }


.s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 .shogun-image-content {
  
    align-items: center;
  
}

.s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image-container {
      position: relative;
    }

    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 img.shogun-image,
  #s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 {
    width: 100%;
    height: auto;
  }

  #s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image {
    
    
  }


.s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 .shogun-image-content {
  
    align-items: center;
  
}

.s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image-container {
      position: relative;
    }

    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 img.shogun-image,
  #s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 {
    width: 100%;
    height: auto;
  }

  #s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image {
    
    
  }


.s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 .shogun-image-content {
  
    align-items: center;
  
}

.s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image-container {
      position: relative;
    }

    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 img.shogun-image,
  #s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 {
    width: 100%;
    height: auto;
  }

  #s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image {
    
    
  }


.s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 .shogun-image-content {
  
    align-items: center;
  
}

.s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 {
      --shg-aspect-ratio: calc(1100/1422); 
    }

    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image-container {
      position: relative;
    }

    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fec3fb7e-eabf-4546-8a8c-a9412eba0812 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e9d6228e-29da-4fe5-95c8-6c620e866c5c {
  margin-top: 3%;
margin-bottom: -2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9d6228e-29da-4fe5-95c8-6c620e866c5c .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 3px;
  
}



#s-2648d29a-a6bc-461c-9646-6322339c37e1 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2648d29a-a6bc-461c-9646-6322339c37e1 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 2px;
  
}



@media (min-width: 0px) {
[id="s-67d56b3b-0034-49d3-abd5-5ec792a09748"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-67d56b3b-0034-49d3-abd5-5ec792a09748"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-67d56b3b-0034-49d3-abd5-5ec792a09748"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-67d56b3b-0034-49d3-abd5-5ec792a09748"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f7338f74-f0f8-452f-b0a7-98624149e6f6 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-f7338f74-f0f8-452f-b0a7-98624149e6f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7338f74-f0f8-452f-b0a7-98624149e6f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58794f0e-f6d6-4dbe-9399-63b74b90c889 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-58794f0e-f6d6-4dbe-9399-63b74b90c889:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-58794f0e-f6d6-4dbe-9399-63b74b90c889:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-58794f0e-f6d6-4dbe-9399-63b74b90c889-root {
    text-align: center;
  }


#s-58794f0e-f6d6-4dbe-9399-63b74b90c889.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-58794f0e-f6d6-4dbe-9399-63b74b90c889-root {
    text-align: center;
  }


#s-58794f0e-f6d6-4dbe-9399-63b74b90c889.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-58794f0e-f6d6-4dbe-9399-63b74b90c889-root {
    text-align: center;
  }


#s-58794f0e-f6d6-4dbe-9399-63b74b90c889.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-58794f0e-f6d6-4dbe-9399-63b74b90c889-root {
    text-align: center;
  }


#s-58794f0e-f6d6-4dbe-9399-63b74b90c889.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-58794f0e-f6d6-4dbe-9399-63b74b90c889-root {
    text-align: center;
  }


#s-58794f0e-f6d6-4dbe-9399-63b74b90c889.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-58794f0e-f6d6-4dbe-9399-63b74b90c889-root {
    text-align: center;
  }


#s-58794f0e-f6d6-4dbe-9399-63b74b90c889.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9d27bc75-678f-4643-ac5f-9ac33e2a6a65 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-9d27bc75-678f-4643-ac5f-9ac33e2a6a65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d27bc75-678f-4643-ac5f-9ac33e2a6a65.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16161665-4c61-4bd2-b26f-a86100e826a1 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-16161665-4c61-4bd2-b26f-a86100e826a1:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-16161665-4c61-4bd2-b26f-a86100e826a1:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-16161665-4c61-4bd2-b26f-a86100e826a1-root {
    text-align: center;
  }


#s-16161665-4c61-4bd2-b26f-a86100e826a1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-16161665-4c61-4bd2-b26f-a86100e826a1-root {
    text-align: center;
  }


#s-16161665-4c61-4bd2-b26f-a86100e826a1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16161665-4c61-4bd2-b26f-a86100e826a1-root {
    text-align: center;
  }


#s-16161665-4c61-4bd2-b26f-a86100e826a1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16161665-4c61-4bd2-b26f-a86100e826a1-root {
    text-align: center;
  }


#s-16161665-4c61-4bd2-b26f-a86100e826a1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-16161665-4c61-4bd2-b26f-a86100e826a1-root {
    text-align: center;
  }


#s-16161665-4c61-4bd2-b26f-a86100e826a1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-16161665-4c61-4bd2-b26f-a86100e826a1-root {
    text-align: center;
  }


#s-16161665-4c61-4bd2-b26f-a86100e826a1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fceb86dd-e841-44dc-a083-9a7a71e002d7 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-fceb86dd-e841-44dc-a083-9a7a71e002d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fceb86dd-e841-44dc-a083-9a7a71e002d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7caf4b8c-ce1b-4f10-b51c-4fb0e60c24ab {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7caf4b8c-ce1b-4f10-b51c-4fb0e60c24ab:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7caf4b8c-ce1b-4f10-b51c-4fb0e60c24ab:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-7caf4b8c-ce1b-4f10-b51c-4fb0e60c24ab-root {
    text-align: center;
  }


#s-7caf4b8c-ce1b-4f10-b51c-4fb0e60c24ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7caf4b8c-ce1b-4f10-b51c-4fb0e60c24ab-root {
    text-align: center;
  }


#s-7caf4b8c-ce1b-4f10-b51c-4fb0e60c24ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7caf4b8c-ce1b-4f10-b51c-4fb0e60c24ab-root {
    text-align: center;
  }


#s-7caf4b8c-ce1b-4f10-b51c-4fb0e60c24ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7caf4b8c-ce1b-4f10-b51c-4fb0e60c24ab-root {
    text-align: center;
  }


#s-7caf4b8c-ce1b-4f10-b51c-4fb0e60c24ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7caf4b8c-ce1b-4f10-b51c-4fb0e60c24ab-root {
    text-align: center;
  }


#s-7caf4b8c-ce1b-4f10-b51c-4fb0e60c24ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-7caf4b8c-ce1b-4f10-b51c-4fb0e60c24ab-root {
    text-align: center;
  }


#s-7caf4b8c-ce1b-4f10-b51c-4fb0e60c24ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d5033bf4-7dfb-4128-8158-7d22f37a9f5f {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-d5033bf4-7dfb-4128-8158-7d22f37a9f5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5033bf4-7dfb-4128-8158-7d22f37a9f5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b889a16-594e-4253-a540-bebf270da871 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-8b889a16-594e-4253-a540-bebf270da871:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8b889a16-594e-4253-a540-bebf270da871:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-8b889a16-594e-4253-a540-bebf270da871-root {
    text-align: center;
  }


#s-8b889a16-594e-4253-a540-bebf270da871.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8b889a16-594e-4253-a540-bebf270da871-root {
    text-align: center;
  }


#s-8b889a16-594e-4253-a540-bebf270da871.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b889a16-594e-4253-a540-bebf270da871-root {
    text-align: center;
  }


#s-8b889a16-594e-4253-a540-bebf270da871.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b889a16-594e-4253-a540-bebf270da871-root {
    text-align: center;
  }


#s-8b889a16-594e-4253-a540-bebf270da871.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8b889a16-594e-4253-a540-bebf270da871-root {
    text-align: center;
  }


#s-8b889a16-594e-4253-a540-bebf270da871.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-8b889a16-594e-4253-a540-bebf270da871-root {
    text-align: center;
  }


#s-8b889a16-594e-4253-a540-bebf270da871.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

@media (min-width: 0px) {
[id="s-9117ee39-3618-423a-8568-b22124094cae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9117ee39-3618-423a-8568-b22124094cae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9117ee39-3618-423a-8568-b22124094cae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9117ee39-3618-423a-8568-b22124094cae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b9eef5a6-3cbc-4521-a1aa-20e29fffef95 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-b9eef5a6-3cbc-4521-a1aa-20e29fffef95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9eef5a6-3cbc-4521-a1aa-20e29fffef95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1284b6d5-814d-40a4-8d4a-f749524b61ab {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1284b6d5-814d-40a4-8d4a-f749524b61ab:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1284b6d5-814d-40a4-8d4a-f749524b61ab:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-1284b6d5-814d-40a4-8d4a-f749524b61ab-root {
    text-align: center;
  }


#s-1284b6d5-814d-40a4-8d4a-f749524b61ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1284b6d5-814d-40a4-8d4a-f749524b61ab-root {
    text-align: center;
  }


#s-1284b6d5-814d-40a4-8d4a-f749524b61ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1284b6d5-814d-40a4-8d4a-f749524b61ab-root {
    text-align: center;
  }


#s-1284b6d5-814d-40a4-8d4a-f749524b61ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1284b6d5-814d-40a4-8d4a-f749524b61ab-root {
    text-align: center;
  }


#s-1284b6d5-814d-40a4-8d4a-f749524b61ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1284b6d5-814d-40a4-8d4a-f749524b61ab-root {
    text-align: center;
  }


#s-1284b6d5-814d-40a4-8d4a-f749524b61ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-1284b6d5-814d-40a4-8d4a-f749524b61ab-root {
    text-align: center;
  }


#s-1284b6d5-814d-40a4-8d4a-f749524b61ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-e9ddfbbb-d1af-4404-bc80-b5829146071e {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-e9ddfbbb-d1af-4404-bc80-b5829146071e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9ddfbbb-d1af-4404-bc80-b5829146071e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f9ce09a-5696-486c-b287-5bd0002aa4ba {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-6f9ce09a-5696-486c-b287-5bd0002aa4ba:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6f9ce09a-5696-486c-b287-5bd0002aa4ba:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-6f9ce09a-5696-486c-b287-5bd0002aa4ba-root {
    text-align: center;
  }


#s-6f9ce09a-5696-486c-b287-5bd0002aa4ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6f9ce09a-5696-486c-b287-5bd0002aa4ba-root {
    text-align: center;
  }


#s-6f9ce09a-5696-486c-b287-5bd0002aa4ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f9ce09a-5696-486c-b287-5bd0002aa4ba-root {
    text-align: center;
  }


#s-6f9ce09a-5696-486c-b287-5bd0002aa4ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f9ce09a-5696-486c-b287-5bd0002aa4ba-root {
    text-align: center;
  }


#s-6f9ce09a-5696-486c-b287-5bd0002aa4ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6f9ce09a-5696-486c-b287-5bd0002aa4ba-root {
    text-align: center;
  }


#s-6f9ce09a-5696-486c-b287-5bd0002aa4ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-6f9ce09a-5696-486c-b287-5bd0002aa4ba-root {
    text-align: center;
  }


#s-6f9ce09a-5696-486c-b287-5bd0002aa4ba.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3a93d32f-75be-40dc-a9e5-b3bacf015353 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-3a93d32f-75be-40dc-a9e5-b3bacf015353 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a93d32f-75be-40dc-a9e5-b3bacf015353.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be92be34-f04f-4236-ba81-7d2852c1dd7f {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-be92be34-f04f-4236-ba81-7d2852c1dd7f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-be92be34-f04f-4236-ba81-7d2852c1dd7f:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-be92be34-f04f-4236-ba81-7d2852c1dd7f-root {
    text-align: center;
  }


#s-be92be34-f04f-4236-ba81-7d2852c1dd7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-be92be34-f04f-4236-ba81-7d2852c1dd7f-root {
    text-align: center;
  }


#s-be92be34-f04f-4236-ba81-7d2852c1dd7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-be92be34-f04f-4236-ba81-7d2852c1dd7f-root {
    text-align: center;
  }


#s-be92be34-f04f-4236-ba81-7d2852c1dd7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-be92be34-f04f-4236-ba81-7d2852c1dd7f-root {
    text-align: center;
  }


#s-be92be34-f04f-4236-ba81-7d2852c1dd7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-be92be34-f04f-4236-ba81-7d2852c1dd7f-root {
    text-align: center;
  }


#s-be92be34-f04f-4236-ba81-7d2852c1dd7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-be92be34-f04f-4236-ba81-7d2852c1dd7f-root {
    text-align: center;
  }


#s-be92be34-f04f-4236-ba81-7d2852c1dd7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b46c2a6e-b578-4e78-91cf-07326d210d26 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-b46c2a6e-b578-4e78-91cf-07326d210d26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b46c2a6e-b578-4e78-91cf-07326d210d26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d569fe5-1e66-41c9-819f-b50006a6e8b7 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7d569fe5-1e66-41c9-819f-b50006a6e8b7:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7d569fe5-1e66-41c9-819f-b50006a6e8b7:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-7d569fe5-1e66-41c9-819f-b50006a6e8b7-root {
    text-align: center;
  }


#s-7d569fe5-1e66-41c9-819f-b50006a6e8b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7d569fe5-1e66-41c9-819f-b50006a6e8b7-root {
    text-align: center;
  }


#s-7d569fe5-1e66-41c9-819f-b50006a6e8b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d569fe5-1e66-41c9-819f-b50006a6e8b7-root {
    text-align: center;
  }


#s-7d569fe5-1e66-41c9-819f-b50006a6e8b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d569fe5-1e66-41c9-819f-b50006a6e8b7-root {
    text-align: center;
  }


#s-7d569fe5-1e66-41c9-819f-b50006a6e8b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7d569fe5-1e66-41c9-819f-b50006a6e8b7-root {
    text-align: center;
  }


#s-7d569fe5-1e66-41c9-819f-b50006a6e8b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-7d569fe5-1e66-41c9-819f-b50006a6e8b7-root {
    text-align: center;
  }


#s-7d569fe5-1e66-41c9-819f-b50006a6e8b7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-4cb25801-65a9-4feb-bb3a-52ea67bf88f8 {
  margin-top: 1%;
margin-bottom: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4cb25801-65a9-4feb-bb3a-52ea67bf88f8 {
  display: none;
}
#s-4cb25801-65a9-4feb-bb3a-52ea67bf88f8, #wrap-s-4cb25801-65a9-4feb-bb3a-52ea67bf88f8 { display: none !important; }}@media (max-width: 767px){#s-4cb25801-65a9-4feb-bb3a-52ea67bf88f8 {
  display: none;
}
#s-4cb25801-65a9-4feb-bb3a-52ea67bf88f8, #wrap-s-4cb25801-65a9-4feb-bb3a-52ea67bf88f8 { display: none !important; }}







#s-4cb25801-65a9-4feb-bb3a-52ea67bf88f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cb25801-65a9-4feb-bb3a-52ea67bf88f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed04aefa-4612-4155-a01f-9d5707ace648 {
  max-width: 3016px;
aspect-ratio: 3016/786;
text-align: center;
}





  #s-ed04aefa-4612-4155-a01f-9d5707ace648 img.shogun-image,
  #s-ed04aefa-4612-4155-a01f-9d5707ace648 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed04aefa-4612-4155-a01f-9d5707ace648 {
    width: 100%;
    height: auto;
  }

  #s-ed04aefa-4612-4155-a01f-9d5707ace648 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image {
    
    
  }


.s-ed04aefa-4612-4155-a01f-9d5707ace648 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed04aefa-4612-4155-a01f-9d5707ace648.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed04aefa-4612-4155-a01f-9d5707ace648 {
      --shg-aspect-ratio: calc(3016/786); 
    }

    .s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image-container {
      position: relative;
    }

    .s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed04aefa-4612-4155-a01f-9d5707ace648 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ed04aefa-4612-4155-a01f-9d5707ace648 img.shogun-image,
  #s-ed04aefa-4612-4155-a01f-9d5707ace648 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed04aefa-4612-4155-a01f-9d5707ace648 {
    width: 100%;
    height: auto;
  }

  #s-ed04aefa-4612-4155-a01f-9d5707ace648 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image {
    
    
  }


.s-ed04aefa-4612-4155-a01f-9d5707ace648 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed04aefa-4612-4155-a01f-9d5707ace648.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed04aefa-4612-4155-a01f-9d5707ace648 {
      --shg-aspect-ratio: calc(3016/786); 
    }

    .s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image-container {
      position: relative;
    }

    .s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed04aefa-4612-4155-a01f-9d5707ace648 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ed04aefa-4612-4155-a01f-9d5707ace648 img.shogun-image,
  #s-ed04aefa-4612-4155-a01f-9d5707ace648 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed04aefa-4612-4155-a01f-9d5707ace648 {
    width: 100%;
    height: auto;
  }

  #s-ed04aefa-4612-4155-a01f-9d5707ace648 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image {
    
    
  }


.s-ed04aefa-4612-4155-a01f-9d5707ace648 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed04aefa-4612-4155-a01f-9d5707ace648.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed04aefa-4612-4155-a01f-9d5707ace648 {
      --shg-aspect-ratio: calc(3016/786); 
    }

    .s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image-container {
      position: relative;
    }

    .s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed04aefa-4612-4155-a01f-9d5707ace648 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ed04aefa-4612-4155-a01f-9d5707ace648 img.shogun-image,
  #s-ed04aefa-4612-4155-a01f-9d5707ace648 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed04aefa-4612-4155-a01f-9d5707ace648 {
    width: 100%;
    height: auto;
  }

  #s-ed04aefa-4612-4155-a01f-9d5707ace648 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image {
    
    
  }


.s-ed04aefa-4612-4155-a01f-9d5707ace648 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed04aefa-4612-4155-a01f-9d5707ace648.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed04aefa-4612-4155-a01f-9d5707ace648 {
      --shg-aspect-ratio: calc(3016/786); 
    }

    .s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image-container {
      position: relative;
    }

    .s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed04aefa-4612-4155-a01f-9d5707ace648 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ed04aefa-4612-4155-a01f-9d5707ace648 img.shogun-image,
  #s-ed04aefa-4612-4155-a01f-9d5707ace648 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed04aefa-4612-4155-a01f-9d5707ace648 {
    width: 100%;
    height: auto;
  }

  #s-ed04aefa-4612-4155-a01f-9d5707ace648 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image {
    
    
  }


.s-ed04aefa-4612-4155-a01f-9d5707ace648 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed04aefa-4612-4155-a01f-9d5707ace648.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed04aefa-4612-4155-a01f-9d5707ace648 {
      --shg-aspect-ratio: calc(3016/786); 
    }

    .s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image-container {
      position: relative;
    }

    .s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed04aefa-4612-4155-a01f-9d5707ace648.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed04aefa-4612-4155-a01f-9d5707ace648 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 1200px){#s-7499f895-5ec3-4b18-814e-b61b86c674ef {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-7499f895-5ec3-4b18-814e-b61b86c674ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7499f895-5ec3-4b18-814e-b61b86c674ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7499f895-5ec3-4b18-814e-b61b86c674ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7499f895-5ec3-4b18-814e-b61b86c674ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-f12b8860-275c-4b4f-9bbb-13815e9fec18 {
  margin-top: 9%;
margin-bottom: 0%;
}

#s-aeb624a8-126a-4139-8fd4-b0d9b5637167 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-c4893a79-10f5-483b-b915-07d7e1bae0f0 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-c4893a79-10f5-483b-b915-07d7e1bae0f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4893a79-10f5-483b-b915-07d7e1bae0f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7df1b694-9e2b-4c9b-88ff-13326ea8467b {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 25px;
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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7df1b694-9e2b-4c9b-88ff-13326ea8467b:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7df1b694-9e2b-4c9b-88ff-13326ea8467b:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-7df1b694-9e2b-4c9b-88ff-13326ea8467b-root {
    text-align: center;
  }


#s-7df1b694-9e2b-4c9b-88ff-13326ea8467b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7df1b694-9e2b-4c9b-88ff-13326ea8467b-root {
    text-align: center;
  }


#s-7df1b694-9e2b-4c9b-88ff-13326ea8467b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7df1b694-9e2b-4c9b-88ff-13326ea8467b-root {
    text-align: center;
  }


#s-7df1b694-9e2b-4c9b-88ff-13326ea8467b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7df1b694-9e2b-4c9b-88ff-13326ea8467b-root {
    text-align: center;
  }


#s-7df1b694-9e2b-4c9b-88ff-13326ea8467b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7df1b694-9e2b-4c9b-88ff-13326ea8467b-root {
    text-align: center;
  }


#s-7df1b694-9e2b-4c9b-88ff-13326ea8467b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-7df1b694-9e2b-4c9b-88ff-13326ea8467b-root {
    text-align: center;
  }


#s-7df1b694-9e2b-4c9b-88ff-13326ea8467b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-14005d99-73b6-42c6-9f20-1aa7a41029ff {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-14005d99-73b6-42c6-9f20-1aa7a41029ff {
  display: none;
}
#s-14005d99-73b6-42c6-9f20-1aa7a41029ff, #wrap-s-14005d99-73b6-42c6-9f20-1aa7a41029ff { display: none !important; }}@media (max-width: 767px){#s-14005d99-73b6-42c6-9f20-1aa7a41029ff {
  display: none;
}
#s-14005d99-73b6-42c6-9f20-1aa7a41029ff, #wrap-s-14005d99-73b6-42c6-9f20-1aa7a41029ff { display: none !important; }}







#s-14005d99-73b6-42c6-9f20-1aa7a41029ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14005d99-73b6-42c6-9f20-1aa7a41029ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc0d0e96-3ccd-435a-9b34-9ed8297d1e73 {
  margin-top: 0%;
margin-left: 25%;
margin-bottom: 3%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bc0d0e96-3ccd-435a-9b34-9ed8297d1e73 {
  margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-bc0d0e96-3ccd-435a-9b34-9ed8297d1e73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc0d0e96-3ccd-435a-9b34-9ed8297d1e73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc0d0e96-3ccd-435a-9b34-9ed8297d1e73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc0d0e96-3ccd-435a-9b34-9ed8297d1e73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7b329b85-960f-40de-94f4-06a28bb13d5d {
  text-align: center;
}







  img.s-7b329b85-960f-40de-94f4-06a28bb13d5d.shogun-image {
    
    
  }


.s-7b329b85-960f-40de-94f4-06a28bb13d5d .shogun-image-content {
  
    align-items: center;
  
}

.s-7b329b85-960f-40de-94f4-06a28bb13d5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b329b85-960f-40de-94f4-06a28bb13d5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b329b85-960f-40de-94f4-06a28bb13d5d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-7b329b85-960f-40de-94f4-06a28bb13d5d.shogun-image {
    
    
  }


.s-7b329b85-960f-40de-94f4-06a28bb13d5d .shogun-image-content {
  
    align-items: center;
  
}

.s-7b329b85-960f-40de-94f4-06a28bb13d5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b329b85-960f-40de-94f4-06a28bb13d5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b329b85-960f-40de-94f4-06a28bb13d5d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7b329b85-960f-40de-94f4-06a28bb13d5d.shogun-image {
    
    
  }


.s-7b329b85-960f-40de-94f4-06a28bb13d5d .shogun-image-content {
  
    align-items: center;
  
}

.s-7b329b85-960f-40de-94f4-06a28bb13d5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b329b85-960f-40de-94f4-06a28bb13d5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b329b85-960f-40de-94f4-06a28bb13d5d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7b329b85-960f-40de-94f4-06a28bb13d5d.shogun-image {
    
    
  }


.s-7b329b85-960f-40de-94f4-06a28bb13d5d .shogun-image-content {
  
    align-items: center;
  
}

.s-7b329b85-960f-40de-94f4-06a28bb13d5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b329b85-960f-40de-94f4-06a28bb13d5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b329b85-960f-40de-94f4-06a28bb13d5d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-7b329b85-960f-40de-94f4-06a28bb13d5d.shogun-image {
    
    
  }


.s-7b329b85-960f-40de-94f4-06a28bb13d5d .shogun-image-content {
  
    align-items: center;
  
}

.s-7b329b85-960f-40de-94f4-06a28bb13d5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7b329b85-960f-40de-94f4-06a28bb13d5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7b329b85-960f-40de-94f4-06a28bb13d5d.shogun-image {
  box-sizing: border-box;
}



}
#s-e37092f1-650b-4072-b5cc-90aef41a3bc7 {
  margin-top: 30%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e37092f1-650b-4072-b5cc-90aef41a3bc7 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}



#s-fc6164ef-1bed-4123-82ab-cdd5e30d0244 {
  margin-top: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fc6164ef-1bed-4123-82ab-cdd5e30d0244 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-aaf92e7e-63dd-4701-be02-e5f90c02baf4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aaf92e7e-63dd-4701-be02-e5f90c02baf4 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-03086d0a-81c9-420e-a09b-a20efa829913 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03086d0a-81c9-420e-a09b-a20efa829913 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-dc061853-6d78-4c35-8463-63666591e51d {
  margin-left: 0%;
margin-right: 10%;
min-height: 50px;
}








#s-dc061853-6d78-4c35-8463-63666591e51d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc061853-6d78-4c35-8463-63666591e51d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20a31f7b-7e09-4651-950b-3a700b1d55cb {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-20a31f7b-7e09-4651-950b-3a700b1d55cb:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-20a31f7b-7e09-4651-950b-3a700b1d55cb:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-20a31f7b-7e09-4651-950b-3a700b1d55cb-root {
    text-align: center;
  }


#s-20a31f7b-7e09-4651-950b-3a700b1d55cb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-20a31f7b-7e09-4651-950b-3a700b1d55cb-root {
    text-align: center;
  }


#s-20a31f7b-7e09-4651-950b-3a700b1d55cb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20a31f7b-7e09-4651-950b-3a700b1d55cb-root {
    text-align: center;
  }


#s-20a31f7b-7e09-4651-950b-3a700b1d55cb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20a31f7b-7e09-4651-950b-3a700b1d55cb-root {
    text-align: center;
  }


#s-20a31f7b-7e09-4651-950b-3a700b1d55cb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-20a31f7b-7e09-4651-950b-3a700b1d55cb-root {
    text-align: center;
  }


#s-20a31f7b-7e09-4651-950b-3a700b1d55cb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-20a31f7b-7e09-4651-950b-3a700b1d55cb-root {
    text-align: center;
  }


#s-20a31f7b-7e09-4651-950b-3a700b1d55cb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-bb5a6028-8e40-4ce1-8099-6c5b2fcb1fac {
  margin-top: 0%;
margin-left: 25%;
margin-bottom: 3%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bb5a6028-8e40-4ce1-8099-6c5b2fcb1fac {
  margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-bb5a6028-8e40-4ce1-8099-6c5b2fcb1fac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb5a6028-8e40-4ce1-8099-6c5b2fcb1fac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bb5a6028-8e40-4ce1-8099-6c5b2fcb1fac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb5a6028-8e40-4ce1-8099-6c5b2fcb1fac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55 {
  text-align: center;
}







  img.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55.shogun-image {
    
    
  }


.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55.shogun-image {
  box-sizing: border-box;
}


.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


@media (min-width: 1200px){





  img.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55.shogun-image {
    
    
  }


.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55.shogun-image {
  box-sizing: border-box;
}


.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


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





  img.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55.shogun-image {
    
    
  }


.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55.shogun-image {
  box-sizing: border-box;
}


.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


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





  img.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55.shogun-image {
    
    
  }


.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55.shogun-image {
  box-sizing: border-box;
}


.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


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





  img.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55.shogun-image {
    
    
  }


.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55.shogun-image {
  box-sizing: border-box;
}


.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0f6dfa31-9ece-414f-a82d-18e98e9c2b55 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


}
#s-8c3a1076-8148-46da-b8e7-0ff009ebff73 {
  margin-top: 30%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8c3a1076-8148-46da-b8e7-0ff009ebff73 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}



#s-6c9cfcef-bed3-4451-95dd-b5d298c16d50 {
  margin-top: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6c9cfcef-bed3-4451-95dd-b5d298c16d50 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-ff2f2819-cb93-454b-b4c3-59b80df039a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff2f2819-cb93-454b-b4c3-59b80df039a7 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-ec69334b-162d-4fc1-b91e-2cd50d8ce509 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec69334b-162d-4fc1-b91e-2cd50d8ce509 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-f243a145-d704-4ba3-8a3f-b88cb7f735a2 {
  margin-left: 0%;
margin-right: 10%;
min-height: 50px;
}








#s-f243a145-d704-4ba3-8a3f-b88cb7f735a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f243a145-d704-4ba3-8a3f-b88cb7f735a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50c4e4e8-4ddd-46e1-a8db-dabb80548c6f {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-50c4e4e8-4ddd-46e1-a8db-dabb80548c6f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-50c4e4e8-4ddd-46e1-a8db-dabb80548c6f:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-50c4e4e8-4ddd-46e1-a8db-dabb80548c6f-root {
    text-align: center;
  }


#s-50c4e4e8-4ddd-46e1-a8db-dabb80548c6f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-50c4e4e8-4ddd-46e1-a8db-dabb80548c6f-root {
    text-align: center;
  }


#s-50c4e4e8-4ddd-46e1-a8db-dabb80548c6f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-50c4e4e8-4ddd-46e1-a8db-dabb80548c6f-root {
    text-align: center;
  }


#s-50c4e4e8-4ddd-46e1-a8db-dabb80548c6f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-50c4e4e8-4ddd-46e1-a8db-dabb80548c6f-root {
    text-align: center;
  }


#s-50c4e4e8-4ddd-46e1-a8db-dabb80548c6f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-50c4e4e8-4ddd-46e1-a8db-dabb80548c6f-root {
    text-align: center;
  }


#s-50c4e4e8-4ddd-46e1-a8db-dabb80548c6f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-50c4e4e8-4ddd-46e1-a8db-dabb80548c6f-root {
    text-align: center;
  }


#s-50c4e4e8-4ddd-46e1-a8db-dabb80548c6f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-d64a10b5-ccd4-4035-a6c8-4491b8bc844d {
  margin-top: 0%;
margin-left: 25%;
margin-bottom: 3%;
margin-right: 10%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d64a10b5-ccd4-4035-a6c8-4491b8bc844d {
  margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-d64a10b5-ccd4-4035-a6c8-4491b8bc844d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d64a10b5-ccd4-4035-a6c8-4491b8bc844d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d64a10b5-ccd4-4035-a6c8-4491b8bc844d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d64a10b5-ccd4-4035-a6c8-4491b8bc844d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0f28169e-e592-4c1f-bbde-dfc0646ca318 {
  text-align: center;
}







  img.s-0f28169e-e592-4c1f-bbde-dfc0646ca318.shogun-image {
    
    
  }


.s-0f28169e-e592-4c1f-bbde-dfc0646ca318 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f28169e-e592-4c1f-bbde-dfc0646ca318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f28169e-e592-4c1f-bbde-dfc0646ca318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f28169e-e592-4c1f-bbde-dfc0646ca318.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-0f28169e-e592-4c1f-bbde-dfc0646ca318.shogun-image {
    
    
  }


.s-0f28169e-e592-4c1f-bbde-dfc0646ca318 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f28169e-e592-4c1f-bbde-dfc0646ca318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f28169e-e592-4c1f-bbde-dfc0646ca318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f28169e-e592-4c1f-bbde-dfc0646ca318.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0f28169e-e592-4c1f-bbde-dfc0646ca318.shogun-image {
    
    
  }


.s-0f28169e-e592-4c1f-bbde-dfc0646ca318 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f28169e-e592-4c1f-bbde-dfc0646ca318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f28169e-e592-4c1f-bbde-dfc0646ca318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f28169e-e592-4c1f-bbde-dfc0646ca318.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0f28169e-e592-4c1f-bbde-dfc0646ca318.shogun-image {
    
    
  }


.s-0f28169e-e592-4c1f-bbde-dfc0646ca318 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f28169e-e592-4c1f-bbde-dfc0646ca318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f28169e-e592-4c1f-bbde-dfc0646ca318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f28169e-e592-4c1f-bbde-dfc0646ca318.shogun-image {
  box-sizing: border-box;
}



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





  img.s-0f28169e-e592-4c1f-bbde-dfc0646ca318.shogun-image {
    
    
  }


.s-0f28169e-e592-4c1f-bbde-dfc0646ca318 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f28169e-e592-4c1f-bbde-dfc0646ca318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f28169e-e592-4c1f-bbde-dfc0646ca318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f28169e-e592-4c1f-bbde-dfc0646ca318.shogun-image {
  box-sizing: border-box;
}



}
#s-fcd1cdd7-325c-4c58-864e-379d44460304 {
  margin-top: 30%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-fcd1cdd7-325c-4c58-864e-379d44460304 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}



#s-8410d163-7ac3-4d7e-a114-7b47734012e1 {
  margin-top: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8410d163-7ac3-4d7e-a114-7b47734012e1 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 35px;
  
  letter-spacing: 3px;
  text-align: left;
}



#s-d21b0312-07aa-4194-a714-e90f1cbb9c75 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d21b0312-07aa-4194-a714-e90f1cbb9c75 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-8ea6bbbf-6499-42c4-a478-c4b0b0eed255 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ea6bbbf-6499-42c4-a478-c4b0b0eed255 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-36d8ef22-33be-48d9-8877-76c8bc92bdca {
  margin-left: 0%;
margin-right: 10%;
min-height: 50px;
}








#s-36d8ef22-33be-48d9-8877-76c8bc92bdca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36d8ef22-33be-48d9-8877-76c8bc92bdca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cea3b36-2565-493a-b73e-460dbaa703d0 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-8cea3b36-2565-493a-b73e-460dbaa703d0:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8cea3b36-2565-493a-b73e-460dbaa703d0:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-8cea3b36-2565-493a-b73e-460dbaa703d0-root {
    text-align: center;
  }


#s-8cea3b36-2565-493a-b73e-460dbaa703d0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8cea3b36-2565-493a-b73e-460dbaa703d0-root {
    text-align: center;
  }


#s-8cea3b36-2565-493a-b73e-460dbaa703d0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8cea3b36-2565-493a-b73e-460dbaa703d0-root {
    text-align: center;
  }


#s-8cea3b36-2565-493a-b73e-460dbaa703d0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8cea3b36-2565-493a-b73e-460dbaa703d0-root {
    text-align: center;
  }


#s-8cea3b36-2565-493a-b73e-460dbaa703d0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8cea3b36-2565-493a-b73e-460dbaa703d0-root {
    text-align: center;
  }


#s-8cea3b36-2565-493a-b73e-460dbaa703d0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-8cea3b36-2565-493a-b73e-460dbaa703d0-root {
    text-align: center;
  }


#s-8cea3b36-2565-493a-b73e-460dbaa703d0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-1b726b1f-3736-48c0-9a4f-83d263e5060c {
  max-width: 1100px;
aspect-ratio: 1100/519;
text-align: center;
}





  #s-1b726b1f-3736-48c0-9a4f-83d263e5060c img.shogun-image,
  #s-1b726b1f-3736-48c0-9a4f-83d263e5060c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b726b1f-3736-48c0-9a4f-83d263e5060c {
    width: 100%;
    height: auto;
  }

  #s-1b726b1f-3736-48c0-9a4f-83d263e5060c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image {
    
    
  }


.s-1b726b1f-3736-48c0-9a4f-83d263e5060c .shogun-image-content {
  
    align-items: center;
  
}

.s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c {
      --shg-aspect-ratio: calc(1100/519); 
    }

    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image-container {
      position: relative;
    }

    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1b726b1f-3736-48c0-9a4f-83d263e5060c img.shogun-image,
  #s-1b726b1f-3736-48c0-9a4f-83d263e5060c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b726b1f-3736-48c0-9a4f-83d263e5060c {
    width: 100%;
    height: auto;
  }

  #s-1b726b1f-3736-48c0-9a4f-83d263e5060c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image {
    
    
  }


.s-1b726b1f-3736-48c0-9a4f-83d263e5060c .shogun-image-content {
  
    align-items: center;
  
}

.s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c {
      --shg-aspect-ratio: calc(1100/519); 
    }

    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image-container {
      position: relative;
    }

    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1b726b1f-3736-48c0-9a4f-83d263e5060c img.shogun-image,
  #s-1b726b1f-3736-48c0-9a4f-83d263e5060c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b726b1f-3736-48c0-9a4f-83d263e5060c {
    width: 100%;
    height: auto;
  }

  #s-1b726b1f-3736-48c0-9a4f-83d263e5060c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image {
    
    
  }


.s-1b726b1f-3736-48c0-9a4f-83d263e5060c .shogun-image-content {
  
    align-items: center;
  
}

.s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c {
      --shg-aspect-ratio: calc(1100/519); 
    }

    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image-container {
      position: relative;
    }

    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1b726b1f-3736-48c0-9a4f-83d263e5060c img.shogun-image,
  #s-1b726b1f-3736-48c0-9a4f-83d263e5060c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b726b1f-3736-48c0-9a4f-83d263e5060c {
    width: 100%;
    height: auto;
  }

  #s-1b726b1f-3736-48c0-9a4f-83d263e5060c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image {
    
    
  }


.s-1b726b1f-3736-48c0-9a4f-83d263e5060c .shogun-image-content {
  
    align-items: center;
  
}

.s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c {
      --shg-aspect-ratio: calc(1100/519); 
    }

    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image-container {
      position: relative;
    }

    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1b726b1f-3736-48c0-9a4f-83d263e5060c img.shogun-image,
  #s-1b726b1f-3736-48c0-9a4f-83d263e5060c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1b726b1f-3736-48c0-9a4f-83d263e5060c {
    width: 100%;
    height: auto;
  }

  #s-1b726b1f-3736-48c0-9a4f-83d263e5060c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image {
    
    
  }


.s-1b726b1f-3736-48c0-9a4f-83d263e5060c .shogun-image-content {
  
    align-items: center;
  
}

.s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c {
      --shg-aspect-ratio: calc(1100/519); 
    }

    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image-container {
      position: relative;
    }

    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b726b1f-3736-48c0-9a4f-83d263e5060c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-17ee6d5f-ad49-4005-a56b-2d5e89549ceb {
  border-style: solid;
margin-top: 0%;
margin-left: auto;
margin-bottom: 1%;
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: 3px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-17ee6d5f-ad49-4005-a56b-2d5e89549ceb: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-17ee6d5f-ad49-4005-a56b-2d5e89549ceb: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-17ee6d5f-ad49-4005-a56b-2d5e89549ceb-root {
    text-align: center;
  }


#s-17ee6d5f-ad49-4005-a56b-2d5e89549ceb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-17ee6d5f-ad49-4005-a56b-2d5e89549ceb-root {
    text-align: center;
  }


#s-17ee6d5f-ad49-4005-a56b-2d5e89549ceb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-17ee6d5f-ad49-4005-a56b-2d5e89549ceb-root {
    text-align: center;
  }


#s-17ee6d5f-ad49-4005-a56b-2d5e89549ceb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-17ee6d5f-ad49-4005-a56b-2d5e89549ceb-root {
    text-align: center;
  }


#s-17ee6d5f-ad49-4005-a56b-2d5e89549ceb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-17ee6d5f-ad49-4005-a56b-2d5e89549ceb-root {
    text-align: center;
  }


#s-17ee6d5f-ad49-4005-a56b-2d5e89549ceb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
  #s-17ee6d5f-ad49-4005-a56b-2d5e89549ceb-root {
    text-align: center;
  }


#s-17ee6d5f-ad49-4005-a56b-2d5e89549ceb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-2b432877-c340-4ea0-bfb9-e41d7bd2cdd9 {
  margin-top: 1%;
margin-bottom: 0%;
min-height: 50px;
background-color: rgba(35, 87, 49, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2b432877-c340-4ea0-bfb9-e41d7bd2cdd9 {
  display: none;
}
#s-2b432877-c340-4ea0-bfb9-e41d7bd2cdd9, #wrap-s-2b432877-c340-4ea0-bfb9-e41d7bd2cdd9 { display: none !important; }}@media (max-width: 767px){#s-2b432877-c340-4ea0-bfb9-e41d7bd2cdd9 {
  display: none;
}
#s-2b432877-c340-4ea0-bfb9-e41d7bd2cdd9, #wrap-s-2b432877-c340-4ea0-bfb9-e41d7bd2cdd9 { display: none !important; }}







#s-2b432877-c340-4ea0-bfb9-e41d7bd2cdd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b432877-c340-4ea0-bfb9-e41d7bd2cdd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-2f8f3f8c-1539-4143-9a6b-0856dfd0a5ca {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-2f8f3f8c-1539-4143-9a6b-0856dfd0a5ca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f8f3f8c-1539-4143-9a6b-0856dfd0a5ca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2f8f3f8c-1539-4143-9a6b-0856dfd0a5ca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f8f3f8c-1539-4143-9a6b-0856dfd0a5ca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-4de8352a-fe6c-4af0-857d-efd323949317 {
  margin-top: 5%;
margin-left: 30%;
margin-bottom: 1%;
margin-right: 30%;
max-width: 1500px;
aspect-ratio: 1500/765;
text-align: center;
}





  #s-4de8352a-fe6c-4af0-857d-efd323949317 img.shogun-image,
  #s-4de8352a-fe6c-4af0-857d-efd323949317 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4de8352a-fe6c-4af0-857d-efd323949317 {
    width: 100%;
    height: auto;
  }

  #s-4de8352a-fe6c-4af0-857d-efd323949317 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image {
    
    
  }


.s-4de8352a-fe6c-4af0-857d-efd323949317 .shogun-image-content {
  
    align-items: center;
  
}

.s-4de8352a-fe6c-4af0-857d-efd323949317.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4de8352a-fe6c-4af0-857d-efd323949317 {
      --shg-aspect-ratio: calc(1500/765); 
    }

    .s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image-container {
      position: relative;
    }

    .s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4de8352a-fe6c-4af0-857d-efd323949317 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4de8352a-fe6c-4af0-857d-efd323949317 img.shogun-image,
  #s-4de8352a-fe6c-4af0-857d-efd323949317 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4de8352a-fe6c-4af0-857d-efd323949317 {
    width: 100%;
    height: auto;
  }

  #s-4de8352a-fe6c-4af0-857d-efd323949317 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image {
    
    
  }


.s-4de8352a-fe6c-4af0-857d-efd323949317 .shogun-image-content {
  
    align-items: center;
  
}

.s-4de8352a-fe6c-4af0-857d-efd323949317.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4de8352a-fe6c-4af0-857d-efd323949317 {
      --shg-aspect-ratio: calc(1500/765); 
    }

    .s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image-container {
      position: relative;
    }

    .s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4de8352a-fe6c-4af0-857d-efd323949317 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4de8352a-fe6c-4af0-857d-efd323949317 img.shogun-image,
  #s-4de8352a-fe6c-4af0-857d-efd323949317 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4de8352a-fe6c-4af0-857d-efd323949317 {
    width: 100%;
    height: auto;
  }

  #s-4de8352a-fe6c-4af0-857d-efd323949317 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image {
    
    
  }


.s-4de8352a-fe6c-4af0-857d-efd323949317 .shogun-image-content {
  
    align-items: center;
  
}

.s-4de8352a-fe6c-4af0-857d-efd323949317.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4de8352a-fe6c-4af0-857d-efd323949317 {
      --shg-aspect-ratio: calc(1500/765); 
    }

    .s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image-container {
      position: relative;
    }

    .s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4de8352a-fe6c-4af0-857d-efd323949317 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4de8352a-fe6c-4af0-857d-efd323949317 img.shogun-image,
  #s-4de8352a-fe6c-4af0-857d-efd323949317 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4de8352a-fe6c-4af0-857d-efd323949317 {
    width: 100%;
    height: auto;
  }

  #s-4de8352a-fe6c-4af0-857d-efd323949317 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image {
    
    
  }


.s-4de8352a-fe6c-4af0-857d-efd323949317 .shogun-image-content {
  
    align-items: center;
  
}

.s-4de8352a-fe6c-4af0-857d-efd323949317.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4de8352a-fe6c-4af0-857d-efd323949317 {
      --shg-aspect-ratio: calc(1500/765); 
    }

    .s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image-container {
      position: relative;
    }

    .s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4de8352a-fe6c-4af0-857d-efd323949317 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4de8352a-fe6c-4af0-857d-efd323949317 img.shogun-image,
  #s-4de8352a-fe6c-4af0-857d-efd323949317 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4de8352a-fe6c-4af0-857d-efd323949317 {
    width: 100%;
    height: auto;
  }

  #s-4de8352a-fe6c-4af0-857d-efd323949317 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image {
    
    
  }


.s-4de8352a-fe6c-4af0-857d-efd323949317 .shogun-image-content {
  
    align-items: center;
  
}

.s-4de8352a-fe6c-4af0-857d-efd323949317.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4de8352a-fe6c-4af0-857d-efd323949317 {
      --shg-aspect-ratio: calc(1500/765); 
    }

    .s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image-container {
      position: relative;
    }

    .s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4de8352a-fe6c-4af0-857d-efd323949317.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4de8352a-fe6c-4af0-857d-efd323949317 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fa98f0a3-4ff0-4203-afaf-bfe8be74cc6c {
  margin-top: 3%;
}

#s-a0c00211-024c-470f-9629-22b10c7f7049 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-692f440b-b5c1-4696-b4c1-caab6049dff3 {
  margin-top: 5%;
margin-left: 30%;
margin-bottom: 1%;
margin-right: 30%;
max-width: 1500px;
aspect-ratio: 1500/765;
text-align: center;
}





  #s-692f440b-b5c1-4696-b4c1-caab6049dff3 img.shogun-image,
  #s-692f440b-b5c1-4696-b4c1-caab6049dff3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-692f440b-b5c1-4696-b4c1-caab6049dff3 {
    width: 100%;
    height: auto;
  }

  #s-692f440b-b5c1-4696-b4c1-caab6049dff3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image {
    
    
  }


.s-692f440b-b5c1-4696-b4c1-caab6049dff3 .shogun-image-content {
  
    align-items: center;
  
}

.s-692f440b-b5c1-4696-b4c1-caab6049dff3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-692f440b-b5c1-4696-b4c1-caab6049dff3 {
      --shg-aspect-ratio: calc(1500/765); 
    }

    .s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image-container {
      position: relative;
    }

    .s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-692f440b-b5c1-4696-b4c1-caab6049dff3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-692f440b-b5c1-4696-b4c1-caab6049dff3 img.shogun-image,
  #s-692f440b-b5c1-4696-b4c1-caab6049dff3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-692f440b-b5c1-4696-b4c1-caab6049dff3 {
    width: 100%;
    height: auto;
  }

  #s-692f440b-b5c1-4696-b4c1-caab6049dff3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image {
    
    
  }


.s-692f440b-b5c1-4696-b4c1-caab6049dff3 .shogun-image-content {
  
    align-items: center;
  
}

.s-692f440b-b5c1-4696-b4c1-caab6049dff3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-692f440b-b5c1-4696-b4c1-caab6049dff3 {
      --shg-aspect-ratio: calc(1500/765); 
    }

    .s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image-container {
      position: relative;
    }

    .s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-692f440b-b5c1-4696-b4c1-caab6049dff3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-692f440b-b5c1-4696-b4c1-caab6049dff3 img.shogun-image,
  #s-692f440b-b5c1-4696-b4c1-caab6049dff3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-692f440b-b5c1-4696-b4c1-caab6049dff3 {
    width: 100%;
    height: auto;
  }

  #s-692f440b-b5c1-4696-b4c1-caab6049dff3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image {
    
    
  }


.s-692f440b-b5c1-4696-b4c1-caab6049dff3 .shogun-image-content {
  
    align-items: center;
  
}

.s-692f440b-b5c1-4696-b4c1-caab6049dff3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-692f440b-b5c1-4696-b4c1-caab6049dff3 {
      --shg-aspect-ratio: calc(1500/765); 
    }

    .s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image-container {
      position: relative;
    }

    .s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-692f440b-b5c1-4696-b4c1-caab6049dff3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-692f440b-b5c1-4696-b4c1-caab6049dff3 img.shogun-image,
  #s-692f440b-b5c1-4696-b4c1-caab6049dff3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-692f440b-b5c1-4696-b4c1-caab6049dff3 {
    width: 100%;
    height: auto;
  }

  #s-692f440b-b5c1-4696-b4c1-caab6049dff3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image {
    
    
  }


.s-692f440b-b5c1-4696-b4c1-caab6049dff3 .shogun-image-content {
  
    align-items: center;
  
}

.s-692f440b-b5c1-4696-b4c1-caab6049dff3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-692f440b-b5c1-4696-b4c1-caab6049dff3 {
      --shg-aspect-ratio: calc(1500/765); 
    }

    .s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image-container {
      position: relative;
    }

    .s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-692f440b-b5c1-4696-b4c1-caab6049dff3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-692f440b-b5c1-4696-b4c1-caab6049dff3 img.shogun-image,
  #s-692f440b-b5c1-4696-b4c1-caab6049dff3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-692f440b-b5c1-4696-b4c1-caab6049dff3 {
    width: 100%;
    height: auto;
  }

  #s-692f440b-b5c1-4696-b4c1-caab6049dff3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image {
    
    
  }


.s-692f440b-b5c1-4696-b4c1-caab6049dff3 .shogun-image-content {
  
    align-items: center;
  
}

.s-692f440b-b5c1-4696-b4c1-caab6049dff3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-692f440b-b5c1-4696-b4c1-caab6049dff3 {
      --shg-aspect-ratio: calc(1500/765); 
    }

    .s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image-container {
      position: relative;
    }

    .s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-692f440b-b5c1-4696-b4c1-caab6049dff3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-692f440b-b5c1-4696-b4c1-caab6049dff3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-96f883ee-4bda-4a4f-98ff-6d0753cec29d {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
background-color: rgba(106, 83, 83, 0);
}
@media (min-width: 1200px){#s-96f883ee-4bda-4a4f-98ff-6d0753cec29d {
  display: none;
}
#s-96f883ee-4bda-4a4f-98ff-6d0753cec29d, #wrap-s-96f883ee-4bda-4a4f-98ff-6d0753cec29d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96f883ee-4bda-4a4f-98ff-6d0753cec29d {
  display: none;
}
#s-96f883ee-4bda-4a4f-98ff-6d0753cec29d, #wrap-s-96f883ee-4bda-4a4f-98ff-6d0753cec29d { display: none !important; }}







#s-96f883ee-4bda-4a4f-98ff-6d0753cec29d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96f883ee-4bda-4a4f-98ff-6d0753cec29d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf {
  margin-top: 5%;
margin-left: 0%;
margin-right: 0%;
max-width: 2000px;
aspect-ratio: 2000/1784;
text-align: center;
}





  #s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf img.shogun-image,
  #s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf {
    width: 100%;
    height: auto;
  }

  #s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image {
    
    
  }


.s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf .shogun-image-content {
  
    align-items: center;
  
}

.s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf {
      --shg-aspect-ratio: calc(2000/1784); 
    }

    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image-container {
      position: relative;
    }

    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf img.shogun-image,
  #s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf {
    width: 100%;
    height: auto;
  }

  #s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image {
    
    
  }


.s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf .shogun-image-content {
  
    align-items: center;
  
}

.s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf {
      --shg-aspect-ratio: calc(2000/1784); 
    }

    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image-container {
      position: relative;
    }

    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf img.shogun-image,
  #s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf {
    width: 100%;
    height: auto;
  }

  #s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image {
    
    
  }


.s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf .shogun-image-content {
  
    align-items: center;
  
}

.s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf {
      --shg-aspect-ratio: calc(2000/1784); 
    }

    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image-container {
      position: relative;
    }

    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf img.shogun-image,
  #s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf {
    width: 100%;
    height: auto;
  }

  #s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image {
    
    
  }


.s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf .shogun-image-content {
  
    align-items: center;
  
}

.s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf {
      --shg-aspect-ratio: calc(2000/1784); 
    }

    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image-container {
      position: relative;
    }

    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf img.shogun-image,
  #s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf {
    width: 100%;
    height: auto;
  }

  #s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image {
    
    
  }


.s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf .shogun-image-content {
  
    align-items: center;
  
}

.s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf {
      --shg-aspect-ratio: calc(2000/1784); 
    }

    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image-container {
      position: relative;
    }

    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d0b2f655-5dcc-417f-850d-ba87fb14aaaf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c951b253-9f80-4a6c-b204-5b179ac92b53 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
text-align: center;
}

#s-c951b253-9f80-4a6c-b204-5b179ac92b53 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 11px;
  
  letter-spacing: 2px;
  
}



#s-2b1ffaa4-547d-4742-a555-f5a0f7982bb7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b1ffaa4-547d-4742-a555-f5a0f7982bb7 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}



#s-965987ee-469a-4a03-8289-5f607aa52599 {
  margin-top: 0%;
margin-left: 10%;
margin-right: 10%;
}

#s-b27fa16b-969f-4387-a127-c4e7274f4c57 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-b27fa16b-969f-4387-a127-c4e7274f4c57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b27fa16b-969f-4387-a127-c4e7274f4c57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d29b0dc2-ba61-4d55-be74-b55f39ab181b {
  border-style: solid;
margin-top: 0px;
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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d29b0dc2-ba61-4d55-be74-b55f39ab181b:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d29b0dc2-ba61-4d55-be74-b55f39ab181b:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d29b0dc2-ba61-4d55-be74-b55f39ab181b-root {
    text-align: center;
  }


#s-d29b0dc2-ba61-4d55-be74-b55f39ab181b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d29b0dc2-ba61-4d55-be74-b55f39ab181b-root {
    text-align: center;
  }


#s-d29b0dc2-ba61-4d55-be74-b55f39ab181b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d29b0dc2-ba61-4d55-be74-b55f39ab181b-root {
    text-align: center;
  }


#s-d29b0dc2-ba61-4d55-be74-b55f39ab181b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d29b0dc2-ba61-4d55-be74-b55f39ab181b-root {
    text-align: center;
  }


#s-d29b0dc2-ba61-4d55-be74-b55f39ab181b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d29b0dc2-ba61-4d55-be74-b55f39ab181b-root {
    text-align: center;
  }


#s-d29b0dc2-ba61-4d55-be74-b55f39ab181b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-d29b0dc2-ba61-4d55-be74-b55f39ab181b-root {
    text-align: center;
  }


#s-d29b0dc2-ba61-4d55-be74-b55f39ab181b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-e403cdc0-c9b6-48b9-899f-06260b4f3fb1 {
  margin-top: 1%;
margin-bottom: 0%;
min-height: 150px;
max-width: 1000px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-e403cdc0-c9b6-48b9-899f-06260b4f3fb1 {
  display: none;
}
#s-e403cdc0-c9b6-48b9-899f-06260b4f3fb1, #wrap-s-e403cdc0-c9b6-48b9-899f-06260b4f3fb1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e403cdc0-c9b6-48b9-899f-06260b4f3fb1 {
  display: none;
}
#s-e403cdc0-c9b6-48b9-899f-06260b4f3fb1, #wrap-s-e403cdc0-c9b6-48b9-899f-06260b4f3fb1 { display: none !important; }}







#s-e403cdc0-c9b6-48b9-899f-06260b4f3fb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e403cdc0-c9b6-48b9-899f-06260b4f3fb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a0d3219-d263-4160-9099-aef1ed607799 {
  max-width: 1000px;
aspect-ratio: 1000/325;
text-align: center;
}





  #s-1a0d3219-d263-4160-9099-aef1ed607799 img.shogun-image,
  #s-1a0d3219-d263-4160-9099-aef1ed607799 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a0d3219-d263-4160-9099-aef1ed607799 {
    width: 100%;
    height: auto;
  }

  #s-1a0d3219-d263-4160-9099-aef1ed607799 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image {
    
    
  }


.s-1a0d3219-d263-4160-9099-aef1ed607799 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a0d3219-d263-4160-9099-aef1ed607799.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a0d3219-d263-4160-9099-aef1ed607799 {
      --shg-aspect-ratio: calc(1000/325); 
    }

    .s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image-container {
      position: relative;
    }

    .s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a0d3219-d263-4160-9099-aef1ed607799 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1a0d3219-d263-4160-9099-aef1ed607799 img.shogun-image,
  #s-1a0d3219-d263-4160-9099-aef1ed607799 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a0d3219-d263-4160-9099-aef1ed607799 {
    width: 100%;
    height: auto;
  }

  #s-1a0d3219-d263-4160-9099-aef1ed607799 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image {
    
    
  }


.s-1a0d3219-d263-4160-9099-aef1ed607799 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a0d3219-d263-4160-9099-aef1ed607799.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a0d3219-d263-4160-9099-aef1ed607799 {
      --shg-aspect-ratio: calc(1000/325); 
    }

    .s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image-container {
      position: relative;
    }

    .s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a0d3219-d263-4160-9099-aef1ed607799 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1a0d3219-d263-4160-9099-aef1ed607799 img.shogun-image,
  #s-1a0d3219-d263-4160-9099-aef1ed607799 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a0d3219-d263-4160-9099-aef1ed607799 {
    width: 100%;
    height: auto;
  }

  #s-1a0d3219-d263-4160-9099-aef1ed607799 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image {
    
    
  }


.s-1a0d3219-d263-4160-9099-aef1ed607799 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a0d3219-d263-4160-9099-aef1ed607799.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a0d3219-d263-4160-9099-aef1ed607799 {
      --shg-aspect-ratio: calc(1000/325); 
    }

    .s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image-container {
      position: relative;
    }

    .s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a0d3219-d263-4160-9099-aef1ed607799 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1a0d3219-d263-4160-9099-aef1ed607799 img.shogun-image,
  #s-1a0d3219-d263-4160-9099-aef1ed607799 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a0d3219-d263-4160-9099-aef1ed607799 {
    width: 100%;
    height: auto;
  }

  #s-1a0d3219-d263-4160-9099-aef1ed607799 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image {
    
    
  }


.s-1a0d3219-d263-4160-9099-aef1ed607799 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a0d3219-d263-4160-9099-aef1ed607799.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a0d3219-d263-4160-9099-aef1ed607799 {
      --shg-aspect-ratio: calc(1000/325); 
    }

    .s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image-container {
      position: relative;
    }

    .s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a0d3219-d263-4160-9099-aef1ed607799 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1a0d3219-d263-4160-9099-aef1ed607799 img.shogun-image,
  #s-1a0d3219-d263-4160-9099-aef1ed607799 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1a0d3219-d263-4160-9099-aef1ed607799 {
    width: 100%;
    height: auto;
  }

  #s-1a0d3219-d263-4160-9099-aef1ed607799 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image {
    
    
  }


.s-1a0d3219-d263-4160-9099-aef1ed607799 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a0d3219-d263-4160-9099-aef1ed607799.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a0d3219-d263-4160-9099-aef1ed607799 {
      --shg-aspect-ratio: calc(1000/325); 
    }

    .s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image-container {
      position: relative;
    }

    .s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a0d3219-d263-4160-9099-aef1ed607799.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a0d3219-d263-4160-9099-aef1ed607799 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-812798ff-c823-4d5f-80da-961de33ed177 {
  margin-top: 3%;
}

#s-90b32e0e-d16d-49a8-9c1d-6503907d9e3d {
  margin-top: -1%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

#s-de206abe-52ca-45f1-84a3-dd3604a2d93b {
  margin-top: 5%;
margin-bottom: 0%;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-de206abe-52ca-45f1-84a3-dd3604a2d93b {
  display: none;
}
#s-de206abe-52ca-45f1-84a3-dd3604a2d93b, #wrap-s-de206abe-52ca-45f1-84a3-dd3604a2d93b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de206abe-52ca-45f1-84a3-dd3604a2d93b {
  display: none;
}
#s-de206abe-52ca-45f1-84a3-dd3604a2d93b, #wrap-s-de206abe-52ca-45f1-84a3-dd3604a2d93b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de206abe-52ca-45f1-84a3-dd3604a2d93b {
  
}
}







#s-de206abe-52ca-45f1-84a3-dd3604a2d93b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de206abe-52ca-45f1-84a3-dd3604a2d93b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e5cb10c-74eb-43a6-9933-d9161d326bef {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-6e5cb10c-74eb-43a6-9933-d9161d326bef"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-6e5cb10c-74eb-43a6-9933-d9161d326bef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-6e5cb10c-74eb-43a6-9933-d9161d326bef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-6e5cb10c-74eb-43a6-9933-d9161d326bef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-7e09c335-ac55-4185-aa0c-7f022c8739b5 {
  box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.13);
text-align: center;
}







  #s-7e09c335-ac55-4185-aa0c-7f022c8739b5 img.shogun-image {
    

    
    
    
  }


#s-7e09c335-ac55-4185-aa0c-7f022c8739b5 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-90b6bf00-4f83-4031-8d93-2f396169b4b4 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-90b6bf00-4f83-4031-8d93-2f396169b4b4 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 2px;
  
}



#s-94a7c0d5-753f-40b4-a20b-2ab424594224 {
  box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.13);
text-align: center;
}







  #s-94a7c0d5-753f-40b4-a20b-2ab424594224 img.shogun-image {
    

    
    
    
  }


#s-94a7c0d5-753f-40b4-a20b-2ab424594224 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8be846b0-a23b-47fd-b66e-97f531478e69 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8be846b0-a23b-47fd-b66e-97f531478e69 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 2px;
  
}



#s-d346e88d-9111-4a5e-b220-7b1edbb91143 {
  margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-d346e88d-9111-4a5e-b220-7b1edbb91143"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-d346e88d-9111-4a5e-b220-7b1edbb91143"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-d346e88d-9111-4a5e-b220-7b1edbb91143"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-d346e88d-9111-4a5e-b220-7b1edbb91143"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-f73ae628-4665-4401-a098-d7155215a584 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-f73ae628-4665-4401-a098-d7155215a584 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f73ae628-4665-4401-a098-d7155215a584.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9290a10c-6731-4cbc-9152-da02eeaebe03 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-9290a10c-6731-4cbc-9152-da02eeaebe03:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9290a10c-6731-4cbc-9152-da02eeaebe03:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-9290a10c-6731-4cbc-9152-da02eeaebe03-root {
    text-align: center;
  }


#s-9290a10c-6731-4cbc-9152-da02eeaebe03.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9290a10c-6731-4cbc-9152-da02eeaebe03-root {
    text-align: center;
  }


#s-9290a10c-6731-4cbc-9152-da02eeaebe03.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9290a10c-6731-4cbc-9152-da02eeaebe03-root {
    text-align: center;
  }


#s-9290a10c-6731-4cbc-9152-da02eeaebe03.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9290a10c-6731-4cbc-9152-da02eeaebe03-root {
    text-align: center;
  }


#s-9290a10c-6731-4cbc-9152-da02eeaebe03.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9290a10c-6731-4cbc-9152-da02eeaebe03-root {
    text-align: center;
  }


#s-9290a10c-6731-4cbc-9152-da02eeaebe03.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-9290a10c-6731-4cbc-9152-da02eeaebe03-root {
    text-align: center;
  }


#s-9290a10c-6731-4cbc-9152-da02eeaebe03.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-663d56dd-775b-4fde-8ccb-d251bbc46d34 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-663d56dd-775b-4fde-8ccb-d251bbc46d34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-663d56dd-775b-4fde-8ccb-d251bbc46d34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43522f57-db38-4387-b5ec-d6bafbb16352 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-43522f57-db38-4387-b5ec-d6bafbb16352:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-43522f57-db38-4387-b5ec-d6bafbb16352:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-43522f57-db38-4387-b5ec-d6bafbb16352-root {
    text-align: center;
  }


#s-43522f57-db38-4387-b5ec-d6bafbb16352.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-43522f57-db38-4387-b5ec-d6bafbb16352-root {
    text-align: center;
  }


#s-43522f57-db38-4387-b5ec-d6bafbb16352.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43522f57-db38-4387-b5ec-d6bafbb16352-root {
    text-align: center;
  }


#s-43522f57-db38-4387-b5ec-d6bafbb16352.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43522f57-db38-4387-b5ec-d6bafbb16352-root {
    text-align: center;
  }


#s-43522f57-db38-4387-b5ec-d6bafbb16352.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-43522f57-db38-4387-b5ec-d6bafbb16352-root {
    text-align: center;
  }


#s-43522f57-db38-4387-b5ec-d6bafbb16352.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-43522f57-db38-4387-b5ec-d6bafbb16352-root {
    text-align: center;
  }


#s-43522f57-db38-4387-b5ec-d6bafbb16352.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-1d04a4ad-2cf6-4433-9957-7279e42a2d76 {
  margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
min-height: 50px;
background-color: rgba(106, 83, 83, 0);
}
@media (min-width: 1200px){#s-1d04a4ad-2cf6-4433-9957-7279e42a2d76 {
  display: none;
}
#s-1d04a4ad-2cf6-4433-9957-7279e42a2d76, #wrap-s-1d04a4ad-2cf6-4433-9957-7279e42a2d76 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d04a4ad-2cf6-4433-9957-7279e42a2d76 {
  display: none;
}
#s-1d04a4ad-2cf6-4433-9957-7279e42a2d76, #wrap-s-1d04a4ad-2cf6-4433-9957-7279e42a2d76 { display: none !important; }}







#s-1d04a4ad-2cf6-4433-9957-7279e42a2d76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d04a4ad-2cf6-4433-9957-7279e42a2d76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86ddd302-87e1-482f-aabd-72d3e4541c76 {
  margin-top: 0%;
margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  img.s-86ddd302-87e1-482f-aabd-72d3e4541c76.shogun-image {
    
    
  }


.s-86ddd302-87e1-482f-aabd-72d3e4541c76 .shogun-image-content {
  
    align-items: center;
  
}

.s-86ddd302-87e1-482f-aabd-72d3e4541c76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86ddd302-87e1-482f-aabd-72d3e4541c76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86ddd302-87e1-482f-aabd-72d3e4541c76.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-86ddd302-87e1-482f-aabd-72d3e4541c76.shogun-image {
    
    
  }


.s-86ddd302-87e1-482f-aabd-72d3e4541c76 .shogun-image-content {
  
    align-items: center;
  
}

.s-86ddd302-87e1-482f-aabd-72d3e4541c76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86ddd302-87e1-482f-aabd-72d3e4541c76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86ddd302-87e1-482f-aabd-72d3e4541c76.shogun-image {
  box-sizing: border-box;
}



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





  img.s-86ddd302-87e1-482f-aabd-72d3e4541c76.shogun-image {
    
    
  }


.s-86ddd302-87e1-482f-aabd-72d3e4541c76 .shogun-image-content {
  
    align-items: center;
  
}

.s-86ddd302-87e1-482f-aabd-72d3e4541c76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86ddd302-87e1-482f-aabd-72d3e4541c76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86ddd302-87e1-482f-aabd-72d3e4541c76.shogun-image {
  box-sizing: border-box;
}



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





  img.s-86ddd302-87e1-482f-aabd-72d3e4541c76.shogun-image {
    
    
  }


.s-86ddd302-87e1-482f-aabd-72d3e4541c76 .shogun-image-content {
  
    align-items: center;
  
}

.s-86ddd302-87e1-482f-aabd-72d3e4541c76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86ddd302-87e1-482f-aabd-72d3e4541c76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86ddd302-87e1-482f-aabd-72d3e4541c76.shogun-image {
  box-sizing: border-box;
}



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





  img.s-86ddd302-87e1-482f-aabd-72d3e4541c76.shogun-image {
    
    
  }


.s-86ddd302-87e1-482f-aabd-72d3e4541c76 .shogun-image-content {
  
    align-items: center;
  
}

.s-86ddd302-87e1-482f-aabd-72d3e4541c76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86ddd302-87e1-482f-aabd-72d3e4541c76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86ddd302-87e1-482f-aabd-72d3e4541c76.shogun-image {
  box-sizing: border-box;
}



}
#s-3db5973b-8eb0-400e-99f5-cfa195ea8fe2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
text-align: center;
}

#s-3db5973b-8eb0-400e-99f5-cfa195ea8fe2 .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 11px;
  
  letter-spacing: 2px;
  
}



#s-c53b4cf6-b8ef-4593-b750-0e216b5fedd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c53b4cf6-b8ef-4593-b750-0e216b5fedd0 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}



#s-8881499b-7fd7-457c-9cf7-70962b50ba2f {
  margin-top: 0%;
margin-left: 10%;
margin-right: 10%;
}

#s-907b6536-f7b1-4005-9eef-364c0554f4b4 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-907b6536-f7b1-4005-9eef-364c0554f4b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-907b6536-f7b1-4005-9eef-364c0554f4b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd816af5-aa00-43a8-84e9-3649b2b5f32e {
  border-style: solid;
margin-top: 0px;
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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-fd816af5-aa00-43a8-84e9-3649b2b5f32e:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fd816af5-aa00-43a8-84e9-3649b2b5f32e:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-fd816af5-aa00-43a8-84e9-3649b2b5f32e-root {
    text-align: center;
  }


#s-fd816af5-aa00-43a8-84e9-3649b2b5f32e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fd816af5-aa00-43a8-84e9-3649b2b5f32e-root {
    text-align: center;
  }


#s-fd816af5-aa00-43a8-84e9-3649b2b5f32e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd816af5-aa00-43a8-84e9-3649b2b5f32e-root {
    text-align: center;
  }


#s-fd816af5-aa00-43a8-84e9-3649b2b5f32e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd816af5-aa00-43a8-84e9-3649b2b5f32e-root {
    text-align: center;
  }


#s-fd816af5-aa00-43a8-84e9-3649b2b5f32e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fd816af5-aa00-43a8-84e9-3649b2b5f32e-root {
    text-align: center;
  }


#s-fd816af5-aa00-43a8-84e9-3649b2b5f32e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-fd816af5-aa00-43a8-84e9-3649b2b5f32e-root {
    text-align: center;
  }


#s-fd816af5-aa00-43a8-84e9-3649b2b5f32e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-b6f9eb24-6806-4364-993e-649c3937ef9f {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-b6f9eb24-6806-4364-993e-649c3937ef9f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-b6f9eb24-6806-4364-993e-649c3937ef9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-b6f9eb24-6806-4364-993e-649c3937ef9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-b6f9eb24-6806-4364-993e-649c3937ef9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-5f23b3ee-ffad-467e-83d3-76038c78d0e4 {
  box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.13);
text-align: center;
}







  #s-5f23b3ee-ffad-467e-83d3-76038c78d0e4 img.shogun-image {
    

    
    
    
  }


#s-5f23b3ee-ffad-467e-83d3-76038c78d0e4 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-bd71ddca-855f-4cbb-af74-3781014ad388 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd71ddca-855f-4cbb-af74-3781014ad388 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 2px;
  
}



#s-ebf5f876-acb6-42af-afc4-54688cbd9d70 {
  box-shadow:0px 0px 2px 1px rgba(0, 0, 0, 0.13);
text-align: center;
}







  #s-ebf5f876-acb6-42af-afc4-54688cbd9d70 img.shogun-image {
    

    
    
    
  }


#s-ebf5f876-acb6-42af-afc4-54688cbd9d70 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-4bd8aaf2-901f-4fd1-b169-fc99e35e2356 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4bd8aaf2-901f-4fd1-b169-fc99e35e2356 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 2px;
  
}



#s-680bd627-b59c-4c9d-af3a-0cda585c4244 {
  margin-bottom: 1%;
}

@media (min-width: 0px) {
[id="s-680bd627-b59c-4c9d-af3a-0cda585c4244"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-680bd627-b59c-4c9d-af3a-0cda585c4244"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-680bd627-b59c-4c9d-af3a-0cda585c4244"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-680bd627-b59c-4c9d-af3a-0cda585c4244"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-192d1f6b-da97-4d62-a8cf-5133391c2e8e {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-192d1f6b-da97-4d62-a8cf-5133391c2e8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-192d1f6b-da97-4d62-a8cf-5133391c2e8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6339f58-5238-4c7d-a492-dcd93082026b {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a6339f58-5238-4c7d-a492-dcd93082026b:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a6339f58-5238-4c7d-a492-dcd93082026b:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-a6339f58-5238-4c7d-a492-dcd93082026b-root {
    text-align: center;
  }


#s-a6339f58-5238-4c7d-a492-dcd93082026b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a6339f58-5238-4c7d-a492-dcd93082026b-root {
    text-align: center;
  }


#s-a6339f58-5238-4c7d-a492-dcd93082026b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6339f58-5238-4c7d-a492-dcd93082026b-root {
    text-align: center;
  }


#s-a6339f58-5238-4c7d-a492-dcd93082026b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6339f58-5238-4c7d-a492-dcd93082026b-root {
    text-align: center;
  }


#s-a6339f58-5238-4c7d-a492-dcd93082026b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a6339f58-5238-4c7d-a492-dcd93082026b-root {
    text-align: center;
  }


#s-a6339f58-5238-4c7d-a492-dcd93082026b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-a6339f58-5238-4c7d-a492-dcd93082026b-root {
    text-align: center;
  }


#s-a6339f58-5238-4c7d-a492-dcd93082026b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-0468da2a-4ec5-4e89-89d8-828a21711bf3 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-0468da2a-4ec5-4e89-89d8-828a21711bf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0468da2a-4ec5-4e89-89d8-828a21711bf3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-312c3c92-0100-4d18-b85d-f4c8033823a7 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-312c3c92-0100-4d18-b85d-f4c8033823a7:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-312c3c92-0100-4d18-b85d-f4c8033823a7:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-312c3c92-0100-4d18-b85d-f4c8033823a7-root {
    text-align: center;
  }


#s-312c3c92-0100-4d18-b85d-f4c8033823a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-312c3c92-0100-4d18-b85d-f4c8033823a7-root {
    text-align: center;
  }


#s-312c3c92-0100-4d18-b85d-f4c8033823a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-312c3c92-0100-4d18-b85d-f4c8033823a7-root {
    text-align: center;
  }


#s-312c3c92-0100-4d18-b85d-f4c8033823a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-312c3c92-0100-4d18-b85d-f4c8033823a7-root {
    text-align: center;
  }


#s-312c3c92-0100-4d18-b85d-f4c8033823a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-312c3c92-0100-4d18-b85d-f4c8033823a7-root {
    text-align: center;
  }


#s-312c3c92-0100-4d18-b85d-f4c8033823a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-312c3c92-0100-4d18-b85d-f4c8033823a7-root {
    text-align: center;
  }


#s-312c3c92-0100-4d18-b85d-f4c8033823a7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-ca4f12da-152c-4d44-b356-889a482b08b6 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
background-color: rgba(106, 83, 83, 0);
}
@media (min-width: 1200px){#s-ca4f12da-152c-4d44-b356-889a482b08b6 {
  display: none;
}
#s-ca4f12da-152c-4d44-b356-889a482b08b6, #wrap-s-ca4f12da-152c-4d44-b356-889a482b08b6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ca4f12da-152c-4d44-b356-889a482b08b6 {
  display: none;
}
#s-ca4f12da-152c-4d44-b356-889a482b08b6, #wrap-s-ca4f12da-152c-4d44-b356-889a482b08b6 { display: none !important; }}







#s-ca4f12da-152c-4d44-b356-889a482b08b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca4f12da-152c-4d44-b356-889a482b08b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85403b91-181c-4e6b-b0ad-1e9ef04192d6 {
  margin-top: 5%;
margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  img.s-85403b91-181c-4e6b-b0ad-1e9ef04192d6.shogun-image {
    
    
  }


.s-85403b91-181c-4e6b-b0ad-1e9ef04192d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-85403b91-181c-4e6b-b0ad-1e9ef04192d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85403b91-181c-4e6b-b0ad-1e9ef04192d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85403b91-181c-4e6b-b0ad-1e9ef04192d6.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-85403b91-181c-4e6b-b0ad-1e9ef04192d6.shogun-image {
    
    
  }


.s-85403b91-181c-4e6b-b0ad-1e9ef04192d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-85403b91-181c-4e6b-b0ad-1e9ef04192d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85403b91-181c-4e6b-b0ad-1e9ef04192d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85403b91-181c-4e6b-b0ad-1e9ef04192d6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-85403b91-181c-4e6b-b0ad-1e9ef04192d6.shogun-image {
    
    
  }


.s-85403b91-181c-4e6b-b0ad-1e9ef04192d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-85403b91-181c-4e6b-b0ad-1e9ef04192d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85403b91-181c-4e6b-b0ad-1e9ef04192d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85403b91-181c-4e6b-b0ad-1e9ef04192d6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-85403b91-181c-4e6b-b0ad-1e9ef04192d6.shogun-image {
    
    
  }


.s-85403b91-181c-4e6b-b0ad-1e9ef04192d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-85403b91-181c-4e6b-b0ad-1e9ef04192d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85403b91-181c-4e6b-b0ad-1e9ef04192d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85403b91-181c-4e6b-b0ad-1e9ef04192d6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-85403b91-181c-4e6b-b0ad-1e9ef04192d6.shogun-image {
    
    
  }


.s-85403b91-181c-4e6b-b0ad-1e9ef04192d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-85403b91-181c-4e6b-b0ad-1e9ef04192d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85403b91-181c-4e6b-b0ad-1e9ef04192d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85403b91-181c-4e6b-b0ad-1e9ef04192d6.shogun-image {
  box-sizing: border-box;
}



}
#s-dd7e2467-d7aa-4278-855f-3eddd2edaafb {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
text-align: center;
}

#s-dd7e2467-d7aa-4278-855f-3eddd2edaafb .shogun-heading-component h6 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 11px;
  
  letter-spacing: 2px;
  
}



#s-51d3749f-c560-4492-9d48-1e2612bd79b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51d3749f-c560-4492-9d48-1e2612bd79b0 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}



#s-3b28b372-9247-4dd2-afa4-6b011969fba9 {
  margin-top: 0%;
margin-left: 10%;
margin-right: 10%;
}

#s-16ce6334-a78e-49de-a5fe-b3cdd64bd792 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-16ce6334-a78e-49de-a5fe-b3cdd64bd792 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16ce6334-a78e-49de-a5fe-b3cdd64bd792.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18a358e4-7007-41c5-8a50-db23606c7fd8 {
  border-style: solid;
margin-top: 0px;
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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-18a358e4-7007-41c5-8a50-db23606c7fd8:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-18a358e4-7007-41c5-8a50-db23606c7fd8:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-18a358e4-7007-41c5-8a50-db23606c7fd8-root {
    text-align: center;
  }


#s-18a358e4-7007-41c5-8a50-db23606c7fd8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-18a358e4-7007-41c5-8a50-db23606c7fd8-root {
    text-align: center;
  }


#s-18a358e4-7007-41c5-8a50-db23606c7fd8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-18a358e4-7007-41c5-8a50-db23606c7fd8-root {
    text-align: center;
  }


#s-18a358e4-7007-41c5-8a50-db23606c7fd8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-18a358e4-7007-41c5-8a50-db23606c7fd8-root {
    text-align: center;
  }


#s-18a358e4-7007-41c5-8a50-db23606c7fd8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-18a358e4-7007-41c5-8a50-db23606c7fd8-root {
    text-align: center;
  }


#s-18a358e4-7007-41c5-8a50-db23606c7fd8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-18a358e4-7007-41c5-8a50-db23606c7fd8-root {
    text-align: center;
  }


#s-18a358e4-7007-41c5-8a50-db23606c7fd8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-1026fd13-f596-42d3-9ee6-1d81f15c3fc7 {
  border-style: solid;
margin-top: 0%;
margin-left: auto;
margin-bottom: 5%;
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-1026fd13-f596-42d3-9ee6-1d81f15c3fc7: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-1026fd13-f596-42d3-9ee6-1d81f15c3fc7: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-1026fd13-f596-42d3-9ee6-1d81f15c3fc7-root {
    text-align: center;
  }


#s-1026fd13-f596-42d3-9ee6-1d81f15c3fc7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1026fd13-f596-42d3-9ee6-1d81f15c3fc7-root {
    text-align: center;
  }


#s-1026fd13-f596-42d3-9ee6-1d81f15c3fc7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1026fd13-f596-42d3-9ee6-1d81f15c3fc7-root {
    text-align: center;
  }


#s-1026fd13-f596-42d3-9ee6-1d81f15c3fc7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1026fd13-f596-42d3-9ee6-1d81f15c3fc7-root {
    text-align: center;
  }


#s-1026fd13-f596-42d3-9ee6-1d81f15c3fc7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1026fd13-f596-42d3-9ee6-1d81f15c3fc7-root {
    text-align: center;
  }


#s-1026fd13-f596-42d3-9ee6-1d81f15c3fc7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
  #s-1026fd13-f596-42d3-9ee6-1d81f15c3fc7-root {
    text-align: center;
  }


#s-1026fd13-f596-42d3-9ee6-1d81f15c3fc7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-26a3309b-bdb7-4660-b21f-684d24d3f203 {
  margin-top: 5%;
margin-bottom: 3%;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-26a3309b-bdb7-4660-b21f-684d24d3f203 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26a3309b-bdb7-4660-b21f-684d24d3f203 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-26a3309b-bdb7-4660-b21f-684d24d3f203 {
  display: none;
}
#s-26a3309b-bdb7-4660-b21f-684d24d3f203, #wrap-s-26a3309b-bdb7-4660-b21f-684d24d3f203 { display: none !important; }}@media (max-width: 767px){#s-26a3309b-bdb7-4660-b21f-684d24d3f203 {
  display: none;
}
#s-26a3309b-bdb7-4660-b21f-684d24d3f203, #wrap-s-26a3309b-bdb7-4660-b21f-684d24d3f203 { display: none !important; }}







#s-26a3309b-bdb7-4660-b21f-684d24d3f203 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26a3309b-bdb7-4660-b21f-684d24d3f203.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f795e5e-1d36-43d4-983f-c8839cf96f82 {
  margin-top: 0px;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7f795e5e-1d36-43d4-983f-c8839cf96f82 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  letter-spacing: 3px;
  
}



#s-3ca601e2-eca4-4ea7-8908-1fc80c5372c5 {
  margin-left: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-3ca601e2-eca4-4ea7-8908-1fc80c5372c5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3ca601e2-eca4-4ea7-8908-1fc80c5372c5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-3ca601e2-eca4-4ea7-8908-1fc80c5372c5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-3ca601e2-eca4-4ea7-8908-1fc80c5372c5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-ff4dbaed-e120-43a2-8f28-db9e8739f764 {
  box-shadow:0px 0px 3px 2px rgba(0, 0, 0, 0.13);
max-width: 1000px;
aspect-ratio: 1000/1235;
text-align: center;
}





  #s-ff4dbaed-e120-43a2-8f28-db9e8739f764 img.shogun-image,
  #s-ff4dbaed-e120-43a2-8f28-db9e8739f764 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ff4dbaed-e120-43a2-8f28-db9e8739f764 {
    width: 100%;
    height: auto;
  }



  #s-ff4dbaed-e120-43a2-8f28-db9e8739f764 img.shogun-image {
    

    
    
    
  }


#s-ff4dbaed-e120-43a2-8f28-db9e8739f764 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-3a7541bb-562c-41af-913f-8f93e73cac51 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3a7541bb-562c-41af-913f-8f93e73cac51 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 2px;
  
}



#s-e2d4ff9e-8a07-4dc7-bcc8-232f170e4f24 {
  box-shadow:0px 0px 3px 2px rgba(0, 0, 0, 0.13);
max-width: 1000px;
aspect-ratio: 1000/1235;
text-align: center;
}





  #s-e2d4ff9e-8a07-4dc7-bcc8-232f170e4f24 img.shogun-image,
  #s-e2d4ff9e-8a07-4dc7-bcc8-232f170e4f24 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e2d4ff9e-8a07-4dc7-bcc8-232f170e4f24 {
    width: 100%;
    height: auto;
  }



  #s-e2d4ff9e-8a07-4dc7-bcc8-232f170e4f24 img.shogun-image {
    

    
    
    
  }


#s-e2d4ff9e-8a07-4dc7-bcc8-232f170e4f24 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f99d6847-1961-4008-a963-89ea3d008cba {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f99d6847-1961-4008-a963-89ea3d008cba .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 2px;
  
}



#s-0211ba6e-9a0a-4e0b-acb5-386c907d41dc {
  box-shadow:0px 0px 3px 2px rgba(0, 0, 0, 0.15);
max-width: 1000px;
aspect-ratio: 1000/1235;
text-align: center;
}





  #s-0211ba6e-9a0a-4e0b-acb5-386c907d41dc img.shogun-image,
  #s-0211ba6e-9a0a-4e0b-acb5-386c907d41dc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0211ba6e-9a0a-4e0b-acb5-386c907d41dc {
    width: 100%;
    height: auto;
  }



  #s-0211ba6e-9a0a-4e0b-acb5-386c907d41dc img.shogun-image {
    

    
    
    
  }


#s-0211ba6e-9a0a-4e0b-acb5-386c907d41dc .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-01927538-fad4-40e8-9541-7cee7aaff2a6 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01927538-fad4-40e8-9541-7cee7aaff2a6 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 2px;
  
}



#s-241cc52a-f9fc-4963-8639-94d114d2b44c {
  box-shadow:0px 0px 3px 2px rgba(0, 0, 0, 0.14);
max-width: 1000px;
aspect-ratio: 1000/1235;
text-align: center;
}





  #s-241cc52a-f9fc-4963-8639-94d114d2b44c img.shogun-image,
  #s-241cc52a-f9fc-4963-8639-94d114d2b44c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-241cc52a-f9fc-4963-8639-94d114d2b44c {
    width: 100%;
    height: auto;
  }



  #s-241cc52a-f9fc-4963-8639-94d114d2b44c img.shogun-image {
    

    
    
    
  }


#s-241cc52a-f9fc-4963-8639-94d114d2b44c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b1de5501-f70d-46ef-ad42-5eb66cde2c10 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1de5501-f70d-46ef-ad42-5eb66cde2c10 .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 2px;
  
}



#s-03d5c2f6-0a88-4113-b6df-aac9eecf80bd {
  margin-left: 10px;
margin-bottom: 2%;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-03d5c2f6-0a88-4113-b6df-aac9eecf80bd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-03d5c2f6-0a88-4113-b6df-aac9eecf80bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-03d5c2f6-0a88-4113-b6df-aac9eecf80bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-03d5c2f6-0a88-4113-b6df-aac9eecf80bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-dcf2c22d-5b47-4486-920c-4f8285a2cbdf {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-dcf2c22d-5b47-4486-920c-4f8285a2cbdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcf2c22d-5b47-4486-920c-4f8285a2cbdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8c2c7a4-5576-40da-8cbf-82063f406e49 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d8c2c7a4-5576-40da-8cbf-82063f406e49:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d8c2c7a4-5576-40da-8cbf-82063f406e49:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d8c2c7a4-5576-40da-8cbf-82063f406e49-root {
    text-align: center;
  }


#s-d8c2c7a4-5576-40da-8cbf-82063f406e49.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d8c2c7a4-5576-40da-8cbf-82063f406e49-root {
    text-align: center;
  }


#s-d8c2c7a4-5576-40da-8cbf-82063f406e49.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d8c2c7a4-5576-40da-8cbf-82063f406e49-root {
    text-align: center;
  }


#s-d8c2c7a4-5576-40da-8cbf-82063f406e49.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d8c2c7a4-5576-40da-8cbf-82063f406e49-root {
    text-align: center;
  }


#s-d8c2c7a4-5576-40da-8cbf-82063f406e49.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d8c2c7a4-5576-40da-8cbf-82063f406e49-root {
    text-align: center;
  }


#s-d8c2c7a4-5576-40da-8cbf-82063f406e49.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-d8c2c7a4-5576-40da-8cbf-82063f406e49-root {
    text-align: center;
  }


#s-d8c2c7a4-5576-40da-8cbf-82063f406e49.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-994adcba-1fa4-494a-b82f-89e5f22e504c {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-994adcba-1fa4-494a-b82f-89e5f22e504c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-994adcba-1fa4-494a-b82f-89e5f22e504c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3e7b788-3106-43df-89bf-6bf189e68e59 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b3e7b788-3106-43df-89bf-6bf189e68e59:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b3e7b788-3106-43df-89bf-6bf189e68e59:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-b3e7b788-3106-43df-89bf-6bf189e68e59-root {
    text-align: center;
  }


#s-b3e7b788-3106-43df-89bf-6bf189e68e59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b3e7b788-3106-43df-89bf-6bf189e68e59-root {
    text-align: center;
  }


#s-b3e7b788-3106-43df-89bf-6bf189e68e59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b3e7b788-3106-43df-89bf-6bf189e68e59-root {
    text-align: center;
  }


#s-b3e7b788-3106-43df-89bf-6bf189e68e59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b3e7b788-3106-43df-89bf-6bf189e68e59-root {
    text-align: center;
  }


#s-b3e7b788-3106-43df-89bf-6bf189e68e59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b3e7b788-3106-43df-89bf-6bf189e68e59-root {
    text-align: center;
  }


#s-b3e7b788-3106-43df-89bf-6bf189e68e59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-b3e7b788-3106-43df-89bf-6bf189e68e59-root {
    text-align: center;
  }


#s-b3e7b788-3106-43df-89bf-6bf189e68e59.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-9626097e-2728-436e-a6ac-76f27f9df335 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-9626097e-2728-436e-a6ac-76f27f9df335 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9626097e-2728-436e-a6ac-76f27f9df335.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17df5553-db9a-4e29-b8fd-9558a9a0ff62 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-17df5553-db9a-4e29-b8fd-9558a9a0ff62:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-17df5553-db9a-4e29-b8fd-9558a9a0ff62:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-17df5553-db9a-4e29-b8fd-9558a9a0ff62-root {
    text-align: center;
  }


#s-17df5553-db9a-4e29-b8fd-9558a9a0ff62.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-17df5553-db9a-4e29-b8fd-9558a9a0ff62-root {
    text-align: center;
  }


#s-17df5553-db9a-4e29-b8fd-9558a9a0ff62.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-17df5553-db9a-4e29-b8fd-9558a9a0ff62-root {
    text-align: center;
  }


#s-17df5553-db9a-4e29-b8fd-9558a9a0ff62.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-17df5553-db9a-4e29-b8fd-9558a9a0ff62-root {
    text-align: center;
  }


#s-17df5553-db9a-4e29-b8fd-9558a9a0ff62.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-17df5553-db9a-4e29-b8fd-9558a9a0ff62-root {
    text-align: center;
  }


#s-17df5553-db9a-4e29-b8fd-9558a9a0ff62.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-17df5553-db9a-4e29-b8fd-9558a9a0ff62-root {
    text-align: center;
  }


#s-17df5553-db9a-4e29-b8fd-9558a9a0ff62.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-7a92c0cb-7bf3-481d-bba1-6eabd77dcc0a {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-7a92c0cb-7bf3-481d-bba1-6eabd77dcc0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a92c0cb-7bf3-481d-bba1-6eabd77dcc0a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1310dcc-aef5-469e-8bb4-c80595080ba1 {
  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(29, 29, 29, 0.9);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-b1310dcc-aef5-469e-8bb4-c80595080ba1:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0) !important;
background-color: rgba(74, 74, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b1310dcc-aef5-469e-8bb4-c80595080ba1:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(155, 155, 155, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-b1310dcc-aef5-469e-8bb4-c80595080ba1-root {
    text-align: center;
  }


#s-b1310dcc-aef5-469e-8bb4-c80595080ba1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b1310dcc-aef5-469e-8bb4-c80595080ba1-root {
    text-align: center;
  }


#s-b1310dcc-aef5-469e-8bb4-c80595080ba1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b1310dcc-aef5-469e-8bb4-c80595080ba1-root {
    text-align: center;
  }


#s-b1310dcc-aef5-469e-8bb4-c80595080ba1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b1310dcc-aef5-469e-8bb4-c80595080ba1-root {
    text-align: center;
  }


#s-b1310dcc-aef5-469e-8bb4-c80595080ba1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b1310dcc-aef5-469e-8bb4-c80595080ba1-root {
    text-align: center;
  }


#s-b1310dcc-aef5-469e-8bb4-c80595080ba1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-b1310dcc-aef5-469e-8bb4-c80595080ba1-root {
    text-align: center;
  }


#s-b1310dcc-aef5-469e-8bb4-c80595080ba1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3de99aa8-7f64-4906-b531-359e5e7fc34c {
  margin-left: 1px;
margin-right: 1px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3de99aa8-7f64-4906-b531-359e5e7fc34c {
  display: none;
}
#s-3de99aa8-7f64-4906-b531-359e5e7fc34c, #wrap-s-3de99aa8-7f64-4906-b531-359e5e7fc34c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3de99aa8-7f64-4906-b531-359e5e7fc34c {
  display: none;
}
#s-3de99aa8-7f64-4906-b531-359e5e7fc34c, #wrap-s-3de99aa8-7f64-4906-b531-359e5e7fc34c { display: none !important; }}







#s-3de99aa8-7f64-4906-b531-359e5e7fc34c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3de99aa8-7f64-4906-b531-359e5e7fc34c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0525eb56-e72b-474f-b47a-d4eb064b430e {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-0525eb56-e72b-474f-b47a-d4eb064b430e .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-0525eb56-e72b-474f-b47a-d4eb064b430e .shg-sld-nav-button.shg-sld-left,
#s-0525eb56-e72b-474f-b47a-d4eb064b430e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-a25d1154-7826-4a7a-a69c-1afd5f93d301 {
  text-align: center;
}







  img.s-a25d1154-7826-4a7a-a69c-1afd5f93d301.shogun-image {
    
    
  }


.s-a25d1154-7826-4a7a-a69c-1afd5f93d301 .shogun-image-content {
  
    align-items: center;
  
}

.s-a25d1154-7826-4a7a-a69c-1afd5f93d301.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25d1154-7826-4a7a-a69c-1afd5f93d301.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25d1154-7826-4a7a-a69c-1afd5f93d301.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a25d1154-7826-4a7a-a69c-1afd5f93d301.shogun-image {
    
    
  }


.s-a25d1154-7826-4a7a-a69c-1afd5f93d301 .shogun-image-content {
  
    align-items: center;
  
}

.s-a25d1154-7826-4a7a-a69c-1afd5f93d301.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25d1154-7826-4a7a-a69c-1afd5f93d301.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25d1154-7826-4a7a-a69c-1afd5f93d301.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a25d1154-7826-4a7a-a69c-1afd5f93d301.shogun-image {
    
    
  }


.s-a25d1154-7826-4a7a-a69c-1afd5f93d301 .shogun-image-content {
  
    align-items: center;
  
}

.s-a25d1154-7826-4a7a-a69c-1afd5f93d301.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25d1154-7826-4a7a-a69c-1afd5f93d301.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25d1154-7826-4a7a-a69c-1afd5f93d301.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a25d1154-7826-4a7a-a69c-1afd5f93d301.shogun-image {
    
    
  }


.s-a25d1154-7826-4a7a-a69c-1afd5f93d301 .shogun-image-content {
  
    align-items: center;
  
}

.s-a25d1154-7826-4a7a-a69c-1afd5f93d301.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25d1154-7826-4a7a-a69c-1afd5f93d301.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25d1154-7826-4a7a-a69c-1afd5f93d301.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a25d1154-7826-4a7a-a69c-1afd5f93d301.shogun-image {
    
    
  }


.s-a25d1154-7826-4a7a-a69c-1afd5f93d301 .shogun-image-content {
  
    align-items: center;
  
}

.s-a25d1154-7826-4a7a-a69c-1afd5f93d301.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a25d1154-7826-4a7a-a69c-1afd5f93d301.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a25d1154-7826-4a7a-a69c-1afd5f93d301.shogun-image {
  box-sizing: border-box;
}



}
#s-683a0353-5ecb-4afb-965e-d8c8c14f4a9a {
  margin-top: 85%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-683a0353-5ecb-4afb-965e-d8c8c14f4a9a .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  
}


#s-683a0353-5ecb-4afb-965e-d8c8c14f4a9a .shogun-heading-component h5 a {
  color: rgba(255, 255, 255, 1);
}


#s-7bc61415-634e-471e-a3d1-578ad3da433d {
  margin-left: 6%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7bc61415-634e-471e-a3d1-578ad3da433d .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-05d092d2-514c-4ca6-ab5b-bd912d1c4091 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-05d092d2-514c-4ca6-ab5b-bd912d1c4091 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05d092d2-514c-4ca6-ab5b-bd912d1c4091.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66b9b6f7-e204-4582-832a-8a2c1e785e0b {
  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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-66b9b6f7-e204-4582-832a-8a2c1e785e0b:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-66b9b6f7-e204-4582-832a-8a2c1e785e0b:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-66b9b6f7-e204-4582-832a-8a2c1e785e0b-root {
    text-align: center;
  }


#s-66b9b6f7-e204-4582-832a-8a2c1e785e0b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-66b9b6f7-e204-4582-832a-8a2c1e785e0b-root {
    text-align: center;
  }


#s-66b9b6f7-e204-4582-832a-8a2c1e785e0b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66b9b6f7-e204-4582-832a-8a2c1e785e0b-root {
    text-align: center;
  }


#s-66b9b6f7-e204-4582-832a-8a2c1e785e0b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66b9b6f7-e204-4582-832a-8a2c1e785e0b-root {
    text-align: center;
  }


#s-66b9b6f7-e204-4582-832a-8a2c1e785e0b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-66b9b6f7-e204-4582-832a-8a2c1e785e0b-root {
    text-align: center;
  }


#s-66b9b6f7-e204-4582-832a-8a2c1e785e0b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-66b9b6f7-e204-4582-832a-8a2c1e785e0b-root {
    text-align: center;
  }


#s-66b9b6f7-e204-4582-832a-8a2c1e785e0b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-b493379b-dead-4abc-813f-dc456873a7aa {
  text-align: center;
}







  img.s-b493379b-dead-4abc-813f-dc456873a7aa.shogun-image {
    
    
  }


.s-b493379b-dead-4abc-813f-dc456873a7aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b493379b-dead-4abc-813f-dc456873a7aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b493379b-dead-4abc-813f-dc456873a7aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b493379b-dead-4abc-813f-dc456873a7aa.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b493379b-dead-4abc-813f-dc456873a7aa.shogun-image {
    
    
  }


.s-b493379b-dead-4abc-813f-dc456873a7aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b493379b-dead-4abc-813f-dc456873a7aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b493379b-dead-4abc-813f-dc456873a7aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b493379b-dead-4abc-813f-dc456873a7aa.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b493379b-dead-4abc-813f-dc456873a7aa.shogun-image {
    
    
  }


.s-b493379b-dead-4abc-813f-dc456873a7aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b493379b-dead-4abc-813f-dc456873a7aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b493379b-dead-4abc-813f-dc456873a7aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b493379b-dead-4abc-813f-dc456873a7aa.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b493379b-dead-4abc-813f-dc456873a7aa.shogun-image {
    
    
  }


.s-b493379b-dead-4abc-813f-dc456873a7aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b493379b-dead-4abc-813f-dc456873a7aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b493379b-dead-4abc-813f-dc456873a7aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b493379b-dead-4abc-813f-dc456873a7aa.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b493379b-dead-4abc-813f-dc456873a7aa.shogun-image {
    
    
  }


.s-b493379b-dead-4abc-813f-dc456873a7aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b493379b-dead-4abc-813f-dc456873a7aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b493379b-dead-4abc-813f-dc456873a7aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b493379b-dead-4abc-813f-dc456873a7aa.shogun-image {
  box-sizing: border-box;
}



}
#s-3fb718ea-3e17-4585-b1f7-6c7a2f4e3c6e {
  margin-top: 85%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-3fb718ea-3e17-4585-b1f7-6c7a2f4e3c6e .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  
}


#s-3fb718ea-3e17-4585-b1f7-6c7a2f4e3c6e .shogun-heading-component h5 a {
  color: rgba(255, 255, 255, 1);
}


#s-98fbc661-106c-4ed3-93ab-bf2e8ae39d88 {
  margin-left: 6%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98fbc661-106c-4ed3-93ab-bf2e8ae39d88 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-d1a1d231-4d64-499d-b2c8-a12ea295f735 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-d1a1d231-4d64-499d-b2c8-a12ea295f735 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1a1d231-4d64-499d-b2c8-a12ea295f735.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49a19618-9e9e-465a-9332-df4fac3b0355 {
  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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-49a19618-9e9e-465a-9332-df4fac3b0355:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-49a19618-9e9e-465a-9332-df4fac3b0355:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-49a19618-9e9e-465a-9332-df4fac3b0355-root {
    text-align: center;
  }


#s-49a19618-9e9e-465a-9332-df4fac3b0355.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-49a19618-9e9e-465a-9332-df4fac3b0355-root {
    text-align: center;
  }


#s-49a19618-9e9e-465a-9332-df4fac3b0355.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-49a19618-9e9e-465a-9332-df4fac3b0355-root {
    text-align: center;
  }


#s-49a19618-9e9e-465a-9332-df4fac3b0355.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-49a19618-9e9e-465a-9332-df4fac3b0355-root {
    text-align: center;
  }


#s-49a19618-9e9e-465a-9332-df4fac3b0355.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-49a19618-9e9e-465a-9332-df4fac3b0355-root {
    text-align: center;
  }


#s-49a19618-9e9e-465a-9332-df4fac3b0355.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-49a19618-9e9e-465a-9332-df4fac3b0355-root {
    text-align: center;
  }


#s-49a19618-9e9e-465a-9332-df4fac3b0355.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-48afddaf-a4fc-44c0-a47a-5b460710114b {
  text-align: center;
}







  img.s-48afddaf-a4fc-44c0-a47a-5b460710114b.shogun-image {
    
    
  }


.s-48afddaf-a4fc-44c0-a47a-5b460710114b .shogun-image-content {
  
    align-items: center;
  
}

.s-48afddaf-a4fc-44c0-a47a-5b460710114b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48afddaf-a4fc-44c0-a47a-5b460710114b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48afddaf-a4fc-44c0-a47a-5b460710114b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-48afddaf-a4fc-44c0-a47a-5b460710114b.shogun-image {
    
    
  }


.s-48afddaf-a4fc-44c0-a47a-5b460710114b .shogun-image-content {
  
    align-items: center;
  
}

.s-48afddaf-a4fc-44c0-a47a-5b460710114b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48afddaf-a4fc-44c0-a47a-5b460710114b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48afddaf-a4fc-44c0-a47a-5b460710114b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-48afddaf-a4fc-44c0-a47a-5b460710114b.shogun-image {
    
    
  }


.s-48afddaf-a4fc-44c0-a47a-5b460710114b .shogun-image-content {
  
    align-items: center;
  
}

.s-48afddaf-a4fc-44c0-a47a-5b460710114b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48afddaf-a4fc-44c0-a47a-5b460710114b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48afddaf-a4fc-44c0-a47a-5b460710114b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-48afddaf-a4fc-44c0-a47a-5b460710114b.shogun-image {
    
    
  }


.s-48afddaf-a4fc-44c0-a47a-5b460710114b .shogun-image-content {
  
    align-items: center;
  
}

.s-48afddaf-a4fc-44c0-a47a-5b460710114b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48afddaf-a4fc-44c0-a47a-5b460710114b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48afddaf-a4fc-44c0-a47a-5b460710114b.shogun-image {
  box-sizing: border-box;
}



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





  img.s-48afddaf-a4fc-44c0-a47a-5b460710114b.shogun-image {
    
    
  }


.s-48afddaf-a4fc-44c0-a47a-5b460710114b .shogun-image-content {
  
    align-items: center;
  
}

.s-48afddaf-a4fc-44c0-a47a-5b460710114b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48afddaf-a4fc-44c0-a47a-5b460710114b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48afddaf-a4fc-44c0-a47a-5b460710114b.shogun-image {
  box-sizing: border-box;
}



}
#s-e410e486-0840-42cc-87ef-673f939500a8 {
  margin-top: 85%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-e410e486-0840-42cc-87ef-673f939500a8 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  
}


#s-e410e486-0840-42cc-87ef-673f939500a8 .shogun-heading-component h5 a {
  color: rgba(255, 255, 255, 1);
}


#s-ac7793c8-f2f9-4a91-a6e1-55dc86c9d58d {
  margin-left: 6%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac7793c8-f2f9-4a91-a6e1-55dc86c9d58d .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-666cec0a-7413-4bf0-bd25-e30036ebe52f {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-666cec0a-7413-4bf0-bd25-e30036ebe52f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-666cec0a-7413-4bf0-bd25-e30036ebe52f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69103b16-b19a-4fb2-96ed-8f0affb767d5 {
  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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-69103b16-b19a-4fb2-96ed-8f0affb767d5:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-69103b16-b19a-4fb2-96ed-8f0affb767d5:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-69103b16-b19a-4fb2-96ed-8f0affb767d5-root {
    text-align: center;
  }


#s-69103b16-b19a-4fb2-96ed-8f0affb767d5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-69103b16-b19a-4fb2-96ed-8f0affb767d5-root {
    text-align: center;
  }


#s-69103b16-b19a-4fb2-96ed-8f0affb767d5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-69103b16-b19a-4fb2-96ed-8f0affb767d5-root {
    text-align: center;
  }


#s-69103b16-b19a-4fb2-96ed-8f0affb767d5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-69103b16-b19a-4fb2-96ed-8f0affb767d5-root {
    text-align: center;
  }


#s-69103b16-b19a-4fb2-96ed-8f0affb767d5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-69103b16-b19a-4fb2-96ed-8f0affb767d5-root {
    text-align: center;
  }


#s-69103b16-b19a-4fb2-96ed-8f0affb767d5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-69103b16-b19a-4fb2-96ed-8f0affb767d5-root {
    text-align: center;
  }


#s-69103b16-b19a-4fb2-96ed-8f0affb767d5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-86e90803-9e8b-4583-9c0a-64136e8b4e14 {
  text-align: center;
}







  img.s-86e90803-9e8b-4583-9c0a-64136e8b4e14.shogun-image {
    
    
  }


.s-86e90803-9e8b-4583-9c0a-64136e8b4e14 .shogun-image-content {
  
    align-items: center;
  
}

.s-86e90803-9e8b-4583-9c0a-64136e8b4e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86e90803-9e8b-4583-9c0a-64136e8b4e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86e90803-9e8b-4583-9c0a-64136e8b4e14.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-86e90803-9e8b-4583-9c0a-64136e8b4e14.shogun-image {
    
    
  }


.s-86e90803-9e8b-4583-9c0a-64136e8b4e14 .shogun-image-content {
  
    align-items: center;
  
}

.s-86e90803-9e8b-4583-9c0a-64136e8b4e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86e90803-9e8b-4583-9c0a-64136e8b4e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86e90803-9e8b-4583-9c0a-64136e8b4e14.shogun-image {
  box-sizing: border-box;
}



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





  img.s-86e90803-9e8b-4583-9c0a-64136e8b4e14.shogun-image {
    
    
  }


.s-86e90803-9e8b-4583-9c0a-64136e8b4e14 .shogun-image-content {
  
    align-items: center;
  
}

.s-86e90803-9e8b-4583-9c0a-64136e8b4e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86e90803-9e8b-4583-9c0a-64136e8b4e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86e90803-9e8b-4583-9c0a-64136e8b4e14.shogun-image {
  box-sizing: border-box;
}



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





  img.s-86e90803-9e8b-4583-9c0a-64136e8b4e14.shogun-image {
    
    
  }


.s-86e90803-9e8b-4583-9c0a-64136e8b4e14 .shogun-image-content {
  
    align-items: center;
  
}

.s-86e90803-9e8b-4583-9c0a-64136e8b4e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86e90803-9e8b-4583-9c0a-64136e8b4e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86e90803-9e8b-4583-9c0a-64136e8b4e14.shogun-image {
  box-sizing: border-box;
}



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





  img.s-86e90803-9e8b-4583-9c0a-64136e8b4e14.shogun-image {
    
    
  }


.s-86e90803-9e8b-4583-9c0a-64136e8b4e14 .shogun-image-content {
  
    align-items: center;
  
}

.s-86e90803-9e8b-4583-9c0a-64136e8b4e14.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86e90803-9e8b-4583-9c0a-64136e8b4e14.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86e90803-9e8b-4583-9c0a-64136e8b4e14.shogun-image {
  box-sizing: border-box;
}



}
#s-bd16fe4a-6258-46b6-a0a3-f19df77091f1 {
  margin-top: 85%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-bd16fe4a-6258-46b6-a0a3-f19df77091f1 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 2px;
  
}


#s-bd16fe4a-6258-46b6-a0a3-f19df77091f1 .shogun-heading-component h5 a {
  color: rgba(255, 255, 255, 1);
}


#s-9138912b-3a70-4194-9ca3-0c8b844044fc {
  margin-left: 6%;
margin-right: 6%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9138912b-3a70-4194-9ca3-0c8b844044fc .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-35e98dc7-ba52-488c-9e7c-5bd117cd2166 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-35e98dc7-ba52-488c-9e7c-5bd117cd2166 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35e98dc7-ba52-488c-9e7c-5bd117cd2166.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb708d49-a2a0-447f-8050-7432146d8b1e {
  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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-fb708d49-a2a0-447f-8050-7432146d8b1e:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fb708d49-a2a0-447f-8050-7432146d8b1e:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-fb708d49-a2a0-447f-8050-7432146d8b1e-root {
    text-align: center;
  }


#s-fb708d49-a2a0-447f-8050-7432146d8b1e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fb708d49-a2a0-447f-8050-7432146d8b1e-root {
    text-align: center;
  }


#s-fb708d49-a2a0-447f-8050-7432146d8b1e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb708d49-a2a0-447f-8050-7432146d8b1e-root {
    text-align: center;
  }


#s-fb708d49-a2a0-447f-8050-7432146d8b1e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fb708d49-a2a0-447f-8050-7432146d8b1e-root {
    text-align: center;
  }


#s-fb708d49-a2a0-447f-8050-7432146d8b1e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fb708d49-a2a0-447f-8050-7432146d8b1e-root {
    text-align: center;
  }


#s-fb708d49-a2a0-447f-8050-7432146d8b1e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-fb708d49-a2a0-447f-8050-7432146d8b1e-root {
    text-align: center;
  }


#s-fb708d49-a2a0-447f-8050-7432146d8b1e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-7dea863f-fd53-4f0a-84fb-43b2f2f120da {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7dea863f-fd53-4f0a-84fb-43b2f2f120da {
  display: none;
}
#s-7dea863f-fd53-4f0a-84fb-43b2f2f120da, #wrap-s-7dea863f-fd53-4f0a-84fb-43b2f2f120da { display: none !important; }}@media (max-width: 767px){#s-7dea863f-fd53-4f0a-84fb-43b2f2f120da {
  display: none;
}
#s-7dea863f-fd53-4f0a-84fb-43b2f2f120da, #wrap-s-7dea863f-fd53-4f0a-84fb-43b2f2f120da { display: none !important; }}







#s-7dea863f-fd53-4f0a-84fb-43b2f2f120da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7dea863f-fd53-4f0a-84fb-43b2f2f120da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 {
  max-width: 3500px;
aspect-ratio: 3500/1250;
text-align: center;
}





  #s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 img.shogun-image,
  #s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 {
    width: 100%;
    height: auto;
  }

  #s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image {
    
    
  }


.s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 {
      --shg-aspect-ratio: calc(3500/1250); 
    }

    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image-container {
      position: relative;
    }

    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 img.shogun-image,
  #s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 {
    width: 100%;
    height: auto;
  }

  #s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image {
    
    
  }


.s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 {
      --shg-aspect-ratio: calc(3500/1250); 
    }

    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image-container {
      position: relative;
    }

    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 img.shogun-image,
  #s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 {
    width: 100%;
    height: auto;
  }

  #s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image {
    
    
  }


.s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 {
      --shg-aspect-ratio: calc(3500/1250); 
    }

    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image-container {
      position: relative;
    }

    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 img.shogun-image,
  #s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 {
    width: 100%;
    height: auto;
  }

  #s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image {
    
    
  }


.s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 {
      --shg-aspect-ratio: calc(3500/1250); 
    }

    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image-container {
      position: relative;
    }

    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 img.shogun-image,
  #s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 {
    width: 100%;
    height: auto;
  }

  #s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image {
    
    
  }


.s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 .shogun-image-content {
  
    align-items: center;
  
}

.s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 {
      --shg-aspect-ratio: calc(3500/1250); 
    }

    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image-container {
      position: relative;
    }

    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e2f4ee3-ae0a-4051-886e-861288a63ea8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-053bfbab-9529-4b17-a8c5-50acf4a2db05 {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-053bfbab-9529-4b17-a8c5-50acf4a2db05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-053bfbab-9529-4b17-a8c5-50acf4a2db05"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-053bfbab-9529-4b17-a8c5-50acf4a2db05"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-053bfbab-9529-4b17-a8c5-50acf4a2db05"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-053bfbab-9529-4b17-a8c5-50acf4a2db05"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-053bfbab-9529-4b17-a8c5-50acf4a2db05"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-053bfbab-9529-4b17-a8c5-50acf4a2db05"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-04ce00b4-b1f3-46c9-8986-17a29d6c2d0a {
  margin-top: 0px;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-04ce00b4-b1f3-46c9-8986-17a29d6c2d0a .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-8ef2ac81-2f68-4b15-8e78-119824e22691 {
  margin-left: 0%;
margin-bottom: 1%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8ef2ac81-2f68-4b15-8e78-119824e22691 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 1px;
  text-align: left;
}



#s-1a9a3ca8-707a-4138-84d1-01b9419b5cec {
  margin-left: 0%;
margin-right: 20%;
min-height: 50px;
}








#s-1a9a3ca8-707a-4138-84d1-01b9419b5cec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a9a3ca8-707a-4138-84d1-01b9419b5cec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f129481a-fe04-45bf-8fee-dfa740640bea {
  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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f129481a-fe04-45bf-8fee-dfa740640bea:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f129481a-fe04-45bf-8fee-dfa740640bea:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f129481a-fe04-45bf-8fee-dfa740640bea-root {
    text-align: center;
  }


#s-f129481a-fe04-45bf-8fee-dfa740640bea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f129481a-fe04-45bf-8fee-dfa740640bea-root {
    text-align: center;
  }


#s-f129481a-fe04-45bf-8fee-dfa740640bea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f129481a-fe04-45bf-8fee-dfa740640bea-root {
    text-align: center;
  }


#s-f129481a-fe04-45bf-8fee-dfa740640bea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f129481a-fe04-45bf-8fee-dfa740640bea-root {
    text-align: center;
  }


#s-f129481a-fe04-45bf-8fee-dfa740640bea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f129481a-fe04-45bf-8fee-dfa740640bea-root {
    text-align: center;
  }


#s-f129481a-fe04-45bf-8fee-dfa740640bea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-f129481a-fe04-45bf-8fee-dfa740640bea-root {
    text-align: center;
  }


#s-f129481a-fe04-45bf-8fee-dfa740640bea.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-78c10d2f-9476-4eef-bbe2-cfb13b339925 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-78c10d2f-9476-4eef-bbe2-cfb13b339925 {
  display: none;
}
#s-78c10d2f-9476-4eef-bbe2-cfb13b339925, #wrap-s-78c10d2f-9476-4eef-bbe2-cfb13b339925 { display: none !important; }}@media (max-width: 767px){#s-78c10d2f-9476-4eef-bbe2-cfb13b339925 {
  display: none;
}
#s-78c10d2f-9476-4eef-bbe2-cfb13b339925, #wrap-s-78c10d2f-9476-4eef-bbe2-cfb13b339925 { display: none !important; }}







#s-78c10d2f-9476-4eef-bbe2-cfb13b339925 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78c10d2f-9476-4eef-bbe2-cfb13b339925.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf728e58-4b07-49c2-9a30-4a1f47d7010d {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf728e58-4b07-49c2-9a30-4a1f47d7010d .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 3px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-bf728e58-4b07-49c2-9a30-4a1f47d7010d .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 3px;
  
}


}@media (max-width: 767px){#s-bf728e58-4b07-49c2-9a30-4a1f47d7010d .shogun-heading-component h5 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 2px;
  
}


}
@media (min-width: 0px) {
[id="s-d0b9aa12-feb8-41a1-8446-e777104534b4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-d0b9aa12-feb8-41a1-8446-e777104534b4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 992px) {
[id="s-d0b9aa12-feb8-41a1-8446-e777104534b4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.75px);
}

}

@media (min-width: 1200px) {
[id="s-d0b9aa12-feb8-41a1-8446-e777104534b4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.75px);
}

}

#s-487e3b3c-9ef8-419c-901a-264578c55bb3 {
  max-width: 910px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-487e3b3c-9ef8-419c-901a-264578c55bb3 img.shogun-image,
  #s-487e3b3c-9ef8-419c-901a-264578c55bb3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-487e3b3c-9ef8-419c-901a-264578c55bb3 {
    width: 100%;
    height: auto;
  }

  #s-487e3b3c-9ef8-419c-901a-264578c55bb3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image {
    
    
  }


.s-487e3b3c-9ef8-419c-901a-264578c55bb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-487e3b3c-9ef8-419c-901a-264578c55bb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-487e3b3c-9ef8-419c-901a-264578c55bb3 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image-container {
      position: relative;
    }

    .s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-487e3b3c-9ef8-419c-901a-264578c55bb3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-487e3b3c-9ef8-419c-901a-264578c55bb3 img.shogun-image,
  #s-487e3b3c-9ef8-419c-901a-264578c55bb3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-487e3b3c-9ef8-419c-901a-264578c55bb3 {
    width: 100%;
    height: auto;
  }

  #s-487e3b3c-9ef8-419c-901a-264578c55bb3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image {
    
    
  }


.s-487e3b3c-9ef8-419c-901a-264578c55bb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-487e3b3c-9ef8-419c-901a-264578c55bb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-487e3b3c-9ef8-419c-901a-264578c55bb3 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image-container {
      position: relative;
    }

    .s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-487e3b3c-9ef8-419c-901a-264578c55bb3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-487e3b3c-9ef8-419c-901a-264578c55bb3 img.shogun-image,
  #s-487e3b3c-9ef8-419c-901a-264578c55bb3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-487e3b3c-9ef8-419c-901a-264578c55bb3 {
    width: 100%;
    height: auto;
  }

  #s-487e3b3c-9ef8-419c-901a-264578c55bb3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image {
    
    
  }


.s-487e3b3c-9ef8-419c-901a-264578c55bb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-487e3b3c-9ef8-419c-901a-264578c55bb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-487e3b3c-9ef8-419c-901a-264578c55bb3 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image-container {
      position: relative;
    }

    .s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-487e3b3c-9ef8-419c-901a-264578c55bb3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-487e3b3c-9ef8-419c-901a-264578c55bb3 img.shogun-image,
  #s-487e3b3c-9ef8-419c-901a-264578c55bb3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-487e3b3c-9ef8-419c-901a-264578c55bb3 {
    width: 100%;
    height: auto;
  }

  #s-487e3b3c-9ef8-419c-901a-264578c55bb3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image {
    
    
  }


.s-487e3b3c-9ef8-419c-901a-264578c55bb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-487e3b3c-9ef8-419c-901a-264578c55bb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-487e3b3c-9ef8-419c-901a-264578c55bb3 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image-container {
      position: relative;
    }

    .s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-487e3b3c-9ef8-419c-901a-264578c55bb3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-487e3b3c-9ef8-419c-901a-264578c55bb3 img.shogun-image,
  #s-487e3b3c-9ef8-419c-901a-264578c55bb3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-487e3b3c-9ef8-419c-901a-264578c55bb3 {
    width: 100%;
    height: auto;
  }

  #s-487e3b3c-9ef8-419c-901a-264578c55bb3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image {
    
    
  }


.s-487e3b3c-9ef8-419c-901a-264578c55bb3 .shogun-image-content {
  
    align-items: center;
  
}

.s-487e3b3c-9ef8-419c-901a-264578c55bb3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-487e3b3c-9ef8-419c-901a-264578c55bb3 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image-container {
      position: relative;
    }

    .s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-487e3b3c-9ef8-419c-901a-264578c55bb3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-487e3b3c-9ef8-419c-901a-264578c55bb3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f {
  margin-left: 45%;
margin-right: 45%;
text-align: center;
}







  img.s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f.shogun-image {
    
    
  }


.s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f .shogun-image-content {
  
    align-items: center;
  
}

.s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f.shogun-image {
    
    
  }


.s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f .shogun-image-content {
  
    align-items: center;
  
}

.s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f.shogun-image {
    
    
  }


.s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f .shogun-image-content {
  
    align-items: center;
  
}

.s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f.shogun-image {
    
    
  }


.s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f .shogun-image-content {
  
    align-items: center;
  
}

.s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f.shogun-image {
    
    
  }


.s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f .shogun-image-content {
  
    align-items: center;
  
}

.s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa32ecef-e99b-4a25-95e4-37bd3c7f240f.shogun-image {
  box-sizing: border-box;
}



}
#s-eb0d4269-494a-4b84-9089-93160cbfeffd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb0d4269-494a-4b84-9089-93160cbfeffd .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 2px;
  
}



#s-2e434dd2-e086-4141-91d5-597b035f4c92 {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 1%;
margin-right: 10%;
}

#s-9aae9afd-7f28-4559-8a9b-760ac8a08903 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-9aae9afd-7f28-4559-8a9b-760ac8a08903 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9aae9afd-7f28-4559-8a9b-760ac8a08903.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d145ec4e-ace2-44d2-8d9c-460d5ff079b9 {
  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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-d145ec4e-ace2-44d2-8d9c-460d5ff079b9:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d145ec4e-ace2-44d2-8d9c-460d5ff079b9:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-d145ec4e-ace2-44d2-8d9c-460d5ff079b9-root {
    text-align: center;
  }


#s-d145ec4e-ace2-44d2-8d9c-460d5ff079b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d145ec4e-ace2-44d2-8d9c-460d5ff079b9-root {
    text-align: center;
  }


#s-d145ec4e-ace2-44d2-8d9c-460d5ff079b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d145ec4e-ace2-44d2-8d9c-460d5ff079b9-root {
    text-align: center;
  }


#s-d145ec4e-ace2-44d2-8d9c-460d5ff079b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d145ec4e-ace2-44d2-8d9c-460d5ff079b9-root {
    text-align: center;
  }


#s-d145ec4e-ace2-44d2-8d9c-460d5ff079b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d145ec4e-ace2-44d2-8d9c-460d5ff079b9-root {
    text-align: center;
  }


#s-d145ec4e-ace2-44d2-8d9c-460d5ff079b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-d145ec4e-ace2-44d2-8d9c-460d5ff079b9-root {
    text-align: center;
  }


#s-d145ec4e-ace2-44d2-8d9c-460d5ff079b9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6 {
  text-align: center;
}







  img.s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6.shogun-image {
    
    
  }


.s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6.shogun-image {
    
    
  }


.s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6.shogun-image {
    
    
  }


.s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6.shogun-image {
    
    
  }


.s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6.shogun-image {
    
    
  }


.s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8460e0f-cd1f-4e46-91fd-97df1b0611d6.shogun-image {
  box-sizing: border-box;
}



}
#s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6 {
  margin-left: 47%;
margin-right: 47%;
text-align: center;
}







  img.s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6.shogun-image {
    
    
  }


.s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6.shogun-image {
    
    
  }


.s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6.shogun-image {
    
    
  }


.s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6.shogun-image {
    
    
  }


.s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6.shogun-image {
    
    
  }


.s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6 .shogun-image-content {
  
    align-items: center;
  
}

.s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-233b43a6-70fe-4891-993e-7f3e1bbb4fc6.shogun-image {
  box-sizing: border-box;
}



}
#s-d2d2439a-c40f-45ad-9559-90fe4ab645b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2d2439a-c40f-45ad-9559-90fe4ab645b6 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 2px;
  
}



#s-ddbeee53-eceb-45e7-85b1-cf8225afc22a {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 1%;
margin-right: 10%;
}

#s-14dbd666-b180-463b-a620-7a7a4449f14a {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-14dbd666-b180-463b-a620-7a7a4449f14a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14dbd666-b180-463b-a620-7a7a4449f14a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1655f444-f0ec-403e-b337-5f1a1a6be239 {
  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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-1655f444-f0ec-403e-b337-5f1a1a6be239:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1655f444-f0ec-403e-b337-5f1a1a6be239:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-1655f444-f0ec-403e-b337-5f1a1a6be239-root {
    text-align: center;
  }


#s-1655f444-f0ec-403e-b337-5f1a1a6be239.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1655f444-f0ec-403e-b337-5f1a1a6be239-root {
    text-align: center;
  }


#s-1655f444-f0ec-403e-b337-5f1a1a6be239.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1655f444-f0ec-403e-b337-5f1a1a6be239-root {
    text-align: center;
  }


#s-1655f444-f0ec-403e-b337-5f1a1a6be239.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1655f444-f0ec-403e-b337-5f1a1a6be239-root {
    text-align: center;
  }


#s-1655f444-f0ec-403e-b337-5f1a1a6be239.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1655f444-f0ec-403e-b337-5f1a1a6be239-root {
    text-align: center;
  }


#s-1655f444-f0ec-403e-b337-5f1a1a6be239.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-1655f444-f0ec-403e-b337-5f1a1a6be239-root {
    text-align: center;
  }


#s-1655f444-f0ec-403e-b337-5f1a1a6be239.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-3f4701fb-3817-44da-9f24-3edcde23081e {
  text-align: center;
}







  img.s-3f4701fb-3817-44da-9f24-3edcde23081e.shogun-image {
    
    
  }


.s-3f4701fb-3817-44da-9f24-3edcde23081e .shogun-image-content {
  
    align-items: center;
  
}

.s-3f4701fb-3817-44da-9f24-3edcde23081e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f4701fb-3817-44da-9f24-3edcde23081e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f4701fb-3817-44da-9f24-3edcde23081e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-3f4701fb-3817-44da-9f24-3edcde23081e.shogun-image {
    
    
  }


.s-3f4701fb-3817-44da-9f24-3edcde23081e .shogun-image-content {
  
    align-items: center;
  
}

.s-3f4701fb-3817-44da-9f24-3edcde23081e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f4701fb-3817-44da-9f24-3edcde23081e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f4701fb-3817-44da-9f24-3edcde23081e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3f4701fb-3817-44da-9f24-3edcde23081e.shogun-image {
    
    
  }


.s-3f4701fb-3817-44da-9f24-3edcde23081e .shogun-image-content {
  
    align-items: center;
  
}

.s-3f4701fb-3817-44da-9f24-3edcde23081e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f4701fb-3817-44da-9f24-3edcde23081e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f4701fb-3817-44da-9f24-3edcde23081e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3f4701fb-3817-44da-9f24-3edcde23081e.shogun-image {
    
    
  }


.s-3f4701fb-3817-44da-9f24-3edcde23081e .shogun-image-content {
  
    align-items: center;
  
}

.s-3f4701fb-3817-44da-9f24-3edcde23081e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f4701fb-3817-44da-9f24-3edcde23081e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f4701fb-3817-44da-9f24-3edcde23081e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-3f4701fb-3817-44da-9f24-3edcde23081e.shogun-image {
    
    
  }


.s-3f4701fb-3817-44da-9f24-3edcde23081e .shogun-image-content {
  
    align-items: center;
  
}

.s-3f4701fb-3817-44da-9f24-3edcde23081e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f4701fb-3817-44da-9f24-3edcde23081e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f4701fb-3817-44da-9f24-3edcde23081e.shogun-image {
  box-sizing: border-box;
}



}
#s-baece9a3-663c-41d6-adb3-2ea2cdc15985 {
  margin-left: 45%;
margin-right: 45%;
text-align: center;
}







  img.s-baece9a3-663c-41d6-adb3-2ea2cdc15985.shogun-image {
    
    
  }


.s-baece9a3-663c-41d6-adb3-2ea2cdc15985 .shogun-image-content {
  
    align-items: center;
  
}

.s-baece9a3-663c-41d6-adb3-2ea2cdc15985.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baece9a3-663c-41d6-adb3-2ea2cdc15985.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baece9a3-663c-41d6-adb3-2ea2cdc15985.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-baece9a3-663c-41d6-adb3-2ea2cdc15985.shogun-image {
    
    
  }


.s-baece9a3-663c-41d6-adb3-2ea2cdc15985 .shogun-image-content {
  
    align-items: center;
  
}

.s-baece9a3-663c-41d6-adb3-2ea2cdc15985.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baece9a3-663c-41d6-adb3-2ea2cdc15985.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baece9a3-663c-41d6-adb3-2ea2cdc15985.shogun-image {
  box-sizing: border-box;
}



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





  img.s-baece9a3-663c-41d6-adb3-2ea2cdc15985.shogun-image {
    
    
  }


.s-baece9a3-663c-41d6-adb3-2ea2cdc15985 .shogun-image-content {
  
    align-items: center;
  
}

.s-baece9a3-663c-41d6-adb3-2ea2cdc15985.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baece9a3-663c-41d6-adb3-2ea2cdc15985.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baece9a3-663c-41d6-adb3-2ea2cdc15985.shogun-image {
  box-sizing: border-box;
}



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





  img.s-baece9a3-663c-41d6-adb3-2ea2cdc15985.shogun-image {
    
    
  }


.s-baece9a3-663c-41d6-adb3-2ea2cdc15985 .shogun-image-content {
  
    align-items: center;
  
}

.s-baece9a3-663c-41d6-adb3-2ea2cdc15985.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baece9a3-663c-41d6-adb3-2ea2cdc15985.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baece9a3-663c-41d6-adb3-2ea2cdc15985.shogun-image {
  box-sizing: border-box;
}



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





  img.s-baece9a3-663c-41d6-adb3-2ea2cdc15985.shogun-image {
    
    
  }


.s-baece9a3-663c-41d6-adb3-2ea2cdc15985 .shogun-image-content {
  
    align-items: center;
  
}

.s-baece9a3-663c-41d6-adb3-2ea2cdc15985.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baece9a3-663c-41d6-adb3-2ea2cdc15985.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baece9a3-663c-41d6-adb3-2ea2cdc15985.shogun-image {
  box-sizing: border-box;
}



}
#s-0fa93cba-df8a-4885-99ad-cb2753c1063d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0fa93cba-df8a-4885-99ad-cb2753c1063d .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 2px;
  
}



#s-fca1ba0f-a4a8-4ef3-a04b-c32cd8162c11 {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 1%;
margin-right: 10%;
}

#s-6dc36ebb-510f-4d88-b4b3-cb951e98c15c {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-6dc36ebb-510f-4d88-b4b3-cb951e98c15c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dc36ebb-510f-4d88-b4b3-cb951e98c15c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2a1ebf4-f02f-4466-a80c-fdb06c53c18e {
  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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-f2a1ebf4-f02f-4466-a80c-fdb06c53c18e:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f2a1ebf4-f02f-4466-a80c-fdb06c53c18e:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f2a1ebf4-f02f-4466-a80c-fdb06c53c18e-root {
    text-align: center;
  }


#s-f2a1ebf4-f02f-4466-a80c-fdb06c53c18e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f2a1ebf4-f02f-4466-a80c-fdb06c53c18e-root {
    text-align: center;
  }


#s-f2a1ebf4-f02f-4466-a80c-fdb06c53c18e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2a1ebf4-f02f-4466-a80c-fdb06c53c18e-root {
    text-align: center;
  }


#s-f2a1ebf4-f02f-4466-a80c-fdb06c53c18e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2a1ebf4-f02f-4466-a80c-fdb06c53c18e-root {
    text-align: center;
  }


#s-f2a1ebf4-f02f-4466-a80c-fdb06c53c18e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f2a1ebf4-f02f-4466-a80c-fdb06c53c18e-root {
    text-align: center;
  }


#s-f2a1ebf4-f02f-4466-a80c-fdb06c53c18e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-f2a1ebf4-f02f-4466-a80c-fdb06c53c18e-root {
    text-align: center;
  }


#s-f2a1ebf4-f02f-4466-a80c-fdb06c53c18e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ba90deab-7168-48da-b12f-3d13526bf445 {
  text-align: center;
}







  img.s-ba90deab-7168-48da-b12f-3d13526bf445.shogun-image {
    
    
  }


.s-ba90deab-7168-48da-b12f-3d13526bf445 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba90deab-7168-48da-b12f-3d13526bf445.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba90deab-7168-48da-b12f-3d13526bf445.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba90deab-7168-48da-b12f-3d13526bf445.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ba90deab-7168-48da-b12f-3d13526bf445.shogun-image {
    
    
  }


.s-ba90deab-7168-48da-b12f-3d13526bf445 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba90deab-7168-48da-b12f-3d13526bf445.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba90deab-7168-48da-b12f-3d13526bf445.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba90deab-7168-48da-b12f-3d13526bf445.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ba90deab-7168-48da-b12f-3d13526bf445.shogun-image {
    
    
  }


.s-ba90deab-7168-48da-b12f-3d13526bf445 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba90deab-7168-48da-b12f-3d13526bf445.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba90deab-7168-48da-b12f-3d13526bf445.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba90deab-7168-48da-b12f-3d13526bf445.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ba90deab-7168-48da-b12f-3d13526bf445.shogun-image {
    
    
  }


.s-ba90deab-7168-48da-b12f-3d13526bf445 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba90deab-7168-48da-b12f-3d13526bf445.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba90deab-7168-48da-b12f-3d13526bf445.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba90deab-7168-48da-b12f-3d13526bf445.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ba90deab-7168-48da-b12f-3d13526bf445.shogun-image {
    
    
  }


.s-ba90deab-7168-48da-b12f-3d13526bf445 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba90deab-7168-48da-b12f-3d13526bf445.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba90deab-7168-48da-b12f-3d13526bf445.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba90deab-7168-48da-b12f-3d13526bf445.shogun-image {
  box-sizing: border-box;
}



}
#s-07b79afd-917c-4901-8487-0e5aff69b98a {
  margin-left: 45%;
margin-right: 45%;
text-align: center;
}







  img.s-07b79afd-917c-4901-8487-0e5aff69b98a.shogun-image {
    
    
  }


.s-07b79afd-917c-4901-8487-0e5aff69b98a .shogun-image-content {
  
    align-items: center;
  
}

.s-07b79afd-917c-4901-8487-0e5aff69b98a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07b79afd-917c-4901-8487-0e5aff69b98a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07b79afd-917c-4901-8487-0e5aff69b98a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-07b79afd-917c-4901-8487-0e5aff69b98a.shogun-image {
    
    
  }


.s-07b79afd-917c-4901-8487-0e5aff69b98a .shogun-image-content {
  
    align-items: center;
  
}

.s-07b79afd-917c-4901-8487-0e5aff69b98a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07b79afd-917c-4901-8487-0e5aff69b98a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07b79afd-917c-4901-8487-0e5aff69b98a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-07b79afd-917c-4901-8487-0e5aff69b98a.shogun-image {
    
    
  }


.s-07b79afd-917c-4901-8487-0e5aff69b98a .shogun-image-content {
  
    align-items: center;
  
}

.s-07b79afd-917c-4901-8487-0e5aff69b98a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07b79afd-917c-4901-8487-0e5aff69b98a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07b79afd-917c-4901-8487-0e5aff69b98a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-07b79afd-917c-4901-8487-0e5aff69b98a.shogun-image {
    
    
  }


.s-07b79afd-917c-4901-8487-0e5aff69b98a .shogun-image-content {
  
    align-items: center;
  
}

.s-07b79afd-917c-4901-8487-0e5aff69b98a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07b79afd-917c-4901-8487-0e5aff69b98a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07b79afd-917c-4901-8487-0e5aff69b98a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-07b79afd-917c-4901-8487-0e5aff69b98a.shogun-image {
    
    
  }


.s-07b79afd-917c-4901-8487-0e5aff69b98a .shogun-image-content {
  
    align-items: center;
  
}

.s-07b79afd-917c-4901-8487-0e5aff69b98a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07b79afd-917c-4901-8487-0e5aff69b98a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07b79afd-917c-4901-8487-0e5aff69b98a.shogun-image {
  box-sizing: border-box;
}



}
#s-12a073bf-4113-4684-86fd-11ea02b448ea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12a073bf-4113-4684-86fd-11ea02b448ea .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  letter-spacing: 2px;
  
}



#s-3c978843-3b19-4398-888b-69d0f608e87b {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 1%;
margin-right: 10%;
}

#s-70322b13-a08c-45a0-b668-d692c525d4bc {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-70322b13-a08c-45a0-b668-d692c525d4bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70322b13-a08c-45a0-b668-d692c525d4bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4c70514-87d7-4d41-99c5-1ac21fc620b5 {
  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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a4c70514-87d7-4d41-99c5-1ac21fc620b5:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a4c70514-87d7-4d41-99c5-1ac21fc620b5:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-a4c70514-87d7-4d41-99c5-1ac21fc620b5-root {
    text-align: center;
  }


#s-a4c70514-87d7-4d41-99c5-1ac21fc620b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a4c70514-87d7-4d41-99c5-1ac21fc620b5-root {
    text-align: center;
  }


#s-a4c70514-87d7-4d41-99c5-1ac21fc620b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a4c70514-87d7-4d41-99c5-1ac21fc620b5-root {
    text-align: center;
  }


#s-a4c70514-87d7-4d41-99c5-1ac21fc620b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a4c70514-87d7-4d41-99c5-1ac21fc620b5-root {
    text-align: center;
  }


#s-a4c70514-87d7-4d41-99c5-1ac21fc620b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a4c70514-87d7-4d41-99c5-1ac21fc620b5-root {
    text-align: center;
  }


#s-a4c70514-87d7-4d41-99c5-1ac21fc620b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
  #s-a4c70514-87d7-4d41-99c5-1ac21fc620b5-root {
    text-align: center;
  }


#s-a4c70514-87d7-4d41-99c5-1ac21fc620b5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-bc1d83a2-8810-44e9-93e1-8aefff9f5dec {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-bc1d83a2-8810-44e9-93e1-8aefff9f5dec {
  display: none;
}
#s-bc1d83a2-8810-44e9-93e1-8aefff9f5dec, #wrap-s-bc1d83a2-8810-44e9-93e1-8aefff9f5dec { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc1d83a2-8810-44e9-93e1-8aefff9f5dec {
  display: none;
}
#s-bc1d83a2-8810-44e9-93e1-8aefff9f5dec, #wrap-s-bc1d83a2-8810-44e9-93e1-8aefff9f5dec { display: none !important; }}







#s-bc1d83a2-8810-44e9-93e1-8aefff9f5dec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc1d83a2-8810-44e9-93e1-8aefff9f5dec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a4384ec-53f0-4147-bedf-418cbaaaf321 {
  margin-top: 1px;
margin-left: 1px;
margin-right: 1px;
}

@media (min-width: 0px) {
[id="s-5a4384ec-53f0-4147-bedf-418cbaaaf321"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-5a4384ec-53f0-4147-bedf-418cbaaaf321"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-5a4384ec-53f0-4147-bedf-418cbaaaf321"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-5a4384ec-53f0-4147-bedf-418cbaaaf321"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

#s-1a1507de-b213-45fe-9566-c0bd9d7ed77c {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  img.s-1a1507de-b213-45fe-9566-c0bd9d7ed77c.shogun-image {
    
    
  }


.s-1a1507de-b213-45fe-9566-c0bd9d7ed77c .shogun-image-content {
  
    align-items: center;
  
}

.s-1a1507de-b213-45fe-9566-c0bd9d7ed77c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a1507de-b213-45fe-9566-c0bd9d7ed77c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a1507de-b213-45fe-9566-c0bd9d7ed77c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1a1507de-b213-45fe-9566-c0bd9d7ed77c.shogun-image {
    
    
  }


.s-1a1507de-b213-45fe-9566-c0bd9d7ed77c .shogun-image-content {
  
    align-items: center;
  
}

.s-1a1507de-b213-45fe-9566-c0bd9d7ed77c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a1507de-b213-45fe-9566-c0bd9d7ed77c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a1507de-b213-45fe-9566-c0bd9d7ed77c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1a1507de-b213-45fe-9566-c0bd9d7ed77c.shogun-image {
    
    
  }


.s-1a1507de-b213-45fe-9566-c0bd9d7ed77c .shogun-image-content {
  
    align-items: center;
  
}

.s-1a1507de-b213-45fe-9566-c0bd9d7ed77c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a1507de-b213-45fe-9566-c0bd9d7ed77c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a1507de-b213-45fe-9566-c0bd9d7ed77c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1a1507de-b213-45fe-9566-c0bd9d7ed77c.shogun-image {
    
    
  }


.s-1a1507de-b213-45fe-9566-c0bd9d7ed77c .shogun-image-content {
  
    align-items: center;
  
}

.s-1a1507de-b213-45fe-9566-c0bd9d7ed77c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a1507de-b213-45fe-9566-c0bd9d7ed77c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a1507de-b213-45fe-9566-c0bd9d7ed77c.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1a1507de-b213-45fe-9566-c0bd9d7ed77c.shogun-image {
    
    
  }


.s-1a1507de-b213-45fe-9566-c0bd9d7ed77c .shogun-image-content {
  
    align-items: center;
  
}

.s-1a1507de-b213-45fe-9566-c0bd9d7ed77c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a1507de-b213-45fe-9566-c0bd9d7ed77c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a1507de-b213-45fe-9566-c0bd9d7ed77c.shogun-image {
  box-sizing: border-box;
}



}
#s-2b55fd75-c3df-42a2-a98c-37466161929a {
  margin-left: 44%;
margin-right: 44%;
text-align: center;
}







  img.s-2b55fd75-c3df-42a2-a98c-37466161929a.shogun-image {
    
    
  }


.s-2b55fd75-c3df-42a2-a98c-37466161929a .shogun-image-content {
  
    align-items: center;
  
}

.s-2b55fd75-c3df-42a2-a98c-37466161929a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b55fd75-c3df-42a2-a98c-37466161929a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b55fd75-c3df-42a2-a98c-37466161929a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-2b55fd75-c3df-42a2-a98c-37466161929a.shogun-image {
    
    
  }


.s-2b55fd75-c3df-42a2-a98c-37466161929a .shogun-image-content {
  
    align-items: center;
  
}

.s-2b55fd75-c3df-42a2-a98c-37466161929a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b55fd75-c3df-42a2-a98c-37466161929a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b55fd75-c3df-42a2-a98c-37466161929a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2b55fd75-c3df-42a2-a98c-37466161929a.shogun-image {
    
    
  }


.s-2b55fd75-c3df-42a2-a98c-37466161929a .shogun-image-content {
  
    align-items: center;
  
}

.s-2b55fd75-c3df-42a2-a98c-37466161929a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b55fd75-c3df-42a2-a98c-37466161929a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b55fd75-c3df-42a2-a98c-37466161929a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2b55fd75-c3df-42a2-a98c-37466161929a.shogun-image {
    
    
  }


.s-2b55fd75-c3df-42a2-a98c-37466161929a .shogun-image-content {
  
    align-items: center;
  
}

.s-2b55fd75-c3df-42a2-a98c-37466161929a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b55fd75-c3df-42a2-a98c-37466161929a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b55fd75-c3df-42a2-a98c-37466161929a.shogun-image {
  box-sizing: border-box;
}



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





  img.s-2b55fd75-c3df-42a2-a98c-37466161929a.shogun-image {
    
    
  }


.s-2b55fd75-c3df-42a2-a98c-37466161929a .shogun-image-content {
  
    align-items: center;
  
}

.s-2b55fd75-c3df-42a2-a98c-37466161929a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b55fd75-c3df-42a2-a98c-37466161929a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b55fd75-c3df-42a2-a98c-37466161929a.shogun-image {
  box-sizing: border-box;
}



}
#s-8b365b93-64fa-4dcf-97ff-1075e00f92f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b365b93-64fa-4dcf-97ff-1075e00f92f5 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}



#s-c95d6adb-5109-483d-8773-00ffb17b6b16 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 1%;
margin-right: 5%;
}

#s-0952779a-91c1-4252-8e35-53e5f1fcbfb0 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-0952779a-91c1-4252-8e35-53e5f1fcbfb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0952779a-91c1-4252-8e35-53e5f1fcbfb0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29b21720-abe2-4042-963e-b217ffa85f38 {
  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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-29b21720-abe2-4042-963e-b217ffa85f38:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-29b21720-abe2-4042-963e-b217ffa85f38:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-29b21720-abe2-4042-963e-b217ffa85f38-root {
    text-align: center;
  }


#s-29b21720-abe2-4042-963e-b217ffa85f38.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-29b21720-abe2-4042-963e-b217ffa85f38-root {
    text-align: center;
  }


#s-29b21720-abe2-4042-963e-b217ffa85f38.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29b21720-abe2-4042-963e-b217ffa85f38-root {
    text-align: center;
  }


#s-29b21720-abe2-4042-963e-b217ffa85f38.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29b21720-abe2-4042-963e-b217ffa85f38-root {
    text-align: center;
  }


#s-29b21720-abe2-4042-963e-b217ffa85f38.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-29b21720-abe2-4042-963e-b217ffa85f38-root {
    text-align: center;
  }


#s-29b21720-abe2-4042-963e-b217ffa85f38.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-29b21720-abe2-4042-963e-b217ffa85f38-root {
    text-align: center;
  }


#s-29b21720-abe2-4042-963e-b217ffa85f38.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}







  img.s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18.shogun-image {
    
    
  }


.s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18.shogun-image {
    
    
  }


.s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18.shogun-image {
    
    
  }


.s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18.shogun-image {
    
    
  }


.s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18.shogun-image {
  box-sizing: border-box;
}



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





  img.s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18.shogun-image {
    
    
  }


.s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18 .shogun-image-content {
  
    align-items: center;
  
}

.s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ecfe225f-42a9-445e-bd0e-e12b5a96bd18.shogun-image {
  box-sizing: border-box;
}



}
#s-bfd80804-0344-441e-a81b-ae66ae4bb7d5 {
  margin-left: 46%;
margin-right: 46%;
text-align: center;
}







  img.s-bfd80804-0344-441e-a81b-ae66ae4bb7d5.shogun-image {
    
    
  }


.s-bfd80804-0344-441e-a81b-ae66ae4bb7d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfd80804-0344-441e-a81b-ae66ae4bb7d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd80804-0344-441e-a81b-ae66ae4bb7d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd80804-0344-441e-a81b-ae66ae4bb7d5.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-bfd80804-0344-441e-a81b-ae66ae4bb7d5.shogun-image {
    
    
  }


.s-bfd80804-0344-441e-a81b-ae66ae4bb7d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfd80804-0344-441e-a81b-ae66ae4bb7d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd80804-0344-441e-a81b-ae66ae4bb7d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd80804-0344-441e-a81b-ae66ae4bb7d5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bfd80804-0344-441e-a81b-ae66ae4bb7d5.shogun-image {
    
    
  }


.s-bfd80804-0344-441e-a81b-ae66ae4bb7d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfd80804-0344-441e-a81b-ae66ae4bb7d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd80804-0344-441e-a81b-ae66ae4bb7d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd80804-0344-441e-a81b-ae66ae4bb7d5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bfd80804-0344-441e-a81b-ae66ae4bb7d5.shogun-image {
    
    
  }


.s-bfd80804-0344-441e-a81b-ae66ae4bb7d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfd80804-0344-441e-a81b-ae66ae4bb7d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd80804-0344-441e-a81b-ae66ae4bb7d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd80804-0344-441e-a81b-ae66ae4bb7d5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-bfd80804-0344-441e-a81b-ae66ae4bb7d5.shogun-image {
    
    
  }


.s-bfd80804-0344-441e-a81b-ae66ae4bb7d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-bfd80804-0344-441e-a81b-ae66ae4bb7d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bfd80804-0344-441e-a81b-ae66ae4bb7d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bfd80804-0344-441e-a81b-ae66ae4bb7d5.shogun-image {
  box-sizing: border-box;
}



}
#s-1eb034af-2c8f-4aff-8533-888ae5e2c0d5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1eb034af-2c8f-4aff-8533-888ae5e2c0d5 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}



#s-af60a901-234d-4a21-a870-5da51f7e53ab {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 1%;
margin-right: 5%;
}

#s-9f29cdd5-aac1-4783-9796-07d690990f49 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-9f29cdd5-aac1-4783-9796-07d690990f49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f29cdd5-aac1-4783-9796-07d690990f49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64a29b49-46da-425b-ab23-9a49d4fdb40e {
  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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-64a29b49-46da-425b-ab23-9a49d4fdb40e:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-64a29b49-46da-425b-ab23-9a49d4fdb40e:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-64a29b49-46da-425b-ab23-9a49d4fdb40e-root {
    text-align: center;
  }


#s-64a29b49-46da-425b-ab23-9a49d4fdb40e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-64a29b49-46da-425b-ab23-9a49d4fdb40e-root {
    text-align: center;
  }


#s-64a29b49-46da-425b-ab23-9a49d4fdb40e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-64a29b49-46da-425b-ab23-9a49d4fdb40e-root {
    text-align: center;
  }


#s-64a29b49-46da-425b-ab23-9a49d4fdb40e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-64a29b49-46da-425b-ab23-9a49d4fdb40e-root {
    text-align: center;
  }


#s-64a29b49-46da-425b-ab23-9a49d4fdb40e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-64a29b49-46da-425b-ab23-9a49d4fdb40e-root {
    text-align: center;
  }


#s-64a29b49-46da-425b-ab23-9a49d4fdb40e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-64a29b49-46da-425b-ab23-9a49d4fdb40e-root {
    text-align: center;
  }


#s-64a29b49-46da-425b-ab23-9a49d4fdb40e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-0e0376cf-ea4a-47c7-a199-ca0374b497fe {
  margin-top: 1px;
margin-left: 1px;
margin-right: 1px;
}

@media (min-width: 0px) {
[id="s-0e0376cf-ea4a-47c7-a199-ca0374b497fe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-0e0376cf-ea4a-47c7-a199-ca0374b497fe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-0e0376cf-ea4a-47c7-a199-ca0374b497fe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-0e0376cf-ea4a-47c7-a199-ca0374b497fe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

#s-24dd94e5-3954-41de-8bbd-af76bef45f29 {
  margin-bottom: 1px;
text-align: center;
}







  img.s-24dd94e5-3954-41de-8bbd-af76bef45f29.shogun-image {
    
    
  }


.s-24dd94e5-3954-41de-8bbd-af76bef45f29 .shogun-image-content {
  
    align-items: center;
  
}

.s-24dd94e5-3954-41de-8bbd-af76bef45f29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24dd94e5-3954-41de-8bbd-af76bef45f29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24dd94e5-3954-41de-8bbd-af76bef45f29.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-24dd94e5-3954-41de-8bbd-af76bef45f29.shogun-image {
    
    
  }


.s-24dd94e5-3954-41de-8bbd-af76bef45f29 .shogun-image-content {
  
    align-items: center;
  
}

.s-24dd94e5-3954-41de-8bbd-af76bef45f29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24dd94e5-3954-41de-8bbd-af76bef45f29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24dd94e5-3954-41de-8bbd-af76bef45f29.shogun-image {
  box-sizing: border-box;
}



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





  img.s-24dd94e5-3954-41de-8bbd-af76bef45f29.shogun-image {
    
    
  }


.s-24dd94e5-3954-41de-8bbd-af76bef45f29 .shogun-image-content {
  
    align-items: center;
  
}

.s-24dd94e5-3954-41de-8bbd-af76bef45f29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24dd94e5-3954-41de-8bbd-af76bef45f29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24dd94e5-3954-41de-8bbd-af76bef45f29.shogun-image {
  box-sizing: border-box;
}



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





  img.s-24dd94e5-3954-41de-8bbd-af76bef45f29.shogun-image {
    
    
  }


.s-24dd94e5-3954-41de-8bbd-af76bef45f29 .shogun-image-content {
  
    align-items: center;
  
}

.s-24dd94e5-3954-41de-8bbd-af76bef45f29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24dd94e5-3954-41de-8bbd-af76bef45f29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24dd94e5-3954-41de-8bbd-af76bef45f29.shogun-image {
  box-sizing: border-box;
}



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





  img.s-24dd94e5-3954-41de-8bbd-af76bef45f29.shogun-image {
    
    
  }


.s-24dd94e5-3954-41de-8bbd-af76bef45f29 .shogun-image-content {
  
    align-items: center;
  
}

.s-24dd94e5-3954-41de-8bbd-af76bef45f29.shg-align-container {
  display: flex;
  justify-content: center
}

.s-24dd94e5-3954-41de-8bbd-af76bef45f29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24dd94e5-3954-41de-8bbd-af76bef45f29.shogun-image {
  box-sizing: border-box;
}



}
#s-cebc0811-614a-4753-bace-e79dc2a6a7c8 {
  margin-left: 43%;
margin-right: 43%;
text-align: center;
}







  img.s-cebc0811-614a-4753-bace-e79dc2a6a7c8.shogun-image {
    
    
  }


.s-cebc0811-614a-4753-bace-e79dc2a6a7c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-cebc0811-614a-4753-bace-e79dc2a6a7c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cebc0811-614a-4753-bace-e79dc2a6a7c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cebc0811-614a-4753-bace-e79dc2a6a7c8.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-cebc0811-614a-4753-bace-e79dc2a6a7c8.shogun-image {
    
    
  }


.s-cebc0811-614a-4753-bace-e79dc2a6a7c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-cebc0811-614a-4753-bace-e79dc2a6a7c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cebc0811-614a-4753-bace-e79dc2a6a7c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cebc0811-614a-4753-bace-e79dc2a6a7c8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cebc0811-614a-4753-bace-e79dc2a6a7c8.shogun-image {
    
    
  }


.s-cebc0811-614a-4753-bace-e79dc2a6a7c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-cebc0811-614a-4753-bace-e79dc2a6a7c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cebc0811-614a-4753-bace-e79dc2a6a7c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cebc0811-614a-4753-bace-e79dc2a6a7c8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cebc0811-614a-4753-bace-e79dc2a6a7c8.shogun-image {
    
    
  }


.s-cebc0811-614a-4753-bace-e79dc2a6a7c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-cebc0811-614a-4753-bace-e79dc2a6a7c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cebc0811-614a-4753-bace-e79dc2a6a7c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cebc0811-614a-4753-bace-e79dc2a6a7c8.shogun-image {
  box-sizing: border-box;
}



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





  img.s-cebc0811-614a-4753-bace-e79dc2a6a7c8.shogun-image {
    
    
  }


.s-cebc0811-614a-4753-bace-e79dc2a6a7c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-cebc0811-614a-4753-bace-e79dc2a6a7c8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cebc0811-614a-4753-bace-e79dc2a6a7c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cebc0811-614a-4753-bace-e79dc2a6a7c8.shogun-image {
  box-sizing: border-box;
}



}
#s-adffbf31-f117-47b8-999b-e517d5ae0d6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-adffbf31-f117-47b8-999b-e517d5ae0d6d .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}



#s-63fa42ee-51ca-4460-a1dd-9dcd14d5e2c2 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 1%;
margin-right: 5%;
}

#s-499e780f-01ac-43b1-8bd3-51ebf9798059 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-499e780f-01ac-43b1-8bd3-51ebf9798059 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-499e780f-01ac-43b1-8bd3-51ebf9798059.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93896142-0f67-4055-948f-03cc50e87029 {
  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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-93896142-0f67-4055-948f-03cc50e87029:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-93896142-0f67-4055-948f-03cc50e87029:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-93896142-0f67-4055-948f-03cc50e87029-root {
    text-align: center;
  }


#s-93896142-0f67-4055-948f-03cc50e87029.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-93896142-0f67-4055-948f-03cc50e87029-root {
    text-align: center;
  }


#s-93896142-0f67-4055-948f-03cc50e87029.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93896142-0f67-4055-948f-03cc50e87029-root {
    text-align: center;
  }


#s-93896142-0f67-4055-948f-03cc50e87029.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93896142-0f67-4055-948f-03cc50e87029-root {
    text-align: center;
  }


#s-93896142-0f67-4055-948f-03cc50e87029.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-93896142-0f67-4055-948f-03cc50e87029-root {
    text-align: center;
  }


#s-93896142-0f67-4055-948f-03cc50e87029.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-93896142-0f67-4055-948f-03cc50e87029-root {
    text-align: center;
  }


#s-93896142-0f67-4055-948f-03cc50e87029.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-4920b8f2-86bd-46e8-b74c-51f7c1304817 {
  text-align: center;
}







  img.s-4920b8f2-86bd-46e8-b74c-51f7c1304817.shogun-image {
    
    
  }


.s-4920b8f2-86bd-46e8-b74c-51f7c1304817 .shogun-image-content {
  
    align-items: center;
  
}

.s-4920b8f2-86bd-46e8-b74c-51f7c1304817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4920b8f2-86bd-46e8-b74c-51f7c1304817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4920b8f2-86bd-46e8-b74c-51f7c1304817.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-4920b8f2-86bd-46e8-b74c-51f7c1304817.shogun-image {
    
    
  }


.s-4920b8f2-86bd-46e8-b74c-51f7c1304817 .shogun-image-content {
  
    align-items: center;
  
}

.s-4920b8f2-86bd-46e8-b74c-51f7c1304817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4920b8f2-86bd-46e8-b74c-51f7c1304817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4920b8f2-86bd-46e8-b74c-51f7c1304817.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4920b8f2-86bd-46e8-b74c-51f7c1304817.shogun-image {
    
    
  }


.s-4920b8f2-86bd-46e8-b74c-51f7c1304817 .shogun-image-content {
  
    align-items: center;
  
}

.s-4920b8f2-86bd-46e8-b74c-51f7c1304817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4920b8f2-86bd-46e8-b74c-51f7c1304817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4920b8f2-86bd-46e8-b74c-51f7c1304817.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4920b8f2-86bd-46e8-b74c-51f7c1304817.shogun-image {
    
    
  }


.s-4920b8f2-86bd-46e8-b74c-51f7c1304817 .shogun-image-content {
  
    align-items: center;
  
}

.s-4920b8f2-86bd-46e8-b74c-51f7c1304817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4920b8f2-86bd-46e8-b74c-51f7c1304817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4920b8f2-86bd-46e8-b74c-51f7c1304817.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4920b8f2-86bd-46e8-b74c-51f7c1304817.shogun-image {
    
    
  }


.s-4920b8f2-86bd-46e8-b74c-51f7c1304817 .shogun-image-content {
  
    align-items: center;
  
}

.s-4920b8f2-86bd-46e8-b74c-51f7c1304817.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4920b8f2-86bd-46e8-b74c-51f7c1304817.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4920b8f2-86bd-46e8-b74c-51f7c1304817.shogun-image {
  box-sizing: border-box;
}



}
#s-1af18eda-9fd6-4267-b9bd-74001603c046 {
  margin-left: 44%;
margin-right: 44%;
text-align: center;
}







  img.s-1af18eda-9fd6-4267-b9bd-74001603c046.shogun-image {
    
    
  }


.s-1af18eda-9fd6-4267-b9bd-74001603c046 .shogun-image-content {
  
    align-items: center;
  
}

.s-1af18eda-9fd6-4267-b9bd-74001603c046.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1af18eda-9fd6-4267-b9bd-74001603c046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1af18eda-9fd6-4267-b9bd-74001603c046.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1af18eda-9fd6-4267-b9bd-74001603c046.shogun-image {
    
    
  }


.s-1af18eda-9fd6-4267-b9bd-74001603c046 .shogun-image-content {
  
    align-items: center;
  
}

.s-1af18eda-9fd6-4267-b9bd-74001603c046.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1af18eda-9fd6-4267-b9bd-74001603c046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1af18eda-9fd6-4267-b9bd-74001603c046.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1af18eda-9fd6-4267-b9bd-74001603c046.shogun-image {
    
    
  }


.s-1af18eda-9fd6-4267-b9bd-74001603c046 .shogun-image-content {
  
    align-items: center;
  
}

.s-1af18eda-9fd6-4267-b9bd-74001603c046.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1af18eda-9fd6-4267-b9bd-74001603c046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1af18eda-9fd6-4267-b9bd-74001603c046.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1af18eda-9fd6-4267-b9bd-74001603c046.shogun-image {
    
    
  }


.s-1af18eda-9fd6-4267-b9bd-74001603c046 .shogun-image-content {
  
    align-items: center;
  
}

.s-1af18eda-9fd6-4267-b9bd-74001603c046.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1af18eda-9fd6-4267-b9bd-74001603c046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1af18eda-9fd6-4267-b9bd-74001603c046.shogun-image {
  box-sizing: border-box;
}



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





  img.s-1af18eda-9fd6-4267-b9bd-74001603c046.shogun-image {
    
    
  }


.s-1af18eda-9fd6-4267-b9bd-74001603c046 .shogun-image-content {
  
    align-items: center;
  
}

.s-1af18eda-9fd6-4267-b9bd-74001603c046.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1af18eda-9fd6-4267-b9bd-74001603c046.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1af18eda-9fd6-4267-b9bd-74001603c046.shogun-image {
  box-sizing: border-box;
}



}
#s-907d3f52-4df5-4674-8577-5a4c492345a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-907d3f52-4df5-4674-8577-5a4c492345a3 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}



#s-a20e60fb-cd00-45cf-bbdb-a8c4439d90bd {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 11%;
margin-right: 5%;
}

#s-4884973c-d966-43a2-95ac-513689f6b4ea {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-4884973c-d966-43a2-95ac-513689f6b4ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4884973c-d966-43a2-95ac-513689f6b4ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e7197d7-ad55-4915-be07-13ee0f505529 {
  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(255, 255, 255, 1);
border-radius: 3px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.5);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-8e7197d7-ad55-4915-be07-13ee0f505529:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 0.36) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8e7197d7-ad55-4915-be07-13ee0f505529:active {background-color: rgba(255, 255, 255, 0.51) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-8e7197d7-ad55-4915-be07-13ee0f505529-root {
    text-align: center;
  }


#s-8e7197d7-ad55-4915-be07-13ee0f505529.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8e7197d7-ad55-4915-be07-13ee0f505529-root {
    text-align: center;
  }


#s-8e7197d7-ad55-4915-be07-13ee0f505529.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e7197d7-ad55-4915-be07-13ee0f505529-root {
    text-align: center;
  }


#s-8e7197d7-ad55-4915-be07-13ee0f505529.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e7197d7-ad55-4915-be07-13ee0f505529-root {
    text-align: center;
  }


#s-8e7197d7-ad55-4915-be07-13ee0f505529.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8e7197d7-ad55-4915-be07-13ee0f505529-root {
    text-align: center;
  }


#s-8e7197d7-ad55-4915-be07-13ee0f505529.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-8e7197d7-ad55-4915-be07-13ee0f505529-root {
    text-align: center;
  }


#s-8e7197d7-ad55-4915-be07-13ee0f505529.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-c91f8be2-41ba-41dd-bc36-450c4ce6bf4d {
  text-align: left;
}

#s-b15ef761-f961-4ff1-857e-8c37eb0fb8c6 {
  text-align: left;
}

#s-7a289b69-5f31-491d-9edf-65e725065a04 {
  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}
