.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-055dc93b-baea-4d32-8bdd-89e448fb5027 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-055dc93b-baea-4d32-8bdd-89e448fb5027 {
  display: none;
}
#s-055dc93b-baea-4d32-8bdd-89e448fb5027, #wrap-s-055dc93b-baea-4d32-8bdd-89e448fb5027 { display: none !important; }}@media (max-width: 767px){#s-055dc93b-baea-4d32-8bdd-89e448fb5027 {
  display: none;
}
#s-055dc93b-baea-4d32-8bdd-89e448fb5027, #wrap-s-055dc93b-baea-4d32-8bdd-89e448fb5027 { display: none !important; }}







#s-055dc93b-baea-4d32-8bdd-89e448fb5027 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-055dc93b-baea-4d32-8bdd-89e448fb5027.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-337dbb6f-57fb-40e3-8568-a6e0e56b8a3d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
background-position: center center;
}

#s-337dbb6f-57fb-40e3-8568-a6e0e56b8a3d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjVlMGNlODMtOTg5NC00ZjEyLThlZjEtNDkyMzczMTY3ZGYyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmZWZhO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjg4MTgxODE4MTgxODE4MTgiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzY1ZTBjZTgzLTk4OTQtNGYxMi04ZWYxLTQ5MjM3MzE2N2RmMikiLz48L3N2Zz4=);
}








#s-337dbb6f-57fb-40e3-8568-a6e0e56b8a3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-337dbb6f-57fb-40e3-8568-a6e0e56b8a3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-01fbe295-7f24-437d-84d9-3ac256afe394 {
  max-width: 60%;
text-align: center;
}







  img.s-01fbe295-7f24-437d-84d9-3ac256afe394.shogun-image {
    
    
  }


.s-01fbe295-7f24-437d-84d9-3ac256afe394 .shogun-image-content {
  
    align-items: center;
  
}

.s-01fbe295-7f24-437d-84d9-3ac256afe394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01fbe295-7f24-437d-84d9-3ac256afe394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01fbe295-7f24-437d-84d9-3ac256afe394.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-01fbe295-7f24-437d-84d9-3ac256afe394.shogun-image {
    
    
  }


.s-01fbe295-7f24-437d-84d9-3ac256afe394 .shogun-image-content {
  
    align-items: center;
  
}

.s-01fbe295-7f24-437d-84d9-3ac256afe394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01fbe295-7f24-437d-84d9-3ac256afe394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01fbe295-7f24-437d-84d9-3ac256afe394.shogun-image {
  box-sizing: border-box;
}



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





  img.s-01fbe295-7f24-437d-84d9-3ac256afe394.shogun-image {
    
    
  }


.s-01fbe295-7f24-437d-84d9-3ac256afe394 .shogun-image-content {
  
    align-items: center;
  
}

.s-01fbe295-7f24-437d-84d9-3ac256afe394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01fbe295-7f24-437d-84d9-3ac256afe394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01fbe295-7f24-437d-84d9-3ac256afe394.shogun-image {
  box-sizing: border-box;
}



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





  img.s-01fbe295-7f24-437d-84d9-3ac256afe394.shogun-image {
    
    
  }


.s-01fbe295-7f24-437d-84d9-3ac256afe394 .shogun-image-content {
  
    align-items: center;
  
}

.s-01fbe295-7f24-437d-84d9-3ac256afe394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01fbe295-7f24-437d-84d9-3ac256afe394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01fbe295-7f24-437d-84d9-3ac256afe394.shogun-image {
  box-sizing: border-box;
}



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





  img.s-01fbe295-7f24-437d-84d9-3ac256afe394.shogun-image {
    
    
  }


.s-01fbe295-7f24-437d-84d9-3ac256afe394 .shogun-image-content {
  
    align-items: center;
  
}

.s-01fbe295-7f24-437d-84d9-3ac256afe394.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01fbe295-7f24-437d-84d9-3ac256afe394.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01fbe295-7f24-437d-84d9-3ac256afe394.shogun-image {
  box-sizing: border-box;
}



}
#s-c04b3b1f-519d-4fd5-bb24-6671ac488d70 {
  min-height: 50px;
}








#s-c04b3b1f-519d-4fd5-bb24-6671ac488d70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c04b3b1f-519d-4fd5-bb24-6671ac488d70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ac54d2c-452f-4b9d-953d-3b109490704d {
  max-width: 100%;
text-align: center;
}







  img.s-8ac54d2c-452f-4b9d-953d-3b109490704d.shogun-image {
    
    
  }


.s-8ac54d2c-452f-4b9d-953d-3b109490704d .shogun-image-content {
  
    align-items: center;
  
}

.s-8ac54d2c-452f-4b9d-953d-3b109490704d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ac54d2c-452f-4b9d-953d-3b109490704d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ac54d2c-452f-4b9d-953d-3b109490704d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-8ac54d2c-452f-4b9d-953d-3b109490704d.shogun-image {
    
    
  }


.s-8ac54d2c-452f-4b9d-953d-3b109490704d .shogun-image-content {
  
    align-items: center;
  
}

.s-8ac54d2c-452f-4b9d-953d-3b109490704d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ac54d2c-452f-4b9d-953d-3b109490704d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ac54d2c-452f-4b9d-953d-3b109490704d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8ac54d2c-452f-4b9d-953d-3b109490704d.shogun-image {
    
    
  }


.s-8ac54d2c-452f-4b9d-953d-3b109490704d .shogun-image-content {
  
    align-items: center;
  
}

.s-8ac54d2c-452f-4b9d-953d-3b109490704d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ac54d2c-452f-4b9d-953d-3b109490704d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ac54d2c-452f-4b9d-953d-3b109490704d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8ac54d2c-452f-4b9d-953d-3b109490704d.shogun-image {
    
    
  }


.s-8ac54d2c-452f-4b9d-953d-3b109490704d .shogun-image-content {
  
    align-items: center;
  
}

.s-8ac54d2c-452f-4b9d-953d-3b109490704d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ac54d2c-452f-4b9d-953d-3b109490704d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ac54d2c-452f-4b9d-953d-3b109490704d.shogun-image {
  box-sizing: border-box;
}



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





  img.s-8ac54d2c-452f-4b9d-953d-3b109490704d.shogun-image {
    
    
  }


.s-8ac54d2c-452f-4b9d-953d-3b109490704d .shogun-image-content {
  
    align-items: center;
  
}

.s-8ac54d2c-452f-4b9d-953d-3b109490704d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8ac54d2c-452f-4b9d-953d-3b109490704d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ac54d2c-452f-4b9d-953d-3b109490704d.shogun-image {
  box-sizing: border-box;
}



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

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

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

#s-38174d3a-979a-4e1c-ac8a-5ed9e8a18bb8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 300px;
max-width: 100%;
background-color: rgba(225, 219, 219, 0);
}

@media (min-width: 0px) {
[id="s-38174d3a-979a-4e1c-ac8a-5ed9e8a18bb8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38174d3a-979a-4e1c-ac8a-5ed9e8a18bb8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-38174d3a-979a-4e1c-ac8a-5ed9e8a18bb8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-38174d3a-979a-4e1c-ac8a-5ed9e8a18bb8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-38174d3a-979a-4e1c-ac8a-5ed9e8a18bb8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-38174d3a-979a-4e1c-ac8a-5ed9e8a18bb8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-38174d3a-979a-4e1c-ac8a-5ed9e8a18bb8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

}

#s-58848a12-386f-4021-bf26-71cfd90b9ff3 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-right: 0px;
max-width: 60%;
}

#s-58848a12-386f-4021-bf26-71cfd90b9ff3 {
  background-image: url();
}








#s-58848a12-386f-4021-bf26-71cfd90b9ff3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58848a12-386f-4021-bf26-71cfd90b9ff3 {
  cursor: pointer;
}#s-58848a12-386f-4021-bf26-71cfd90b9ff3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-eeea27d3-7d95-44ed-a290-6bc585b123e2 {
  border-style: solid;
margin-top: 10%;
margin-bottom: 3%;
padding-top: 8px;
padding-bottom: 8px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-eeea27d3-7d95-44ed-a290-6bc585b123e2:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-eeea27d3-7d95-44ed-a290-6bc585b123e2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-eeea27d3-7d95-44ed-a290-6bc585b123e2-root {
    text-align: center;
  }


#s-eeea27d3-7d95-44ed-a290-6bc585b123e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-eeea27d3-7d95-44ed-a290-6bc585b123e2-root {
    text-align: center;
  }


#s-eeea27d3-7d95-44ed-a290-6bc585b123e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-eeea27d3-7d95-44ed-a290-6bc585b123e2-root {
    text-align: center;
  }


#s-eeea27d3-7d95-44ed-a290-6bc585b123e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-eeea27d3-7d95-44ed-a290-6bc585b123e2-root {
    text-align: center;
  }


#s-eeea27d3-7d95-44ed-a290-6bc585b123e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-eeea27d3-7d95-44ed-a290-6bc585b123e2-root {
    text-align: center;
  }


#s-eeea27d3-7d95-44ed-a290-6bc585b123e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
  #s-eeea27d3-7d95-44ed-a290-6bc585b123e2-root {
    text-align: center;
  }


#s-eeea27d3-7d95-44ed-a290-6bc585b123e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-3e1b3e4a-133c-46fc-bcdc-ca229ce13725 {
  border-style: solid;
margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-3e1b3e4a-133c-46fc-bcdc-ca229ce13725:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3e1b3e4a-133c-46fc-bcdc-ca229ce13725:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3e1b3e4a-133c-46fc-bcdc-ca229ce13725-root {
    text-align: center;
  }


#s-3e1b3e4a-133c-46fc-bcdc-ca229ce13725.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3e1b3e4a-133c-46fc-bcdc-ca229ce13725-root {
    text-align: center;
  }


#s-3e1b3e4a-133c-46fc-bcdc-ca229ce13725.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e1b3e4a-133c-46fc-bcdc-ca229ce13725-root {
    text-align: center;
  }


#s-3e1b3e4a-133c-46fc-bcdc-ca229ce13725.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e1b3e4a-133c-46fc-bcdc-ca229ce13725-root {
    text-align: center;
  }


#s-3e1b3e4a-133c-46fc-bcdc-ca229ce13725.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3e1b3e4a-133c-46fc-bcdc-ca229ce13725-root {
    text-align: center;
  }


#s-3e1b3e4a-133c-46fc-bcdc-ca229ce13725.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
  #s-3e1b3e4a-133c-46fc-bcdc-ca229ce13725-root {
    text-align: center;
  }


#s-3e1b3e4a-133c-46fc-bcdc-ca229ce13725.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-98d558f8-d6d2-4046-8f81-9aece9d6ff3e {
  border-style: solid;
margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-98d558f8-d6d2-4046-8f81-9aece9d6ff3e:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-98d558f8-d6d2-4046-8f81-9aece9d6ff3e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-98d558f8-d6d2-4046-8f81-9aece9d6ff3e-root {
    text-align: center;
  }


#s-98d558f8-d6d2-4046-8f81-9aece9d6ff3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-98d558f8-d6d2-4046-8f81-9aece9d6ff3e-root {
    text-align: center;
  }


#s-98d558f8-d6d2-4046-8f81-9aece9d6ff3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-98d558f8-d6d2-4046-8f81-9aece9d6ff3e-root {
    text-align: center;
  }


#s-98d558f8-d6d2-4046-8f81-9aece9d6ff3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-98d558f8-d6d2-4046-8f81-9aece9d6ff3e-root {
    text-align: center;
  }


#s-98d558f8-d6d2-4046-8f81-9aece9d6ff3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-98d558f8-d6d2-4046-8f81-9aece9d6ff3e-root {
    text-align: center;
  }


#s-98d558f8-d6d2-4046-8f81-9aece9d6ff3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
  #s-98d558f8-d6d2-4046-8f81-9aece9d6ff3e-root {
    text-align: center;
  }


#s-98d558f8-d6d2-4046-8f81-9aece9d6ff3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-936c685a-c866-4f3d-aaa8-c31eb65ca7dc {
  border-style: solid;
margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-936c685a-c866-4f3d-aaa8-c31eb65ca7dc:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-936c685a-c866-4f3d-aaa8-c31eb65ca7dc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-936c685a-c866-4f3d-aaa8-c31eb65ca7dc-root {
    text-align: center;
  }


#s-936c685a-c866-4f3d-aaa8-c31eb65ca7dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-936c685a-c866-4f3d-aaa8-c31eb65ca7dc-root {
    text-align: center;
  }


#s-936c685a-c866-4f3d-aaa8-c31eb65ca7dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-936c685a-c866-4f3d-aaa8-c31eb65ca7dc-root {
    text-align: center;
  }


#s-936c685a-c866-4f3d-aaa8-c31eb65ca7dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-936c685a-c866-4f3d-aaa8-c31eb65ca7dc-root {
    text-align: center;
  }


#s-936c685a-c866-4f3d-aaa8-c31eb65ca7dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-936c685a-c866-4f3d-aaa8-c31eb65ca7dc-root {
    text-align: center;
  }


#s-936c685a-c866-4f3d-aaa8-c31eb65ca7dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
  #s-936c685a-c866-4f3d-aaa8-c31eb65ca7dc-root {
    text-align: center;
  }


#s-936c685a-c866-4f3d-aaa8-c31eb65ca7dc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5 {
  margin-bottom: 50px;
padding-top: 20px;
padding-bottom: 20px;
max-width: 100%;
text-align: center;
}







  img.s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5.shogun-image {
    
    
  }


.s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5 .shogun-image-content {
  
    align-items: center;
  
}

.s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5.shogun-image {
    
    
  }


.s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5 .shogun-image-content {
  
    align-items: center;
  
}

.s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5.shogun-image {
    
    
  }


.s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5 .shogun-image-content {
  
    align-items: center;
  
}

.s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5.shogun-image {
    
    
  }


.s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5 .shogun-image-content {
  
    align-items: center;
  
}

.s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5.shogun-image {
  box-sizing: border-box;
}



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





  img.s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5.shogun-image {
    
    
  }


.s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5 .shogun-image-content {
  
    align-items: center;
  
}

.s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-948d3667-0823-4dd8-a5a8-ce4a9e749ea5.shogun-image {
  box-sizing: border-box;
}



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

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

#s-d6910c93-bce8-4838-82ab-ecbd6c5b1d5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d6910c93-bce8-4838-82ab-ecbd6c5b1d5b {
  display: none;
}
#s-d6910c93-bce8-4838-82ab-ecbd6c5b1d5b, #wrap-s-d6910c93-bce8-4838-82ab-ecbd6c5b1d5b { display: none !important; }}@media (max-width: 767px){#s-d6910c93-bce8-4838-82ab-ecbd6c5b1d5b {
  display: none;
}
#s-d6910c93-bce8-4838-82ab-ecbd6c5b1d5b, #wrap-s-d6910c93-bce8-4838-82ab-ecbd6c5b1d5b { display: none !important; }}
#s-d6910c93-bce8-4838-82ab-ecbd6c5b1d5b .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



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

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

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

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

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

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

#s-46fd150c-61ad-458a-b579-dbef1944a5df {
  margin-left: auto;
margin-right: auto;
min-height: 5px;
max-width: 900px;
}
@media (min-width: 768px) and (max-width: 991px){#s-46fd150c-61ad-458a-b579-dbef1944a5df {
  display: none;
}
#s-46fd150c-61ad-458a-b579-dbef1944a5df, #wrap-s-46fd150c-61ad-458a-b579-dbef1944a5df { display: none !important; }}@media (max-width: 767px){#s-46fd150c-61ad-458a-b579-dbef1944a5df {
  display: none;
}
#s-46fd150c-61ad-458a-b579-dbef1944a5df, #wrap-s-46fd150c-61ad-458a-b579-dbef1944a5df { display: none !important; }}
#s-46fd150c-61ad-458a-b579-dbef1944a5df .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-46fd150c-61ad-458a-b579-dbef1944a5df table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-46fd150c-61ad-458a-b579-dbef1944a5df td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-46fd150c-61ad-458a-b579-dbef1944a5df td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-46fd150c-61ad-458a-b579-dbef1944a5df td.shogun-table-column, #s-46fd150c-61ad-458a-b579-dbef1944a5df td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

.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-adcbcd84-56ca-4c2c-b038-7f4e93157d4d {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 80px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-adcbcd84-56ca-4c2c-b038-7f4e93157d4d img.shogun-image,
  #s-adcbcd84-56ca-4c2c-b038-7f4e93157d4d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-adcbcd84-56ca-4c2c-b038-7f4e93157d4d {
    width: 100%;
    height: auto;
  }



  #s-adcbcd84-56ca-4c2c-b038-7f4e93157d4d img.shogun-image {
    

    
    
    
  }


#s-adcbcd84-56ca-4c2c-b038-7f4e93157d4d .shogun-image-content {
  
    align-items: center;
  
}

#s-568a655d-fe95-4632-916c-0dd1c68c20b1 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 80px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-568a655d-fe95-4632-916c-0dd1c68c20b1 img.shogun-image,
  #s-568a655d-fe95-4632-916c-0dd1c68c20b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-568a655d-fe95-4632-916c-0dd1c68c20b1 {
    width: 100%;
    height: auto;
  }



  #s-568a655d-fe95-4632-916c-0dd1c68c20b1 img.shogun-image {
    

    
    
    
  }


#s-568a655d-fe95-4632-916c-0dd1c68c20b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ff17adf-bd56-46dd-8b53-d805086f5a4f {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 80px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-0ff17adf-bd56-46dd-8b53-d805086f5a4f img.shogun-image,
  #s-0ff17adf-bd56-46dd-8b53-d805086f5a4f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0ff17adf-bd56-46dd-8b53-d805086f5a4f {
    width: 100%;
    height: auto;
  }



  #s-0ff17adf-bd56-46dd-8b53-d805086f5a4f img.shogun-image {
    

    
    
    
  }


#s-0ff17adf-bd56-46dd-8b53-d805086f5a4f .shogun-image-content {
  
    align-items: center;
  
}

#s-e3fb00a3-385c-430b-81b7-4e749cb042c1 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 80px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-e3fb00a3-385c-430b-81b7-4e749cb042c1 img.shogun-image,
  #s-e3fb00a3-385c-430b-81b7-4e749cb042c1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e3fb00a3-385c-430b-81b7-4e749cb042c1 {
    width: 100%;
    height: auto;
  }



  #s-e3fb00a3-385c-430b-81b7-4e749cb042c1 img.shogun-image {
    

    
    
    
  }


#s-e3fb00a3-385c-430b-81b7-4e749cb042c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a9cf80b-40c6-4554-baaf-fe98dbe66394 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 80px;
max-width: 80px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-5a9cf80b-40c6-4554-baaf-fe98dbe66394 img.shogun-image,
  #s-5a9cf80b-40c6-4554-baaf-fe98dbe66394 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5a9cf80b-40c6-4554-baaf-fe98dbe66394 {
    width: 100%;
    height: auto;
  }



  #s-5a9cf80b-40c6-4554-baaf-fe98dbe66394 img.shogun-image {
    

    
    
    
  }


#s-5a9cf80b-40c6-4554-baaf-fe98dbe66394 .shogun-image-content {
  
    align-items: center;
  
}

#s-baa80158-0513-48c8-a8fe-ec7d897b2c02 {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 80px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-baa80158-0513-48c8-a8fe-ec7d897b2c02 img.shogun-image,
  #s-baa80158-0513-48c8-a8fe-ec7d897b2c02 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-baa80158-0513-48c8-a8fe-ec7d897b2c02 {
    width: 100%;
    height: auto;
  }



  #s-baa80158-0513-48c8-a8fe-ec7d897b2c02 img.shogun-image {
    

    
    
    
  }


#s-baa80158-0513-48c8-a8fe-ec7d897b2c02 .shogun-image-content {
  
    align-items: center;
  
}

#s-174daeb9-b4f7-4b8b-8f67-352054de761e {
  margin-left: auto;
margin-right: auto;
min-height: 80px;
max-width: 80px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-174daeb9-b4f7-4b8b-8f67-352054de761e img.shogun-image,
  #s-174daeb9-b4f7-4b8b-8f67-352054de761e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-174daeb9-b4f7-4b8b-8f67-352054de761e {
    width: 100%;
    height: auto;
  }



  #s-174daeb9-b4f7-4b8b-8f67-352054de761e img.shogun-image {
    

    
    
    
  }


#s-174daeb9-b4f7-4b8b-8f67-352054de761e .shogun-image-content {
  
    align-items: center;
  
}

#s-32e5a919-40d6-4958-902d-eedc402c1dca {
  margin-left: auto;
margin-right: auto;
padding-top: 1px;
padding-bottom: 1px;
min-height: 80px;
max-width: 80px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-32e5a919-40d6-4958-902d-eedc402c1dca img.shogun-image,
  #s-32e5a919-40d6-4958-902d-eedc402c1dca .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32e5a919-40d6-4958-902d-eedc402c1dca {
    width: 100%;
    height: auto;
  }



  #s-32e5a919-40d6-4958-902d-eedc402c1dca img.shogun-image {
    

    
    
    
  }


#s-32e5a919-40d6-4958-902d-eedc402c1dca .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-66c0a650-bca0-45d5-9455-a1fdc200cf35 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-c09f49c8-eb10-49cf-9490-728e46172c7f {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-560fb08b-2f36-48af-85e4-f9bf33acaef4 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-21db8a72-1070-48ff-9e7a-2be3cb9c1fa4 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-ce3f02ad-8c13-4632-9a51-97d5888f0336 {
  margin-top: -1px;
margin-bottom: -1px;
}

#s-a6009ae5-ca29-4f2a-a7a4-4dbeb9d25725 {
  border-style: solid;
padding-top: 10px;
padding-left: 4%;
padding-bottom: 10px;
padding-right: 4%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a6009ae5-ca29-4f2a-a7a4-4dbeb9d25725:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a6009ae5-ca29-4f2a-a7a4-4dbeb9d25725:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a6009ae5-ca29-4f2a-a7a4-4dbeb9d25725-root {
    text-align: center;
  }


#s-a6009ae5-ca29-4f2a-a7a4-4dbeb9d25725.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a6009ae5-ca29-4f2a-a7a4-4dbeb9d25725-root {
    text-align: center;
  }


#s-a6009ae5-ca29-4f2a-a7a4-4dbeb9d25725.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6009ae5-ca29-4f2a-a7a4-4dbeb9d25725-root {
    text-align: center;
  }


#s-a6009ae5-ca29-4f2a-a7a4-4dbeb9d25725.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6009ae5-ca29-4f2a-a7a4-4dbeb9d25725-root {
    text-align: center;
  }


#s-a6009ae5-ca29-4f2a-a7a4-4dbeb9d25725.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a6009ae5-ca29-4f2a-a7a4-4dbeb9d25725-root {
    text-align: center;
  }


#s-a6009ae5-ca29-4f2a-a7a4-4dbeb9d25725.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
  #s-a6009ae5-ca29-4f2a-a7a4-4dbeb9d25725-root {
    text-align: center;
  }


#s-a6009ae5-ca29-4f2a-a7a4-4dbeb9d25725.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-0150b69e-8a23-4ef4-8afc-2ccc48ffc205 {
  text-align: left;
}

#s-ef89e5f1-0283-43fd-a9ab-fa5c4939519c {
  background-repeat: no-repeat;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 100px;
padding-bottom: 100px;
min-height: 53px;
max-width: 100%;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-ef89e5f1-0283-43fd-a9ab-fa5c4939519c {
  display: none;
}
#s-ef89e5f1-0283-43fd-a9ab-fa5c4939519c, #wrap-s-ef89e5f1-0283-43fd-a9ab-fa5c4939519c { display: none !important; }}@media (max-width: 767px){#s-ef89e5f1-0283-43fd-a9ab-fa5c4939519c {
  display: none;
}
#s-ef89e5f1-0283-43fd-a9ab-fa5c4939519c, #wrap-s-ef89e5f1-0283-43fd-a9ab-fa5c4939519c { display: none !important; }}
#s-ef89e5f1-0283-43fd-a9ab-fa5c4939519c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTY5ODY1YTEtOGQ2OS00OWMzLWEzODctNmNlMGI3NWUwM2YyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjEyNzI3MjcyNzI3MjcyNzMiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTA5MDkwOTA5MDkwOTA5MSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmZmZmZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmZmZmZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzdlMjBjZjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMTY5ODY1YTEtOGQ2OS00OWMzLWEzODctNmNlMGI3NWUwM2YyKSIvPjwvc3ZnPg==);
}








#s-ef89e5f1-0283-43fd-a9ab-fa5c4939519c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef89e5f1-0283-43fd-a9ab-fa5c4939519c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9afff44f-ee60-49b8-842d-7aa1b9bd18f0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9afff44f-ee60-49b8-842d-7aa1b9bd18f0 {
  display: none;
}
#s-9afff44f-ee60-49b8-842d-7aa1b9bd18f0, #wrap-s-9afff44f-ee60-49b8-842d-7aa1b9bd18f0 { display: none !important; }}@media (max-width: 767px){#s-9afff44f-ee60-49b8-842d-7aa1b9bd18f0 {
  display: none;
}
#s-9afff44f-ee60-49b8-842d-7aa1b9bd18f0, #wrap-s-9afff44f-ee60-49b8-842d-7aa1b9bd18f0 { display: none !important; }}
#s-9afff44f-ee60-49b8-842d-7aa1b9bd18f0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-b9b380fb-8c8c-47c5-a575-be00b97fd7d7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 95%;
}

@media (min-width: 0px) {
[id="s-b9b380fb-8c8c-47c5-a575-be00b97fd7d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-b9b380fb-8c8c-47c5-a575-be00b97fd7d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b9b380fb-8c8c-47c5-a575-be00b97fd7d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9b380fb-8c8c-47c5-a575-be00b97fd7d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-3c187326-fbeb-47d4-bb07-2280a65bd25a {
  text-align: center;
}







  #s-3c187326-fbeb-47d4-bb07-2280a65bd25a img.shogun-image {
    

    
    
    
  }


#s-3c187326-fbeb-47d4-bb07-2280a65bd25a .shogun-image-content {
  
    align-items: center;
  
}

#s-e1722dd2-7938-455b-a4dd-9cbde3af6334 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e1722dd2-7938-455b-a4dd-9cbde3af6334:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e1722dd2-7938-455b-a4dd-9cbde3af6334:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e1722dd2-7938-455b-a4dd-9cbde3af6334-root {
    text-align: center;
  }


#s-e1722dd2-7938-455b-a4dd-9cbde3af6334.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e1722dd2-7938-455b-a4dd-9cbde3af6334-root {
    text-align: center;
  }


#s-e1722dd2-7938-455b-a4dd-9cbde3af6334.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e1722dd2-7938-455b-a4dd-9cbde3af6334-root {
    text-align: center;
  }


#s-e1722dd2-7938-455b-a4dd-9cbde3af6334.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e1722dd2-7938-455b-a4dd-9cbde3af6334-root {
    text-align: center;
  }


#s-e1722dd2-7938-455b-a4dd-9cbde3af6334.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e1722dd2-7938-455b-a4dd-9cbde3af6334-root {
    text-align: center;
  }


#s-e1722dd2-7938-455b-a4dd-9cbde3af6334.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-8852eaf2-f4b2-4ae5-9d7a-6b8989a4c8d9 {
  text-align: center;
}







  #s-8852eaf2-f4b2-4ae5-9d7a-6b8989a4c8d9 img.shogun-image {
    

    
    
    
  }


#s-8852eaf2-f4b2-4ae5-9d7a-6b8989a4c8d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1dda669-3f42-4f78-ae31-447f08e6da68 {
  border-style: solid;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-a1dda669-3f42-4f78-ae31-447f08e6da68:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a1dda669-3f42-4f78-ae31-447f08e6da68:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-a1dda669-3f42-4f78-ae31-447f08e6da68-root {
    text-align: center;
  }


#s-a1dda669-3f42-4f78-ae31-447f08e6da68.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a1dda669-3f42-4f78-ae31-447f08e6da68-root {
    text-align: center;
  }


#s-a1dda669-3f42-4f78-ae31-447f08e6da68.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a1dda669-3f42-4f78-ae31-447f08e6da68-root {
    text-align: center;
  }


#s-a1dda669-3f42-4f78-ae31-447f08e6da68.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a1dda669-3f42-4f78-ae31-447f08e6da68-root {
    text-align: center;
  }


#s-a1dda669-3f42-4f78-ae31-447f08e6da68.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a1dda669-3f42-4f78-ae31-447f08e6da68-root {
    text-align: center;
  }


#s-a1dda669-3f42-4f78-ae31-447f08e6da68.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-3baa7d0e-e4c4-47cb-8978-e13d28a110d7 {
  text-align: center;
}







  #s-3baa7d0e-e4c4-47cb-8978-e13d28a110d7 img.shogun-image {
    

    
    
    
  }


#s-3baa7d0e-e4c4-47cb-8978-e13d28a110d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e371887e-e9df-47f3-9f8c-0fd9c84b30fd {
  border-style: solid;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e371887e-e9df-47f3-9f8c-0fd9c84b30fd:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e371887e-e9df-47f3-9f8c-0fd9c84b30fd:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e371887e-e9df-47f3-9f8c-0fd9c84b30fd-root {
    text-align: center;
  }


#s-e371887e-e9df-47f3-9f8c-0fd9c84b30fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e371887e-e9df-47f3-9f8c-0fd9c84b30fd-root {
    text-align: center;
  }


#s-e371887e-e9df-47f3-9f8c-0fd9c84b30fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e371887e-e9df-47f3-9f8c-0fd9c84b30fd-root {
    text-align: center;
  }


#s-e371887e-e9df-47f3-9f8c-0fd9c84b30fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e371887e-e9df-47f3-9f8c-0fd9c84b30fd-root {
    text-align: center;
  }


#s-e371887e-e9df-47f3-9f8c-0fd9c84b30fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e371887e-e9df-47f3-9f8c-0fd9c84b30fd-root {
    text-align: center;
  }


#s-e371887e-e9df-47f3-9f8c-0fd9c84b30fd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-2d3d385f-ddc1-4fb2-b4ba-2cbdd5378319 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-2d3d385f-ddc1-4fb2-b4ba-2cbdd5378319 img.shogun-image {
    

    
    
    
  }


#s-2d3d385f-ddc1-4fb2-b4ba-2cbdd5378319 .shogun-image-content {
  
    align-items: center;
  
}

#s-675a5967-d321-46f6-9f4d-411309bd81e2 {
  border-style: solid;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-675a5967-d321-46f6-9f4d-411309bd81e2:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-675a5967-d321-46f6-9f4d-411309bd81e2:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-675a5967-d321-46f6-9f4d-411309bd81e2-root {
    text-align: center;
  }


#s-675a5967-d321-46f6-9f4d-411309bd81e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-675a5967-d321-46f6-9f4d-411309bd81e2-root {
    text-align: center;
  }


#s-675a5967-d321-46f6-9f4d-411309bd81e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-675a5967-d321-46f6-9f4d-411309bd81e2-root {
    text-align: center;
  }


#s-675a5967-d321-46f6-9f4d-411309bd81e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-675a5967-d321-46f6-9f4d-411309bd81e2-root {
    text-align: center;
  }


#s-675a5967-d321-46f6-9f4d-411309bd81e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-675a5967-d321-46f6-9f4d-411309bd81e2-root {
    text-align: center;
  }


#s-675a5967-d321-46f6-9f4d-411309bd81e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-1807da7b-c332-4078-9872-4c69882770e8 {
  background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 90%;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1807da7b-c332-4078-9872-4c69882770e8 {
  display: none;
}
#s-1807da7b-c332-4078-9872-4c69882770e8, #wrap-s-1807da7b-c332-4078-9872-4c69882770e8 { display: none !important; }}@media (max-width: 767px){#s-1807da7b-c332-4078-9872-4c69882770e8 {
  display: none;
}
#s-1807da7b-c332-4078-9872-4c69882770e8, #wrap-s-1807da7b-c332-4078-9872-4c69882770e8 { display: none !important; }}







#s-1807da7b-c332-4078-9872-4c69882770e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1807da7b-c332-4078-9872-4c69882770e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-370d5b46-44b7-4527-aea2-34f58c481cf3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 300px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-370d5b46-44b7-4527-aea2-34f58c481cf3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-370d5b46-44b7-4527-aea2-34f58c481cf3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-370d5b46-44b7-4527-aea2-34f58c481cf3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-370d5b46-44b7-4527-aea2-34f58c481cf3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-370d5b46-44b7-4527-aea2-34f58c481cf3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-370d5b46-44b7-4527-aea2-34f58c481cf3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-370d5b46-44b7-4527-aea2-34f58c481cf3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-b4785b06-72d7-433a-af01-d53fb17947ee {
  text-align: center;
}







  img.s-b4785b06-72d7-433a-af01-d53fb17947ee.shogun-image {
    
    
  }


.s-b4785b06-72d7-433a-af01-d53fb17947ee .shogun-image-content {
  
    align-items: center;
  
}

.s-b4785b06-72d7-433a-af01-d53fb17947ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4785b06-72d7-433a-af01-d53fb17947ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4785b06-72d7-433a-af01-d53fb17947ee.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b4785b06-72d7-433a-af01-d53fb17947ee.shogun-image {
    
    
  }


.s-b4785b06-72d7-433a-af01-d53fb17947ee .shogun-image-content {
  
    align-items: center;
  
}

.s-b4785b06-72d7-433a-af01-d53fb17947ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4785b06-72d7-433a-af01-d53fb17947ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4785b06-72d7-433a-af01-d53fb17947ee.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b4785b06-72d7-433a-af01-d53fb17947ee.shogun-image {
    
    
  }


.s-b4785b06-72d7-433a-af01-d53fb17947ee .shogun-image-content {
  
    align-items: center;
  
}

.s-b4785b06-72d7-433a-af01-d53fb17947ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4785b06-72d7-433a-af01-d53fb17947ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4785b06-72d7-433a-af01-d53fb17947ee.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b4785b06-72d7-433a-af01-d53fb17947ee.shogun-image {
    
    
  }


.s-b4785b06-72d7-433a-af01-d53fb17947ee .shogun-image-content {
  
    align-items: center;
  
}

.s-b4785b06-72d7-433a-af01-d53fb17947ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4785b06-72d7-433a-af01-d53fb17947ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4785b06-72d7-433a-af01-d53fb17947ee.shogun-image {
  box-sizing: border-box;
}



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





  img.s-b4785b06-72d7-433a-af01-d53fb17947ee.shogun-image {
    
    
  }


.s-b4785b06-72d7-433a-af01-d53fb17947ee .shogun-image-content {
  
    align-items: center;
  
}

.s-b4785b06-72d7-433a-af01-d53fb17947ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4785b06-72d7-433a-af01-d53fb17947ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4785b06-72d7-433a-af01-d53fb17947ee.shogun-image {
  box-sizing: border-box;
}



}
#s-94fb3c9c-a2a1-4111-95e3-8734d0f20c6b {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 80%;
background-color: rgba(255, 255, 255, 1);
}








#s-94fb3c9c-a2a1-4111-95e3-8734d0f20c6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94fb3c9c-a2a1-4111-95e3-8734d0f20c6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6 {
  max-width: 120px;
text-align: center;
}







  img.s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6.shogun-image {
    
    
  }


.s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6.shogun-image {
    
    
  }


.s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6.shogun-image {
    
    
  }


.s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6.shogun-image {
    
    
  }


.s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6.shogun-image {
    
    
  }


.s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6 .shogun-image-content {
  
    align-items: center;
  
}

.s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a15bcce1-d85a-4fef-bff1-f1d6f2427fe6.shogun-image {
  box-sizing: border-box;
}



}
#s-fc9ad50e-ef79-40f4-9fa8-90e2128064f0 {
  margin-top: 30px;
margin-bottom: 0px;
}

#s-5fb52c6b-1e71-41e6-b427-9abc20a984cb {
  border-style: solid;
margin-top: 50px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-5fb52c6b-1e71-41e6-b427-9abc20a984cb:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5fb52c6b-1e71-41e6-b427-9abc20a984cb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5fb52c6b-1e71-41e6-b427-9abc20a984cb-root {
    text-align: center;
  }


#s-5fb52c6b-1e71-41e6-b427-9abc20a984cb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5fb52c6b-1e71-41e6-b427-9abc20a984cb-root {
    text-align: center;
  }


#s-5fb52c6b-1e71-41e6-b427-9abc20a984cb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5fb52c6b-1e71-41e6-b427-9abc20a984cb-root {
    text-align: center;
  }


#s-5fb52c6b-1e71-41e6-b427-9abc20a984cb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5fb52c6b-1e71-41e6-b427-9abc20a984cb-root {
    text-align: center;
  }


#s-5fb52c6b-1e71-41e6-b427-9abc20a984cb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5fb52c6b-1e71-41e6-b427-9abc20a984cb-root {
    text-align: center;
  }


#s-5fb52c6b-1e71-41e6-b427-9abc20a984cb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
  #s-5fb52c6b-1e71-41e6-b427-9abc20a984cb-root {
    text-align: center;
  }


#s-5fb52c6b-1e71-41e6-b427-9abc20a984cb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-fe766a88-a39e-4344-9079-661a1c822623 {
  margin-top: 50px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe766a88-a39e-4344-9079-661a1c822623 {
  display: none;
}
#s-fe766a88-a39e-4344-9079-661a1c822623, #wrap-s-fe766a88-a39e-4344-9079-661a1c822623 { display: none !important; }}@media (max-width: 767px){#s-fe766a88-a39e-4344-9079-661a1c822623 {
  display: none;
}
#s-fe766a88-a39e-4344-9079-661a1c822623, #wrap-s-fe766a88-a39e-4344-9079-661a1c822623 { display: none !important; }}







#s-fe766a88-a39e-4344-9079-661a1c822623 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe766a88-a39e-4344-9079-661a1c822623.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29374116-eaa1-4564-a0fa-9411438436e3 {
  max-width: 100px;
text-align: center;
}







  img.s-29374116-eaa1-4564-a0fa-9411438436e3.shogun-image {
    
    
  }


.s-29374116-eaa1-4564-a0fa-9411438436e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-29374116-eaa1-4564-a0fa-9411438436e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29374116-eaa1-4564-a0fa-9411438436e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29374116-eaa1-4564-a0fa-9411438436e3.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-29374116-eaa1-4564-a0fa-9411438436e3.shogun-image {
    
    
  }


.s-29374116-eaa1-4564-a0fa-9411438436e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-29374116-eaa1-4564-a0fa-9411438436e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29374116-eaa1-4564-a0fa-9411438436e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29374116-eaa1-4564-a0fa-9411438436e3.shogun-image {
  box-sizing: border-box;
}



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





  img.s-29374116-eaa1-4564-a0fa-9411438436e3.shogun-image {
    
    
  }


.s-29374116-eaa1-4564-a0fa-9411438436e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-29374116-eaa1-4564-a0fa-9411438436e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29374116-eaa1-4564-a0fa-9411438436e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29374116-eaa1-4564-a0fa-9411438436e3.shogun-image {
  box-sizing: border-box;
}



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





  img.s-29374116-eaa1-4564-a0fa-9411438436e3.shogun-image {
    
    
  }


.s-29374116-eaa1-4564-a0fa-9411438436e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-29374116-eaa1-4564-a0fa-9411438436e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29374116-eaa1-4564-a0fa-9411438436e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29374116-eaa1-4564-a0fa-9411438436e3.shogun-image {
  box-sizing: border-box;
}



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





  img.s-29374116-eaa1-4564-a0fa-9411438436e3.shogun-image {
    
    
  }


.s-29374116-eaa1-4564-a0fa-9411438436e3 .shogun-image-content {
  
    align-items: center;
  
}

.s-29374116-eaa1-4564-a0fa-9411438436e3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29374116-eaa1-4564-a0fa-9411438436e3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29374116-eaa1-4564-a0fa-9411438436e3.shogun-image {
  box-sizing: border-box;
}



}
#s-b4e81f02-c6d8-42d6-92a4-3eba455ad7a9 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 60%;
}

@media (min-width: 0px) {
[id="s-b4e81f02-c6d8-42d6-92a4-3eba455ad7a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4e81f02-c6d8-42d6-92a4-3eba455ad7a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-b4e81f02-c6d8-42d6-92a4-3eba455ad7a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-b4e81f02-c6d8-42d6-92a4-3eba455ad7a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 {
  max-width: 400px;
aspect-ratio: 564/992;
text-align: center;
}





  #s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 img.shogun-image,
  #s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 {
    width: 100%;
    height: auto;
  }

  #s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image {
    
    
  }


.s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 {
      --shg-aspect-ratio: calc(564/992); 
    }

    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image-container {
      position: relative;
    }

    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 img.shogun-image,
  #s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 {
    width: 100%;
    height: auto;
  }

  #s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image {
    
    
  }


.s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 {
      --shg-aspect-ratio: calc(564/992); 
    }

    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image-container {
      position: relative;
    }

    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 img.shogun-image,
  #s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 {
    width: 100%;
    height: auto;
  }

  #s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image {
    
    
  }


.s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 {
      --shg-aspect-ratio: calc(564/992); 
    }

    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image-container {
      position: relative;
    }

    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 img.shogun-image,
  #s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 {
    width: 100%;
    height: auto;
  }

  #s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image {
    
    
  }


.s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 {
      --shg-aspect-ratio: calc(564/992); 
    }

    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image-container {
      position: relative;
    }

    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 img.shogun-image,
  #s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 {
    width: 100%;
    height: auto;
  }

  #s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image {
    
    
  }


.s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 {
      --shg-aspect-ratio: calc(564/992); 
    }

    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image-container {
      position: relative;
    }

    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f9cddd17-2cd0-4cf9-8dfc-ff61a077bba2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-cc70cee5-ca6d-4947-b84a-37198fa412d7 {
  border-style: solid;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-cc70cee5-ca6d-4947-b84a-37198fa412d7:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cc70cee5-ca6d-4947-b84a-37198fa412d7:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-cc70cee5-ca6d-4947-b84a-37198fa412d7-root {
    text-align: center;
  }


#s-cc70cee5-ca6d-4947-b84a-37198fa412d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cc70cee5-ca6d-4947-b84a-37198fa412d7-root {
    text-align: center;
  }


#s-cc70cee5-ca6d-4947-b84a-37198fa412d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc70cee5-ca6d-4947-b84a-37198fa412d7-root {
    text-align: center;
  }


#s-cc70cee5-ca6d-4947-b84a-37198fa412d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc70cee5-ca6d-4947-b84a-37198fa412d7-root {
    text-align: center;
  }


#s-cc70cee5-ca6d-4947-b84a-37198fa412d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cc70cee5-ca6d-4947-b84a-37198fa412d7-root {
    text-align: center;
  }


#s-cc70cee5-ca6d-4947-b84a-37198fa412d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-511e7365-b568-4e53-89fa-6c320474b6e0 {
  text-align: left;
}

#s-cb4b6e85-3b74-4b57-b462-2569f09a0124 {
  background-repeat: no-repeat;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0%;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-cb4b6e85-3b74-4b57-b462-2569f09a0124 {
  display: none;
}
#s-cb4b6e85-3b74-4b57-b462-2569f09a0124, #wrap-s-cb4b6e85-3b74-4b57-b462-2569f09a0124 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb4b6e85-3b74-4b57-b462-2569f09a0124 {
  display: none;
}
#s-cb4b6e85-3b74-4b57-b462-2569f09a0124, #wrap-s-cb4b6e85-3b74-4b57-b462-2569f09a0124 { display: none !important; }}
#s-cb4b6e85-3b74-4b57-b462-2569f09a0124 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmNjYzVmNWItZTFhMS00MTgwLTg1YmQtMDllODJmMWEwMjJmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjEyNzI3MjcyNzI3MjcyNzMiIHN0eWxlPSJzdG9wLWNvbG9yOiNlZWZlZmQ7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTA5MDkwOTA5MDkwOTA5MSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmZmZmZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmZmZmZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzdlMjBjZjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjYmNjYzVmNWItZTFhMS00MTgwLTg1YmQtMDllODJmMWEwMjJmKSIvPjwvc3ZnPg==);
}








#s-cb4b6e85-3b74-4b57-b462-2569f09a0124 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb4b6e85-3b74-4b57-b462-2569f09a0124.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43bfbe81-18cc-49ca-b67f-ab3bc7799ebb {
  min-height: 100%;
}








#s-43bfbe81-18cc-49ca-b67f-ab3bc7799ebb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43bfbe81-18cc-49ca-b67f-ab3bc7799ebb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1639db91-ccd7-448f-8a35-cd439057fd70 {
  max-width: 70%;
aspect-ratio: 636/364;
text-align: center;
}





  #s-1639db91-ccd7-448f-8a35-cd439057fd70 img.shogun-image,
  #s-1639db91-ccd7-448f-8a35-cd439057fd70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1639db91-ccd7-448f-8a35-cd439057fd70 {
    width: 100%;
    height: auto;
  }

  #s-1639db91-ccd7-448f-8a35-cd439057fd70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-1639db91-ccd7-448f-8a35-cd439057fd70 .shogun-image-content {
  
    align-items: center;
  
}

.s-1639db91-ccd7-448f-8a35-cd439057fd70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1639db91-ccd7-448f-8a35-cd439057fd70 {
      --shg-aspect-ratio: calc(636/364); 
    }

    .s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image-container {
      position: relative;
    }

    .s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1639db91-ccd7-448f-8a35-cd439057fd70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1639db91-ccd7-448f-8a35-cd439057fd70 img.shogun-image,
  #s-1639db91-ccd7-448f-8a35-cd439057fd70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1639db91-ccd7-448f-8a35-cd439057fd70 {
    width: 100%;
    height: auto;
  }

  #s-1639db91-ccd7-448f-8a35-cd439057fd70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-1639db91-ccd7-448f-8a35-cd439057fd70 .shogun-image-content {
  
    align-items: center;
  
}

.s-1639db91-ccd7-448f-8a35-cd439057fd70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1639db91-ccd7-448f-8a35-cd439057fd70 {
      --shg-aspect-ratio: calc(636/364); 
    }

    .s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image-container {
      position: relative;
    }

    .s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1639db91-ccd7-448f-8a35-cd439057fd70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1639db91-ccd7-448f-8a35-cd439057fd70 img.shogun-image,
  #s-1639db91-ccd7-448f-8a35-cd439057fd70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1639db91-ccd7-448f-8a35-cd439057fd70 {
    width: 100%;
    height: auto;
  }

  #s-1639db91-ccd7-448f-8a35-cd439057fd70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-1639db91-ccd7-448f-8a35-cd439057fd70 .shogun-image-content {
  
    align-items: center;
  
}

.s-1639db91-ccd7-448f-8a35-cd439057fd70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1639db91-ccd7-448f-8a35-cd439057fd70 {
      --shg-aspect-ratio: calc(636/364); 
    }

    .s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image-container {
      position: relative;
    }

    .s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1639db91-ccd7-448f-8a35-cd439057fd70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1639db91-ccd7-448f-8a35-cd439057fd70 img.shogun-image,
  #s-1639db91-ccd7-448f-8a35-cd439057fd70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1639db91-ccd7-448f-8a35-cd439057fd70 {
    width: 100%;
    height: auto;
  }

  #s-1639db91-ccd7-448f-8a35-cd439057fd70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-1639db91-ccd7-448f-8a35-cd439057fd70 .shogun-image-content {
  
    align-items: center;
  
}

.s-1639db91-ccd7-448f-8a35-cd439057fd70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1639db91-ccd7-448f-8a35-cd439057fd70 {
      --shg-aspect-ratio: calc(636/364); 
    }

    .s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image-container {
      position: relative;
    }

    .s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1639db91-ccd7-448f-8a35-cd439057fd70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1639db91-ccd7-448f-8a35-cd439057fd70 img.shogun-image,
  #s-1639db91-ccd7-448f-8a35-cd439057fd70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1639db91-ccd7-448f-8a35-cd439057fd70 {
    width: 100%;
    height: auto;
  }

  #s-1639db91-ccd7-448f-8a35-cd439057fd70 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-1639db91-ccd7-448f-8a35-cd439057fd70 .shogun-image-content {
  
    align-items: center;
  
}

.s-1639db91-ccd7-448f-8a35-cd439057fd70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1639db91-ccd7-448f-8a35-cd439057fd70 {
      --shg-aspect-ratio: calc(636/364); 
    }

    .s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image-container {
      position: relative;
    }

    .s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1639db91-ccd7-448f-8a35-cd439057fd70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1639db91-ccd7-448f-8a35-cd439057fd70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-530c0e1f-69da-432d-aee5-56b4fb42a373 {
  background-image: url(https://i.shgcdn.com/6f1bc9ac-79c4-4785-8696-d745afb91b7d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 400px;
max-width: 100%;
background-position: center center;
background-color: rgba(225, 219, 219, 0);
}
@media (min-width: 1200px){#s-530c0e1f-69da-432d-aee5-56b4fb42a373 {
  display: none;
}
#s-530c0e1f-69da-432d-aee5-56b4fb42a373, #wrap-s-530c0e1f-69da-432d-aee5-56b4fb42a373 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-530c0e1f-69da-432d-aee5-56b4fb42a373 {
  display: none;
}
#s-530c0e1f-69da-432d-aee5-56b4fb42a373, #wrap-s-530c0e1f-69da-432d-aee5-56b4fb42a373 { display: none !important; }}
@media (min-width: 0px) {
[id="s-530c0e1f-69da-432d-aee5-56b4fb42a373"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-530c0e1f-69da-432d-aee5-56b4fb42a373"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-530c0e1f-69da-432d-aee5-56b4fb42a373"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-530c0e1f-69da-432d-aee5-56b4fb42a373"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-530c0e1f-69da-432d-aee5-56b4fb42a373"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-530c0e1f-69da-432d-aee5-56b4fb42a373"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 50.0px);
}

[id="s-530c0e1f-69da-432d-aee5-56b4fb42a373"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 50.0px);
}

}

#s-e5b83003-9e41-49fa-9c3e-bf557f39186d {
  margin-top: 120px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-right: 0px;
max-width: 60%;
background-color: rgba(248, 246, 241, 0);
}








#s-e5b83003-9e41-49fa-9c3e-bf557f39186d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5b83003-9e41-49fa-9c3e-bf557f39186d {
  cursor: pointer;
}#s-e5b83003-9e41-49fa-9c3e-bf557f39186d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da19ff37-1426-4356-8f59-c83c791f55ef {
  border-style: solid;
margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-da19ff37-1426-4356-8f59-c83c791f55ef:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-da19ff37-1426-4356-8f59-c83c791f55ef:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-da19ff37-1426-4356-8f59-c83c791f55ef-root {
    text-align: center;
  }


#s-da19ff37-1426-4356-8f59-c83c791f55ef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-da19ff37-1426-4356-8f59-c83c791f55ef-root {
    text-align: center;
  }


#s-da19ff37-1426-4356-8f59-c83c791f55ef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-da19ff37-1426-4356-8f59-c83c791f55ef-root {
    text-align: center;
  }


#s-da19ff37-1426-4356-8f59-c83c791f55ef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-da19ff37-1426-4356-8f59-c83c791f55ef-root {
    text-align: center;
  }


#s-da19ff37-1426-4356-8f59-c83c791f55ef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-da19ff37-1426-4356-8f59-c83c791f55ef-root {
    text-align: center;
  }


#s-da19ff37-1426-4356-8f59-c83c791f55ef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-da19ff37-1426-4356-8f59-c83c791f55ef-root {
    text-align: center;
  }


#s-da19ff37-1426-4356-8f59-c83c791f55ef.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-04d4ae39-a256-4cc6-a400-4d3aca7b5d1b {
  border-style: solid;
margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-04d4ae39-a256-4cc6-a400-4d3aca7b5d1b:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-04d4ae39-a256-4cc6-a400-4d3aca7b5d1b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-04d4ae39-a256-4cc6-a400-4d3aca7b5d1b-root {
    text-align: center;
  }


#s-04d4ae39-a256-4cc6-a400-4d3aca7b5d1b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-04d4ae39-a256-4cc6-a400-4d3aca7b5d1b-root {
    text-align: center;
  }


#s-04d4ae39-a256-4cc6-a400-4d3aca7b5d1b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04d4ae39-a256-4cc6-a400-4d3aca7b5d1b-root {
    text-align: center;
  }


#s-04d4ae39-a256-4cc6-a400-4d3aca7b5d1b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04d4ae39-a256-4cc6-a400-4d3aca7b5d1b-root {
    text-align: center;
  }


#s-04d4ae39-a256-4cc6-a400-4d3aca7b5d1b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-04d4ae39-a256-4cc6-a400-4d3aca7b5d1b-root {
    text-align: center;
  }


#s-04d4ae39-a256-4cc6-a400-4d3aca7b5d1b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-04d4ae39-a256-4cc6-a400-4d3aca7b5d1b-root {
    text-align: center;
  }


#s-04d4ae39-a256-4cc6-a400-4d3aca7b5d1b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-dd525ba0-3989-448f-a9e1-5429b8f7ca09 {
  border-style: solid;
margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-dd525ba0-3989-448f-a9e1-5429b8f7ca09:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-dd525ba0-3989-448f-a9e1-5429b8f7ca09:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dd525ba0-3989-448f-a9e1-5429b8f7ca09-root {
    text-align: center;
  }


#s-dd525ba0-3989-448f-a9e1-5429b8f7ca09.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-dd525ba0-3989-448f-a9e1-5429b8f7ca09-root {
    text-align: center;
  }


#s-dd525ba0-3989-448f-a9e1-5429b8f7ca09.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd525ba0-3989-448f-a9e1-5429b8f7ca09-root {
    text-align: center;
  }


#s-dd525ba0-3989-448f-a9e1-5429b8f7ca09.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dd525ba0-3989-448f-a9e1-5429b8f7ca09-root {
    text-align: center;
  }


#s-dd525ba0-3989-448f-a9e1-5429b8f7ca09.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-dd525ba0-3989-448f-a9e1-5429b8f7ca09-root {
    text-align: center;
  }


#s-dd525ba0-3989-448f-a9e1-5429b8f7ca09.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-dd525ba0-3989-448f-a9e1-5429b8f7ca09-root {
    text-align: center;
  }


#s-dd525ba0-3989-448f-a9e1-5429b8f7ca09.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-cc312bb9-c450-456b-b41b-2fc9bde140b1 {
  border-style: solid;
margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-cc312bb9-c450-456b-b41b-2fc9bde140b1:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cc312bb9-c450-456b-b41b-2fc9bde140b1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cc312bb9-c450-456b-b41b-2fc9bde140b1-root {
    text-align: center;
  }


#s-cc312bb9-c450-456b-b41b-2fc9bde140b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cc312bb9-c450-456b-b41b-2fc9bde140b1-root {
    text-align: center;
  }


#s-cc312bb9-c450-456b-b41b-2fc9bde140b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc312bb9-c450-456b-b41b-2fc9bde140b1-root {
    text-align: center;
  }


#s-cc312bb9-c450-456b-b41b-2fc9bde140b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc312bb9-c450-456b-b41b-2fc9bde140b1-root {
    text-align: center;
  }


#s-cc312bb9-c450-456b-b41b-2fc9bde140b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cc312bb9-c450-456b-b41b-2fc9bde140b1-root {
    text-align: center;
  }


#s-cc312bb9-c450-456b-b41b-2fc9bde140b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}
}
  #s-cc312bb9-c450-456b-b41b-2fc9bde140b1-root {
    text-align: center;
  }


#s-cc312bb9-c450-456b-b41b-2fc9bde140b1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  block ;
}

#s-6589f91f-1163-4bd7-a835-156f2776e0de {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-6589f91f-1163-4bd7-a835-156f2776e0de {
  display: none;
}
#s-6589f91f-1163-4bd7-a835-156f2776e0de, #wrap-s-6589f91f-1163-4bd7-a835-156f2776e0de { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6589f91f-1163-4bd7-a835-156f2776e0de {
  display: none;
}
#s-6589f91f-1163-4bd7-a835-156f2776e0de, #wrap-s-6589f91f-1163-4bd7-a835-156f2776e0de { display: none !important; }}







#s-6589f91f-1163-4bd7-a835-156f2776e0de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6589f91f-1163-4bd7-a835-156f2776e0de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aef3f66a-d71a-44a9-b048-a01baa843e3e {
  margin-top: 50px;
margin-bottom: 0px;
text-align: center;
}







  img.s-aef3f66a-d71a-44a9-b048-a01baa843e3e.shogun-image {
    
    
  }


.s-aef3f66a-d71a-44a9-b048-a01baa843e3e .shogun-image-content {
  
    align-items: center;
  
}

.s-aef3f66a-d71a-44a9-b048-a01baa843e3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aef3f66a-d71a-44a9-b048-a01baa843e3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aef3f66a-d71a-44a9-b048-a01baa843e3e.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-aef3f66a-d71a-44a9-b048-a01baa843e3e.shogun-image {
    
    
  }


.s-aef3f66a-d71a-44a9-b048-a01baa843e3e .shogun-image-content {
  
    align-items: center;
  
}

.s-aef3f66a-d71a-44a9-b048-a01baa843e3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aef3f66a-d71a-44a9-b048-a01baa843e3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aef3f66a-d71a-44a9-b048-a01baa843e3e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-aef3f66a-d71a-44a9-b048-a01baa843e3e.shogun-image {
    
    
  }


.s-aef3f66a-d71a-44a9-b048-a01baa843e3e .shogun-image-content {
  
    align-items: center;
  
}

.s-aef3f66a-d71a-44a9-b048-a01baa843e3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aef3f66a-d71a-44a9-b048-a01baa843e3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aef3f66a-d71a-44a9-b048-a01baa843e3e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-aef3f66a-d71a-44a9-b048-a01baa843e3e.shogun-image {
    
    
  }


.s-aef3f66a-d71a-44a9-b048-a01baa843e3e .shogun-image-content {
  
    align-items: center;
  
}

.s-aef3f66a-d71a-44a9-b048-a01baa843e3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aef3f66a-d71a-44a9-b048-a01baa843e3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aef3f66a-d71a-44a9-b048-a01baa843e3e.shogun-image {
  box-sizing: border-box;
}



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





  img.s-aef3f66a-d71a-44a9-b048-a01baa843e3e.shogun-image {
    
    
  }


.s-aef3f66a-d71a-44a9-b048-a01baa843e3e .shogun-image-content {
  
    align-items: center;
  
}

.s-aef3f66a-d71a-44a9-b048-a01baa843e3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aef3f66a-d71a-44a9-b048-a01baa843e3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aef3f66a-d71a-44a9-b048-a01baa843e3e.shogun-image {
  box-sizing: border-box;
}



}
#s-6c6a110a-3ca8-4416-82fe-6c1dc91cc10c {
  margin-top: 40px;
margin-bottom: -20px;
}

.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-42893c00-dd0a-4aef-ab29-18161e381492 {
  margin-top: -10px;
margin-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
}

#s-42893c00-dd0a-4aef-ab29-18161e381492 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-42893c00-dd0a-4aef-ab29-18161e381492 .shg-sld-nav-button.shg-sld-left,
#s-42893c00-dd0a-4aef-ab29-18161e381492 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-6d2f8657-368e-4434-84b4-b7c9e2013dad {
  margin-top: 20px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
max-width: 75%;
}

#s-6d2f8657-368e-4434-84b4-b7c9e2013dad .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-6d2f8657-368e-4434-84b4-b7c9e2013dad table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6d2f8657-368e-4434-84b4-b7c9e2013dad td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-6d2f8657-368e-4434-84b4-b7c9e2013dad td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-6d2f8657-368e-4434-84b4-b7c9e2013dad td.shogun-table-column, #s-6d2f8657-368e-4434-84b4-b7c9e2013dad td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-d27bb076-aca5-4aa4-9d3c-d2feb2548ed1 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-d27bb076-aca5-4aa4-9d3c-d2feb2548ed1 img.shogun-image {
    

    
    
    
  }


#s-d27bb076-aca5-4aa4-9d3c-d2feb2548ed1 .shogun-image-content {
  
    align-items: center;
  
}

#s-7380f191-5ebc-4e23-b970-3e13334a2adf {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-7380f191-5ebc-4e23-b970-3e13334a2adf img.shogun-image {
    

    
    
    
  }


#s-7380f191-5ebc-4e23-b970-3e13334a2adf .shogun-image-content {
  
    align-items: center;
  
}

#s-9ec66ecc-dec2-438c-8060-8e8e11ddba4d {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-9ec66ecc-dec2-438c-8060-8e8e11ddba4d img.shogun-image {
    

    
    
    
  }


#s-9ec66ecc-dec2-438c-8060-8e8e11ddba4d .shogun-image-content {
  
    align-items: center;
  
}

#s-0589b8d5-1a57-477d-b36c-22b2e901d6a5 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-0589b8d5-1a57-477d-b36c-22b2e901d6a5 img.shogun-image {
    

    
    
    
  }


#s-0589b8d5-1a57-477d-b36c-22b2e901d6a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-40147eca-78ec-4290-b652-5a76facd923b {
  margin-top: 20px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
max-width: 75%;
}

#s-40147eca-78ec-4290-b652-5a76facd923b .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-40147eca-78ec-4290-b652-5a76facd923b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-40147eca-78ec-4290-b652-5a76facd923b td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-40147eca-78ec-4290-b652-5a76facd923b td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-40147eca-78ec-4290-b652-5a76facd923b td.shogun-table-column, #s-40147eca-78ec-4290-b652-5a76facd923b td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-d4858901-fbdc-4e67-992d-bbe0b5627a3b {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-d4858901-fbdc-4e67-992d-bbe0b5627a3b img.shogun-image {
    

    
    
    
  }


#s-d4858901-fbdc-4e67-992d-bbe0b5627a3b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-b8629181-ca57-46bc-9040-5e92c0b980f4 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-b8629181-ca57-46bc-9040-5e92c0b980f4 img.shogun-image {
    

    
    
    
  }


#s-b8629181-ca57-46bc-9040-5e92c0b980f4 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-35bee9d0-7fed-49a7-be38-80364e8b2dea {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-35bee9d0-7fed-49a7-be38-80364e8b2dea img.shogun-image {
    

    
    
    
  }


#s-35bee9d0-7fed-49a7-be38-80364e8b2dea .shogun-image-content {
  
    align-items: center;
  
}

#s-5d2aabe6-4967-45d2-ab77-7da5cead05f1 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-5d2aabe6-4967-45d2-ab77-7da5cead05f1 img.shogun-image {
    

    
    
    
  }


#s-5d2aabe6-4967-45d2-ab77-7da5cead05f1 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-075b49fb-42f8-40c3-8107-b7a54d501c6a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
max-width: 75%;
}

#s-075b49fb-42f8-40c3-8107-b7a54d501c6a .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-075b49fb-42f8-40c3-8107-b7a54d501c6a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-075b49fb-42f8-40c3-8107-b7a54d501c6a td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-075b49fb-42f8-40c3-8107-b7a54d501c6a td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-075b49fb-42f8-40c3-8107-b7a54d501c6a td.shogun-table-column, #s-075b49fb-42f8-40c3-8107-b7a54d501c6a td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-1fdf9125-1edc-4b95-a785-03ed02b9794a {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-1fdf9125-1edc-4b95-a785-03ed02b9794a img.shogun-image {
    

    
    
    
  }


#s-1fdf9125-1edc-4b95-a785-03ed02b9794a .shogun-image-content {
  
    align-items: center;
  
}

#s-98166121-b9e0-4999-8de4-48412b43efa3 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-98166121-b9e0-4999-8de4-48412b43efa3 img.shogun-image {
    

    
    
    
  }


#s-98166121-b9e0-4999-8de4-48412b43efa3 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b25d805-da82-4d15-9969-5db996e01d11 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-6b25d805-da82-4d15-9969-5db996e01d11 img.shogun-image {
    

    
    
    
  }


#s-6b25d805-da82-4d15-9969-5db996e01d11 .shogun-image-content {
  
    align-items: center;
  
}

#s-a18b4d12-83b3-4612-bbf3-af5296d085e3 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-a18b4d12-83b3-4612-bbf3-af5296d085e3 img.shogun-image {
    

    
    
    
  }


#s-a18b4d12-83b3-4612-bbf3-af5296d085e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d22047d2-128c-4d4b-a548-3b76f0497e94 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
max-width: 75%;
}

#s-d22047d2-128c-4d4b-a548-3b76f0497e94 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-d22047d2-128c-4d4b-a548-3b76f0497e94 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d22047d2-128c-4d4b-a548-3b76f0497e94 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-d22047d2-128c-4d4b-a548-3b76f0497e94 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-d22047d2-128c-4d4b-a548-3b76f0497e94 td.shogun-table-column, #s-d22047d2-128c-4d4b-a548-3b76f0497e94 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-417d5dea-a7a2-45d3-93ec-2031ab9fe1f4 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-417d5dea-a7a2-45d3-93ec-2031ab9fe1f4 img.shogun-image {
    

    
    
    
  }


#s-417d5dea-a7a2-45d3-93ec-2031ab9fe1f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-60edafad-8cb8-4d87-a628-39d6e59cf63e {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-60edafad-8cb8-4d87-a628-39d6e59cf63e img.shogun-image {
    

    
    
    
  }


#s-60edafad-8cb8-4d87-a628-39d6e59cf63e .shogun-image-content {
  
    align-items: center;
  
}

#s-1eb241fa-518e-4e3e-92a2-4f3069b0692e {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-1eb241fa-518e-4e3e-92a2-4f3069b0692e img.shogun-image {
    

    
    
    
  }


#s-1eb241fa-518e-4e3e-92a2-4f3069b0692e .shogun-image-content {
  
    align-items: center;
  
}

#s-bf8fbd69-3fd5-42b9-b5e6-ec5fadac4c7f {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-bf8fbd69-3fd5-42b9-b5e6-ec5fadac4c7f img.shogun-image {
    

    
    
    
  }


#s-bf8fbd69-3fd5-42b9-b5e6-ec5fadac4c7f .shogun-image-content {
  
    align-items: center;
  
}

#s-ef6edb9a-f69a-4d21-8b6e-828addae5b61 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
max-width: 75%;
}

#s-ef6edb9a-f69a-4d21-8b6e-828addae5b61 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-ef6edb9a-f69a-4d21-8b6e-828addae5b61 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ef6edb9a-f69a-4d21-8b6e-828addae5b61 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ef6edb9a-f69a-4d21-8b6e-828addae5b61 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-ef6edb9a-f69a-4d21-8b6e-828addae5b61 td.shogun-table-column, #s-ef6edb9a-f69a-4d21-8b6e-828addae5b61 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-18c3b30f-f788-4fe8-935a-326a74c4e87e {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-18c3b30f-f788-4fe8-935a-326a74c4e87e img.shogun-image {
    

    
    
    
  }


#s-18c3b30f-f788-4fe8-935a-326a74c4e87e .shogun-image-content {
  
    align-items: center;
  
}

#s-24546695-1e34-49f4-a3a4-8ad5d24ab6a7 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-24546695-1e34-49f4-a3a4-8ad5d24ab6a7 img.shogun-image {
    

    
    
    
  }


#s-24546695-1e34-49f4-a3a4-8ad5d24ab6a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-f60d0ba6-1061-4f3c-ba01-f0949225b032 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-f60d0ba6-1061-4f3c-ba01-f0949225b032 img.shogun-image {
    

    
    
    
  }


#s-f60d0ba6-1061-4f3c-ba01-f0949225b032 .shogun-image-content {
  
    align-items: center;
  
}

#s-2adbd597-45a0-4acf-b61a-68082565a856 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-2adbd597-45a0-4acf-b61a-68082565a856 img.shogun-image {
    

    
    
    
  }


#s-2adbd597-45a0-4acf-b61a-68082565a856 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d8bfb2a-cbea-46e0-9e4b-e53d4403d5e6 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
max-width: 75%;
}

#s-1d8bfb2a-cbea-46e0-9e4b-e53d4403d5e6 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-1d8bfb2a-cbea-46e0-9e4b-e53d4403d5e6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1d8bfb2a-cbea-46e0-9e4b-e53d4403d5e6 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-1d8bfb2a-cbea-46e0-9e4b-e53d4403d5e6 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-1d8bfb2a-cbea-46e0-9e4b-e53d4403d5e6 td.shogun-table-column, #s-1d8bfb2a-cbea-46e0-9e4b-e53d4403d5e6 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-18eb5f9a-c3a9-41e3-a34d-eba9cda7fd42 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-18eb5f9a-c3a9-41e3-a34d-eba9cda7fd42 img.shogun-image {
    

    
    
    
  }


#s-18eb5f9a-c3a9-41e3-a34d-eba9cda7fd42 .shogun-image-content {
  
    align-items: center;
  
}

#s-afe67e79-5afa-4f01-ac12-2774b2db1bf2 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-afe67e79-5afa-4f01-ac12-2774b2db1bf2 img.shogun-image {
    

    
    
    
  }


#s-afe67e79-5afa-4f01-ac12-2774b2db1bf2 .shogun-image-content {
  
    align-items: center;
  
}

#s-476f9ca2-0e95-40e4-9d68-d0c6709e476c {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-476f9ca2-0e95-40e4-9d68-d0c6709e476c img.shogun-image {
    

    
    
    
  }


#s-476f9ca2-0e95-40e4-9d68-d0c6709e476c .shogun-image-content {
  
    align-items: center;
  
}

#s-c412814f-da39-4152-aacd-69a2f9fdd709 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-c412814f-da39-4152-aacd-69a2f9fdd709 img.shogun-image {
    

    
    
    
  }


#s-c412814f-da39-4152-aacd-69a2f9fdd709 .shogun-image-content {
  
    align-items: center;
  
}

#s-73e4faf9-5a9c-44a2-a486-ebd901bdc9c5 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
max-width: 75%;
}

#s-73e4faf9-5a9c-44a2-a486-ebd901bdc9c5 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-73e4faf9-5a9c-44a2-a486-ebd901bdc9c5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-73e4faf9-5a9c-44a2-a486-ebd901bdc9c5 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-73e4faf9-5a9c-44a2-a486-ebd901bdc9c5 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-73e4faf9-5a9c-44a2-a486-ebd901bdc9c5 td.shogun-table-column, #s-73e4faf9-5a9c-44a2-a486-ebd901bdc9c5 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-8a0da371-5c34-426b-87a0-f2ce9495f9c7 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-8a0da371-5c34-426b-87a0-f2ce9495f9c7 img.shogun-image {
    

    
    
    
  }


#s-8a0da371-5c34-426b-87a0-f2ce9495f9c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-265706e5-10e1-4062-a137-7c5e7fcaf136 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-265706e5-10e1-4062-a137-7c5e7fcaf136 img.shogun-image {
    

    
    
    
  }


#s-265706e5-10e1-4062-a137-7c5e7fcaf136 .shogun-image-content {
  
    align-items: center;
  
}

#s-f10df192-3609-4395-bd3e-f4071f13ebd9 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-f10df192-3609-4395-bd3e-f4071f13ebd9 img.shogun-image {
    

    
    
    
  }


#s-f10df192-3609-4395-bd3e-f4071f13ebd9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed713c2d-4c5e-4b61-b53c-a0c0341d7726 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-ed713c2d-4c5e-4b61-b53c-a0c0341d7726 img.shogun-image {
    

    
    
    
  }


#s-ed713c2d-4c5e-4b61-b53c-a0c0341d7726 .shogun-image-content {
  
    align-items: center;
  
}

#s-c14690da-bd58-4882-af58-ae76c8265f8e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
max-width: 75%;
}

#s-c14690da-bd58-4882-af58-ae76c8265f8e .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-c14690da-bd58-4882-af58-ae76c8265f8e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c14690da-bd58-4882-af58-ae76c8265f8e td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-c14690da-bd58-4882-af58-ae76c8265f8e td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-c14690da-bd58-4882-af58-ae76c8265f8e td.shogun-table-column, #s-c14690da-bd58-4882-af58-ae76c8265f8e td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-1b2461dc-8451-41c6-b0dd-9a607fecefe0 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-1b2461dc-8451-41c6-b0dd-9a607fecefe0 img.shogun-image {
    

    
    
    
  }


#s-1b2461dc-8451-41c6-b0dd-9a607fecefe0 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a0afd5a-f7f7-4334-8023-cfa0cf6f282d {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-2a0afd5a-f7f7-4334-8023-cfa0cf6f282d img.shogun-image {
    

    
    
    
  }


#s-2a0afd5a-f7f7-4334-8023-cfa0cf6f282d .shogun-image-content {
  
    align-items: center;
  
}

#s-a36f7064-457b-4103-8162-d8273b7b3fd9 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}







  #s-a36f7064-457b-4103-8162-d8273b7b3fd9 img.shogun-image {
    

    
    
    
  }


#s-a36f7064-457b-4103-8162-d8273b7b3fd9 .shogun-image-content {
  
    align-items: center;
  
}

#s-429f7ed7-372d-4657-a803-7df8eb422b14 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-429f7ed7-372d-4657-a803-7df8eb422b14 img.shogun-image {
    

    
    
    
  }


#s-429f7ed7-372d-4657-a803-7df8eb422b14 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0604df0-bbd8-4297-857f-42457115bfee {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 75%;
}

#s-a0604df0-bbd8-4297-857f-42457115bfee .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-a0604df0-bbd8-4297-857f-42457115bfee table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a0604df0-bbd8-4297-857f-42457115bfee td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-a0604df0-bbd8-4297-857f-42457115bfee td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-a0604df0-bbd8-4297-857f-42457115bfee td.shogun-table-column, #s-a0604df0-bbd8-4297-857f-42457115bfee td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-73908705-f3c3-4482-af0f-9a0589f2b19c {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-73908705-f3c3-4482-af0f-9a0589f2b19c img.shogun-image,
  #s-73908705-f3c3-4482-af0f-9a0589f2b19c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-73908705-f3c3-4482-af0f-9a0589f2b19c {
    width: 100%;
    height: auto;
  }



  #s-73908705-f3c3-4482-af0f-9a0589f2b19c img.shogun-image {
    

    
    
    
  }


#s-73908705-f3c3-4482-af0f-9a0589f2b19c .shogun-image-content {
  
    align-items: center;
  
}

#s-a0caa4a3-d802-4a6b-b89a-d7ccf86e6143 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-a0caa4a3-d802-4a6b-b89a-d7ccf86e6143 img.shogun-image,
  #s-a0caa4a3-d802-4a6b-b89a-d7ccf86e6143 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a0caa4a3-d802-4a6b-b89a-d7ccf86e6143 {
    width: 100%;
    height: auto;
  }



  #s-a0caa4a3-d802-4a6b-b89a-d7ccf86e6143 img.shogun-image {
    

    
    
    
  }


#s-a0caa4a3-d802-4a6b-b89a-d7ccf86e6143 .shogun-image-content {
  
    align-items: center;
  
}

#s-bcbbf76a-64ec-48e5-a0e9-8d4a752d3bf5 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-bcbbf76a-64ec-48e5-a0e9-8d4a752d3bf5 img.shogun-image,
  #s-bcbbf76a-64ec-48e5-a0e9-8d4a752d3bf5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bcbbf76a-64ec-48e5-a0e9-8d4a752d3bf5 {
    width: 100%;
    height: auto;
  }



  #s-bcbbf76a-64ec-48e5-a0e9-8d4a752d3bf5 img.shogun-image {
    

    
    
    
  }


#s-bcbbf76a-64ec-48e5-a0e9-8d4a752d3bf5 .shogun-image-content {
  
    align-items: center;
  
}

#s-e993bf72-6f15-46bb-b200-c2f12ff31005 {
  border-style: solid;
margin-top: 6%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e993bf72-6f15-46bb-b200-c2f12ff31005:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e993bf72-6f15-46bb-b200-c2f12ff31005:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e993bf72-6f15-46bb-b200-c2f12ff31005-root {
    text-align: center;
  }


#s-e993bf72-6f15-46bb-b200-c2f12ff31005.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e993bf72-6f15-46bb-b200-c2f12ff31005-root {
    text-align: center;
  }


#s-e993bf72-6f15-46bb-b200-c2f12ff31005.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e993bf72-6f15-46bb-b200-c2f12ff31005-root {
    text-align: center;
  }


#s-e993bf72-6f15-46bb-b200-c2f12ff31005.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e993bf72-6f15-46bb-b200-c2f12ff31005-root {
    text-align: center;
  }


#s-e993bf72-6f15-46bb-b200-c2f12ff31005.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e993bf72-6f15-46bb-b200-c2f12ff31005-root {
    text-align: center;
  }


#s-e993bf72-6f15-46bb-b200-c2f12ff31005.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
  #s-e993bf72-6f15-46bb-b200-c2f12ff31005-root {
    text-align: center;
  }


#s-e993bf72-6f15-46bb-b200-c2f12ff31005.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-d0dacac0-44f2-4150-8e28-c7df06e83012 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-9a5447ad-8d0e-4987-8a8f-d249c43e91ba {
  background-repeat: no-repeat;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0%;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-9a5447ad-8d0e-4987-8a8f-d249c43e91ba {
  display: none;
}
#s-9a5447ad-8d0e-4987-8a8f-d249c43e91ba, #wrap-s-9a5447ad-8d0e-4987-8a8f-d249c43e91ba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a5447ad-8d0e-4987-8a8f-d249c43e91ba {
  display: none;
}
#s-9a5447ad-8d0e-4987-8a8f-d249c43e91ba, #wrap-s-9a5447ad-8d0e-4987-8a8f-d249c43e91ba { display: none !important; }}
#s-9a5447ad-8d0e-4987-8a8f-d249c43e91ba {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTJiMGQwZGYtNDU0YS00M2NiLWJlYzEtMTI5OWJlODEzYThiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjEyNzI3MjcyNzI3MjcyNzMiIHN0eWxlPSJzdG9wLWNvbG9yOiNmZmZmZmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuOTA5MDkwOTA5MDkwOTA5MSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmZmZmZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2ZmZmZmZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzdlMjBjZjtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZTJiMGQwZGYtNDU0YS00M2NiLWJlYzEtMTI5OWJlODEzYThiKSIvPjwvc3ZnPg==);
}








#s-9a5447ad-8d0e-4987-8a8f-d249c43e91ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a5447ad-8d0e-4987-8a8f-d249c43e91ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3dfea5fb-961c-416f-a9ec-d60288d4028f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-3dfea5fb-961c-416f-a9ec-d60288d4028f {
  display: none;
}
#s-3dfea5fb-961c-416f-a9ec-d60288d4028f, #wrap-s-3dfea5fb-961c-416f-a9ec-d60288d4028f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3dfea5fb-961c-416f-a9ec-d60288d4028f {
  display: none;
}
#s-3dfea5fb-961c-416f-a9ec-d60288d4028f, #wrap-s-3dfea5fb-961c-416f-a9ec-d60288d4028f { display: none !important; }}
#s-5532b5b7-19a3-4f5f-a53f-3c95a3364b4b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 95%;
}

@media (min-width: 0px) {
[id="s-5532b5b7-19a3-4f5f-a53f-3c95a3364b4b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-5532b5b7-19a3-4f5f-a53f-3c95a3364b4b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5532b5b7-19a3-4f5f-a53f-3c95a3364b4b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5532b5b7-19a3-4f5f-a53f-3c95a3364b4b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-6d5c6c43-d662-494f-8db3-954754b10271 {
  text-align: center;
}







  #s-6d5c6c43-d662-494f-8db3-954754b10271 img.shogun-image {
    

    
    
    
  }


#s-6d5c6c43-d662-494f-8db3-954754b10271 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4970205-176f-48a9-92de-8df54ebabe42 {
  border-style: solid;
margin-top: -14px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
hover-type: color;
}
#s-f4970205-176f-48a9-92de-8df54ebabe42:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f4970205-176f-48a9-92de-8df54ebabe42:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-f4970205-176f-48a9-92de-8df54ebabe42 {
  display: none;
}
#s-f4970205-176f-48a9-92de-8df54ebabe42, #wrap-s-f4970205-176f-48a9-92de-8df54ebabe42 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4970205-176f-48a9-92de-8df54ebabe42 {
  display: none;
}
#s-f4970205-176f-48a9-92de-8df54ebabe42, #wrap-s-f4970205-176f-48a9-92de-8df54ebabe42 { display: none !important; }}

  #s-f4970205-176f-48a9-92de-8df54ebabe42-root {
    text-align: center;
  }


#s-f4970205-176f-48a9-92de-8df54ebabe42.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f4970205-176f-48a9-92de-8df54ebabe42-root {
    text-align: center;
  }


#s-f4970205-176f-48a9-92de-8df54ebabe42.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f4970205-176f-48a9-92de-8df54ebabe42-root {
    text-align: center;
  }


#s-f4970205-176f-48a9-92de-8df54ebabe42.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f4970205-176f-48a9-92de-8df54ebabe42-root {
    text-align: center;
  }


#s-f4970205-176f-48a9-92de-8df54ebabe42.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f4970205-176f-48a9-92de-8df54ebabe42-root {
    text-align: center;
  }


#s-f4970205-176f-48a9-92de-8df54ebabe42.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}
#s-88d71449-1da0-4451-834b-ba2e0ed3e7b9 {
  text-align: center;
}







  #s-88d71449-1da0-4451-834b-ba2e0ed3e7b9 img.shogun-image {
    

    
    
    
  }


#s-88d71449-1da0-4451-834b-ba2e0ed3e7b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-cfc39f87-2251-435a-883f-4434554e6df8 {
  border-style: solid;
margin-top: -14px;
margin-bottom: 20px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-cfc39f87-2251-435a-883f-4434554e6df8:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cfc39f87-2251-435a-883f-4434554e6df8:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-cfc39f87-2251-435a-883f-4434554e6df8-root {
    text-align: center;
  }


#s-cfc39f87-2251-435a-883f-4434554e6df8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cfc39f87-2251-435a-883f-4434554e6df8-root {
    text-align: center;
  }


#s-cfc39f87-2251-435a-883f-4434554e6df8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cfc39f87-2251-435a-883f-4434554e6df8-root {
    text-align: center;
  }


#s-cfc39f87-2251-435a-883f-4434554e6df8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cfc39f87-2251-435a-883f-4434554e6df8-root {
    text-align: center;
  }


#s-cfc39f87-2251-435a-883f-4434554e6df8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cfc39f87-2251-435a-883f-4434554e6df8-root {
    text-align: center;
  }


#s-cfc39f87-2251-435a-883f-4434554e6df8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}
#s-562b4af2-3173-46bd-8703-bb517ce068ff {
  text-align: center;
}







  #s-562b4af2-3173-46bd-8703-bb517ce068ff img.shogun-image {
    

    
    
    
  }


#s-562b4af2-3173-46bd-8703-bb517ce068ff .shogun-image-content {
  
    align-items: center;
  
}

#s-90987b68-643f-4349-a8dd-0652949cd776 {
  border-style: solid;
margin-top: -14px;
margin-bottom: -14px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-90987b68-643f-4349-a8dd-0652949cd776:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-90987b68-643f-4349-a8dd-0652949cd776:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-90987b68-643f-4349-a8dd-0652949cd776-root {
    text-align: center;
  }


#s-90987b68-643f-4349-a8dd-0652949cd776.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-90987b68-643f-4349-a8dd-0652949cd776-root {
    text-align: center;
  }


#s-90987b68-643f-4349-a8dd-0652949cd776.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90987b68-643f-4349-a8dd-0652949cd776-root {
    text-align: center;
  }


#s-90987b68-643f-4349-a8dd-0652949cd776.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90987b68-643f-4349-a8dd-0652949cd776-root {
    text-align: center;
  }


#s-90987b68-643f-4349-a8dd-0652949cd776.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-90987b68-643f-4349-a8dd-0652949cd776-root {
    text-align: center;
  }


#s-90987b68-643f-4349-a8dd-0652949cd776.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}
#s-e0183167-e464-4b01-a680-7647dcf3abd1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}







  #s-e0183167-e464-4b01-a680-7647dcf3abd1 img.shogun-image {
    

    
    
    
  }


#s-e0183167-e464-4b01-a680-7647dcf3abd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e9b6efc-5b24-48b7-b5ac-6fc40597bc1c {
  border-style: solid;
margin-top: -14px;
margin-bottom: -14px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0e9b6efc-5b24-48b7-b5ac-6fc40597bc1c:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0e9b6efc-5b24-48b7-b5ac-6fc40597bc1c:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-0e9b6efc-5b24-48b7-b5ac-6fc40597bc1c-root {
    text-align: center;
  }


#s-0e9b6efc-5b24-48b7-b5ac-6fc40597bc1c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0e9b6efc-5b24-48b7-b5ac-6fc40597bc1c-root {
    text-align: center;
  }


#s-0e9b6efc-5b24-48b7-b5ac-6fc40597bc1c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e9b6efc-5b24-48b7-b5ac-6fc40597bc1c-root {
    text-align: center;
  }


#s-0e9b6efc-5b24-48b7-b5ac-6fc40597bc1c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0e9b6efc-5b24-48b7-b5ac-6fc40597bc1c-root {
    text-align: center;
  }


#s-0e9b6efc-5b24-48b7-b5ac-6fc40597bc1c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0e9b6efc-5b24-48b7-b5ac-6fc40597bc1c-root {
    text-align: center;
  }


#s-0e9b6efc-5b24-48b7-b5ac-6fc40597bc1c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}
#s-3a54a56c-1871-4c28-ba37-6922819368d2 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-3a54a56c-1871-4c28-ba37-6922819368d2 {
  display: none;
}
#s-3a54a56c-1871-4c28-ba37-6922819368d2, #wrap-s-3a54a56c-1871-4c28-ba37-6922819368d2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a54a56c-1871-4c28-ba37-6922819368d2 {
  display: none;
}
#s-3a54a56c-1871-4c28-ba37-6922819368d2, #wrap-s-3a54a56c-1871-4c28-ba37-6922819368d2 { display: none !important; }}







#s-3a54a56c-1871-4c28-ba37-6922819368d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a54a56c-1871-4c28-ba37-6922819368d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48b71146-7644-4f08-a568-6ff322478864 {
  margin-bottom: -10px;
max-width: 110px;
aspect-ratio: 512/463;
text-align: center;
}





  #s-48b71146-7644-4f08-a568-6ff322478864 img.shogun-image,
  #s-48b71146-7644-4f08-a568-6ff322478864 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-48b71146-7644-4f08-a568-6ff322478864 {
    width: 100%;
    height: auto;
  }

  #s-48b71146-7644-4f08-a568-6ff322478864 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-48b71146-7644-4f08-a568-6ff322478864 .shogun-image-content {
  
    align-items: center;
  
}

.s-48b71146-7644-4f08-a568-6ff322478864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48b71146-7644-4f08-a568-6ff322478864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48b71146-7644-4f08-a568-6ff322478864.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48b71146-7644-4f08-a568-6ff322478864 {
      --shg-aspect-ratio: calc(512/463); 
    }

    .s-48b71146-7644-4f08-a568-6ff322478864.shogun-image-container {
      position: relative;
    }

    .s-48b71146-7644-4f08-a568-6ff322478864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48b71146-7644-4f08-a568-6ff322478864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48b71146-7644-4f08-a568-6ff322478864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-48b71146-7644-4f08-a568-6ff322478864 img.shogun-image,
  #s-48b71146-7644-4f08-a568-6ff322478864 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-48b71146-7644-4f08-a568-6ff322478864 {
    width: 100%;
    height: auto;
  }

  #s-48b71146-7644-4f08-a568-6ff322478864 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-48b71146-7644-4f08-a568-6ff322478864 .shogun-image-content {
  
    align-items: center;
  
}

.s-48b71146-7644-4f08-a568-6ff322478864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48b71146-7644-4f08-a568-6ff322478864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48b71146-7644-4f08-a568-6ff322478864.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48b71146-7644-4f08-a568-6ff322478864 {
      --shg-aspect-ratio: calc(512/463); 
    }

    .s-48b71146-7644-4f08-a568-6ff322478864.shogun-image-container {
      position: relative;
    }

    .s-48b71146-7644-4f08-a568-6ff322478864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48b71146-7644-4f08-a568-6ff322478864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48b71146-7644-4f08-a568-6ff322478864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-48b71146-7644-4f08-a568-6ff322478864 img.shogun-image,
  #s-48b71146-7644-4f08-a568-6ff322478864 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-48b71146-7644-4f08-a568-6ff322478864 {
    width: 100%;
    height: auto;
  }

  #s-48b71146-7644-4f08-a568-6ff322478864 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-48b71146-7644-4f08-a568-6ff322478864 .shogun-image-content {
  
    align-items: center;
  
}

.s-48b71146-7644-4f08-a568-6ff322478864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48b71146-7644-4f08-a568-6ff322478864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48b71146-7644-4f08-a568-6ff322478864.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48b71146-7644-4f08-a568-6ff322478864 {
      --shg-aspect-ratio: calc(512/463); 
    }

    .s-48b71146-7644-4f08-a568-6ff322478864.shogun-image-container {
      position: relative;
    }

    .s-48b71146-7644-4f08-a568-6ff322478864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48b71146-7644-4f08-a568-6ff322478864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48b71146-7644-4f08-a568-6ff322478864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-48b71146-7644-4f08-a568-6ff322478864 img.shogun-image,
  #s-48b71146-7644-4f08-a568-6ff322478864 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-48b71146-7644-4f08-a568-6ff322478864 {
    width: 100%;
    height: auto;
  }

  #s-48b71146-7644-4f08-a568-6ff322478864 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-48b71146-7644-4f08-a568-6ff322478864 .shogun-image-content {
  
    align-items: center;
  
}

.s-48b71146-7644-4f08-a568-6ff322478864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48b71146-7644-4f08-a568-6ff322478864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48b71146-7644-4f08-a568-6ff322478864.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48b71146-7644-4f08-a568-6ff322478864 {
      --shg-aspect-ratio: calc(512/463); 
    }

    .s-48b71146-7644-4f08-a568-6ff322478864.shogun-image-container {
      position: relative;
    }

    .s-48b71146-7644-4f08-a568-6ff322478864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48b71146-7644-4f08-a568-6ff322478864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48b71146-7644-4f08-a568-6ff322478864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-48b71146-7644-4f08-a568-6ff322478864 img.shogun-image,
  #s-48b71146-7644-4f08-a568-6ff322478864 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-48b71146-7644-4f08-a568-6ff322478864 {
    width: 100%;
    height: auto;
  }

  #s-48b71146-7644-4f08-a568-6ff322478864 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }




.s-48b71146-7644-4f08-a568-6ff322478864 .shogun-image-content {
  
    align-items: center;
  
}

.s-48b71146-7644-4f08-a568-6ff322478864.shg-align-container {
  display: flex;
  justify-content: center
}

.s-48b71146-7644-4f08-a568-6ff322478864.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-48b71146-7644-4f08-a568-6ff322478864.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-48b71146-7644-4f08-a568-6ff322478864 {
      --shg-aspect-ratio: calc(512/463); 
    }

    .s-48b71146-7644-4f08-a568-6ff322478864.shogun-image-container {
      position: relative;
    }

    .s-48b71146-7644-4f08-a568-6ff322478864.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-48b71146-7644-4f08-a568-6ff322478864.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-48b71146-7644-4f08-a568-6ff322478864 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b413527a-52f3-4e1b-b723-9a6e18efcc3e {
  padding-left: 38px;
padding-right: 38px;
}

#s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111 {
  text-align: center;
}







  img.s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111.shogun-image {
    
    
  }


.s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111.shogun-image {
    
    
  }


.s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111.shogun-image {
    
    
  }


.s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111.shogun-image {
    
    
  }


.s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111.shogun-image {
    
    
  }


.s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111 .shogun-image-content {
  
    align-items: center;
  
}

.s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5c7948b-3ca1-43d6-bd6e-6c1fd6d1b111.shogun-image {
  box-sizing: border-box;
}



}
#s-43b37e35-ac89-4a98-b4f9-df06c9849039 {
  border-style: solid;
margin-top: 18px;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-43b37e35-ac89-4a98-b4f9-df06c9849039:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
border-radius: 0px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-43b37e35-ac89-4a98-b4f9-df06c9849039:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-43b37e35-ac89-4a98-b4f9-df06c9849039-root {
    text-align: center;
  }


#s-43b37e35-ac89-4a98-b4f9-df06c9849039.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-43b37e35-ac89-4a98-b4f9-df06c9849039-root {
    text-align: center;
  }


#s-43b37e35-ac89-4a98-b4f9-df06c9849039.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43b37e35-ac89-4a98-b4f9-df06c9849039-root {
    text-align: center;
  }


#s-43b37e35-ac89-4a98-b4f9-df06c9849039.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43b37e35-ac89-4a98-b4f9-df06c9849039-root {
    text-align: center;
  }


#s-43b37e35-ac89-4a98-b4f9-df06c9849039.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-43b37e35-ac89-4a98-b4f9-df06c9849039-root {
    text-align: center;
  }


#s-43b37e35-ac89-4a98-b4f9-df06c9849039.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
  #s-43b37e35-ac89-4a98-b4f9-df06c9849039-root {
    text-align: center;
  }


#s-43b37e35-ac89-4a98-b4f9-df06c9849039.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-2a05c79c-947d-464f-968d-77c3c251a520 {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2a05c79c-947d-464f-968d-77c3c251a520 {
  display: none;
}
#s-2a05c79c-947d-464f-968d-77c3c251a520, #wrap-s-2a05c79c-947d-464f-968d-77c3c251a520 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a05c79c-947d-464f-968d-77c3c251a520 {
  display: none;
}
#s-2a05c79c-947d-464f-968d-77c3c251a520, #wrap-s-2a05c79c-947d-464f-968d-77c3c251a520 { display: none !important; }}







#s-2a05c79c-947d-464f-968d-77c3c251a520 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a05c79c-947d-464f-968d-77c3c251a520.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ac770a0-f1f4-4994-8936-9fb857c0a78d {
  max-width: 100px;
aspect-ratio: 512/463;
text-align: center;
}





  #s-1ac770a0-f1f4-4994-8936-9fb857c0a78d img.shogun-image,
  #s-1ac770a0-f1f4-4994-8936-9fb857c0a78d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ac770a0-f1f4-4994-8936-9fb857c0a78d {
    width: 100%;
    height: auto;
  }

  #s-1ac770a0-f1f4-4994-8936-9fb857c0a78d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image {
    
    
  }


.s-1ac770a0-f1f4-4994-8936-9fb857c0a78d .shogun-image-content {
  
    align-items: center;
  
}

.s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d {
      --shg-aspect-ratio: calc(512/463); 
    }

    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image-container {
      position: relative;
    }

    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1ac770a0-f1f4-4994-8936-9fb857c0a78d img.shogun-image,
  #s-1ac770a0-f1f4-4994-8936-9fb857c0a78d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ac770a0-f1f4-4994-8936-9fb857c0a78d {
    width: 100%;
    height: auto;
  }

  #s-1ac770a0-f1f4-4994-8936-9fb857c0a78d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image {
    
    
  }


.s-1ac770a0-f1f4-4994-8936-9fb857c0a78d .shogun-image-content {
  
    align-items: center;
  
}

.s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d {
      --shg-aspect-ratio: calc(512/463); 
    }

    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image-container {
      position: relative;
    }

    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1ac770a0-f1f4-4994-8936-9fb857c0a78d img.shogun-image,
  #s-1ac770a0-f1f4-4994-8936-9fb857c0a78d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ac770a0-f1f4-4994-8936-9fb857c0a78d {
    width: 100%;
    height: auto;
  }

  #s-1ac770a0-f1f4-4994-8936-9fb857c0a78d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image {
    
    
  }


.s-1ac770a0-f1f4-4994-8936-9fb857c0a78d .shogun-image-content {
  
    align-items: center;
  
}

.s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d {
      --shg-aspect-ratio: calc(512/463); 
    }

    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image-container {
      position: relative;
    }

    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1ac770a0-f1f4-4994-8936-9fb857c0a78d img.shogun-image,
  #s-1ac770a0-f1f4-4994-8936-9fb857c0a78d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ac770a0-f1f4-4994-8936-9fb857c0a78d {
    width: 100%;
    height: auto;
  }

  #s-1ac770a0-f1f4-4994-8936-9fb857c0a78d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image {
    
    
  }


.s-1ac770a0-f1f4-4994-8936-9fb857c0a78d .shogun-image-content {
  
    align-items: center;
  
}

.s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d {
      --shg-aspect-ratio: calc(512/463); 
    }

    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image-container {
      position: relative;
    }

    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1ac770a0-f1f4-4994-8936-9fb857c0a78d img.shogun-image,
  #s-1ac770a0-f1f4-4994-8936-9fb857c0a78d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ac770a0-f1f4-4994-8936-9fb857c0a78d {
    width: 100%;
    height: auto;
  }

  #s-1ac770a0-f1f4-4994-8936-9fb857c0a78d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image {
    
    
  }


.s-1ac770a0-f1f4-4994-8936-9fb857c0a78d .shogun-image-content {
  
    align-items: center;
  
}

.s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d {
      --shg-aspect-ratio: calc(512/463); 
    }

    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image-container {
      position: relative;
    }

    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ac770a0-f1f4-4994-8936-9fb857c0a78d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0435bd6e-732a-4fc8-9e23-181d61e7f25b {
  margin-left: 4%;
margin-right: 4%;
padding-left: 20px;
padding-right: 20px;
}

#s-c0db314e-7b4d-40fe-bede-af342eef1874 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-c0db314e-7b4d-40fe-bede-af342eef1874 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-c0db314e-7b4d-40fe-bede-af342eef1874 .shg-sld-nav-button.shg-sld-left,
#s-c0db314e-7b4d-40fe-bede-af342eef1874 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-fb0516ac-7f68-46d9-8bc6-63284990a7e7 {
  text-align: center;
}







  img.s-fb0516ac-7f68-46d9-8bc6-63284990a7e7.shogun-image {
    
    
  }


.s-fb0516ac-7f68-46d9-8bc6-63284990a7e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb0516ac-7f68-46d9-8bc6-63284990a7e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb0516ac-7f68-46d9-8bc6-63284990a7e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb0516ac-7f68-46d9-8bc6-63284990a7e7.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-fb0516ac-7f68-46d9-8bc6-63284990a7e7.shogun-image {
    
    
  }


.s-fb0516ac-7f68-46d9-8bc6-63284990a7e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb0516ac-7f68-46d9-8bc6-63284990a7e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb0516ac-7f68-46d9-8bc6-63284990a7e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb0516ac-7f68-46d9-8bc6-63284990a7e7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fb0516ac-7f68-46d9-8bc6-63284990a7e7.shogun-image {
    
    
  }


.s-fb0516ac-7f68-46d9-8bc6-63284990a7e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb0516ac-7f68-46d9-8bc6-63284990a7e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb0516ac-7f68-46d9-8bc6-63284990a7e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb0516ac-7f68-46d9-8bc6-63284990a7e7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fb0516ac-7f68-46d9-8bc6-63284990a7e7.shogun-image {
    
    
  }


.s-fb0516ac-7f68-46d9-8bc6-63284990a7e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb0516ac-7f68-46d9-8bc6-63284990a7e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb0516ac-7f68-46d9-8bc6-63284990a7e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb0516ac-7f68-46d9-8bc6-63284990a7e7.shogun-image {
  box-sizing: border-box;
}



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





  img.s-fb0516ac-7f68-46d9-8bc6-63284990a7e7.shogun-image {
    
    
  }


.s-fb0516ac-7f68-46d9-8bc6-63284990a7e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb0516ac-7f68-46d9-8bc6-63284990a7e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb0516ac-7f68-46d9-8bc6-63284990a7e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb0516ac-7f68-46d9-8bc6-63284990a7e7.shogun-image {
  box-sizing: border-box;
}



}
#s-803506f2-8576-4424-9530-a77573171103 {
  text-align: center;
}







  img.s-803506f2-8576-4424-9530-a77573171103.shogun-image {
    
    
  }


.s-803506f2-8576-4424-9530-a77573171103 .shogun-image-content {
  
    align-items: center;
  
}

.s-803506f2-8576-4424-9530-a77573171103.shg-align-container {
  display: flex;
  justify-content: center
}

.s-803506f2-8576-4424-9530-a77573171103.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-803506f2-8576-4424-9530-a77573171103.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-803506f2-8576-4424-9530-a77573171103.shogun-image {
    
    
  }


.s-803506f2-8576-4424-9530-a77573171103 .shogun-image-content {
  
    align-items: center;
  
}

.s-803506f2-8576-4424-9530-a77573171103.shg-align-container {
  display: flex;
  justify-content: center
}

.s-803506f2-8576-4424-9530-a77573171103.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-803506f2-8576-4424-9530-a77573171103.shogun-image {
  box-sizing: border-box;
}



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





  img.s-803506f2-8576-4424-9530-a77573171103.shogun-image {
    
    
  }


.s-803506f2-8576-4424-9530-a77573171103 .shogun-image-content {
  
    align-items: center;
  
}

.s-803506f2-8576-4424-9530-a77573171103.shg-align-container {
  display: flex;
  justify-content: center
}

.s-803506f2-8576-4424-9530-a77573171103.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-803506f2-8576-4424-9530-a77573171103.shogun-image {
  box-sizing: border-box;
}



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





  img.s-803506f2-8576-4424-9530-a77573171103.shogun-image {
    
    
  }


.s-803506f2-8576-4424-9530-a77573171103 .shogun-image-content {
  
    align-items: center;
  
}

.s-803506f2-8576-4424-9530-a77573171103.shg-align-container {
  display: flex;
  justify-content: center
}

.s-803506f2-8576-4424-9530-a77573171103.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-803506f2-8576-4424-9530-a77573171103.shogun-image {
  box-sizing: border-box;
}



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





  img.s-803506f2-8576-4424-9530-a77573171103.shogun-image {
    
    
  }


.s-803506f2-8576-4424-9530-a77573171103 .shogun-image-content {
  
    align-items: center;
  
}

.s-803506f2-8576-4424-9530-a77573171103.shg-align-container {
  display: flex;
  justify-content: center
}

.s-803506f2-8576-4424-9530-a77573171103.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-803506f2-8576-4424-9530-a77573171103.shogun-image {
  box-sizing: border-box;
}



}
#s-adb01d29-6b0a-4661-8ac9-3235bb034131 {
  text-align: center;
}







  img.s-adb01d29-6b0a-4661-8ac9-3235bb034131.shogun-image {
    
    
  }


.s-adb01d29-6b0a-4661-8ac9-3235bb034131 .shogun-image-content {
  
    align-items: center;
  
}

.s-adb01d29-6b0a-4661-8ac9-3235bb034131.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adb01d29-6b0a-4661-8ac9-3235bb034131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adb01d29-6b0a-4661-8ac9-3235bb034131.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-adb01d29-6b0a-4661-8ac9-3235bb034131.shogun-image {
    
    
  }


.s-adb01d29-6b0a-4661-8ac9-3235bb034131 .shogun-image-content {
  
    align-items: center;
  
}

.s-adb01d29-6b0a-4661-8ac9-3235bb034131.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adb01d29-6b0a-4661-8ac9-3235bb034131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adb01d29-6b0a-4661-8ac9-3235bb034131.shogun-image {
  box-sizing: border-box;
}



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





  img.s-adb01d29-6b0a-4661-8ac9-3235bb034131.shogun-image {
    
    
  }


.s-adb01d29-6b0a-4661-8ac9-3235bb034131 .shogun-image-content {
  
    align-items: center;
  
}

.s-adb01d29-6b0a-4661-8ac9-3235bb034131.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adb01d29-6b0a-4661-8ac9-3235bb034131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adb01d29-6b0a-4661-8ac9-3235bb034131.shogun-image {
  box-sizing: border-box;
}



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





  img.s-adb01d29-6b0a-4661-8ac9-3235bb034131.shogun-image {
    
    
  }


.s-adb01d29-6b0a-4661-8ac9-3235bb034131 .shogun-image-content {
  
    align-items: center;
  
}

.s-adb01d29-6b0a-4661-8ac9-3235bb034131.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adb01d29-6b0a-4661-8ac9-3235bb034131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adb01d29-6b0a-4661-8ac9-3235bb034131.shogun-image {
  box-sizing: border-box;
}



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





  img.s-adb01d29-6b0a-4661-8ac9-3235bb034131.shogun-image {
    
    
  }


.s-adb01d29-6b0a-4661-8ac9-3235bb034131 .shogun-image-content {
  
    align-items: center;
  
}

.s-adb01d29-6b0a-4661-8ac9-3235bb034131.shg-align-container {
  display: flex;
  justify-content: center
}

.s-adb01d29-6b0a-4661-8ac9-3235bb034131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adb01d29-6b0a-4661-8ac9-3235bb034131.shogun-image {
  box-sizing: border-box;
}



}
#s-7ccda6f6-38eb-45ed-9aec-60a6df58fca9 {
  border-style: solid;
margin-top: -14px;
margin-bottom: -14px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7ccda6f6-38eb-45ed-9aec-60a6df58fca9:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7ccda6f6-38eb-45ed-9aec-60a6df58fca9:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-7ccda6f6-38eb-45ed-9aec-60a6df58fca9-root {
    text-align: center;
  }


#s-7ccda6f6-38eb-45ed-9aec-60a6df58fca9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-7ccda6f6-38eb-45ed-9aec-60a6df58fca9-root {
    text-align: center;
  }


#s-7ccda6f6-38eb-45ed-9aec-60a6df58fca9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ccda6f6-38eb-45ed-9aec-60a6df58fca9-root {
    text-align: center;
  }


#s-7ccda6f6-38eb-45ed-9aec-60a6df58fca9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ccda6f6-38eb-45ed-9aec-60a6df58fca9-root {
    text-align: center;
  }


#s-7ccda6f6-38eb-45ed-9aec-60a6df58fca9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-7ccda6f6-38eb-45ed-9aec-60a6df58fca9-root {
    text-align: center;
  }


#s-7ccda6f6-38eb-45ed-9aec-60a6df58fca9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-0a3934d4-94dd-486d-9a90-967e06838a24 {
  border-style: solid;
margin-top: -14px;
margin-bottom: -14px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0a3934d4-94dd-486d-9a90-967e06838a24:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0a3934d4-94dd-486d-9a90-967e06838a24:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-0a3934d4-94dd-486d-9a90-967e06838a24-root {
    text-align: center;
  }


#s-0a3934d4-94dd-486d-9a90-967e06838a24.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0a3934d4-94dd-486d-9a90-967e06838a24-root {
    text-align: center;
  }


#s-0a3934d4-94dd-486d-9a90-967e06838a24.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a3934d4-94dd-486d-9a90-967e06838a24-root {
    text-align: center;
  }


#s-0a3934d4-94dd-486d-9a90-967e06838a24.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a3934d4-94dd-486d-9a90-967e06838a24-root {
    text-align: center;
  }


#s-0a3934d4-94dd-486d-9a90-967e06838a24.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0a3934d4-94dd-486d-9a90-967e06838a24-root {
    text-align: center;
  }


#s-0a3934d4-94dd-486d-9a90-967e06838a24.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-5aa7e7b9-924e-4f01-818d-136bb980bda1 {
  border-style: solid;
margin-top: -14px;
margin-bottom: -14px;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-5aa7e7b9-924e-4f01-818d-136bb980bda1:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5aa7e7b9-924e-4f01-818d-136bb980bda1:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-5aa7e7b9-924e-4f01-818d-136bb980bda1-root {
    text-align: center;
  }


#s-5aa7e7b9-924e-4f01-818d-136bb980bda1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5aa7e7b9-924e-4f01-818d-136bb980bda1-root {
    text-align: center;
  }


#s-5aa7e7b9-924e-4f01-818d-136bb980bda1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5aa7e7b9-924e-4f01-818d-136bb980bda1-root {
    text-align: center;
  }


#s-5aa7e7b9-924e-4f01-818d-136bb980bda1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5aa7e7b9-924e-4f01-818d-136bb980bda1-root {
    text-align: center;
  }


#s-5aa7e7b9-924e-4f01-818d-136bb980bda1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5aa7e7b9-924e-4f01-818d-136bb980bda1-root {
    text-align: center;
  }


#s-5aa7e7b9-924e-4f01-818d-136bb980bda1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-c39bfa38-a7b7-4f07-bec9-a3c835996496 {
  min-height: 50px;
}








#s-c39bfa38-a7b7-4f07-bec9-a3c835996496 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c39bfa38-a7b7-4f07-bec9-a3c835996496.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca9ba33a-b1b1-4919-af7d-267365947746 {
  margin-top: 60px;
margin-bottom: 60px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ca9ba33a-b1b1-4919-af7d-267365947746:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca9ba33a-b1b1-4919-af7d-267365947746:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ca9ba33a-b1b1-4919-af7d-267365947746-root {
    text-align: center;
  }


#s-ca9ba33a-b1b1-4919-af7d-267365947746.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ca9ba33a-b1b1-4919-af7d-267365947746-root {
    text-align: center;
  }


#s-ca9ba33a-b1b1-4919-af7d-267365947746.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca9ba33a-b1b1-4919-af7d-267365947746-root {
    text-align: center;
  }


#s-ca9ba33a-b1b1-4919-af7d-267365947746.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca9ba33a-b1b1-4919-af7d-267365947746-root {
    text-align: center;
  }


#s-ca9ba33a-b1b1-4919-af7d-267365947746.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ca9ba33a-b1b1-4919-af7d-267365947746-root {
    text-align: center;
  }


#s-ca9ba33a-b1b1-4919-af7d-267365947746.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-b62d5211-4b34-432e-aaf2-c8e45907af57 {
  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}
