.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-ccc023e5-48e9-487b-b8e0-fcdad733ee9d {
  margin-top: -5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ccc023e5-48e9-487b-b8e0-fcdad733ee9d {
  display: none;
}
#s-ccc023e5-48e9-487b-b8e0-fcdad733ee9d, #wrap-s-ccc023e5-48e9-487b-b8e0-fcdad733ee9d { display:none !important; }}@media (max-width: 767px){#s-ccc023e5-48e9-487b-b8e0-fcdad733ee9d {
  display: none;
}
#s-ccc023e5-48e9-487b-b8e0-fcdad733ee9d, #wrap-s-ccc023e5-48e9-487b-b8e0-fcdad733ee9d { display:none !important; }}







#s-ccc023e5-48e9-487b-b8e0-fcdad733ee9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccc023e5-48e9-487b-b8e0-fcdad733ee9d.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;
}

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;
}

#s-13d01019-3d0a-4945-8498-68380084669a {
  text-align: center;
}







  img.s-13d01019-3d0a-4945-8498-68380084669a.shogun-image {
    
    
  }


.s-13d01019-3d0a-4945-8498-68380084669a .shogun-image-content {
  
    align-items: center;
  
}

.s-13d01019-3d0a-4945-8498-68380084669a.shg-align-container {
  text-align: center
}

.s-13d01019-3d0a-4945-8498-68380084669a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13d01019-3d0a-4945-8498-68380084669a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-13d01019-3d0a-4945-8498-68380084669a.shogun-image {
    
    
  }


.s-13d01019-3d0a-4945-8498-68380084669a .shogun-image-content {
  
    align-items: center;
  
}

.s-13d01019-3d0a-4945-8498-68380084669a.shg-align-container {
  text-align: center
}

.s-13d01019-3d0a-4945-8498-68380084669a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13d01019-3d0a-4945-8498-68380084669a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-13d01019-3d0a-4945-8498-68380084669a.shogun-image {
    
    
  }


.s-13d01019-3d0a-4945-8498-68380084669a .shogun-image-content {
  
    align-items: center;
  
}

.s-13d01019-3d0a-4945-8498-68380084669a.shg-align-container {
  text-align: center
}

.s-13d01019-3d0a-4945-8498-68380084669a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13d01019-3d0a-4945-8498-68380084669a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-13d01019-3d0a-4945-8498-68380084669a.shogun-image {
    
    
  }


.s-13d01019-3d0a-4945-8498-68380084669a .shogun-image-content {
  
    align-items: center;
  
}

.s-13d01019-3d0a-4945-8498-68380084669a.shg-align-container {
  text-align: center
}

.s-13d01019-3d0a-4945-8498-68380084669a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13d01019-3d0a-4945-8498-68380084669a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-13d01019-3d0a-4945-8498-68380084669a.shogun-image {
    
    
  }


.s-13d01019-3d0a-4945-8498-68380084669a .shogun-image-content {
  
    align-items: center;
  
}

.s-13d01019-3d0a-4945-8498-68380084669a.shg-align-container {
  text-align: center
}

.s-13d01019-3d0a-4945-8498-68380084669a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13d01019-3d0a-4945-8498-68380084669a.shogun-image {
  box-sizing: border-box;
}


}
#s-a3ec576f-1d29-4f60-8bdb-fac62b036853 {
  margin-top: -11%;
margin-bottom: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-a3ec576f-1d29-4f60-8bdb-fac62b036853 {
  display: none;
}
#s-a3ec576f-1d29-4f60-8bdb-fac62b036853, #wrap-s-a3ec576f-1d29-4f60-8bdb-fac62b036853 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3ec576f-1d29-4f60-8bdb-fac62b036853 {
  display: none;
}
#s-a3ec576f-1d29-4f60-8bdb-fac62b036853, #wrap-s-a3ec576f-1d29-4f60-8bdb-fac62b036853 { display:none !important; }}







#s-a3ec576f-1d29-4f60-8bdb-fac62b036853 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3ec576f-1d29-4f60-8bdb-fac62b036853.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4f0ee21-cf79-406b-9504-aec2098a3d5d {
  text-align: center;
}







  img.s-a4f0ee21-cf79-406b-9504-aec2098a3d5d.shogun-image {
    
    
  }


.s-a4f0ee21-cf79-406b-9504-aec2098a3d5d .shogun-image-content {
  
    align-items: center;
  
}

.s-a4f0ee21-cf79-406b-9504-aec2098a3d5d.shg-align-container {
  text-align: center
}

.s-a4f0ee21-cf79-406b-9504-aec2098a3d5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f0ee21-cf79-406b-9504-aec2098a3d5d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a4f0ee21-cf79-406b-9504-aec2098a3d5d.shogun-image {
    
    
  }


.s-a4f0ee21-cf79-406b-9504-aec2098a3d5d .shogun-image-content {
  
    align-items: center;
  
}

.s-a4f0ee21-cf79-406b-9504-aec2098a3d5d.shg-align-container {
  text-align: center
}

.s-a4f0ee21-cf79-406b-9504-aec2098a3d5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f0ee21-cf79-406b-9504-aec2098a3d5d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a4f0ee21-cf79-406b-9504-aec2098a3d5d.shogun-image {
    
    
  }


.s-a4f0ee21-cf79-406b-9504-aec2098a3d5d .shogun-image-content {
  
    align-items: center;
  
}

.s-a4f0ee21-cf79-406b-9504-aec2098a3d5d.shg-align-container {
  text-align: center
}

.s-a4f0ee21-cf79-406b-9504-aec2098a3d5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f0ee21-cf79-406b-9504-aec2098a3d5d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a4f0ee21-cf79-406b-9504-aec2098a3d5d.shogun-image {
    
    
  }


.s-a4f0ee21-cf79-406b-9504-aec2098a3d5d .shogun-image-content {
  
    align-items: center;
  
}

.s-a4f0ee21-cf79-406b-9504-aec2098a3d5d.shg-align-container {
  text-align: center
}

.s-a4f0ee21-cf79-406b-9504-aec2098a3d5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f0ee21-cf79-406b-9504-aec2098a3d5d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a4f0ee21-cf79-406b-9504-aec2098a3d5d.shogun-image {
    
    
  }


.s-a4f0ee21-cf79-406b-9504-aec2098a3d5d .shogun-image-content {
  
    align-items: center;
  
}

.s-a4f0ee21-cf79-406b-9504-aec2098a3d5d.shg-align-container {
  text-align: center
}

.s-a4f0ee21-cf79-406b-9504-aec2098a3d5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4f0ee21-cf79-406b-9504-aec2098a3d5d.shogun-image {
  box-sizing: border-box;
}


}
#s-63a01a31-c846-4c89-a813-151f9673960f {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-color: rgba(29, 29, 29, 1);
}
@media (min-width: 1200px){#s-63a01a31-c846-4c89-a813-151f9673960f {
  display: none;
}
#s-63a01a31-c846-4c89-a813-151f9673960f, #wrap-s-63a01a31-c846-4c89-a813-151f9673960f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63a01a31-c846-4c89-a813-151f9673960f {
  display: none;
}
#s-63a01a31-c846-4c89-a813-151f9673960f, #wrap-s-63a01a31-c846-4c89-a813-151f9673960f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63a01a31-c846-4c89-a813-151f9673960f {
  
}
}@media (max-width: 767px){#s-63a01a31-c846-4c89-a813-151f9673960f {
  
}
}







#s-63a01a31-c846-4c89-a813-151f9673960f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63a01a31-c846-4c89-a813-151f9673960f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  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-607d036a-2fbc-4911-8738-6fb96fb9bc38 {
  margin-top: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-607d036a-2fbc-4911-8738-6fb96fb9bc38 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: 6px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-607d036a-2fbc-4911-8738-6fb96fb9bc38 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: 6px;
  
}


}
#s-9d9b5c4a-f9e1-49e3-9c01-d718fcf4f8ef {
  margin-top: -3%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-9d9b5c4a-f9e1-49e3-9c01-d718fcf4f8ef {
  margin-top: -2%;
}
}
#s-9d9b5c4a-f9e1-49e3-9c01-d718fcf4f8ef .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 5px;
  
}



.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-7efa4941-d2e6-49b1-9eb4-e4a938639ce9 {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7efa4941-d2e6-49b1-9eb4-e4a938639ce9 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (max-width: 767px){#s-7efa4941-d2e6-49b1-9eb4-e4a938639ce9 {
  
}
}
#s-925742d2-d151-49af-a2fd-4c92276cdf95 {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-color: rgba(29, 29, 29, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-925742d2-d151-49af-a2fd-4c92276cdf95 {
  display: none;
}
#s-925742d2-d151-49af-a2fd-4c92276cdf95, #wrap-s-925742d2-d151-49af-a2fd-4c92276cdf95 { display:none !important; }}@media (max-width: 767px){#s-925742d2-d151-49af-a2fd-4c92276cdf95 {
  display: none;
}
#s-925742d2-d151-49af-a2fd-4c92276cdf95, #wrap-s-925742d2-d151-49af-a2fd-4c92276cdf95 { display:none !important; }}







#s-925742d2-d151-49af-a2fd-4c92276cdf95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-925742d2-d151-49af-a2fd-4c92276cdf95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe51d347-bb70-491e-85a2-4bb56f4ad997 {
  margin-top: 1%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe51d347-bb70-491e-85a2-4bb56f4ad997 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 55px;
  line-height: ;
  letter-spacing: 6px;
  
}



#s-11f1eb5b-0834-440e-bda4-399e99fcc713 {
  margin-top: -2%;
}
@media (min-width: 1200px){#s-11f1eb5b-0834-440e-bda4-399e99fcc713 {
  margin-top: 0%;
}
}
#s-f4027ae8-7880-42d1-9f36-f979d3c0af85 {
  margin-top: 1%;
margin-bottom: 1%;
padding-top: 15px;
padding-bottom: 30px;
}
@media (max-width: 767px){#s-f4027ae8-7880-42d1-9f36-f979d3c0af85 {
  
}
}
#s-ccd1294e-25b6-4e10-965a-7899814b6b68 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ccd1294e-25b6-4e10-965a-7899814b6b68 {
  display: none;
}
#s-ccd1294e-25b6-4e10-965a-7899814b6b68, #wrap-s-ccd1294e-25b6-4e10-965a-7899814b6b68 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ccd1294e-25b6-4e10-965a-7899814b6b68 {
  display: none;
}
#s-ccd1294e-25b6-4e10-965a-7899814b6b68, #wrap-s-ccd1294e-25b6-4e10-965a-7899814b6b68 { display:none !important; }}@media (max-width: 767px){#s-ccd1294e-25b6-4e10-965a-7899814b6b68 {
  display: none;
}
#s-ccd1294e-25b6-4e10-965a-7899814b6b68, #wrap-s-ccd1294e-25b6-4e10-965a-7899814b6b68 { display:none !important; }}







#s-ccd1294e-25b6-4e10-965a-7899814b6b68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccd1294e-25b6-4e10-965a-7899814b6b68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-c97f0bee-9c4c-46ac-9d81-6d084e682c29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c97f0bee-9c4c-46ac-9d81-6d084e682c29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c97f0bee-9c4c-46ac-9d81-6d084e682c29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c97f0bee-9c4c-46ac-9d81-6d084e682c29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-a3407ad5-64e5-4ca8-8822-54d24bdb200c {
  text-align: center;
}







  #s-a3407ad5-64e5-4ca8-8822-54d24bdb200c img.shogun-image {
    

    
    
    
  }


#s-a3407ad5-64e5-4ca8-8822-54d24bdb200c .shogun-image-content {
  
    align-items: center;
  
}

#s-e72c151c-00dc-43df-8865-6e0ac61f9c41 {
  text-align: center;
}







  #s-e72c151c-00dc-43df-8865-6e0ac61f9c41 img.shogun-image {
    

    
    
    
  }


#s-e72c151c-00dc-43df-8865-6e0ac61f9c41 .shogun-image-content {
  
    align-items: center;
  
}

#s-9611a646-7833-4a68-afe0-9e80eac16106 {
  margin-bottom: -15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9611a646-7833-4a68-afe0-9e80eac16106 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 4px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-9611a646-7833-4a68-afe0-9e80eac16106 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
  
}


}
#s-1dc57a9f-f85f-4066-b6da-0e8d7113616a {
  margin-top: -20px;
}

#s-52cf0ffe-67bc-4833-934e-563360d4ceb5 {
  margin-top: -40px;
}
@media (min-width: 1200px){#s-52cf0ffe-67bc-4833-934e-563360d4ceb5 {
  display: none;
}
#s-52cf0ffe-67bc-4833-934e-563360d4ceb5, #wrap-s-52cf0ffe-67bc-4833-934e-563360d4ceb5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52cf0ffe-67bc-4833-934e-563360d4ceb5 {
  display: none;
}
#s-52cf0ffe-67bc-4833-934e-563360d4ceb5, #wrap-s-52cf0ffe-67bc-4833-934e-563360d4ceb5 { display:none !important; }}@media (max-width: 767px){#s-52cf0ffe-67bc-4833-934e-563360d4ceb5 {
  display: none;
}
#s-52cf0ffe-67bc-4833-934e-563360d4ceb5, #wrap-s-52cf0ffe-67bc-4833-934e-563360d4ceb5 { display:none !important; }}
#s-3b078039-176d-4f3a-aaf6-fcabe3431063 {
  margin-top: -20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3b078039-176d-4f3a-aaf6-fcabe3431063 {
  display: none;
}
#s-3b078039-176d-4f3a-aaf6-fcabe3431063, #wrap-s-3b078039-176d-4f3a-aaf6-fcabe3431063 { display:none !important; }}
.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-bcb45813-097b-4cb4-b222-b477840a01a6 {
  margin-top: 20px;
margin-bottom: 25px;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-bcb45813-097b-4cb4-b222-b477840a01a6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bcb45813-097b-4cb4-b222-b477840a01a6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bcb45813-097b-4cb4-b222-b477840a01a6-btn-wrapper {
    text-align: center;
  }


#s-bcb45813-097b-4cb4-b222-b477840a01a6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bcb45813-097b-4cb4-b222-b477840a01a6-btn-wrapper {
    text-align: center;
  }


#s-bcb45813-097b-4cb4-b222-b477840a01a6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bcb45813-097b-4cb4-b222-b477840a01a6-btn-wrapper {
    text-align: center;
  }


#s-bcb45813-097b-4cb4-b222-b477840a01a6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bcb45813-097b-4cb4-b222-b477840a01a6-btn-wrapper {
    text-align: center;
  }


#s-bcb45813-097b-4cb4-b222-b477840a01a6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bcb45813-097b-4cb4-b222-b477840a01a6-btn-wrapper {
    text-align: center;
  }


#s-bcb45813-097b-4cb4-b222-b477840a01a6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
  #s-bcb45813-097b-4cb4-b222-b477840a01a6-btn-wrapper {
    text-align: center;
  }


#s-bcb45813-097b-4cb4-b222-b477840a01a6.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-d4d2b464-04a3-433b-a6cd-1893317fc998 {
  text-align: center;
}







  #s-d4d2b464-04a3-433b-a6cd-1893317fc998 img.shogun-image {
    

    
    
    
  }


#s-d4d2b464-04a3-433b-a6cd-1893317fc998 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f134a77-37f0-47a1-8795-6e67bbc00194 {
  text-align: center;
}







  #s-7f134a77-37f0-47a1-8795-6e67bbc00194 img.shogun-image {
    

    
    
    
  }


#s-7f134a77-37f0-47a1-8795-6e67bbc00194 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b65937d-7d66-4e10-bce3-695bca31bd68 {
  margin-bottom: -15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b65937d-7d66-4e10-bce3-695bca31bd68 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 4px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4b65937d-7d66-4e10-bce3-695bca31bd68 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
  
}


}
#s-c094e552-df6e-498b-8156-23519c533f2a {
  margin-top: -20px;
}

#s-88ddee49-3161-4a5a-84c2-8bc149b84d65 {
  margin-top: -40px;
}
@media (min-width: 1200px){#s-88ddee49-3161-4a5a-84c2-8bc149b84d65 {
  display: none;
}
#s-88ddee49-3161-4a5a-84c2-8bc149b84d65, #wrap-s-88ddee49-3161-4a5a-84c2-8bc149b84d65 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88ddee49-3161-4a5a-84c2-8bc149b84d65 {
  display: none;
}
#s-88ddee49-3161-4a5a-84c2-8bc149b84d65, #wrap-s-88ddee49-3161-4a5a-84c2-8bc149b84d65 { display:none !important; }}@media (max-width: 767px){#s-88ddee49-3161-4a5a-84c2-8bc149b84d65 {
  display: none;
}
#s-88ddee49-3161-4a5a-84c2-8bc149b84d65, #wrap-s-88ddee49-3161-4a5a-84c2-8bc149b84d65 { display:none !important; }}
#s-43a8fa66-7dad-42ee-a8ff-c2c1234b0caa {
  margin-top: -20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-43a8fa66-7dad-42ee-a8ff-c2c1234b0caa {
  display: none;
}
#s-43a8fa66-7dad-42ee-a8ff-c2c1234b0caa, #wrap-s-43a8fa66-7dad-42ee-a8ff-c2c1234b0caa { display:none !important; }}
#s-10ecb378-7e45-4a30-b8d9-68f8b465bbfc {
  margin-top: 20px;
margin-bottom: 25px;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-10ecb378-7e45-4a30-b8d9-68f8b465bbfc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-10ecb378-7e45-4a30-b8d9-68f8b465bbfc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-10ecb378-7e45-4a30-b8d9-68f8b465bbfc-btn-wrapper {
    text-align: center;
  }


#s-10ecb378-7e45-4a30-b8d9-68f8b465bbfc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-10ecb378-7e45-4a30-b8d9-68f8b465bbfc-btn-wrapper {
    text-align: center;
  }


#s-10ecb378-7e45-4a30-b8d9-68f8b465bbfc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-10ecb378-7e45-4a30-b8d9-68f8b465bbfc-btn-wrapper {
    text-align: center;
  }


#s-10ecb378-7e45-4a30-b8d9-68f8b465bbfc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-10ecb378-7e45-4a30-b8d9-68f8b465bbfc-btn-wrapper {
    text-align: center;
  }


#s-10ecb378-7e45-4a30-b8d9-68f8b465bbfc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-10ecb378-7e45-4a30-b8d9-68f8b465bbfc-btn-wrapper {
    text-align: center;
  }


#s-10ecb378-7e45-4a30-b8d9-68f8b465bbfc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
  #s-10ecb378-7e45-4a30-b8d9-68f8b465bbfc-btn-wrapper {
    text-align: center;
  }


#s-10ecb378-7e45-4a30-b8d9-68f8b465bbfc.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-b66dd8d9-5b54-4002-91d7-08cc3a0976e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b66dd8d9-5b54-4002-91d7-08cc3a0976e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b66dd8d9-5b54-4002-91d7-08cc3a0976e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b66dd8d9-5b54-4002-91d7-08cc3a0976e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-828ed9ec-57ac-4b3e-b42f-fc1a8fc8804d {
  text-align: center;
}







  #s-828ed9ec-57ac-4b3e-b42f-fc1a8fc8804d img.shogun-image {
    

    
    
    
  }


#s-828ed9ec-57ac-4b3e-b42f-fc1a8fc8804d .shogun-image-content {
  
    align-items: center;
  
}

#s-f150ae01-9a94-43d2-b2eb-7a5a64b26a48 {
  text-align: center;
}







  #s-f150ae01-9a94-43d2-b2eb-7a5a64b26a48 img.shogun-image {
    

    
    
    
  }


#s-f150ae01-9a94-43d2-b2eb-7a5a64b26a48 .shogun-image-content {
  
    align-items: center;
  
}

#s-4b88e2c0-16c9-4b5f-9df2-8751379ce285 {
  margin-bottom: -15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b88e2c0-16c9-4b5f-9df2-8751379ce285 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 4px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4b88e2c0-16c9-4b5f-9df2-8751379ce285 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
  
}


}
#s-4ceae754-7034-4d24-bc80-b42a9c80a82e {
  margin-top: -20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4ceae754-7034-4d24-bc80-b42a9c80a82e {
  display: none;
}
#s-4ceae754-7034-4d24-bc80-b42a9c80a82e, #wrap-s-4ceae754-7034-4d24-bc80-b42a9c80a82e { display:none !important; }}
#s-f8d5e821-271a-4fac-addc-b2ccbdd8d0c2 {
  margin-top: -20px;
}

#s-f89b4794-2153-4ac4-bb5d-cc68ddf00b07 {
  margin-top: -40px;
}
@media (min-width: 1200px){#s-f89b4794-2153-4ac4-bb5d-cc68ddf00b07 {
  display: none;
}
#s-f89b4794-2153-4ac4-bb5d-cc68ddf00b07, #wrap-s-f89b4794-2153-4ac4-bb5d-cc68ddf00b07 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f89b4794-2153-4ac4-bb5d-cc68ddf00b07 {
  display: none;
}
#s-f89b4794-2153-4ac4-bb5d-cc68ddf00b07, #wrap-s-f89b4794-2153-4ac4-bb5d-cc68ddf00b07 { display:none !important; }}@media (max-width: 767px){#s-f89b4794-2153-4ac4-bb5d-cc68ddf00b07 {
  display: none;
}
#s-f89b4794-2153-4ac4-bb5d-cc68ddf00b07, #wrap-s-f89b4794-2153-4ac4-bb5d-cc68ddf00b07 { display:none !important; }}
#s-cb06e11b-d687-4995-964a-b689999790fe {
  margin-top: 20px;
margin-bottom: 25px;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-cb06e11b-d687-4995-964a-b689999790fe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cb06e11b-d687-4995-964a-b689999790fe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cb06e11b-d687-4995-964a-b689999790fe-btn-wrapper {
    text-align: center;
  }


#s-cb06e11b-d687-4995-964a-b689999790fe.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cb06e11b-d687-4995-964a-b689999790fe-btn-wrapper {
    text-align: center;
  }


#s-cb06e11b-d687-4995-964a-b689999790fe.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb06e11b-d687-4995-964a-b689999790fe-btn-wrapper {
    text-align: center;
  }


#s-cb06e11b-d687-4995-964a-b689999790fe.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb06e11b-d687-4995-964a-b689999790fe-btn-wrapper {
    text-align: center;
  }


#s-cb06e11b-d687-4995-964a-b689999790fe.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cb06e11b-d687-4995-964a-b689999790fe-btn-wrapper {
    text-align: center;
  }


#s-cb06e11b-d687-4995-964a-b689999790fe.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
  #s-cb06e11b-d687-4995-964a-b689999790fe-btn-wrapper {
    text-align: center;
  }


#s-cb06e11b-d687-4995-964a-b689999790fe.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-ebbd7dcc-795c-4663-852f-d03d121c1ece {
  text-align: center;
}







  #s-ebbd7dcc-795c-4663-852f-d03d121c1ece img.shogun-image {
    

    
    
    
  }


#s-ebbd7dcc-795c-4663-852f-d03d121c1ece .shogun-image-content {
  
    align-items: center;
  
}

#s-94e2d767-0553-4f3a-b04c-e9e8c6c8d55b {
  text-align: center;
}







  #s-94e2d767-0553-4f3a-b04c-e9e8c6c8d55b img.shogun-image {
    

    
    
    
  }


#s-94e2d767-0553-4f3a-b04c-e9e8c6c8d55b .shogun-image-content {
  
    align-items: center;
  
}

#s-7b9c342a-219a-4b93-9bf1-082ae83c0740 {
  margin-bottom: -15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b9c342a-219a-4b93-9bf1-082ae83c0740 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 4px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7b9c342a-219a-4b93-9bf1-082ae83c0740 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
  
}


}
#s-332fd6a2-9d69-4e18-84d7-492045da6b31 {
  margin-top: -20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-332fd6a2-9d69-4e18-84d7-492045da6b31 {
  display: none;
}
#s-332fd6a2-9d69-4e18-84d7-492045da6b31, #wrap-s-332fd6a2-9d69-4e18-84d7-492045da6b31 { display:none !important; }}
#s-a9bae7e3-0e37-40f2-86bd-131e0c0bd45f {
  margin-top: -20px;
}

#s-03209274-48ed-4db0-968b-3cdbc31b54a0 {
  margin-top: -40px;
}
@media (min-width: 1200px){#s-03209274-48ed-4db0-968b-3cdbc31b54a0 {
  display: none;
}
#s-03209274-48ed-4db0-968b-3cdbc31b54a0, #wrap-s-03209274-48ed-4db0-968b-3cdbc31b54a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03209274-48ed-4db0-968b-3cdbc31b54a0 {
  display: none;
}
#s-03209274-48ed-4db0-968b-3cdbc31b54a0, #wrap-s-03209274-48ed-4db0-968b-3cdbc31b54a0 { display:none !important; }}@media (max-width: 767px){#s-03209274-48ed-4db0-968b-3cdbc31b54a0 {
  display: none;
}
#s-03209274-48ed-4db0-968b-3cdbc31b54a0, #wrap-s-03209274-48ed-4db0-968b-3cdbc31b54a0 { display:none !important; }}
#s-2f0c4ca2-00db-42db-aef1-9c3ff3acb5b1 {
  margin-top: 20px;
margin-bottom: 25px;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-2f0c4ca2-00db-42db-aef1-9c3ff3acb5b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f0c4ca2-00db-42db-aef1-9c3ff3acb5b1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2f0c4ca2-00db-42db-aef1-9c3ff3acb5b1-btn-wrapper {
    text-align: center;
  }


#s-2f0c4ca2-00db-42db-aef1-9c3ff3acb5b1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2f0c4ca2-00db-42db-aef1-9c3ff3acb5b1-btn-wrapper {
    text-align: center;
  }


#s-2f0c4ca2-00db-42db-aef1-9c3ff3acb5b1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f0c4ca2-00db-42db-aef1-9c3ff3acb5b1-btn-wrapper {
    text-align: center;
  }


#s-2f0c4ca2-00db-42db-aef1-9c3ff3acb5b1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f0c4ca2-00db-42db-aef1-9c3ff3acb5b1-btn-wrapper {
    text-align: center;
  }


#s-2f0c4ca2-00db-42db-aef1-9c3ff3acb5b1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2f0c4ca2-00db-42db-aef1-9c3ff3acb5b1-btn-wrapper {
    text-align: center;
  }


#s-2f0c4ca2-00db-42db-aef1-9c3ff3acb5b1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
  #s-2f0c4ca2-00db-42db-aef1-9c3ff3acb5b1-btn-wrapper {
    text-align: center;
  }


#s-2f0c4ca2-00db-42db-aef1-9c3ff3acb5b1.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-c2375b8a-2903-4677-8e66-31c223b4abba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2375b8a-2903-4677-8e66-31c223b4abba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c2375b8a-2903-4677-8e66-31c223b4abba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2375b8a-2903-4677-8e66-31c223b4abba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c555909e-f46c-4bbe-b281-41f798911ad4 {
  text-align: center;
}







  #s-c555909e-f46c-4bbe-b281-41f798911ad4 img.shogun-image {
    

    
    
    
  }


#s-c555909e-f46c-4bbe-b281-41f798911ad4 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0011e15-56cc-4940-9045-389712c3631a {
  text-align: center;
}







  #s-f0011e15-56cc-4940-9045-389712c3631a img.shogun-image {
    

    
    
    
  }


#s-f0011e15-56cc-4940-9045-389712c3631a .shogun-image-content {
  
    align-items: center;
  
}

#s-6b42d253-6565-4346-972c-2f92abc7ffcd {
  margin-bottom: -15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6b42d253-6565-4346-972c-2f92abc7ffcd .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 4px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-6b42d253-6565-4346-972c-2f92abc7ffcd .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
  
}


}
#s-d63e3327-99c7-47e5-bcce-2767e58bb6f6 {
  margin-top: -20px;
}

#s-77a2ead2-3cf8-4063-a84e-753d3ac942d6 {
  margin-top: -30px;
}
@media (min-width: 1200px){#s-77a2ead2-3cf8-4063-a84e-753d3ac942d6 {
  display: none;
}
#s-77a2ead2-3cf8-4063-a84e-753d3ac942d6, #wrap-s-77a2ead2-3cf8-4063-a84e-753d3ac942d6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77a2ead2-3cf8-4063-a84e-753d3ac942d6 {
  display: none;
}
#s-77a2ead2-3cf8-4063-a84e-753d3ac942d6, #wrap-s-77a2ead2-3cf8-4063-a84e-753d3ac942d6 { display:none !important; }}@media (max-width: 767px){#s-77a2ead2-3cf8-4063-a84e-753d3ac942d6 {
  display: none;
}
#s-77a2ead2-3cf8-4063-a84e-753d3ac942d6, #wrap-s-77a2ead2-3cf8-4063-a84e-753d3ac942d6 { display:none !important; }}
#s-865447ef-0af5-47d6-8989-d4fc62417a36 {
  margin-top: -20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-865447ef-0af5-47d6-8989-d4fc62417a36 {
  display: none;
}
#s-865447ef-0af5-47d6-8989-d4fc62417a36, #wrap-s-865447ef-0af5-47d6-8989-d4fc62417a36 { display:none !important; }}
#s-70fcd7f2-3604-427b-99a7-a39c1ae70054 {
  margin-top: 20px;
margin-bottom: 25px;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-70fcd7f2-3604-427b-99a7-a39c1ae70054:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-70fcd7f2-3604-427b-99a7-a39c1ae70054:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-70fcd7f2-3604-427b-99a7-a39c1ae70054-btn-wrapper {
    text-align: center;
  }


#s-70fcd7f2-3604-427b-99a7-a39c1ae70054.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-70fcd7f2-3604-427b-99a7-a39c1ae70054-btn-wrapper {
    text-align: center;
  }


#s-70fcd7f2-3604-427b-99a7-a39c1ae70054.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70fcd7f2-3604-427b-99a7-a39c1ae70054-btn-wrapper {
    text-align: center;
  }


#s-70fcd7f2-3604-427b-99a7-a39c1ae70054.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70fcd7f2-3604-427b-99a7-a39c1ae70054-btn-wrapper {
    text-align: center;
  }


#s-70fcd7f2-3604-427b-99a7-a39c1ae70054.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-70fcd7f2-3604-427b-99a7-a39c1ae70054-btn-wrapper {
    text-align: center;
  }


#s-70fcd7f2-3604-427b-99a7-a39c1ae70054.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
  #s-70fcd7f2-3604-427b-99a7-a39c1ae70054-btn-wrapper {
    text-align: center;
  }


#s-70fcd7f2-3604-427b-99a7-a39c1ae70054.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-bbbff503-3bdf-4b2a-9ea0-1463c9adab5a {
  text-align: center;
}







  #s-bbbff503-3bdf-4b2a-9ea0-1463c9adab5a img.shogun-image {
    

    
    
    
  }


#s-bbbff503-3bdf-4b2a-9ea0-1463c9adab5a .shogun-image-content {
  
    align-items: center;
  
}

#s-606bd7c4-a7c3-4f30-92bc-d267d20f0bfa {
  text-align: center;
}







  #s-606bd7c4-a7c3-4f30-92bc-d267d20f0bfa img.shogun-image {
    

    
    
    
  }


#s-606bd7c4-a7c3-4f30-92bc-d267d20f0bfa .shogun-image-content {
  
    align-items: center;
  
}

#s-99846625-73a9-4e31-ac36-66b286889697 {
  margin-bottom: -15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99846625-73a9-4e31-ac36-66b286889697 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 4px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-99846625-73a9-4e31-ac36-66b286889697 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
  
}


}
#s-91e6e97a-b790-46f6-831c-b62ced31feef {
  margin-top: -20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-91e6e97a-b790-46f6-831c-b62ced31feef {
  display: none;
}
#s-91e6e97a-b790-46f6-831c-b62ced31feef, #wrap-s-91e6e97a-b790-46f6-831c-b62ced31feef { display:none !important; }}
#s-f0068312-a303-4119-8cb3-aefb433111c6 {
  margin-top: -20px;
}

#s-1f08baea-db69-4caa-afb7-22f807171cc0 {
  margin-top: -40px;
}
@media (min-width: 1200px){#s-1f08baea-db69-4caa-afb7-22f807171cc0 {
  display: none;
}
#s-1f08baea-db69-4caa-afb7-22f807171cc0, #wrap-s-1f08baea-db69-4caa-afb7-22f807171cc0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f08baea-db69-4caa-afb7-22f807171cc0 {
  display: none;
}
#s-1f08baea-db69-4caa-afb7-22f807171cc0, #wrap-s-1f08baea-db69-4caa-afb7-22f807171cc0 { display:none !important; }}@media (max-width: 767px){#s-1f08baea-db69-4caa-afb7-22f807171cc0 {
  display: none;
}
#s-1f08baea-db69-4caa-afb7-22f807171cc0, #wrap-s-1f08baea-db69-4caa-afb7-22f807171cc0 { display:none !important; }}
#s-3535230e-f624-47e9-bfd7-af14f231fc35 {
  margin-top: 20px;
margin-bottom: 25px;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-3535230e-f624-47e9-bfd7-af14f231fc35:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3535230e-f624-47e9-bfd7-af14f231fc35:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3535230e-f624-47e9-bfd7-af14f231fc35-btn-wrapper {
    text-align: center;
  }


#s-3535230e-f624-47e9-bfd7-af14f231fc35.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3535230e-f624-47e9-bfd7-af14f231fc35-btn-wrapper {
    text-align: center;
  }


#s-3535230e-f624-47e9-bfd7-af14f231fc35.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3535230e-f624-47e9-bfd7-af14f231fc35-btn-wrapper {
    text-align: center;
  }


#s-3535230e-f624-47e9-bfd7-af14f231fc35.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3535230e-f624-47e9-bfd7-af14f231fc35-btn-wrapper {
    text-align: center;
  }


#s-3535230e-f624-47e9-bfd7-af14f231fc35.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3535230e-f624-47e9-bfd7-af14f231fc35-btn-wrapper {
    text-align: center;
  }


#s-3535230e-f624-47e9-bfd7-af14f231fc35.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
  #s-3535230e-f624-47e9-bfd7-af14f231fc35-btn-wrapper {
    text-align: center;
  }


#s-3535230e-f624-47e9-bfd7-af14f231fc35.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-40a48e25-958a-48cd-994a-1d0d19b0b1a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40a48e25-958a-48cd-994a-1d0d19b0b1a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-40a48e25-958a-48cd-994a-1d0d19b0b1a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-40a48e25-958a-48cd-994a-1d0d19b0b1a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8123293f-239c-42d1-bf82-e6bd427a7f7d {
  text-align: center;
}







  #s-8123293f-239c-42d1-bf82-e6bd427a7f7d img.shogun-image {
    

    
    
    
  }


#s-8123293f-239c-42d1-bf82-e6bd427a7f7d .shogun-image-content {
  
    align-items: center;
  
}

#s-aad0676d-cede-4810-ba05-3fa028f5068b {
  text-align: center;
}







  #s-aad0676d-cede-4810-ba05-3fa028f5068b img.shogun-image {
    

    
    
    
  }


#s-aad0676d-cede-4810-ba05-3fa028f5068b .shogun-image-content {
  
    align-items: center;
  
}

#s-7a03f45b-d832-4050-9e23-ffac44ad5d2d {
  margin-bottom: -15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a03f45b-d832-4050-9e23-ffac44ad5d2d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 4px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7a03f45b-d832-4050-9e23-ffac44ad5d2d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
  
}


}
#s-30e42c50-ac0b-4afb-ac52-7c54342c31c8 {
  margin-top: -20px;
}

#s-966aac2d-f298-4cb7-a950-09cf9cd83b28 {
  margin-top: -30px;
}
@media (min-width: 1200px){#s-966aac2d-f298-4cb7-a950-09cf9cd83b28 {
  display: none;
}
#s-966aac2d-f298-4cb7-a950-09cf9cd83b28, #wrap-s-966aac2d-f298-4cb7-a950-09cf9cd83b28 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-966aac2d-f298-4cb7-a950-09cf9cd83b28 {
  display: none;
}
#s-966aac2d-f298-4cb7-a950-09cf9cd83b28, #wrap-s-966aac2d-f298-4cb7-a950-09cf9cd83b28 { display:none !important; }}@media (max-width: 767px){#s-966aac2d-f298-4cb7-a950-09cf9cd83b28 {
  display: none;
}
#s-966aac2d-f298-4cb7-a950-09cf9cd83b28, #wrap-s-966aac2d-f298-4cb7-a950-09cf9cd83b28 { display:none !important; }}
#s-3fe210a1-2ded-4e7f-9da4-e3b8ff67daca {
  margin-top: -20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3fe210a1-2ded-4e7f-9da4-e3b8ff67daca {
  display: none;
}
#s-3fe210a1-2ded-4e7f-9da4-e3b8ff67daca, #wrap-s-3fe210a1-2ded-4e7f-9da4-e3b8ff67daca { display:none !important; }}
#s-d7a1662f-169f-4b89-8c0b-f27c72f5887f {
  margin-top: 20px;
margin-bottom: 25px;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-d7a1662f-169f-4b89-8c0b-f27c72f5887f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d7a1662f-169f-4b89-8c0b-f27c72f5887f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d7a1662f-169f-4b89-8c0b-f27c72f5887f-btn-wrapper {
    text-align: center;
  }


#s-d7a1662f-169f-4b89-8c0b-f27c72f5887f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d7a1662f-169f-4b89-8c0b-f27c72f5887f-btn-wrapper {
    text-align: center;
  }


#s-d7a1662f-169f-4b89-8c0b-f27c72f5887f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7a1662f-169f-4b89-8c0b-f27c72f5887f-btn-wrapper {
    text-align: center;
  }


#s-d7a1662f-169f-4b89-8c0b-f27c72f5887f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7a1662f-169f-4b89-8c0b-f27c72f5887f-btn-wrapper {
    text-align: center;
  }


#s-d7a1662f-169f-4b89-8c0b-f27c72f5887f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d7a1662f-169f-4b89-8c0b-f27c72f5887f-btn-wrapper {
    text-align: center;
  }


#s-d7a1662f-169f-4b89-8c0b-f27c72f5887f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
  #s-d7a1662f-169f-4b89-8c0b-f27c72f5887f-btn-wrapper {
    text-align: center;
  }


#s-d7a1662f-169f-4b89-8c0b-f27c72f5887f.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-507055ff-4716-4e67-b245-545035783dba {
  text-align: center;
}







  #s-507055ff-4716-4e67-b245-545035783dba img.shogun-image {
    

    
    
    
  }


#s-507055ff-4716-4e67-b245-545035783dba .shogun-image-content {
  
    align-items: center;
  
}

#s-bfa9cc4e-2841-4382-be79-f8ad72b50570 {
  text-align: center;
}







  #s-bfa9cc4e-2841-4382-be79-f8ad72b50570 img.shogun-image {
    

    
    
    
  }


#s-bfa9cc4e-2841-4382-be79-f8ad72b50570 .shogun-image-content {
  
    align-items: center;
  
}

#s-de9f1c00-c0ca-413a-9655-122f9c8e154e {
  margin-bottom: -15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de9f1c00-c0ca-413a-9655-122f9c8e154e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 4px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-de9f1c00-c0ca-413a-9655-122f9c8e154e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 3px;
  
}


}
#s-b42342f1-8227-4787-b52c-31e9e0d0343c {
  margin-top: -20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b42342f1-8227-4787-b52c-31e9e0d0343c {
  display: none;
}
#s-b42342f1-8227-4787-b52c-31e9e0d0343c, #wrap-s-b42342f1-8227-4787-b52c-31e9e0d0343c { display:none !important; }}
#s-a82eea72-932a-4c66-af3b-a845c8120e92 {
  margin-top: -20px;
}

#s-c05af1d8-ab8b-4042-b169-58013de04ef2 {
  margin-top: -40px;
}
@media (min-width: 1200px){#s-c05af1d8-ab8b-4042-b169-58013de04ef2 {
  display: none;
}
#s-c05af1d8-ab8b-4042-b169-58013de04ef2, #wrap-s-c05af1d8-ab8b-4042-b169-58013de04ef2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c05af1d8-ab8b-4042-b169-58013de04ef2 {
  display: none;
}
#s-c05af1d8-ab8b-4042-b169-58013de04ef2, #wrap-s-c05af1d8-ab8b-4042-b169-58013de04ef2 { display:none !important; }}@media (max-width: 767px){#s-c05af1d8-ab8b-4042-b169-58013de04ef2 {
  display: none;
}
#s-c05af1d8-ab8b-4042-b169-58013de04ef2, #wrap-s-c05af1d8-ab8b-4042-b169-58013de04ef2 { display:none !important; }}
#s-7e6c431e-f0f0-4db9-a1a7-dc874cccd4db {
  margin-top: 20px;
margin-bottom: 25px;
padding-top: 15px;
padding-left: 20%;
padding-bottom: 15px;
padding-right: 20%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
}
#s-7e6c431e-f0f0-4db9-a1a7-dc874cccd4db:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7e6c431e-f0f0-4db9-a1a7-dc874cccd4db:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7e6c431e-f0f0-4db9-a1a7-dc874cccd4db-btn-wrapper {
    text-align: center;
  }


#s-7e6c431e-f0f0-4db9-a1a7-dc874cccd4db.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7e6c431e-f0f0-4db9-a1a7-dc874cccd4db-btn-wrapper {
    text-align: center;
  }


#s-7e6c431e-f0f0-4db9-a1a7-dc874cccd4db.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e6c431e-f0f0-4db9-a1a7-dc874cccd4db-btn-wrapper {
    text-align: center;
  }


#s-7e6c431e-f0f0-4db9-a1a7-dc874cccd4db.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e6c431e-f0f0-4db9-a1a7-dc874cccd4db-btn-wrapper {
    text-align: center;
  }


#s-7e6c431e-f0f0-4db9-a1a7-dc874cccd4db.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7e6c431e-f0f0-4db9-a1a7-dc874cccd4db-btn-wrapper {
    text-align: center;
  }


#s-7e6c431e-f0f0-4db9-a1a7-dc874cccd4db.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}
}
  #s-7e6c431e-f0f0-4db9-a1a7-dc874cccd4db-btn-wrapper {
    text-align: center;
  }


#s-7e6c431e-f0f0-4db9-a1a7-dc874cccd4db.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-78f1170c-063a-423b-903c-104e28cba975 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-78f1170c-063a-423b-903c-104e28cba975 {
  display: none;
}
#s-78f1170c-063a-423b-903c-104e28cba975, #wrap-s-78f1170c-063a-423b-903c-104e28cba975 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-78f1170c-063a-423b-903c-104e28cba975 {
  display: none;
}
#s-78f1170c-063a-423b-903c-104e28cba975, #wrap-s-78f1170c-063a-423b-903c-104e28cba975 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-78f1170c-063a-423b-903c-104e28cba975 {
  display: none;
}
#s-78f1170c-063a-423b-903c-104e28cba975, #wrap-s-78f1170c-063a-423b-903c-104e28cba975 { display:none !important; }}@media (max-width: 767px){#s-78f1170c-063a-423b-903c-104e28cba975 {
  
}
}







#s-78f1170c-063a-423b-903c-104e28cba975 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78f1170c-063a-423b-903c-104e28cba975.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-4509d569-e8f5-40a4-8fba-0df658ddd860 {
  display: none;
}
#s-4509d569-e8f5-40a4-8fba-0df658ddd860, #wrap-s-4509d569-e8f5-40a4-8fba-0df658ddd860 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4509d569-e8f5-40a4-8fba-0df658ddd860"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-4509d569-e8f5-40a4-8fba-0df658ddd860"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4509d569-e8f5-40a4-8fba-0df658ddd860"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4509d569-e8f5-40a4-8fba-0df658ddd860"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-11fa7970-8ee4-43d7-ba73-9960cadf3375 {
  text-align: center;
}







  #s-11fa7970-8ee4-43d7-ba73-9960cadf3375 img.shogun-image {
    

    
    
    
  }


#s-11fa7970-8ee4-43d7-ba73-9960cadf3375 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed1d77f9-b2cf-42e4-85b2-b7ef080d6a5f {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-ed1d77f9-b2cf-42e4-85b2-b7ef080d6a5f {
  display: none;
}
#s-ed1d77f9-b2cf-42e4-85b2-b7ef080d6a5f, #wrap-s-ed1d77f9-b2cf-42e4-85b2-b7ef080d6a5f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed1d77f9-b2cf-42e4-85b2-b7ef080d6a5f {
  display: none;
}
#s-ed1d77f9-b2cf-42e4-85b2-b7ef080d6a5f, #wrap-s-ed1d77f9-b2cf-42e4-85b2-b7ef080d6a5f { display:none !important; }}@media (max-width: 767px){#s-ed1d77f9-b2cf-42e4-85b2-b7ef080d6a5f {
  display: none;
}
#s-ed1d77f9-b2cf-42e4-85b2-b7ef080d6a5f, #wrap-s-ed1d77f9-b2cf-42e4-85b2-b7ef080d6a5f { display:none !important; }}
#s-2897334d-719e-45a0-9b7a-5e4e9d86ae55 {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2897334d-719e-45a0-9b7a-5e4e9d86ae55 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  
}



#s-cd6d0559-8fc5-4928-be1b-5a933041d518 {
  text-align: center;
}







  #s-cd6d0559-8fc5-4928-be1b-5a933041d518 img.shogun-image {
    

    
    
    
  }


#s-cd6d0559-8fc5-4928-be1b-5a933041d518 .shogun-image-content {
  
    align-items: center;
  
}

#s-6862f9bb-d45a-4c9e-8bf2-8149c11f4bd9 {
  text-align: center;
}







  #s-6862f9bb-d45a-4c9e-8bf2-8149c11f4bd9 img.shogun-image {
    

    
    
    
  }


#s-6862f9bb-d45a-4c9e-8bf2-8149c11f4bd9 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb65ccc7-39b3-468e-9926-18c3320900d7 {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-eb65ccc7-39b3-468e-9926-18c3320900d7 {
  display: none;
}
#s-eb65ccc7-39b3-468e-9926-18c3320900d7, #wrap-s-eb65ccc7-39b3-468e-9926-18c3320900d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eb65ccc7-39b3-468e-9926-18c3320900d7 {
  display: none;
}
#s-eb65ccc7-39b3-468e-9926-18c3320900d7, #wrap-s-eb65ccc7-39b3-468e-9926-18c3320900d7 { display:none !important; }}@media (max-width: 767px){#s-eb65ccc7-39b3-468e-9926-18c3320900d7 {
  display: none;
}
#s-eb65ccc7-39b3-468e-9926-18c3320900d7, #wrap-s-eb65ccc7-39b3-468e-9926-18c3320900d7 { display:none !important; }}
#s-96b8eb14-15f7-49d2-afea-27ac34d40f86 {
  margin-top: -3%;
margin-left: 5%;
margin-right: 5%;
}

#s-041b6602-d661-40d3-a484-f44ec5140e49 {
  margin-top: 10%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-041b6602-d661-40d3-a484-f44ec5140e49:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-041b6602-d661-40d3-a484-f44ec5140e49:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-041b6602-d661-40d3-a484-f44ec5140e49-btn-wrapper {
    text-align: center;
  }


#s-041b6602-d661-40d3-a484-f44ec5140e49.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-041b6602-d661-40d3-a484-f44ec5140e49-btn-wrapper {
    text-align: center;
  }


#s-041b6602-d661-40d3-a484-f44ec5140e49.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-041b6602-d661-40d3-a484-f44ec5140e49-btn-wrapper {
    text-align: center;
  }


#s-041b6602-d661-40d3-a484-f44ec5140e49.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-041b6602-d661-40d3-a484-f44ec5140e49-btn-wrapper {
    text-align: center;
  }


#s-041b6602-d661-40d3-a484-f44ec5140e49.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-041b6602-d661-40d3-a484-f44ec5140e49-btn-wrapper {
    text-align: center;
  }


#s-041b6602-d661-40d3-a484-f44ec5140e49.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-041b6602-d661-40d3-a484-f44ec5140e49-btn-wrapper {
    text-align: center;
  }


#s-041b6602-d661-40d3-a484-f44ec5140e49.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-2e4e8364-3e35-45a4-ab46-a0f474afe928 {
  text-align: center;
}







  #s-2e4e8364-3e35-45a4-ab46-a0f474afe928 img.shogun-image {
    

    
    
    
  }


#s-2e4e8364-3e35-45a4-ab46-a0f474afe928 .shogun-image-content {
  
    align-items: center;
  
}

#s-489e45f5-7215-4991-9a56-61a59a4873dc {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-489e45f5-7215-4991-9a56-61a59a4873dc {
  display: none;
}
#s-489e45f5-7215-4991-9a56-61a59a4873dc, #wrap-s-489e45f5-7215-4991-9a56-61a59a4873dc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-489e45f5-7215-4991-9a56-61a59a4873dc {
  display: none;
}
#s-489e45f5-7215-4991-9a56-61a59a4873dc, #wrap-s-489e45f5-7215-4991-9a56-61a59a4873dc { display:none !important; }}@media (max-width: 767px){#s-489e45f5-7215-4991-9a56-61a59a4873dc {
  display: none;
}
#s-489e45f5-7215-4991-9a56-61a59a4873dc, #wrap-s-489e45f5-7215-4991-9a56-61a59a4873dc { display:none !important; }}
#s-3b08c239-41b1-4f6c-8ba0-1955d2bc65c3 {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b08c239-41b1-4f6c-8ba0-1955d2bc65c3 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  
}



#s-f521beb8-4698-4a48-a328-2862a1f66453 {
  text-align: center;
}







  #s-f521beb8-4698-4a48-a328-2862a1f66453 img.shogun-image {
    

    
    
    
  }


#s-f521beb8-4698-4a48-a328-2862a1f66453 .shogun-image-content {
  
    align-items: center;
  
}

#s-1396674c-5ace-4a82-ae4c-3178d439bb58 {
  text-align: center;
}







  #s-1396674c-5ace-4a82-ae4c-3178d439bb58 img.shogun-image {
    

    
    
    
  }


#s-1396674c-5ace-4a82-ae4c-3178d439bb58 .shogun-image-content {
  
    align-items: center;
  
}

#s-a473d7cc-3c14-440e-b2ae-e134a55c886a {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-a473d7cc-3c14-440e-b2ae-e134a55c886a {
  display: none;
}
#s-a473d7cc-3c14-440e-b2ae-e134a55c886a, #wrap-s-a473d7cc-3c14-440e-b2ae-e134a55c886a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a473d7cc-3c14-440e-b2ae-e134a55c886a {
  display: none;
}
#s-a473d7cc-3c14-440e-b2ae-e134a55c886a, #wrap-s-a473d7cc-3c14-440e-b2ae-e134a55c886a { display:none !important; }}@media (max-width: 767px){#s-a473d7cc-3c14-440e-b2ae-e134a55c886a {
  display: none;
}
#s-a473d7cc-3c14-440e-b2ae-e134a55c886a, #wrap-s-a473d7cc-3c14-440e-b2ae-e134a55c886a { display:none !important; }}
#s-64cfd01b-c511-4599-a4e0-990125594e5c {
  margin-top: -3%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

#s-fee93547-0d60-40b4-a943-9178fba3c591 {
  margin-top: 10%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-fee93547-0d60-40b4-a943-9178fba3c591:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fee93547-0d60-40b4-a943-9178fba3c591:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fee93547-0d60-40b4-a943-9178fba3c591-btn-wrapper {
    text-align: center;
  }


#s-fee93547-0d60-40b4-a943-9178fba3c591.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fee93547-0d60-40b4-a943-9178fba3c591-btn-wrapper {
    text-align: center;
  }


#s-fee93547-0d60-40b4-a943-9178fba3c591.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fee93547-0d60-40b4-a943-9178fba3c591-btn-wrapper {
    text-align: center;
  }


#s-fee93547-0d60-40b4-a943-9178fba3c591.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fee93547-0d60-40b4-a943-9178fba3c591-btn-wrapper {
    text-align: center;
  }


#s-fee93547-0d60-40b4-a943-9178fba3c591.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fee93547-0d60-40b4-a943-9178fba3c591-btn-wrapper {
    text-align: center;
  }


#s-fee93547-0d60-40b4-a943-9178fba3c591.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-fee93547-0d60-40b4-a943-9178fba3c591-btn-wrapper {
    text-align: center;
  }


#s-fee93547-0d60-40b4-a943-9178fba3c591.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-aefa2c6e-375e-4978-bb8b-09d966e55425 {
  text-align: center;
}







  #s-aefa2c6e-375e-4978-bb8b-09d966e55425 img.shogun-image {
    

    
    
    
  }


#s-aefa2c6e-375e-4978-bb8b-09d966e55425 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b9e08ba-843e-46d4-a546-dd37f2af26da {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-6b9e08ba-843e-46d4-a546-dd37f2af26da {
  display: none;
}
#s-6b9e08ba-843e-46d4-a546-dd37f2af26da, #wrap-s-6b9e08ba-843e-46d4-a546-dd37f2af26da { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b9e08ba-843e-46d4-a546-dd37f2af26da {
  display: none;
}
#s-6b9e08ba-843e-46d4-a546-dd37f2af26da, #wrap-s-6b9e08ba-843e-46d4-a546-dd37f2af26da { display:none !important; }}@media (max-width: 767px){#s-6b9e08ba-843e-46d4-a546-dd37f2af26da {
  display: none;
}
#s-6b9e08ba-843e-46d4-a546-dd37f2af26da, #wrap-s-6b9e08ba-843e-46d4-a546-dd37f2af26da { display:none !important; }}
#s-c0990c56-120a-41d3-9fe7-6a6f85f67b52 {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0990c56-120a-41d3-9fe7-6a6f85f67b52 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  
}



#s-ed6cdeec-4305-4c03-b663-6e1255b2a5fb {
  text-align: center;
}







  #s-ed6cdeec-4305-4c03-b663-6e1255b2a5fb img.shogun-image {
    

    
    
    
  }


#s-ed6cdeec-4305-4c03-b663-6e1255b2a5fb .shogun-image-content {
  
    align-items: center;
  
}

#s-ebd64d0d-e276-4091-8cb1-9f8e14b83500 {
  text-align: center;
}







  #s-ebd64d0d-e276-4091-8cb1-9f8e14b83500 img.shogun-image {
    

    
    
    
  }


#s-ebd64d0d-e276-4091-8cb1-9f8e14b83500 .shogun-image-content {
  
    align-items: center;
  
}

#s-ded92109-672e-424b-939e-9e355f32ddbd {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-ded92109-672e-424b-939e-9e355f32ddbd {
  display: none;
}
#s-ded92109-672e-424b-939e-9e355f32ddbd, #wrap-s-ded92109-672e-424b-939e-9e355f32ddbd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ded92109-672e-424b-939e-9e355f32ddbd {
  display: none;
}
#s-ded92109-672e-424b-939e-9e355f32ddbd, #wrap-s-ded92109-672e-424b-939e-9e355f32ddbd { display:none !important; }}@media (max-width: 767px){#s-ded92109-672e-424b-939e-9e355f32ddbd {
  display: none;
}
#s-ded92109-672e-424b-939e-9e355f32ddbd, #wrap-s-ded92109-672e-424b-939e-9e355f32ddbd { display:none !important; }}
#s-926fc683-34c1-458d-9c1a-9d447907ac14 {
  margin-top: -3%;
margin-left: 6%;
margin-right: 6%;
}

#s-d671ac56-b28f-46dc-8f47-df2a4831d13d {
  margin-top: 10%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-d671ac56-b28f-46dc-8f47-df2a4831d13d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d671ac56-b28f-46dc-8f47-df2a4831d13d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d671ac56-b28f-46dc-8f47-df2a4831d13d-btn-wrapper {
    text-align: center;
  }


#s-d671ac56-b28f-46dc-8f47-df2a4831d13d.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d671ac56-b28f-46dc-8f47-df2a4831d13d-btn-wrapper {
    text-align: center;
  }


#s-d671ac56-b28f-46dc-8f47-df2a4831d13d.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d671ac56-b28f-46dc-8f47-df2a4831d13d-btn-wrapper {
    text-align: center;
  }


#s-d671ac56-b28f-46dc-8f47-df2a4831d13d.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d671ac56-b28f-46dc-8f47-df2a4831d13d-btn-wrapper {
    text-align: center;
  }


#s-d671ac56-b28f-46dc-8f47-df2a4831d13d.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d671ac56-b28f-46dc-8f47-df2a4831d13d-btn-wrapper {
    text-align: center;
  }


#s-d671ac56-b28f-46dc-8f47-df2a4831d13d.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-d671ac56-b28f-46dc-8f47-df2a4831d13d-btn-wrapper {
    text-align: center;
  }


#s-d671ac56-b28f-46dc-8f47-df2a4831d13d.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-bd65a41a-181f-468b-97d7-9dcea897b559 {
  text-align: center;
}







  #s-bd65a41a-181f-468b-97d7-9dcea897b559 img.shogun-image {
    

    
    
    
  }


#s-bd65a41a-181f-468b-97d7-9dcea897b559 .shogun-image-content {
  
    align-items: center;
  
}

#s-08390f29-38ee-4974-bfb3-633eba6882fa {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-08390f29-38ee-4974-bfb3-633eba6882fa {
  display: none;
}
#s-08390f29-38ee-4974-bfb3-633eba6882fa, #wrap-s-08390f29-38ee-4974-bfb3-633eba6882fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-08390f29-38ee-4974-bfb3-633eba6882fa {
  display: none;
}
#s-08390f29-38ee-4974-bfb3-633eba6882fa, #wrap-s-08390f29-38ee-4974-bfb3-633eba6882fa { display:none !important; }}@media (max-width: 767px){#s-08390f29-38ee-4974-bfb3-633eba6882fa {
  display: none;
}
#s-08390f29-38ee-4974-bfb3-633eba6882fa, #wrap-s-08390f29-38ee-4974-bfb3-633eba6882fa { display:none !important; }}
#s-68d483b4-27b1-435d-88d6-74aeb19044ad {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68d483b4-27b1-435d-88d6-74aeb19044ad .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  
}



#s-45db807e-d5ac-472c-ae84-da834742de6e {
  text-align: center;
}







  #s-45db807e-d5ac-472c-ae84-da834742de6e img.shogun-image {
    

    
    
    
  }


#s-45db807e-d5ac-472c-ae84-da834742de6e .shogun-image-content {
  
    align-items: center;
  
}

#s-cad60884-cea7-402a-b6c9-377a293b563a {
  text-align: center;
}







  #s-cad60884-cea7-402a-b6c9-377a293b563a img.shogun-image {
    

    
    
    
  }


#s-cad60884-cea7-402a-b6c9-377a293b563a .shogun-image-content {
  
    align-items: center;
  
}

#s-5596f29d-4ef1-40c4-95c1-2770aab7dfa1 {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-5596f29d-4ef1-40c4-95c1-2770aab7dfa1 {
  display: none;
}
#s-5596f29d-4ef1-40c4-95c1-2770aab7dfa1, #wrap-s-5596f29d-4ef1-40c4-95c1-2770aab7dfa1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5596f29d-4ef1-40c4-95c1-2770aab7dfa1 {
  display: none;
}
#s-5596f29d-4ef1-40c4-95c1-2770aab7dfa1, #wrap-s-5596f29d-4ef1-40c4-95c1-2770aab7dfa1 { display:none !important; }}@media (max-width: 767px){#s-5596f29d-4ef1-40c4-95c1-2770aab7dfa1 {
  display: none;
}
#s-5596f29d-4ef1-40c4-95c1-2770aab7dfa1, #wrap-s-5596f29d-4ef1-40c4-95c1-2770aab7dfa1 { display:none !important; }}
#s-268a4add-595f-4bf4-abb7-799db874ae2c {
  margin-top: -3%;
margin-left: 5%;
margin-right: 5%;
}

#s-e664b714-7e50-460c-9167-0ec1b7fafdfa {
  margin-top: 10%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-e664b714-7e50-460c-9167-0ec1b7fafdfa:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e664b714-7e50-460c-9167-0ec1b7fafdfa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e664b714-7e50-460c-9167-0ec1b7fafdfa-btn-wrapper {
    text-align: center;
  }


#s-e664b714-7e50-460c-9167-0ec1b7fafdfa.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e664b714-7e50-460c-9167-0ec1b7fafdfa-btn-wrapper {
    text-align: center;
  }


#s-e664b714-7e50-460c-9167-0ec1b7fafdfa.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e664b714-7e50-460c-9167-0ec1b7fafdfa-btn-wrapper {
    text-align: center;
  }


#s-e664b714-7e50-460c-9167-0ec1b7fafdfa.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e664b714-7e50-460c-9167-0ec1b7fafdfa-btn-wrapper {
    text-align: center;
  }


#s-e664b714-7e50-460c-9167-0ec1b7fafdfa.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e664b714-7e50-460c-9167-0ec1b7fafdfa-btn-wrapper {
    text-align: center;
  }


#s-e664b714-7e50-460c-9167-0ec1b7fafdfa.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-e664b714-7e50-460c-9167-0ec1b7fafdfa-btn-wrapper {
    text-align: center;
  }


#s-e664b714-7e50-460c-9167-0ec1b7fafdfa.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 768px) and (max-width: 991px){#s-54a5e068-690d-4273-b5b3-a00ad17fa52f {
  display: none;
}
#s-54a5e068-690d-4273-b5b3-a00ad17fa52f, #wrap-s-54a5e068-690d-4273-b5b3-a00ad17fa52f { display:none !important; }}
@media (min-width: 0px) {
[id="s-54a5e068-690d-4273-b5b3-a00ad17fa52f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-54a5e068-690d-4273-b5b3-a00ad17fa52f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-54a5e068-690d-4273-b5b3-a00ad17fa52f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-54a5e068-690d-4273-b5b3-a00ad17fa52f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-b343a097-055f-42b3-8118-d39e26a96054 {
  text-align: center;
}







  #s-b343a097-055f-42b3-8118-d39e26a96054 img.shogun-image {
    

    
    
    
  }


#s-b343a097-055f-42b3-8118-d39e26a96054 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4212fb1-0f44-447a-9092-cb121f770b31 {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-c4212fb1-0f44-447a-9092-cb121f770b31 {
  display: none;
}
#s-c4212fb1-0f44-447a-9092-cb121f770b31, #wrap-s-c4212fb1-0f44-447a-9092-cb121f770b31 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4212fb1-0f44-447a-9092-cb121f770b31 {
  display: none;
}
#s-c4212fb1-0f44-447a-9092-cb121f770b31, #wrap-s-c4212fb1-0f44-447a-9092-cb121f770b31 { display:none !important; }}@media (max-width: 767px){#s-c4212fb1-0f44-447a-9092-cb121f770b31 {
  display: none;
}
#s-c4212fb1-0f44-447a-9092-cb121f770b31, #wrap-s-c4212fb1-0f44-447a-9092-cb121f770b31 { display:none !important; }}
#s-87e7f467-81ea-4065-92fe-6d2fe46cb26a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87e7f467-81ea-4065-92fe-6d2fe46cb26a .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  
}



#s-9b69c695-15f4-48a2-9072-cd2902569f17 {
  text-align: center;
}







  #s-9b69c695-15f4-48a2-9072-cd2902569f17 img.shogun-image {
    

    
    
    
  }


#s-9b69c695-15f4-48a2-9072-cd2902569f17 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b04c68f-5b1d-4e9d-9f64-fbae86c63c2a {
  text-align: center;
}







  #s-1b04c68f-5b1d-4e9d-9f64-fbae86c63c2a img.shogun-image {
    

    
    
    
  }


#s-1b04c68f-5b1d-4e9d-9f64-fbae86c63c2a .shogun-image-content {
  
    align-items: center;
  
}

#s-8e8a5746-d6b6-4416-8e5c-e882522ce499 {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-8e8a5746-d6b6-4416-8e5c-e882522ce499 {
  display: none;
}
#s-8e8a5746-d6b6-4416-8e5c-e882522ce499, #wrap-s-8e8a5746-d6b6-4416-8e5c-e882522ce499 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e8a5746-d6b6-4416-8e5c-e882522ce499 {
  display: none;
}
#s-8e8a5746-d6b6-4416-8e5c-e882522ce499, #wrap-s-8e8a5746-d6b6-4416-8e5c-e882522ce499 { display:none !important; }}@media (max-width: 767px){#s-8e8a5746-d6b6-4416-8e5c-e882522ce499 {
  display: none;
}
#s-8e8a5746-d6b6-4416-8e5c-e882522ce499, #wrap-s-8e8a5746-d6b6-4416-8e5c-e882522ce499 { display:none !important; }}
#s-7b59b86d-4e54-4348-b8a5-d2cb8fa315b2 {
  margin-top: -3%;
margin-left: 7%;
margin-right: 6%;
}

#s-02da794a-d031-4307-aedc-898787622686 {
  margin-top: 10%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.34);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-02da794a-d031-4307-aedc-898787622686:hover {background-color: rgba(255, 255, 255, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-02da794a-d031-4307-aedc-898787622686:active {background-color: rgba(255, 255, 255, 0.61) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-02da794a-d031-4307-aedc-898787622686-btn-wrapper {
    text-align: center;
  }


#s-02da794a-d031-4307-aedc-898787622686.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-02da794a-d031-4307-aedc-898787622686-btn-wrapper {
    text-align: center;
  }


#s-02da794a-d031-4307-aedc-898787622686.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02da794a-d031-4307-aedc-898787622686-btn-wrapper {
    text-align: center;
  }


#s-02da794a-d031-4307-aedc-898787622686.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02da794a-d031-4307-aedc-898787622686-btn-wrapper {
    text-align: center;
  }


#s-02da794a-d031-4307-aedc-898787622686.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-02da794a-d031-4307-aedc-898787622686-btn-wrapper {
    text-align: center;
  }


#s-02da794a-d031-4307-aedc-898787622686.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-02da794a-d031-4307-aedc-898787622686-btn-wrapper {
    text-align: center;
  }


#s-02da794a-d031-4307-aedc-898787622686.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-0225a065-1796-4242-b591-62713e44c279 {
  text-align: center;
}







  #s-0225a065-1796-4242-b591-62713e44c279 img.shogun-image {
    

    
    
    
  }


#s-0225a065-1796-4242-b591-62713e44c279 .shogun-image-content {
  
    align-items: center;
  
}

#s-288e883d-5b67-4c0d-b04b-1c704fb548b1 {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-288e883d-5b67-4c0d-b04b-1c704fb548b1 {
  display: none;
}
#s-288e883d-5b67-4c0d-b04b-1c704fb548b1, #wrap-s-288e883d-5b67-4c0d-b04b-1c704fb548b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-288e883d-5b67-4c0d-b04b-1c704fb548b1 {
  display: none;
}
#s-288e883d-5b67-4c0d-b04b-1c704fb548b1, #wrap-s-288e883d-5b67-4c0d-b04b-1c704fb548b1 { display:none !important; }}@media (max-width: 767px){#s-288e883d-5b67-4c0d-b04b-1c704fb548b1 {
  display: none;
}
#s-288e883d-5b67-4c0d-b04b-1c704fb548b1, #wrap-s-288e883d-5b67-4c0d-b04b-1c704fb548b1 { display:none !important; }}
#s-c26668f3-1ac9-4b51-add6-9a9a250334b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c26668f3-1ac9-4b51-add6-9a9a250334b5 {
  margin-bottom: 0px;
}
}
#s-c26668f3-1ac9-4b51-add6-9a9a250334b5 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  
}



#s-76613e35-577c-4a2b-b7ed-3d7554d7ea58 {
  text-align: center;
}







  #s-76613e35-577c-4a2b-b7ed-3d7554d7ea58 img.shogun-image {
    

    
    
    
  }


#s-76613e35-577c-4a2b-b7ed-3d7554d7ea58 .shogun-image-content {
  
    align-items: center;
  
}

#s-3705b855-419a-48f4-a725-1f24459f592d {
  text-align: center;
}







  #s-3705b855-419a-48f4-a725-1f24459f592d img.shogun-image {
    

    
    
    
  }


#s-3705b855-419a-48f4-a725-1f24459f592d .shogun-image-content {
  
    align-items: center;
  
}

#s-454f6a35-cdc9-4249-9abe-4eaa3b2124b0 {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-454f6a35-cdc9-4249-9abe-4eaa3b2124b0 {
  display: none;
}
#s-454f6a35-cdc9-4249-9abe-4eaa3b2124b0, #wrap-s-454f6a35-cdc9-4249-9abe-4eaa3b2124b0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-454f6a35-cdc9-4249-9abe-4eaa3b2124b0 {
  display: none;
}
#s-454f6a35-cdc9-4249-9abe-4eaa3b2124b0, #wrap-s-454f6a35-cdc9-4249-9abe-4eaa3b2124b0 { display:none !important; }}@media (max-width: 767px){#s-454f6a35-cdc9-4249-9abe-4eaa3b2124b0 {
  display: none;
}
#s-454f6a35-cdc9-4249-9abe-4eaa3b2124b0, #wrap-s-454f6a35-cdc9-4249-9abe-4eaa3b2124b0 { display:none !important; }}
#s-98c0abf6-bdd9-4083-9b14-481e47245cce {
  margin-top: -3%;
margin-left: 5%;
margin-right: 5%;
}

#s-774fe383-74be-4ac7-8844-d037661c9fb0 {
  margin-top: 10%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-774fe383-74be-4ac7-8844-d037661c9fb0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-774fe383-74be-4ac7-8844-d037661c9fb0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-774fe383-74be-4ac7-8844-d037661c9fb0-btn-wrapper {
    text-align: center;
  }


#s-774fe383-74be-4ac7-8844-d037661c9fb0.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-774fe383-74be-4ac7-8844-d037661c9fb0-btn-wrapper {
    text-align: center;
  }


#s-774fe383-74be-4ac7-8844-d037661c9fb0.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-774fe383-74be-4ac7-8844-d037661c9fb0-btn-wrapper {
    text-align: center;
  }


#s-774fe383-74be-4ac7-8844-d037661c9fb0.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-774fe383-74be-4ac7-8844-d037661c9fb0-btn-wrapper {
    text-align: center;
  }


#s-774fe383-74be-4ac7-8844-d037661c9fb0.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-774fe383-74be-4ac7-8844-d037661c9fb0-btn-wrapper {
    text-align: center;
  }


#s-774fe383-74be-4ac7-8844-d037661c9fb0.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-774fe383-74be-4ac7-8844-d037661c9fb0-btn-wrapper {
    text-align: center;
  }


#s-774fe383-74be-4ac7-8844-d037661c9fb0.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-2e757b04-69a0-4117-b5a6-76dce1523635 {
  text-align: center;
}







  #s-2e757b04-69a0-4117-b5a6-76dce1523635 img.shogun-image {
    

    
    
    
  }


#s-2e757b04-69a0-4117-b5a6-76dce1523635 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6f4b98f-a337-438f-96f9-c1205a580874 {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-b6f4b98f-a337-438f-96f9-c1205a580874 {
  display: none;
}
#s-b6f4b98f-a337-438f-96f9-c1205a580874, #wrap-s-b6f4b98f-a337-438f-96f9-c1205a580874 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6f4b98f-a337-438f-96f9-c1205a580874 {
  display: none;
}
#s-b6f4b98f-a337-438f-96f9-c1205a580874, #wrap-s-b6f4b98f-a337-438f-96f9-c1205a580874 { display:none !important; }}@media (max-width: 767px){#s-b6f4b98f-a337-438f-96f9-c1205a580874 {
  display: none;
}
#s-b6f4b98f-a337-438f-96f9-c1205a580874, #wrap-s-b6f4b98f-a337-438f-96f9-c1205a580874 { display:none !important; }}
#s-9652ff9e-e802-4e61-8c34-c433b7063e13 {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9652ff9e-e802-4e61-8c34-c433b7063e13 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  
}



#s-acef512c-d07b-4222-a7bc-314d4fc6a809 {
  text-align: center;
}







  #s-acef512c-d07b-4222-a7bc-314d4fc6a809 img.shogun-image {
    

    
    
    
  }


#s-acef512c-d07b-4222-a7bc-314d4fc6a809 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f58118d-b059-4ec3-81cf-043c28d5d17e {
  text-align: center;
}







  #s-3f58118d-b059-4ec3-81cf-043c28d5d17e img.shogun-image {
    

    
    
    
  }


#s-3f58118d-b059-4ec3-81cf-043c28d5d17e .shogun-image-content {
  
    align-items: center;
  
}

#s-4dac0886-eb25-4704-8743-881d1d943966 {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-4dac0886-eb25-4704-8743-881d1d943966 {
  display: none;
}
#s-4dac0886-eb25-4704-8743-881d1d943966, #wrap-s-4dac0886-eb25-4704-8743-881d1d943966 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4dac0886-eb25-4704-8743-881d1d943966 {
  display: none;
}
#s-4dac0886-eb25-4704-8743-881d1d943966, #wrap-s-4dac0886-eb25-4704-8743-881d1d943966 { display:none !important; }}@media (max-width: 767px){#s-4dac0886-eb25-4704-8743-881d1d943966 {
  display: none;
}
#s-4dac0886-eb25-4704-8743-881d1d943966, #wrap-s-4dac0886-eb25-4704-8743-881d1d943966 { display:none !important; }}
#s-13d26423-4b3e-4ae3-881e-038f62c4278f {
  margin-top: -5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-13d26423-4b3e-4ae3-881e-038f62c4278f {
  margin-bottom: 0px;
}
}
#s-13d26423-4b3e-4ae3-881e-038f62c4278f .shogun-heading-component h6 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 11px;
  line-height: ;
  letter-spacing: 3px;
  
}



#s-d470fa26-dbca-4539-9457-7ed36d4e855f {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
}

#s-9d3b7960-a460-4613-9e9a-bb53b35f2407 {
  margin-top: 5%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-9d3b7960-a460-4613-9e9a-bb53b35f2407:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9d3b7960-a460-4613-9e9a-bb53b35f2407:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9d3b7960-a460-4613-9e9a-bb53b35f2407-btn-wrapper {
    text-align: center;
  }


#s-9d3b7960-a460-4613-9e9a-bb53b35f2407.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9d3b7960-a460-4613-9e9a-bb53b35f2407-btn-wrapper {
    text-align: center;
  }


#s-9d3b7960-a460-4613-9e9a-bb53b35f2407.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d3b7960-a460-4613-9e9a-bb53b35f2407-btn-wrapper {
    text-align: center;
  }


#s-9d3b7960-a460-4613-9e9a-bb53b35f2407.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9d3b7960-a460-4613-9e9a-bb53b35f2407-btn-wrapper {
    text-align: center;
  }


#s-9d3b7960-a460-4613-9e9a-bb53b35f2407.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9d3b7960-a460-4613-9e9a-bb53b35f2407-btn-wrapper {
    text-align: center;
  }


#s-9d3b7960-a460-4613-9e9a-bb53b35f2407.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-9d3b7960-a460-4613-9e9a-bb53b35f2407-btn-wrapper {
    text-align: center;
  }


#s-9d3b7960-a460-4613-9e9a-bb53b35f2407.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-d03337be-5c59-4fef-baaf-ea38e5671c46 {
  text-align: center;
}







  #s-d03337be-5c59-4fef-baaf-ea38e5671c46 img.shogun-image {
    

    
    
    
  }


#s-d03337be-5c59-4fef-baaf-ea38e5671c46 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ddf168d-5fb1-4af8-b169-40afd2ce9116 {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-3ddf168d-5fb1-4af8-b169-40afd2ce9116 {
  display: none;
}
#s-3ddf168d-5fb1-4af8-b169-40afd2ce9116, #wrap-s-3ddf168d-5fb1-4af8-b169-40afd2ce9116 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ddf168d-5fb1-4af8-b169-40afd2ce9116 {
  display: none;
}
#s-3ddf168d-5fb1-4af8-b169-40afd2ce9116, #wrap-s-3ddf168d-5fb1-4af8-b169-40afd2ce9116 { display:none !important; }}@media (max-width: 767px){#s-3ddf168d-5fb1-4af8-b169-40afd2ce9116 {
  display: none;
}
#s-3ddf168d-5fb1-4af8-b169-40afd2ce9116, #wrap-s-3ddf168d-5fb1-4af8-b169-40afd2ce9116 { display:none !important; }}
#s-261ccf49-b23a-40c2-bae3-733a4c4667fe {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-261ccf49-b23a-40c2-bae3-733a4c4667fe .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  
}



#s-d624e09d-edb9-4a40-ba6e-18fff75ff52b {
  text-align: center;
}







  #s-d624e09d-edb9-4a40-ba6e-18fff75ff52b img.shogun-image {
    

    
    
    
  }


#s-d624e09d-edb9-4a40-ba6e-18fff75ff52b .shogun-image-content {
  
    align-items: center;
  
}

#s-230a45c9-13dd-4a18-b0cf-1ed13dd2f8e6 {
  text-align: center;
}







  #s-230a45c9-13dd-4a18-b0cf-1ed13dd2f8e6 img.shogun-image {
    

    
    
    
  }


#s-230a45c9-13dd-4a18-b0cf-1ed13dd2f8e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab922ed9-d4c5-429a-a2de-fa51c5ef293e {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-ab922ed9-d4c5-429a-a2de-fa51c5ef293e {
  display: none;
}
#s-ab922ed9-d4c5-429a-a2de-fa51c5ef293e, #wrap-s-ab922ed9-d4c5-429a-a2de-fa51c5ef293e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab922ed9-d4c5-429a-a2de-fa51c5ef293e {
  display: none;
}
#s-ab922ed9-d4c5-429a-a2de-fa51c5ef293e, #wrap-s-ab922ed9-d4c5-429a-a2de-fa51c5ef293e { display:none !important; }}@media (max-width: 767px){#s-ab922ed9-d4c5-429a-a2de-fa51c5ef293e {
  display: none;
}
#s-ab922ed9-d4c5-429a-a2de-fa51c5ef293e, #wrap-s-ab922ed9-d4c5-429a-a2de-fa51c5ef293e { display:none !important; }}
#s-f1690423-f941-49f3-97da-b961caa10682 {
  margin-top: -5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-f1690423-f941-49f3-97da-b961caa10682 {
  margin-bottom: 0px;
}
}
#s-f1690423-f941-49f3-97da-b961caa10682 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 11px;
  line-height: ;
  letter-spacing: 3px;
  
}



#s-1e9f73e2-cc9a-4d34-b71c-3e595a27df8f {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-fbce0d05-cc68-403e-b544-6837cf05321c {
  margin-top: 5%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.34);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-fbce0d05-cc68-403e-b544-6837cf05321c:hover {background-color: rgba(255, 255, 255, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fbce0d05-cc68-403e-b544-6837cf05321c:active {background-color: rgba(255, 255, 255, 0.61) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fbce0d05-cc68-403e-b544-6837cf05321c-btn-wrapper {
    text-align: center;
  }


#s-fbce0d05-cc68-403e-b544-6837cf05321c.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fbce0d05-cc68-403e-b544-6837cf05321c-btn-wrapper {
    text-align: center;
  }


#s-fbce0d05-cc68-403e-b544-6837cf05321c.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fbce0d05-cc68-403e-b544-6837cf05321c-btn-wrapper {
    text-align: center;
  }


#s-fbce0d05-cc68-403e-b544-6837cf05321c.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fbce0d05-cc68-403e-b544-6837cf05321c-btn-wrapper {
    text-align: center;
  }


#s-fbce0d05-cc68-403e-b544-6837cf05321c.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fbce0d05-cc68-403e-b544-6837cf05321c-btn-wrapper {
    text-align: center;
  }


#s-fbce0d05-cc68-403e-b544-6837cf05321c.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-fbce0d05-cc68-403e-b544-6837cf05321c-btn-wrapper {
    text-align: center;
  }


#s-fbce0d05-cc68-403e-b544-6837cf05321c.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-cf7ec693-437d-4d09-9505-a08ee40e9a43 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cf7ec693-437d-4d09-9505-a08ee40e9a43 {
  display: none;
}
#s-cf7ec693-437d-4d09-9505-a08ee40e9a43, #wrap-s-cf7ec693-437d-4d09-9505-a08ee40e9a43 { display:none !important; }}@media (max-width: 767px){#s-cf7ec693-437d-4d09-9505-a08ee40e9a43 {
  display: none;
}
#s-cf7ec693-437d-4d09-9505-a08ee40e9a43, #wrap-s-cf7ec693-437d-4d09-9505-a08ee40e9a43 { display:none !important; }}







#s-cf7ec693-437d-4d09-9505-a08ee40e9a43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf7ec693-437d-4d09-9505-a08ee40e9a43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-8afd21bc-c009-4394-843a-b9de0f4c4129"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-8afd21bc-c009-4394-843a-b9de0f4c4129"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8afd21bc-c009-4394-843a-b9de0f4c4129"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8afd21bc-c009-4394-843a-b9de0f4c4129"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-458c19f6-ff87-4c06-b75f-cef1969c97b9 {
  text-align: center;
}







  #s-458c19f6-ff87-4c06-b75f-cef1969c97b9 img.shogun-image {
    

    
    
    
  }


#s-458c19f6-ff87-4c06-b75f-cef1969c97b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3fe140b-9bda-46f2-ac79-ae0f7f7ff074 {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-e3fe140b-9bda-46f2-ac79-ae0f7f7ff074 {
  display: none;
}
#s-e3fe140b-9bda-46f2-ac79-ae0f7f7ff074, #wrap-s-e3fe140b-9bda-46f2-ac79-ae0f7f7ff074 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3fe140b-9bda-46f2-ac79-ae0f7f7ff074 {
  display: none;
}
#s-e3fe140b-9bda-46f2-ac79-ae0f7f7ff074, #wrap-s-e3fe140b-9bda-46f2-ac79-ae0f7f7ff074 { display:none !important; }}@media (max-width: 767px){#s-e3fe140b-9bda-46f2-ac79-ae0f7f7ff074 {
  display: none;
}
#s-e3fe140b-9bda-46f2-ac79-ae0f7f7ff074, #wrap-s-e3fe140b-9bda-46f2-ac79-ae0f7f7ff074 { display:none !important; }}
#s-213fe698-905d-4e0f-b854-ff29fdb6baad {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-213fe698-905d-4e0f-b854-ff29fdb6baad .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  
}



#s-17f24e68-52c4-4b3f-b1bf-506ba582b953 {
  text-align: center;
}







  #s-17f24e68-52c4-4b3f-b1bf-506ba582b953 img.shogun-image {
    

    
    
    
  }


#s-17f24e68-52c4-4b3f-b1bf-506ba582b953 .shogun-image-content {
  
    align-items: center;
  
}

#s-434ba417-687a-4ea5-b56f-0ca0fd533310 {
  text-align: center;
}







  #s-434ba417-687a-4ea5-b56f-0ca0fd533310 img.shogun-image {
    

    
    
    
  }


#s-434ba417-687a-4ea5-b56f-0ca0fd533310 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ac51ed1-5ce5-45db-ae3b-d244785666a0 {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-4ac51ed1-5ce5-45db-ae3b-d244785666a0 {
  display: none;
}
#s-4ac51ed1-5ce5-45db-ae3b-d244785666a0, #wrap-s-4ac51ed1-5ce5-45db-ae3b-d244785666a0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ac51ed1-5ce5-45db-ae3b-d244785666a0 {
  display: none;
}
#s-4ac51ed1-5ce5-45db-ae3b-d244785666a0, #wrap-s-4ac51ed1-5ce5-45db-ae3b-d244785666a0 { display:none !important; }}@media (max-width: 767px){#s-4ac51ed1-5ce5-45db-ae3b-d244785666a0 {
  display: none;
}
#s-4ac51ed1-5ce5-45db-ae3b-d244785666a0, #wrap-s-4ac51ed1-5ce5-45db-ae3b-d244785666a0 { display:none !important; }}
#s-4228b124-c87f-4b99-85c7-4133e4884b54 {
  margin-top: -3%;
}

#s-37b1938b-03f6-42d2-8e2c-868a97c8e1b1 {
  margin-top: 5%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-37b1938b-03f6-42d2-8e2c-868a97c8e1b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-37b1938b-03f6-42d2-8e2c-868a97c8e1b1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-37b1938b-03f6-42d2-8e2c-868a97c8e1b1-btn-wrapper {
    text-align: center;
  }


#s-37b1938b-03f6-42d2-8e2c-868a97c8e1b1.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-37b1938b-03f6-42d2-8e2c-868a97c8e1b1-btn-wrapper {
    text-align: center;
  }


#s-37b1938b-03f6-42d2-8e2c-868a97c8e1b1.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-37b1938b-03f6-42d2-8e2c-868a97c8e1b1-btn-wrapper {
    text-align: center;
  }


#s-37b1938b-03f6-42d2-8e2c-868a97c8e1b1.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-37b1938b-03f6-42d2-8e2c-868a97c8e1b1-btn-wrapper {
    text-align: center;
  }


#s-37b1938b-03f6-42d2-8e2c-868a97c8e1b1.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-37b1938b-03f6-42d2-8e2c-868a97c8e1b1-btn-wrapper {
    text-align: center;
  }


#s-37b1938b-03f6-42d2-8e2c-868a97c8e1b1.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-37b1938b-03f6-42d2-8e2c-868a97c8e1b1-btn-wrapper {
    text-align: center;
  }


#s-37b1938b-03f6-42d2-8e2c-868a97c8e1b1.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-5eec9790-fccf-4ea2-b2c9-cc7f0a4350c3 {
  text-align: center;
}







  #s-5eec9790-fccf-4ea2-b2c9-cc7f0a4350c3 img.shogun-image {
    

    
    
    
  }


#s-5eec9790-fccf-4ea2-b2c9-cc7f0a4350c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e87014b5-18ce-47b6-b5a6-cbe1b1ccda9a {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-e87014b5-18ce-47b6-b5a6-cbe1b1ccda9a {
  display: none;
}
#s-e87014b5-18ce-47b6-b5a6-cbe1b1ccda9a, #wrap-s-e87014b5-18ce-47b6-b5a6-cbe1b1ccda9a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e87014b5-18ce-47b6-b5a6-cbe1b1ccda9a {
  display: none;
}
#s-e87014b5-18ce-47b6-b5a6-cbe1b1ccda9a, #wrap-s-e87014b5-18ce-47b6-b5a6-cbe1b1ccda9a { display:none !important; }}@media (max-width: 767px){#s-e87014b5-18ce-47b6-b5a6-cbe1b1ccda9a {
  display: none;
}
#s-e87014b5-18ce-47b6-b5a6-cbe1b1ccda9a, #wrap-s-e87014b5-18ce-47b6-b5a6-cbe1b1ccda9a { display:none !important; }}
#s-ff4b92e1-3a4a-4e0c-bef7-434e08815514 {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff4b92e1-3a4a-4e0c-bef7-434e08815514 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  
}



#s-2bb3ff69-9654-45d0-b15d-2b216b456e72 {
  text-align: center;
}







  #s-2bb3ff69-9654-45d0-b15d-2b216b456e72 img.shogun-image {
    

    
    
    
  }


#s-2bb3ff69-9654-45d0-b15d-2b216b456e72 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9f65426-fd6b-46cd-a030-a35801607838 {
  text-align: center;
}







  #s-f9f65426-fd6b-46cd-a030-a35801607838 img.shogun-image {
    

    
    
    
  }


#s-f9f65426-fd6b-46cd-a030-a35801607838 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf381315-fea4-4399-a405-96b61b345319 {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-bf381315-fea4-4399-a405-96b61b345319 {
  display: none;
}
#s-bf381315-fea4-4399-a405-96b61b345319, #wrap-s-bf381315-fea4-4399-a405-96b61b345319 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bf381315-fea4-4399-a405-96b61b345319 {
  display: none;
}
#s-bf381315-fea4-4399-a405-96b61b345319, #wrap-s-bf381315-fea4-4399-a405-96b61b345319 { display:none !important; }}@media (max-width: 767px){#s-bf381315-fea4-4399-a405-96b61b345319 {
  display: none;
}
#s-bf381315-fea4-4399-a405-96b61b345319, #wrap-s-bf381315-fea4-4399-a405-96b61b345319 { display:none !important; }}
#s-36a2c380-9d7f-4f67-91b7-d1875c6a7b2e {
  margin-top: -3%;
margin-bottom: 0%;
}

#s-e7cace32-11c7-46ed-94d8-5622bcaf10d8 {
  margin-top: 5%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-e7cace32-11c7-46ed-94d8-5622bcaf10d8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e7cace32-11c7-46ed-94d8-5622bcaf10d8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e7cace32-11c7-46ed-94d8-5622bcaf10d8-btn-wrapper {
    text-align: center;
  }


#s-e7cace32-11c7-46ed-94d8-5622bcaf10d8.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e7cace32-11c7-46ed-94d8-5622bcaf10d8-btn-wrapper {
    text-align: center;
  }


#s-e7cace32-11c7-46ed-94d8-5622bcaf10d8.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e7cace32-11c7-46ed-94d8-5622bcaf10d8-btn-wrapper {
    text-align: center;
  }


#s-e7cace32-11c7-46ed-94d8-5622bcaf10d8.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e7cace32-11c7-46ed-94d8-5622bcaf10d8-btn-wrapper {
    text-align: center;
  }


#s-e7cace32-11c7-46ed-94d8-5622bcaf10d8.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e7cace32-11c7-46ed-94d8-5622bcaf10d8-btn-wrapper {
    text-align: center;
  }


#s-e7cace32-11c7-46ed-94d8-5622bcaf10d8.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-e7cace32-11c7-46ed-94d8-5622bcaf10d8-btn-wrapper {
    text-align: center;
  }


#s-e7cace32-11c7-46ed-94d8-5622bcaf10d8.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-aacbbc78-4f76-4520-928c-1c571f0463db {
  text-align: center;
}







  #s-aacbbc78-4f76-4520-928c-1c571f0463db img.shogun-image {
    

    
    
    
  }


#s-aacbbc78-4f76-4520-928c-1c571f0463db .shogun-image-content {
  
    align-items: center;
  
}

#s-fe730e8e-d214-4553-b09e-8d1198e6775d {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-fe730e8e-d214-4553-b09e-8d1198e6775d {
  display: none;
}
#s-fe730e8e-d214-4553-b09e-8d1198e6775d, #wrap-s-fe730e8e-d214-4553-b09e-8d1198e6775d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe730e8e-d214-4553-b09e-8d1198e6775d {
  display: none;
}
#s-fe730e8e-d214-4553-b09e-8d1198e6775d, #wrap-s-fe730e8e-d214-4553-b09e-8d1198e6775d { display:none !important; }}@media (max-width: 767px){#s-fe730e8e-d214-4553-b09e-8d1198e6775d {
  display: none;
}
#s-fe730e8e-d214-4553-b09e-8d1198e6775d, #wrap-s-fe730e8e-d214-4553-b09e-8d1198e6775d { display:none !important; }}
#s-53d6c5f9-3711-468f-901e-6feeb5e8fbe6 {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53d6c5f9-3711-468f-901e-6feeb5e8fbe6 .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  
}



#s-640d5d1b-25c8-4ee0-ad83-4771cb99bd6b {
  text-align: center;
}







  #s-640d5d1b-25c8-4ee0-ad83-4771cb99bd6b img.shogun-image {
    

    
    
    
  }


#s-640d5d1b-25c8-4ee0-ad83-4771cb99bd6b .shogun-image-content {
  
    align-items: center;
  
}

#s-64032d32-848b-4b70-af0e-ac32ea049d20 {
  text-align: center;
}







  #s-64032d32-848b-4b70-af0e-ac32ea049d20 img.shogun-image {
    

    
    
    
  }


#s-64032d32-848b-4b70-af0e-ac32ea049d20 .shogun-image-content {
  
    align-items: center;
  
}

#s-fdc0c9f7-a157-465b-b444-b90e9069e322 {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-fdc0c9f7-a157-465b-b444-b90e9069e322 {
  display: none;
}
#s-fdc0c9f7-a157-465b-b444-b90e9069e322, #wrap-s-fdc0c9f7-a157-465b-b444-b90e9069e322 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fdc0c9f7-a157-465b-b444-b90e9069e322 {
  display: none;
}
#s-fdc0c9f7-a157-465b-b444-b90e9069e322, #wrap-s-fdc0c9f7-a157-465b-b444-b90e9069e322 { display:none !important; }}@media (max-width: 767px){#s-fdc0c9f7-a157-465b-b444-b90e9069e322 {
  display: none;
}
#s-fdc0c9f7-a157-465b-b444-b90e9069e322, #wrap-s-fdc0c9f7-a157-465b-b444-b90e9069e322 { display:none !important; }}
#s-1bed6d5c-4d22-4ce4-ae4a-e5769abc7303 {
  margin-top: -3%;
}

#s-6bad1fea-74ce-411f-831a-f654ce60f5ea {
  margin-top: 5%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-6bad1fea-74ce-411f-831a-f654ce60f5ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6bad1fea-74ce-411f-831a-f654ce60f5ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6bad1fea-74ce-411f-831a-f654ce60f5ea-btn-wrapper {
    text-align: center;
  }


#s-6bad1fea-74ce-411f-831a-f654ce60f5ea.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6bad1fea-74ce-411f-831a-f654ce60f5ea-btn-wrapper {
    text-align: center;
  }


#s-6bad1fea-74ce-411f-831a-f654ce60f5ea.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6bad1fea-74ce-411f-831a-f654ce60f5ea-btn-wrapper {
    text-align: center;
  }


#s-6bad1fea-74ce-411f-831a-f654ce60f5ea.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6bad1fea-74ce-411f-831a-f654ce60f5ea-btn-wrapper {
    text-align: center;
  }


#s-6bad1fea-74ce-411f-831a-f654ce60f5ea.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6bad1fea-74ce-411f-831a-f654ce60f5ea-btn-wrapper {
    text-align: center;
  }


#s-6bad1fea-74ce-411f-831a-f654ce60f5ea.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-6bad1fea-74ce-411f-831a-f654ce60f5ea-btn-wrapper {
    text-align: center;
  }


#s-6bad1fea-74ce-411f-831a-f654ce60f5ea.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-85796ef7-b924-4ba1-999d-ec20199f5f13 {
  text-align: center;
}







  #s-85796ef7-b924-4ba1-999d-ec20199f5f13 img.shogun-image {
    

    
    
    
  }


#s-85796ef7-b924-4ba1-999d-ec20199f5f13 .shogun-image-content {
  
    align-items: center;
  
}

#s-6928d094-f02b-4690-97db-99042b55a130 {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-6928d094-f02b-4690-97db-99042b55a130 {
  display: none;
}
#s-6928d094-f02b-4690-97db-99042b55a130, #wrap-s-6928d094-f02b-4690-97db-99042b55a130 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6928d094-f02b-4690-97db-99042b55a130 {
  display: none;
}
#s-6928d094-f02b-4690-97db-99042b55a130, #wrap-s-6928d094-f02b-4690-97db-99042b55a130 { display:none !important; }}@media (max-width: 767px){#s-6928d094-f02b-4690-97db-99042b55a130 {
  display: none;
}
#s-6928d094-f02b-4690-97db-99042b55a130, #wrap-s-6928d094-f02b-4690-97db-99042b55a130 { display:none !important; }}
#s-e82fc1e1-f468-44a3-8400-3a64e7b9d8fd {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e82fc1e1-f468-44a3-8400-3a64e7b9d8fd .shogun-heading-component h4 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  
}



#s-41a820c5-a66a-4438-92a7-6e7a9e288fbb {
  text-align: center;
}







  #s-41a820c5-a66a-4438-92a7-6e7a9e288fbb img.shogun-image {
    

    
    
    
  }


#s-41a820c5-a66a-4438-92a7-6e7a9e288fbb .shogun-image-content {
  
    align-items: center;
  
}

#s-5d992778-8a4a-4940-8e8d-0c212ba03d4b {
  text-align: center;
}







  #s-5d992778-8a4a-4940-8e8d-0c212ba03d4b img.shogun-image {
    

    
    
    
  }


#s-5d992778-8a4a-4940-8e8d-0c212ba03d4b .shogun-image-content {
  
    align-items: center;
  
}

#s-959029c8-6f92-41e8-a383-3d9a90116c4a {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-959029c8-6f92-41e8-a383-3d9a90116c4a {
  display: none;
}
#s-959029c8-6f92-41e8-a383-3d9a90116c4a, #wrap-s-959029c8-6f92-41e8-a383-3d9a90116c4a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-959029c8-6f92-41e8-a383-3d9a90116c4a {
  display: none;
}
#s-959029c8-6f92-41e8-a383-3d9a90116c4a, #wrap-s-959029c8-6f92-41e8-a383-3d9a90116c4a { display:none !important; }}@media (max-width: 767px){#s-959029c8-6f92-41e8-a383-3d9a90116c4a {
  display: none;
}
#s-959029c8-6f92-41e8-a383-3d9a90116c4a, #wrap-s-959029c8-6f92-41e8-a383-3d9a90116c4a { display:none !important; }}
#s-902a9841-c476-4902-9598-e9335749e88e {
  margin-top: -3%;
}

#s-ec31460a-1469-40d3-97a0-ba46f3c73c57 {
  margin-top: 5%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-ec31460a-1469-40d3-97a0-ba46f3c73c57:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ec31460a-1469-40d3-97a0-ba46f3c73c57:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ec31460a-1469-40d3-97a0-ba46f3c73c57-btn-wrapper {
    text-align: center;
  }


#s-ec31460a-1469-40d3-97a0-ba46f3c73c57.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ec31460a-1469-40d3-97a0-ba46f3c73c57-btn-wrapper {
    text-align: center;
  }


#s-ec31460a-1469-40d3-97a0-ba46f3c73c57.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ec31460a-1469-40d3-97a0-ba46f3c73c57-btn-wrapper {
    text-align: center;
  }


#s-ec31460a-1469-40d3-97a0-ba46f3c73c57.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ec31460a-1469-40d3-97a0-ba46f3c73c57-btn-wrapper {
    text-align: center;
  }


#s-ec31460a-1469-40d3-97a0-ba46f3c73c57.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ec31460a-1469-40d3-97a0-ba46f3c73c57-btn-wrapper {
    text-align: center;
  }


#s-ec31460a-1469-40d3-97a0-ba46f3c73c57.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-ec31460a-1469-40d3-97a0-ba46f3c73c57-btn-wrapper {
    text-align: center;
  }


#s-ec31460a-1469-40d3-97a0-ba46f3c73c57.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-7fd17ce5-4674-4a53-9680-38f58df02e7d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7fd17ce5-4674-4a53-9680-38f58df02e7d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7fd17ce5-4674-4a53-9680-38f58df02e7d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fd17ce5-4674-4a53-9680-38f58df02e7d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-31687845-2d90-4c85-9b8e-12b5fb4b098d {
  text-align: center;
}







  #s-31687845-2d90-4c85-9b8e-12b5fb4b098d img.shogun-image {
    

    
    
    
  }


#s-31687845-2d90-4c85-9b8e-12b5fb4b098d .shogun-image-content {
  
    align-items: center;
  
}

#s-4d748d09-3c80-4b47-be45-54664919eed8 {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-4d748d09-3c80-4b47-be45-54664919eed8 {
  display: none;
}
#s-4d748d09-3c80-4b47-be45-54664919eed8, #wrap-s-4d748d09-3c80-4b47-be45-54664919eed8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d748d09-3c80-4b47-be45-54664919eed8 {
  display: none;
}
#s-4d748d09-3c80-4b47-be45-54664919eed8, #wrap-s-4d748d09-3c80-4b47-be45-54664919eed8 { display:none !important; }}@media (max-width: 767px){#s-4d748d09-3c80-4b47-be45-54664919eed8 {
  display: none;
}
#s-4d748d09-3c80-4b47-be45-54664919eed8, #wrap-s-4d748d09-3c80-4b47-be45-54664919eed8 { display:none !important; }}
#s-b35c2679-c83f-4039-919a-e5573ea7044f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b35c2679-c83f-4039-919a-e5573ea7044f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  
}



#s-e543234c-1043-455f-9ce1-3ca08ae71f1a {
  text-align: center;
}







  #s-e543234c-1043-455f-9ce1-3ca08ae71f1a img.shogun-image {
    

    
    
    
  }


#s-e543234c-1043-455f-9ce1-3ca08ae71f1a .shogun-image-content {
  
    align-items: center;
  
}

#s-1a9bd2e3-c5ba-4fd9-8f93-298f50990f0d {
  text-align: center;
}







  #s-1a9bd2e3-c5ba-4fd9-8f93-298f50990f0d img.shogun-image {
    

    
    
    
  }


#s-1a9bd2e3-c5ba-4fd9-8f93-298f50990f0d .shogun-image-content {
  
    align-items: center;
  
}

#s-e982ac2f-b43a-42f9-bcb0-1878cfd3eafe {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-e982ac2f-b43a-42f9-bcb0-1878cfd3eafe {
  display: none;
}
#s-e982ac2f-b43a-42f9-bcb0-1878cfd3eafe, #wrap-s-e982ac2f-b43a-42f9-bcb0-1878cfd3eafe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e982ac2f-b43a-42f9-bcb0-1878cfd3eafe {
  display: none;
}
#s-e982ac2f-b43a-42f9-bcb0-1878cfd3eafe, #wrap-s-e982ac2f-b43a-42f9-bcb0-1878cfd3eafe { display:none !important; }}@media (max-width: 767px){#s-e982ac2f-b43a-42f9-bcb0-1878cfd3eafe {
  display: none;
}
#s-e982ac2f-b43a-42f9-bcb0-1878cfd3eafe, #wrap-s-e982ac2f-b43a-42f9-bcb0-1878cfd3eafe { display:none !important; }}
#s-5f89291a-82ee-48cb-89d7-67da03d8cc35 {
  margin-top: -3%;
}

#s-2d679652-ad42-42af-a0e9-64898ceb35b7 {
  margin-top: 5%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.34);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-2d679652-ad42-42af-a0e9-64898ceb35b7:hover {background-color: rgba(255, 255, 255, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2d679652-ad42-42af-a0e9-64898ceb35b7:active {background-color: rgba(255, 255, 255, 0.61) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2d679652-ad42-42af-a0e9-64898ceb35b7-btn-wrapper {
    text-align: center;
  }


#s-2d679652-ad42-42af-a0e9-64898ceb35b7.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2d679652-ad42-42af-a0e9-64898ceb35b7-btn-wrapper {
    text-align: center;
  }


#s-2d679652-ad42-42af-a0e9-64898ceb35b7.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2d679652-ad42-42af-a0e9-64898ceb35b7-btn-wrapper {
    text-align: center;
  }


#s-2d679652-ad42-42af-a0e9-64898ceb35b7.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2d679652-ad42-42af-a0e9-64898ceb35b7-btn-wrapper {
    text-align: center;
  }


#s-2d679652-ad42-42af-a0e9-64898ceb35b7.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2d679652-ad42-42af-a0e9-64898ceb35b7-btn-wrapper {
    text-align: center;
  }


#s-2d679652-ad42-42af-a0e9-64898ceb35b7.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-2d679652-ad42-42af-a0e9-64898ceb35b7-btn-wrapper {
    text-align: center;
  }


#s-2d679652-ad42-42af-a0e9-64898ceb35b7.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-6aa7a3e6-4b99-43a6-9774-a6cb706511db {
  text-align: center;
}







  #s-6aa7a3e6-4b99-43a6-9774-a6cb706511db img.shogun-image {
    

    
    
    
  }


#s-6aa7a3e6-4b99-43a6-9774-a6cb706511db .shogun-image-content {
  
    align-items: center;
  
}

#s-1fc2bb68-c5bc-43b0-800b-21aeae124d94 {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-1fc2bb68-c5bc-43b0-800b-21aeae124d94 {
  display: none;
}
#s-1fc2bb68-c5bc-43b0-800b-21aeae124d94, #wrap-s-1fc2bb68-c5bc-43b0-800b-21aeae124d94 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1fc2bb68-c5bc-43b0-800b-21aeae124d94 {
  display: none;
}
#s-1fc2bb68-c5bc-43b0-800b-21aeae124d94, #wrap-s-1fc2bb68-c5bc-43b0-800b-21aeae124d94 { display:none !important; }}@media (max-width: 767px){#s-1fc2bb68-c5bc-43b0-800b-21aeae124d94 {
  display: none;
}
#s-1fc2bb68-c5bc-43b0-800b-21aeae124d94, #wrap-s-1fc2bb68-c5bc-43b0-800b-21aeae124d94 { display:none !important; }}
#s-c22bf6fb-858f-4083-9c5f-97414a29b88e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c22bf6fb-858f-4083-9c5f-97414a29b88e {
  margin-bottom: 0px;
}
}
#s-c22bf6fb-858f-4083-9c5f-97414a29b88e .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  
}



#s-ca713f91-889c-4916-8758-0bb5593be011 {
  text-align: center;
}







  #s-ca713f91-889c-4916-8758-0bb5593be011 img.shogun-image {
    

    
    
    
  }


#s-ca713f91-889c-4916-8758-0bb5593be011 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea2e0da3-93e2-4478-9c8a-40a5bd646cb4 {
  text-align: center;
}







  #s-ea2e0da3-93e2-4478-9c8a-40a5bd646cb4 img.shogun-image {
    

    
    
    
  }


#s-ea2e0da3-93e2-4478-9c8a-40a5bd646cb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d68d66d2-90bd-4668-a490-0f4e1f0587cf {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-d68d66d2-90bd-4668-a490-0f4e1f0587cf {
  display: none;
}
#s-d68d66d2-90bd-4668-a490-0f4e1f0587cf, #wrap-s-d68d66d2-90bd-4668-a490-0f4e1f0587cf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d68d66d2-90bd-4668-a490-0f4e1f0587cf {
  display: none;
}
#s-d68d66d2-90bd-4668-a490-0f4e1f0587cf, #wrap-s-d68d66d2-90bd-4668-a490-0f4e1f0587cf { display:none !important; }}@media (max-width: 767px){#s-d68d66d2-90bd-4668-a490-0f4e1f0587cf {
  display: none;
}
#s-d68d66d2-90bd-4668-a490-0f4e1f0587cf, #wrap-s-d68d66d2-90bd-4668-a490-0f4e1f0587cf { display:none !important; }}
#s-e6bb99a1-4a96-4480-a8e6-2db1d3a58ce1 {
  margin-top: -3%;
}

#s-6e2f462e-3e05-458a-be51-4192d76d05f3 {
  margin-top: 5%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-6e2f462e-3e05-458a-be51-4192d76d05f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6e2f462e-3e05-458a-be51-4192d76d05f3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6e2f462e-3e05-458a-be51-4192d76d05f3-btn-wrapper {
    text-align: center;
  }


#s-6e2f462e-3e05-458a-be51-4192d76d05f3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6e2f462e-3e05-458a-be51-4192d76d05f3-btn-wrapper {
    text-align: center;
  }


#s-6e2f462e-3e05-458a-be51-4192d76d05f3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6e2f462e-3e05-458a-be51-4192d76d05f3-btn-wrapper {
    text-align: center;
  }


#s-6e2f462e-3e05-458a-be51-4192d76d05f3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6e2f462e-3e05-458a-be51-4192d76d05f3-btn-wrapper {
    text-align: center;
  }


#s-6e2f462e-3e05-458a-be51-4192d76d05f3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6e2f462e-3e05-458a-be51-4192d76d05f3-btn-wrapper {
    text-align: center;
  }


#s-6e2f462e-3e05-458a-be51-4192d76d05f3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-6e2f462e-3e05-458a-be51-4192d76d05f3-btn-wrapper {
    text-align: center;
  }


#s-6e2f462e-3e05-458a-be51-4192d76d05f3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-39a4ec5b-b99f-4faa-ac62-1b7ac24e1685 {
  text-align: center;
}







  #s-39a4ec5b-b99f-4faa-ac62-1b7ac24e1685 img.shogun-image {
    

    
    
    
  }


#s-39a4ec5b-b99f-4faa-ac62-1b7ac24e1685 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f5a8e91-b3e3-48ce-aa0e-aeb0aa2ab7a9 {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-1f5a8e91-b3e3-48ce-aa0e-aeb0aa2ab7a9 {
  display: none;
}
#s-1f5a8e91-b3e3-48ce-aa0e-aeb0aa2ab7a9, #wrap-s-1f5a8e91-b3e3-48ce-aa0e-aeb0aa2ab7a9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1f5a8e91-b3e3-48ce-aa0e-aeb0aa2ab7a9 {
  display: none;
}
#s-1f5a8e91-b3e3-48ce-aa0e-aeb0aa2ab7a9, #wrap-s-1f5a8e91-b3e3-48ce-aa0e-aeb0aa2ab7a9 { display:none !important; }}@media (max-width: 767px){#s-1f5a8e91-b3e3-48ce-aa0e-aeb0aa2ab7a9 {
  display: none;
}
#s-1f5a8e91-b3e3-48ce-aa0e-aeb0aa2ab7a9, #wrap-s-1f5a8e91-b3e3-48ce-aa0e-aeb0aa2ab7a9 { display:none !important; }}
#s-045ba9ad-a01f-43e2-afd6-b996d969a8b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-045ba9ad-a01f-43e2-afd6-b996d969a8b6 {
  margin-bottom: 0px;
}
}
#s-045ba9ad-a01f-43e2-afd6-b996d969a8b6 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  
}



#s-110d54b6-a060-459a-9bbd-a83739d30a54 {
  margin-top: -5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-110d54b6-a060-459a-9bbd-a83739d30a54 {
  margin-bottom: 0px;
}
}
#s-110d54b6-a060-459a-9bbd-a83739d30a54 .shogun-heading-component h6 {
  color: #000;
  font-weight:   ;
  
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: 3px;
  
}



#s-f51bb276-88a8-47e3-95e2-407d4344017b {
  text-align: center;
}







  #s-f51bb276-88a8-47e3-95e2-407d4344017b img.shogun-image {
    

    
    
    
  }


#s-f51bb276-88a8-47e3-95e2-407d4344017b .shogun-image-content {
  
    align-items: center;
  
}

#s-73321e5e-a958-43a8-a146-1b605c2b97aa {
  text-align: center;
}







  #s-73321e5e-a958-43a8-a146-1b605c2b97aa img.shogun-image {
    

    
    
    
  }


#s-73321e5e-a958-43a8-a146-1b605c2b97aa .shogun-image-content {
  
    align-items: center;
  
}

#s-83e5273c-3eea-4466-a76a-b2e371bef2d0 {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-83e5273c-3eea-4466-a76a-b2e371bef2d0 {
  display: none;
}
#s-83e5273c-3eea-4466-a76a-b2e371bef2d0, #wrap-s-83e5273c-3eea-4466-a76a-b2e371bef2d0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-83e5273c-3eea-4466-a76a-b2e371bef2d0 {
  display: none;
}
#s-83e5273c-3eea-4466-a76a-b2e371bef2d0, #wrap-s-83e5273c-3eea-4466-a76a-b2e371bef2d0 { display:none !important; }}@media (max-width: 767px){#s-83e5273c-3eea-4466-a76a-b2e371bef2d0 {
  display: none;
}
#s-83e5273c-3eea-4466-a76a-b2e371bef2d0, #wrap-s-83e5273c-3eea-4466-a76a-b2e371bef2d0 { display:none !important; }}
#s-607a0b17-c46e-4559-989d-c2cf62464841 {
  margin-top: 0%;
}

#s-a4d28977-650b-48f4-86f0-b7d1422ccae6 {
  margin-top: 5%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-a4d28977-650b-48f4-86f0-b7d1422ccae6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a4d28977-650b-48f4-86f0-b7d1422ccae6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a4d28977-650b-48f4-86f0-b7d1422ccae6-btn-wrapper {
    text-align: center;
  }


#s-a4d28977-650b-48f4-86f0-b7d1422ccae6.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a4d28977-650b-48f4-86f0-b7d1422ccae6-btn-wrapper {
    text-align: center;
  }


#s-a4d28977-650b-48f4-86f0-b7d1422ccae6.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a4d28977-650b-48f4-86f0-b7d1422ccae6-btn-wrapper {
    text-align: center;
  }


#s-a4d28977-650b-48f4-86f0-b7d1422ccae6.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a4d28977-650b-48f4-86f0-b7d1422ccae6-btn-wrapper {
    text-align: center;
  }


#s-a4d28977-650b-48f4-86f0-b7d1422ccae6.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a4d28977-650b-48f4-86f0-b7d1422ccae6-btn-wrapper {
    text-align: center;
  }


#s-a4d28977-650b-48f4-86f0-b7d1422ccae6.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-a4d28977-650b-48f4-86f0-b7d1422ccae6-btn-wrapper {
    text-align: center;
  }


#s-a4d28977-650b-48f4-86f0-b7d1422ccae6.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-e66ac9ff-0192-4011-aeea-a353ed6bd83c {
  text-align: center;
}







  #s-e66ac9ff-0192-4011-aeea-a353ed6bd83c img.shogun-image {
    

    
    
    
  }


#s-e66ac9ff-0192-4011-aeea-a353ed6bd83c .shogun-image-content {
  
    align-items: center;
  
}

#s-2afa9822-8630-4e32-8bba-b43d00ce8f28 {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-2afa9822-8630-4e32-8bba-b43d00ce8f28 {
  display: none;
}
#s-2afa9822-8630-4e32-8bba-b43d00ce8f28, #wrap-s-2afa9822-8630-4e32-8bba-b43d00ce8f28 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2afa9822-8630-4e32-8bba-b43d00ce8f28 {
  display: none;
}
#s-2afa9822-8630-4e32-8bba-b43d00ce8f28, #wrap-s-2afa9822-8630-4e32-8bba-b43d00ce8f28 { display:none !important; }}@media (max-width: 767px){#s-2afa9822-8630-4e32-8bba-b43d00ce8f28 {
  display: none;
}
#s-2afa9822-8630-4e32-8bba-b43d00ce8f28, #wrap-s-2afa9822-8630-4e32-8bba-b43d00ce8f28 { display:none !important; }}
#s-5b729339-3a1c-4fc2-a8d0-b17f6a12194b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-5b729339-3a1c-4fc2-a8d0-b17f6a12194b {
  margin-bottom: 0px;
}
}
#s-5b729339-3a1c-4fc2-a8d0-b17f6a12194b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: 1px;
  
}



#s-019d536a-bd17-49d1-a768-94251d3a739c {
  margin-top: -5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-019d536a-bd17-49d1-a768-94251d3a739c {
  margin-bottom: 0px;
}
}
#s-019d536a-bd17-49d1-a768-94251d3a739c .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 10px;
  line-height: ;
  letter-spacing: 3px;
  
}



#s-b849ce6f-8c32-4ac9-9053-9d64693f1c49 {
  text-align: center;
}







  #s-b849ce6f-8c32-4ac9-9053-9d64693f1c49 img.shogun-image {
    

    
    
    
  }


#s-b849ce6f-8c32-4ac9-9053-9d64693f1c49 .shogun-image-content {
  
    align-items: center;
  
}

#s-f3176b49-b9c7-4fba-ab13-d5d4dc2c0144 {
  text-align: center;
}







  #s-f3176b49-b9c7-4fba-ab13-d5d4dc2c0144 img.shogun-image {
    

    
    
    
  }


#s-f3176b49-b9c7-4fba-ab13-d5d4dc2c0144 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd0c7f80-bd53-4517-8e99-fd45750df3d6 {
  margin-top: -20px;
margin-bottom: -20px;
}
@media (min-width: 1200px){#s-fd0c7f80-bd53-4517-8e99-fd45750df3d6 {
  display: none;
}
#s-fd0c7f80-bd53-4517-8e99-fd45750df3d6, #wrap-s-fd0c7f80-bd53-4517-8e99-fd45750df3d6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd0c7f80-bd53-4517-8e99-fd45750df3d6 {
  display: none;
}
#s-fd0c7f80-bd53-4517-8e99-fd45750df3d6, #wrap-s-fd0c7f80-bd53-4517-8e99-fd45750df3d6 { display:none !important; }}@media (max-width: 767px){#s-fd0c7f80-bd53-4517-8e99-fd45750df3d6 {
  display: none;
}
#s-fd0c7f80-bd53-4517-8e99-fd45750df3d6, #wrap-s-fd0c7f80-bd53-4517-8e99-fd45750df3d6 { display:none !important; }}
#s-ecf79f81-d4b3-49ed-ad54-a6aacabb0ad8 {
  margin-top: 0%;
}

#s-b39f6ac9-9cd2-4f3f-881a-d724f50139b2 {
  margin-top: 5%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
max-width: 100%;
background-color: rgba(255, 255, 255, 0.34);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-b39f6ac9-9cd2-4f3f-881a-d724f50139b2:hover {background-color: rgba(255, 255, 255, 0.5) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b39f6ac9-9cd2-4f3f-881a-d724f50139b2:active {background-color: rgba(255, 255, 255, 0.61) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b39f6ac9-9cd2-4f3f-881a-d724f50139b2-btn-wrapper {
    text-align: center;
  }


#s-b39f6ac9-9cd2-4f3f-881a-d724f50139b2.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b39f6ac9-9cd2-4f3f-881a-d724f50139b2-btn-wrapper {
    text-align: center;
  }


#s-b39f6ac9-9cd2-4f3f-881a-d724f50139b2.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b39f6ac9-9cd2-4f3f-881a-d724f50139b2-btn-wrapper {
    text-align: center;
  }


#s-b39f6ac9-9cd2-4f3f-881a-d724f50139b2.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b39f6ac9-9cd2-4f3f-881a-d724f50139b2-btn-wrapper {
    text-align: center;
  }


#s-b39f6ac9-9cd2-4f3f-881a-d724f50139b2.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b39f6ac9-9cd2-4f3f-881a-d724f50139b2-btn-wrapper {
    text-align: center;
  }


#s-b39f6ac9-9cd2-4f3f-881a-d724f50139b2.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}
}
  #s-b39f6ac9-9cd2-4f3f-881a-d724f50139b2-btn-wrapper {
    text-align: center;
  }


#s-b39f6ac9-9cd2-4f3f-881a-d724f50139b2.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  inline-block ;
}

#s-12aac2b9-b3fc-4d65-9157-8bc9b66e73a7 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 250px;
padding-bottom: 40px;
padding-right: 250px;
min-height: 50px;
background-color: rgba(29, 29, 29, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-12aac2b9-b3fc-4d65-9157-8bc9b66e73a7 {
  display: none;
}
#s-12aac2b9-b3fc-4d65-9157-8bc9b66e73a7, #wrap-s-12aac2b9-b3fc-4d65-9157-8bc9b66e73a7 { display:none !important; }}@media (max-width: 767px){#s-12aac2b9-b3fc-4d65-9157-8bc9b66e73a7 {
  display: none;
}
#s-12aac2b9-b3fc-4d65-9157-8bc9b66e73a7, #wrap-s-12aac2b9-b3fc-4d65-9157-8bc9b66e73a7 { display:none !important; }}







#s-12aac2b9-b3fc-4d65-9157-8bc9b66e73a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12aac2b9-b3fc-4d65-9157-8bc9b66e73a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-029e0c5c-ec8f-43b0-9419-cfe6c6d246b1 {
  margin-top: 5%;
margin-left: 20%;
margin-right: 20%;
padding-top: 0px;
}
@media (min-width: 1200px){#s-029e0c5c-ec8f-43b0-9419-cfe6c6d246b1 {
  margin-left: 23%;
margin-right: 23%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-029e0c5c-ec8f-43b0-9419-cfe6c6d246b1 {
  margin-left: 22%;
margin-right: 22%;
}
}
@media (min-width: 0px) {
[id="s-029e0c5c-ec8f-43b0-9419-cfe6c6d246b1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-029e0c5c-ec8f-43b0-9419-cfe6c6d246b1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-029e0c5c-ec8f-43b0-9419-cfe6c6d246b1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-029e0c5c-ec8f-43b0-9419-cfe6c6d246b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-029e0c5c-ec8f-43b0-9419-cfe6c6d246b1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-029e0c5c-ec8f-43b0-9419-cfe6c6d246b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-029e0c5c-ec8f-43b0-9419-cfe6c6d246b1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-029e0c5c-ec8f-43b0-9419-cfe6c6d246b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-d5184faf-1dad-43d8-9112-60097e382dc5 {
  margin-left: 4%;
margin-right: 4%;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-d5184faf-1dad-43d8-9112-60097e382dc5 {
  margin-left: 10%;
margin-right: 10%;
}
}






  #s-d5184faf-1dad-43d8-9112-60097e382dc5 img.shogun-image {
    

    
    
    
  }


#s-d5184faf-1dad-43d8-9112-60097e382dc5 .shogun-image-content {
  
    align-items: center;
  
}

#s-08477a9e-3087-40af-bde9-de2f9f422805 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-08477a9e-3087-40af-bde9-de2f9f422805 {
  margin-left: 15%;
margin-right: 15%;
}
}
#s-e6e3bb85-9da6-4e37-8ddd-f6d122d3e3ad {
  padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e6e3bb85-9da6-4e37-8ddd-f6d122d3e3ad {
  display: none;
}
#s-e6e3bb85-9da6-4e37-8ddd-f6d122d3e3ad, #wrap-s-e6e3bb85-9da6-4e37-8ddd-f6d122d3e3ad { display:none !important; }}@media (max-width: 767px){#s-e6e3bb85-9da6-4e37-8ddd-f6d122d3e3ad {
  display: none;
}
#s-e6e3bb85-9da6-4e37-8ddd-f6d122d3e3ad, #wrap-s-e6e3bb85-9da6-4e37-8ddd-f6d122d3e3ad { display:none !important; }}
@media (min-width: 0px) {
[id="s-e6e3bb85-9da6-4e37-8ddd-f6d122d3e3ad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5px);
}

}

@media (min-width: 768px) {
[id="s-e6e3bb85-9da6-4e37-8ddd-f6d122d3e3ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 992px) {
[id="s-e6e3bb85-9da6-4e37-8ddd-f6d122d3e3ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75px);
}

}

@media (min-width: 1200px) {
[id="s-e6e3bb85-9da6-4e37-8ddd-f6d122d3e3ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75px);
}

}

#s-23387c3e-77ac-421e-ba4f-7cedd6d3a7cb {
  text-align: center;
}







  #s-23387c3e-77ac-421e-ba4f-7cedd6d3a7cb img.shogun-image {
    

    
    
    
  }


#s-23387c3e-77ac-421e-ba4f-7cedd6d3a7cb .shogun-image-content {
  
    align-items: center;
  
}

#s-f620894c-78b8-44d2-8cca-76163807c8b9 {
  text-align: center;
}







  #s-f620894c-78b8-44d2-8cca-76163807c8b9 img.shogun-image {
    

    
    
    
  }


#s-f620894c-78b8-44d2-8cca-76163807c8b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-5dd77c4e-2184-4b75-b273-da5910090efe {
  text-align: center;
}







  #s-5dd77c4e-2184-4b75-b273-da5910090efe img.shogun-image {
    

    
    
    
  }


#s-5dd77c4e-2184-4b75-b273-da5910090efe .shogun-image-content {
  
    align-items: center;
  
}

#s-6ec4eb27-1a6e-4faf-85f2-73bfb00118c5 {
  text-align: center;
}







  #s-6ec4eb27-1a6e-4faf-85f2-73bfb00118c5 img.shogun-image {
    

    
    
    
  }


#s-6ec4eb27-1a6e-4faf-85f2-73bfb00118c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-bcdbf4e1-00e3-4e89-9a3f-13580a6be750 {
  margin-top: -10px;
padding-top: 15px;
padding-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bcdbf4e1-00e3-4e89-9a3f-13580a6be750 {
  display: none;
}
#s-bcdbf4e1-00e3-4e89-9a3f-13580a6be750, #wrap-s-bcdbf4e1-00e3-4e89-9a3f-13580a6be750 { display:none !important; }}@media (max-width: 767px){#s-bcdbf4e1-00e3-4e89-9a3f-13580a6be750 {
  display: none;
}
#s-bcdbf4e1-00e3-4e89-9a3f-13580a6be750, #wrap-s-bcdbf4e1-00e3-4e89-9a3f-13580a6be750 { display:none !important; }}
@media (min-width: 0px) {
[id="s-bcdbf4e1-00e3-4e89-9a3f-13580a6be750"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-bcdbf4e1-00e3-4e89-9a3f-13580a6be750"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bcdbf4e1-00e3-4e89-9a3f-13580a6be750"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcdbf4e1-00e3-4e89-9a3f-13580a6be750"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-6c686320-54c8-4e2b-b621-fd4e9023bcc6 {
  min-height: 50px;
background-color: rgba(29, 29, 29, 1);
}
@media (min-width: 1200px){#s-6c686320-54c8-4e2b-b621-fd4e9023bcc6 {
  display: none;
}
#s-6c686320-54c8-4e2b-b621-fd4e9023bcc6, #wrap-s-6c686320-54c8-4e2b-b621-fd4e9023bcc6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c686320-54c8-4e2b-b621-fd4e9023bcc6 {
  display: none;
}
#s-6c686320-54c8-4e2b-b621-fd4e9023bcc6, #wrap-s-6c686320-54c8-4e2b-b621-fd4e9023bcc6 { display:none !important; }}







#s-6c686320-54c8-4e2b-b621-fd4e9023bcc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c686320-54c8-4e2b-b621-fd4e9023bcc6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec49cd41-8b8f-4d6c-891f-36fcec5b5a7e {
  text-align: center;
}







  #s-ec49cd41-8b8f-4d6c-891f-36fcec5b5a7e img.shogun-image {
    

    
    
    
  }


#s-ec49cd41-8b8f-4d6c-891f-36fcec5b5a7e .shogun-image-content {
  
    align-items: center;
  
}

#s-e11973bf-9ef0-42a7-a3df-832e5f669063 {
  margin-top: 4%;
margin-left: 44%;
margin-right: 44%;
text-align: center;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-e11973bf-9ef0-42a7-a3df-832e5f669063 {
  margin-left: 46%;
margin-right: 46%;
}
}






  #s-e11973bf-9ef0-42a7-a3df-832e5f669063 img.shogun-image {
    

    
    
    
  }


#s-e11973bf-9ef0-42a7-a3df-832e5f669063 .shogun-image-content {
  
    align-items: center;
  
}

#s-79fe128d-257e-4ef4-be5a-9a709677ca7a {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
}

#s-7b2da5a5-6682-406f-a2dc-d1d319e66388 {
  margin-top: 5%;
margin-bottom: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-7b2da5a5-6682-406f-a2dc-d1d319e66388 {
  display: none;
}
#s-7b2da5a5-6682-406f-a2dc-d1d319e66388, #wrap-s-7b2da5a5-6682-406f-a2dc-d1d319e66388 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b2da5a5-6682-406f-a2dc-d1d319e66388 {
  display: none;
}
#s-7b2da5a5-6682-406f-a2dc-d1d319e66388, #wrap-s-7b2da5a5-6682-406f-a2dc-d1d319e66388 { display:none !important; }}







#s-7b2da5a5-6682-406f-a2dc-d1d319e66388 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b2da5a5-6682-406f-a2dc-d1d319e66388.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d906058-f358-4be1-ba05-144f04d02911 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d906058-f358-4be1-ba05-144f04d02911 .shogun-heading-component h6 {
  color: ;
  font-weight:   ;
  
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: 2px;
  
}


@media (max-width: 767px){#s-3d906058-f358-4be1-ba05-144f04d02911 .shogun-heading-component h6 {
  color: ;
  font-weight:   ;
  
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: 3px;
  
}


}
#s-d9516206-2cbf-46cd-8f72-0c43368fe3df {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
}

#s-7caf2b03-14e5-479c-a901-f123a9d3d229 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-7caf2b03-14e5-479c-a901-f123a9d3d229 {
  display: none;
}
#s-7caf2b03-14e5-479c-a901-f123a9d3d229, #wrap-s-7caf2b03-14e5-479c-a901-f123a9d3d229 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7caf2b03-14e5-479c-a901-f123a9d3d229 {
  display: none;
}
#s-7caf2b03-14e5-479c-a901-f123a9d3d229, #wrap-s-7caf2b03-14e5-479c-a901-f123a9d3d229 { display:none !important; }}







#s-7caf2b03-14e5-479c-a901-f123a9d3d229 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7caf2b03-14e5-479c-a901-f123a9d3d229.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0a3c65b-6e40-48ea-9dbd-771c73a515ee {
  margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0a3c65b-6e40-48ea-9dbd-771c73a515ee {
  margin-bottom: 0%;
}
}
#s-a0a3c65b-6e40-48ea-9dbd-771c73a515ee .shogun-heading-component h6 {
  color: ;
  font-weight:   ;
  
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a0a3c65b-6e40-48ea-9dbd-771c73a515ee .shogun-heading-component h6 {
  color: ;
  font-weight:   ;
  
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: 2px;
  
}


}
#s-3ff0d570-51c3-4adb-be88-ddd72cae063d {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}







  img.s-3ff0d570-51c3-4adb-be88-ddd72cae063d.shogun-image {
    
    
  }


.s-3ff0d570-51c3-4adb-be88-ddd72cae063d .shogun-image-content {
  
    align-items: center;
  
}

.s-3ff0d570-51c3-4adb-be88-ddd72cae063d.shg-align-container {
  text-align: center
}

.s-3ff0d570-51c3-4adb-be88-ddd72cae063d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ff0d570-51c3-4adb-be88-ddd72cae063d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3ff0d570-51c3-4adb-be88-ddd72cae063d.shogun-image {
    
    
  }


.s-3ff0d570-51c3-4adb-be88-ddd72cae063d .shogun-image-content {
  
    align-items: center;
  
}

.s-3ff0d570-51c3-4adb-be88-ddd72cae063d.shg-align-container {
  text-align: center
}

.s-3ff0d570-51c3-4adb-be88-ddd72cae063d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ff0d570-51c3-4adb-be88-ddd72cae063d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3ff0d570-51c3-4adb-be88-ddd72cae063d.shogun-image {
    
    
  }


.s-3ff0d570-51c3-4adb-be88-ddd72cae063d .shogun-image-content {
  
    align-items: center;
  
}

.s-3ff0d570-51c3-4adb-be88-ddd72cae063d.shg-align-container {
  text-align: center
}

.s-3ff0d570-51c3-4adb-be88-ddd72cae063d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ff0d570-51c3-4adb-be88-ddd72cae063d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3ff0d570-51c3-4adb-be88-ddd72cae063d.shogun-image {
    
    
  }


.s-3ff0d570-51c3-4adb-be88-ddd72cae063d .shogun-image-content {
  
    align-items: center;
  
}

.s-3ff0d570-51c3-4adb-be88-ddd72cae063d.shg-align-container {
  text-align: center
}

.s-3ff0d570-51c3-4adb-be88-ddd72cae063d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ff0d570-51c3-4adb-be88-ddd72cae063d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3ff0d570-51c3-4adb-be88-ddd72cae063d.shogun-image {
    
    
  }


.s-3ff0d570-51c3-4adb-be88-ddd72cae063d .shogun-image-content {
  
    align-items: center;
  
}

.s-3ff0d570-51c3-4adb-be88-ddd72cae063d.shg-align-container {
  text-align: center
}

.s-3ff0d570-51c3-4adb-be88-ddd72cae063d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3ff0d570-51c3-4adb-be88-ddd72cae063d.shogun-image {
  box-sizing: border-box;
}


}
#s-e27d9120-bc71-4993-9f7a-07c20b7bd571 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e27d9120-bc71-4993-9f7a-07c20b7bd571 .shogun-heading-component h6 {
  color: ;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 2px;
  
}



#s-328b8cca-135a-407c-b1db-d9f872a27863 {
  margin-top: 0%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-328b8cca-135a-407c-b1db-d9f872a27863:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-328b8cca-135a-407c-b1db-d9f872a27863:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-328b8cca-135a-407c-b1db-d9f872a27863-btn-wrapper {
    text-align: center;
  }


#s-328b8cca-135a-407c-b1db-d9f872a27863.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-328b8cca-135a-407c-b1db-d9f872a27863-btn-wrapper {
    text-align: center;
  }


#s-328b8cca-135a-407c-b1db-d9f872a27863.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-328b8cca-135a-407c-b1db-d9f872a27863-btn-wrapper {
    text-align: center;
  }


#s-328b8cca-135a-407c-b1db-d9f872a27863.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-328b8cca-135a-407c-b1db-d9f872a27863-btn-wrapper {
    text-align: center;
  }


#s-328b8cca-135a-407c-b1db-d9f872a27863.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-328b8cca-135a-407c-b1db-d9f872a27863-btn-wrapper {
    text-align: center;
  }


#s-328b8cca-135a-407c-b1db-d9f872a27863.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-328b8cca-135a-407c-b1db-d9f872a27863-btn-wrapper {
    text-align: center;
  }


#s-328b8cca-135a-407c-b1db-d9f872a27863.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-d81009e4-c54c-4eef-a6e1-d966cfb499c3 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}







  img.s-d81009e4-c54c-4eef-a6e1-d966cfb499c3.shogun-image {
    
    
  }


.s-d81009e4-c54c-4eef-a6e1-d966cfb499c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-d81009e4-c54c-4eef-a6e1-d966cfb499c3.shg-align-container {
  text-align: center
}

.s-d81009e4-c54c-4eef-a6e1-d966cfb499c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d81009e4-c54c-4eef-a6e1-d966cfb499c3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d81009e4-c54c-4eef-a6e1-d966cfb499c3.shogun-image {
    
    
  }


.s-d81009e4-c54c-4eef-a6e1-d966cfb499c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-d81009e4-c54c-4eef-a6e1-d966cfb499c3.shg-align-container {
  text-align: center
}

.s-d81009e4-c54c-4eef-a6e1-d966cfb499c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d81009e4-c54c-4eef-a6e1-d966cfb499c3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d81009e4-c54c-4eef-a6e1-d966cfb499c3.shogun-image {
    
    
  }


.s-d81009e4-c54c-4eef-a6e1-d966cfb499c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-d81009e4-c54c-4eef-a6e1-d966cfb499c3.shg-align-container {
  text-align: center
}

.s-d81009e4-c54c-4eef-a6e1-d966cfb499c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d81009e4-c54c-4eef-a6e1-d966cfb499c3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d81009e4-c54c-4eef-a6e1-d966cfb499c3.shogun-image {
    
    
  }


.s-d81009e4-c54c-4eef-a6e1-d966cfb499c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-d81009e4-c54c-4eef-a6e1-d966cfb499c3.shg-align-container {
  text-align: center
}

.s-d81009e4-c54c-4eef-a6e1-d966cfb499c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d81009e4-c54c-4eef-a6e1-d966cfb499c3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d81009e4-c54c-4eef-a6e1-d966cfb499c3.shogun-image {
    
    
  }


.s-d81009e4-c54c-4eef-a6e1-d966cfb499c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-d81009e4-c54c-4eef-a6e1-d966cfb499c3.shg-align-container {
  text-align: center
}

.s-d81009e4-c54c-4eef-a6e1-d966cfb499c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d81009e4-c54c-4eef-a6e1-d966cfb499c3.shogun-image {
  box-sizing: border-box;
}


}
#s-f7342f9e-3fe4-4889-9bc4-e2989de5b449 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7342f9e-3fe4-4889-9bc4-e2989de5b449 .shogun-heading-component h6 {
  color: ;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 2px;
  
}



#s-90be17ad-ef90-41f2-9187-6b522ac295ef {
  margin-top: 0%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-90be17ad-ef90-41f2-9187-6b522ac295ef:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-90be17ad-ef90-41f2-9187-6b522ac295ef:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-90be17ad-ef90-41f2-9187-6b522ac295ef-btn-wrapper {
    text-align: center;
  }


#s-90be17ad-ef90-41f2-9187-6b522ac295ef.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-90be17ad-ef90-41f2-9187-6b522ac295ef-btn-wrapper {
    text-align: center;
  }


#s-90be17ad-ef90-41f2-9187-6b522ac295ef.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90be17ad-ef90-41f2-9187-6b522ac295ef-btn-wrapper {
    text-align: center;
  }


#s-90be17ad-ef90-41f2-9187-6b522ac295ef.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90be17ad-ef90-41f2-9187-6b522ac295ef-btn-wrapper {
    text-align: center;
  }


#s-90be17ad-ef90-41f2-9187-6b522ac295ef.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-90be17ad-ef90-41f2-9187-6b522ac295ef-btn-wrapper {
    text-align: center;
  }


#s-90be17ad-ef90-41f2-9187-6b522ac295ef.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-90be17ad-ef90-41f2-9187-6b522ac295ef-btn-wrapper {
    text-align: center;
  }


#s-90be17ad-ef90-41f2-9187-6b522ac295ef.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}







  img.s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0.shogun-image {
    
    
  }


.s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0.shg-align-container {
  text-align: center
}

.s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0.shogun-image {
    
    
  }


.s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0.shg-align-container {
  text-align: center
}

.s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0.shogun-image {
    
    
  }


.s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0.shg-align-container {
  text-align: center
}

.s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0.shogun-image {
    
    
  }


.s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0.shg-align-container {
  text-align: center
}

.s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0.shogun-image {
    
    
  }


.s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0.shg-align-container {
  text-align: center
}

.s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d058c69-1e1c-4e29-9ca4-5842cd61aab0.shogun-image {
  box-sizing: border-box;
}


}
#s-38495efe-36f3-45a8-9765-713e56d35890 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38495efe-36f3-45a8-9765-713e56d35890 .shogun-heading-component h6 {
  color: ;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 2px;
  
}



#s-359f107e-2e28-4b97-bbcb-8887fe1f26cd {
  margin-top: 0%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-359f107e-2e28-4b97-bbcb-8887fe1f26cd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-359f107e-2e28-4b97-bbcb-8887fe1f26cd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-359f107e-2e28-4b97-bbcb-8887fe1f26cd-btn-wrapper {
    text-align: center;
  }


#s-359f107e-2e28-4b97-bbcb-8887fe1f26cd.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-359f107e-2e28-4b97-bbcb-8887fe1f26cd-btn-wrapper {
    text-align: center;
  }


#s-359f107e-2e28-4b97-bbcb-8887fe1f26cd.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-359f107e-2e28-4b97-bbcb-8887fe1f26cd-btn-wrapper {
    text-align: center;
  }


#s-359f107e-2e28-4b97-bbcb-8887fe1f26cd.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-359f107e-2e28-4b97-bbcb-8887fe1f26cd-btn-wrapper {
    text-align: center;
  }


#s-359f107e-2e28-4b97-bbcb-8887fe1f26cd.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-359f107e-2e28-4b97-bbcb-8887fe1f26cd-btn-wrapper {
    text-align: center;
  }


#s-359f107e-2e28-4b97-bbcb-8887fe1f26cd.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-359f107e-2e28-4b97-bbcb-8887fe1f26cd-btn-wrapper {
    text-align: center;
  }


#s-359f107e-2e28-4b97-bbcb-8887fe1f26cd.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-de23d800-11d4-48d6-b1cb-0779a39aa49e {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}







  img.s-de23d800-11d4-48d6-b1cb-0779a39aa49e.shogun-image {
    
    
  }


.s-de23d800-11d4-48d6-b1cb-0779a39aa49e .shogun-image-content {
  
    align-items: center;
  
}

.s-de23d800-11d4-48d6-b1cb-0779a39aa49e.shg-align-container {
  text-align: center
}

.s-de23d800-11d4-48d6-b1cb-0779a39aa49e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de23d800-11d4-48d6-b1cb-0779a39aa49e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-de23d800-11d4-48d6-b1cb-0779a39aa49e.shogun-image {
    
    
  }


.s-de23d800-11d4-48d6-b1cb-0779a39aa49e .shogun-image-content {
  
    align-items: center;
  
}

.s-de23d800-11d4-48d6-b1cb-0779a39aa49e.shg-align-container {
  text-align: center
}

.s-de23d800-11d4-48d6-b1cb-0779a39aa49e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de23d800-11d4-48d6-b1cb-0779a39aa49e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-de23d800-11d4-48d6-b1cb-0779a39aa49e.shogun-image {
    
    
  }


.s-de23d800-11d4-48d6-b1cb-0779a39aa49e .shogun-image-content {
  
    align-items: center;
  
}

.s-de23d800-11d4-48d6-b1cb-0779a39aa49e.shg-align-container {
  text-align: center
}

.s-de23d800-11d4-48d6-b1cb-0779a39aa49e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de23d800-11d4-48d6-b1cb-0779a39aa49e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-de23d800-11d4-48d6-b1cb-0779a39aa49e.shogun-image {
    
    
  }


.s-de23d800-11d4-48d6-b1cb-0779a39aa49e .shogun-image-content {
  
    align-items: center;
  
}

.s-de23d800-11d4-48d6-b1cb-0779a39aa49e.shg-align-container {
  text-align: center
}

.s-de23d800-11d4-48d6-b1cb-0779a39aa49e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de23d800-11d4-48d6-b1cb-0779a39aa49e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-de23d800-11d4-48d6-b1cb-0779a39aa49e.shogun-image {
    
    
  }


.s-de23d800-11d4-48d6-b1cb-0779a39aa49e .shogun-image-content {
  
    align-items: center;
  
}

.s-de23d800-11d4-48d6-b1cb-0779a39aa49e.shg-align-container {
  text-align: center
}

.s-de23d800-11d4-48d6-b1cb-0779a39aa49e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-de23d800-11d4-48d6-b1cb-0779a39aa49e.shogun-image {
  box-sizing: border-box;
}


}
#s-59091008-b321-442c-941f-5d8f6976781f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59091008-b321-442c-941f-5d8f6976781f .shogun-heading-component h6 {
  color: ;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 2px;
  
}



#s-202c54d0-2cc2-4c96-8a1b-fba802f349f3 {
  margin-top: 0%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-202c54d0-2cc2-4c96-8a1b-fba802f349f3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-202c54d0-2cc2-4c96-8a1b-fba802f349f3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-202c54d0-2cc2-4c96-8a1b-fba802f349f3-btn-wrapper {
    text-align: center;
  }


#s-202c54d0-2cc2-4c96-8a1b-fba802f349f3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-202c54d0-2cc2-4c96-8a1b-fba802f349f3-btn-wrapper {
    text-align: center;
  }


#s-202c54d0-2cc2-4c96-8a1b-fba802f349f3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-202c54d0-2cc2-4c96-8a1b-fba802f349f3-btn-wrapper {
    text-align: center;
  }


#s-202c54d0-2cc2-4c96-8a1b-fba802f349f3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-202c54d0-2cc2-4c96-8a1b-fba802f349f3-btn-wrapper {
    text-align: center;
  }


#s-202c54d0-2cc2-4c96-8a1b-fba802f349f3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-202c54d0-2cc2-4c96-8a1b-fba802f349f3-btn-wrapper {
    text-align: center;
  }


#s-202c54d0-2cc2-4c96-8a1b-fba802f349f3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-202c54d0-2cc2-4c96-8a1b-fba802f349f3-btn-wrapper {
    text-align: center;
  }


#s-202c54d0-2cc2-4c96-8a1b-fba802f349f3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}







  img.s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8.shogun-image {
    
    
  }


.s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8.shg-align-container {
  text-align: center
}

.s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8.shogun-image {
    
    
  }


.s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8.shg-align-container {
  text-align: center
}

.s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8.shogun-image {
    
    
  }


.s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8.shg-align-container {
  text-align: center
}

.s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8.shogun-image {
    
    
  }


.s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8.shg-align-container {
  text-align: center
}

.s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8.shogun-image {
    
    
  }


.s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8.shg-align-container {
  text-align: center
}

.s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a4e959d-1be4-4d0e-98bc-edcde7c178e8.shogun-image {
  box-sizing: border-box;
}


}
#s-6def9b35-6de2-4323-9442-c7fd3145064d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6def9b35-6de2-4323-9442-c7fd3145064d .shogun-heading-component h6 {
  color: ;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 2px;
  
}



#s-75fbe020-ab42-4c17-974f-2d4bcf7d8d39 {
  margin-top: 0%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-75fbe020-ab42-4c17-974f-2d4bcf7d8d39:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-75fbe020-ab42-4c17-974f-2d4bcf7d8d39:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-75fbe020-ab42-4c17-974f-2d4bcf7d8d39-btn-wrapper {
    text-align: center;
  }


#s-75fbe020-ab42-4c17-974f-2d4bcf7d8d39.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-75fbe020-ab42-4c17-974f-2d4bcf7d8d39-btn-wrapper {
    text-align: center;
  }


#s-75fbe020-ab42-4c17-974f-2d4bcf7d8d39.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75fbe020-ab42-4c17-974f-2d4bcf7d8d39-btn-wrapper {
    text-align: center;
  }


#s-75fbe020-ab42-4c17-974f-2d4bcf7d8d39.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75fbe020-ab42-4c17-974f-2d4bcf7d8d39-btn-wrapper {
    text-align: center;
  }


#s-75fbe020-ab42-4c17-974f-2d4bcf7d8d39.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-75fbe020-ab42-4c17-974f-2d4bcf7d8d39-btn-wrapper {
    text-align: center;
  }


#s-75fbe020-ab42-4c17-974f-2d4bcf7d8d39.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-75fbe020-ab42-4c17-974f-2d4bcf7d8d39-btn-wrapper {
    text-align: center;
  }


#s-75fbe020-ab42-4c17-974f-2d4bcf7d8d39.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-3aa82b29-2b76-469c-8de2-cf2a514150ab {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}







  img.s-3aa82b29-2b76-469c-8de2-cf2a514150ab.shogun-image {
    
    
  }


.s-3aa82b29-2b76-469c-8de2-cf2a514150ab .shogun-image-content {
  
    align-items: center;
  
}

.s-3aa82b29-2b76-469c-8de2-cf2a514150ab.shg-align-container {
  text-align: center
}

.s-3aa82b29-2b76-469c-8de2-cf2a514150ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa82b29-2b76-469c-8de2-cf2a514150ab.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3aa82b29-2b76-469c-8de2-cf2a514150ab.shogun-image {
    
    
  }


.s-3aa82b29-2b76-469c-8de2-cf2a514150ab .shogun-image-content {
  
    align-items: center;
  
}

.s-3aa82b29-2b76-469c-8de2-cf2a514150ab.shg-align-container {
  text-align: center
}

.s-3aa82b29-2b76-469c-8de2-cf2a514150ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa82b29-2b76-469c-8de2-cf2a514150ab.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3aa82b29-2b76-469c-8de2-cf2a514150ab.shogun-image {
    
    
  }


.s-3aa82b29-2b76-469c-8de2-cf2a514150ab .shogun-image-content {
  
    align-items: center;
  
}

.s-3aa82b29-2b76-469c-8de2-cf2a514150ab.shg-align-container {
  text-align: center
}

.s-3aa82b29-2b76-469c-8de2-cf2a514150ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa82b29-2b76-469c-8de2-cf2a514150ab.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3aa82b29-2b76-469c-8de2-cf2a514150ab.shogun-image {
    
    
  }


.s-3aa82b29-2b76-469c-8de2-cf2a514150ab .shogun-image-content {
  
    align-items: center;
  
}

.s-3aa82b29-2b76-469c-8de2-cf2a514150ab.shg-align-container {
  text-align: center
}

.s-3aa82b29-2b76-469c-8de2-cf2a514150ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa82b29-2b76-469c-8de2-cf2a514150ab.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3aa82b29-2b76-469c-8de2-cf2a514150ab.shogun-image {
    
    
  }


.s-3aa82b29-2b76-469c-8de2-cf2a514150ab .shogun-image-content {
  
    align-items: center;
  
}

.s-3aa82b29-2b76-469c-8de2-cf2a514150ab.shg-align-container {
  text-align: center
}

.s-3aa82b29-2b76-469c-8de2-cf2a514150ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa82b29-2b76-469c-8de2-cf2a514150ab.shogun-image {
  box-sizing: border-box;
}


}
#s-46ae51dd-36e6-4c70-87b0-7bc5108bfda9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46ae51dd-36e6-4c70-87b0-7bc5108bfda9 .shogun-heading-component h6 {
  color: ;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 2px;
  
}



#s-16f5d097-45e6-4b4c-809c-110a4fda0124 {
  margin-top: 0%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-16f5d097-45e6-4b4c-809c-110a4fda0124:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-16f5d097-45e6-4b4c-809c-110a4fda0124:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-16f5d097-45e6-4b4c-809c-110a4fda0124-btn-wrapper {
    text-align: center;
  }


#s-16f5d097-45e6-4b4c-809c-110a4fda0124.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-16f5d097-45e6-4b4c-809c-110a4fda0124-btn-wrapper {
    text-align: center;
  }


#s-16f5d097-45e6-4b4c-809c-110a4fda0124.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16f5d097-45e6-4b4c-809c-110a4fda0124-btn-wrapper {
    text-align: center;
  }


#s-16f5d097-45e6-4b4c-809c-110a4fda0124.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16f5d097-45e6-4b4c-809c-110a4fda0124-btn-wrapper {
    text-align: center;
  }


#s-16f5d097-45e6-4b4c-809c-110a4fda0124.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-16f5d097-45e6-4b4c-809c-110a4fda0124-btn-wrapper {
    text-align: center;
  }


#s-16f5d097-45e6-4b4c-809c-110a4fda0124.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-16f5d097-45e6-4b4c-809c-110a4fda0124-btn-wrapper {
    text-align: center;
  }


#s-16f5d097-45e6-4b4c-809c-110a4fda0124.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}







  img.s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47.shogun-image {
    
    
  }


.s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47.shg-align-container {
  text-align: center
}

.s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47.shogun-image {
    
    
  }


.s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47.shg-align-container {
  text-align: center
}

.s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47.shogun-image {
    
    
  }


.s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47.shg-align-container {
  text-align: center
}

.s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47.shogun-image {
    
    
  }


.s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47.shg-align-container {
  text-align: center
}

.s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47.shogun-image {
    
    
  }


.s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47 .shogun-image-content {
  
    align-items: center;
  
}

.s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47.shg-align-container {
  text-align: center
}

.s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f1256ef-c7e5-4c25-9bd4-96bfabf04f47.shogun-image {
  box-sizing: border-box;
}


}
#s-0083920f-d4b8-42b1-9f70-b6059325da32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0083920f-d4b8-42b1-9f70-b6059325da32 .shogun-heading-component h6 {
  color: ;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: 2px;
  
}



#s-20cfc5ba-0136-4b15-b598-0042eca5cac5 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-cee4a3a1-aac4-4612-839a-216f5a74e175 {
  margin-top: 0%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-cee4a3a1-aac4-4612-839a-216f5a74e175:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cee4a3a1-aac4-4612-839a-216f5a74e175:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cee4a3a1-aac4-4612-839a-216f5a74e175-btn-wrapper {
    text-align: center;
  }


#s-cee4a3a1-aac4-4612-839a-216f5a74e175.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-cee4a3a1-aac4-4612-839a-216f5a74e175-btn-wrapper {
    text-align: center;
  }


#s-cee4a3a1-aac4-4612-839a-216f5a74e175.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cee4a3a1-aac4-4612-839a-216f5a74e175-btn-wrapper {
    text-align: center;
  }


#s-cee4a3a1-aac4-4612-839a-216f5a74e175.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cee4a3a1-aac4-4612-839a-216f5a74e175-btn-wrapper {
    text-align: center;
  }


#s-cee4a3a1-aac4-4612-839a-216f5a74e175.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-cee4a3a1-aac4-4612-839a-216f5a74e175-btn-wrapper {
    text-align: center;
  }


#s-cee4a3a1-aac4-4612-839a-216f5a74e175.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-cee4a3a1-aac4-4612-839a-216f5a74e175-btn-wrapper {
    text-align: center;
  }


#s-cee4a3a1-aac4-4612-839a-216f5a74e175.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-57d13b35-6c52-427e-8521-41df9ed3e335 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-57d13b35-6c52-427e-8521-41df9ed3e335 {
  display: none;
}
#s-57d13b35-6c52-427e-8521-41df9ed3e335, #wrap-s-57d13b35-6c52-427e-8521-41df9ed3e335 { display:none !important; }}@media (max-width: 767px){#s-57d13b35-6c52-427e-8521-41df9ed3e335 {
  display: none;
}
#s-57d13b35-6c52-427e-8521-41df9ed3e335, #wrap-s-57d13b35-6c52-427e-8521-41df9ed3e335 { display:none !important; }}







#s-57d13b35-6c52-427e-8521-41df9ed3e335 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57d13b35-6c52-427e-8521-41df9ed3e335.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f7f016d-6a10-4d68-9c8d-02b662494864 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-bottom: 0%;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-4f7f016d-6a10-4d68-9c8d-02b662494864 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 35px;
  line-height: ;
  letter-spacing: 4px;
  
}



#s-358396ef-6c08-4018-91d6-695f6e1fe9a0 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
}

#s-b37bdebf-e28a-4ec2-adbd-ba41bbec2b7d {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-b37bdebf-e28a-4ec2-adbd-ba41bbec2b7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b37bdebf-e28a-4ec2-adbd-ba41bbec2b7d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b37bdebf-e28a-4ec2-adbd-ba41bbec2b7d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b37bdebf-e28a-4ec2-adbd-ba41bbec2b7d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c19b9b97-0840-4170-aa18-87e0512f74b5 {
  text-align: center;
}







  img.s-c19b9b97-0840-4170-aa18-87e0512f74b5.shogun-image {
    
    
  }


.s-c19b9b97-0840-4170-aa18-87e0512f74b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c19b9b97-0840-4170-aa18-87e0512f74b5.shg-align-container {
  text-align: center
}

.s-c19b9b97-0840-4170-aa18-87e0512f74b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c19b9b97-0840-4170-aa18-87e0512f74b5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c19b9b97-0840-4170-aa18-87e0512f74b5.shogun-image {
    
    
  }


.s-c19b9b97-0840-4170-aa18-87e0512f74b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c19b9b97-0840-4170-aa18-87e0512f74b5.shg-align-container {
  text-align: center
}

.s-c19b9b97-0840-4170-aa18-87e0512f74b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c19b9b97-0840-4170-aa18-87e0512f74b5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c19b9b97-0840-4170-aa18-87e0512f74b5.shogun-image {
    
    
  }


.s-c19b9b97-0840-4170-aa18-87e0512f74b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c19b9b97-0840-4170-aa18-87e0512f74b5.shg-align-container {
  text-align: center
}

.s-c19b9b97-0840-4170-aa18-87e0512f74b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c19b9b97-0840-4170-aa18-87e0512f74b5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c19b9b97-0840-4170-aa18-87e0512f74b5.shogun-image {
    
    
  }


.s-c19b9b97-0840-4170-aa18-87e0512f74b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c19b9b97-0840-4170-aa18-87e0512f74b5.shg-align-container {
  text-align: center
}

.s-c19b9b97-0840-4170-aa18-87e0512f74b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c19b9b97-0840-4170-aa18-87e0512f74b5.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c19b9b97-0840-4170-aa18-87e0512f74b5.shogun-image {
    
    
  }


.s-c19b9b97-0840-4170-aa18-87e0512f74b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-c19b9b97-0840-4170-aa18-87e0512f74b5.shg-align-container {
  text-align: center
}

.s-c19b9b97-0840-4170-aa18-87e0512f74b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c19b9b97-0840-4170-aa18-87e0512f74b5.shogun-image {
  box-sizing: border-box;
}


}
#s-91566c45-5e46-4dd2-a7e3-5200b59716ea {
  text-align: center;
}







  img.s-91566c45-5e46-4dd2-a7e3-5200b59716ea.shogun-image {
    
    
  }


.s-91566c45-5e46-4dd2-a7e3-5200b59716ea .shogun-image-content {
  
    align-items: center;
  
}

.s-91566c45-5e46-4dd2-a7e3-5200b59716ea.shg-align-container {
  text-align: center
}

.s-91566c45-5e46-4dd2-a7e3-5200b59716ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91566c45-5e46-4dd2-a7e3-5200b59716ea.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-91566c45-5e46-4dd2-a7e3-5200b59716ea.shogun-image {
    
    
  }


.s-91566c45-5e46-4dd2-a7e3-5200b59716ea .shogun-image-content {
  
    align-items: center;
  
}

.s-91566c45-5e46-4dd2-a7e3-5200b59716ea.shg-align-container {
  text-align: center
}

.s-91566c45-5e46-4dd2-a7e3-5200b59716ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91566c45-5e46-4dd2-a7e3-5200b59716ea.shogun-image {
  box-sizing: border-box;
}


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





  img.s-91566c45-5e46-4dd2-a7e3-5200b59716ea.shogun-image {
    
    
  }


.s-91566c45-5e46-4dd2-a7e3-5200b59716ea .shogun-image-content {
  
    align-items: center;
  
}

.s-91566c45-5e46-4dd2-a7e3-5200b59716ea.shg-align-container {
  text-align: center
}

.s-91566c45-5e46-4dd2-a7e3-5200b59716ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91566c45-5e46-4dd2-a7e3-5200b59716ea.shogun-image {
  box-sizing: border-box;
}


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





  img.s-91566c45-5e46-4dd2-a7e3-5200b59716ea.shogun-image {
    
    
  }


.s-91566c45-5e46-4dd2-a7e3-5200b59716ea .shogun-image-content {
  
    align-items: center;
  
}

.s-91566c45-5e46-4dd2-a7e3-5200b59716ea.shg-align-container {
  text-align: center
}

.s-91566c45-5e46-4dd2-a7e3-5200b59716ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91566c45-5e46-4dd2-a7e3-5200b59716ea.shogun-image {
  box-sizing: border-box;
}


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





  img.s-91566c45-5e46-4dd2-a7e3-5200b59716ea.shogun-image {
    
    
  }


.s-91566c45-5e46-4dd2-a7e3-5200b59716ea .shogun-image-content {
  
    align-items: center;
  
}

.s-91566c45-5e46-4dd2-a7e3-5200b59716ea.shg-align-container {
  text-align: center
}

.s-91566c45-5e46-4dd2-a7e3-5200b59716ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-91566c45-5e46-4dd2-a7e3-5200b59716ea.shogun-image {
  box-sizing: border-box;
}


}
#s-0011ec1c-5f39-487a-aad4-0554b9a4247e {
  text-align: center;
}







  img.s-0011ec1c-5f39-487a-aad4-0554b9a4247e.shogun-image {
    
    
  }


.s-0011ec1c-5f39-487a-aad4-0554b9a4247e .shogun-image-content {
  
    align-items: center;
  
}

.s-0011ec1c-5f39-487a-aad4-0554b9a4247e.shg-align-container {
  text-align: center
}

.s-0011ec1c-5f39-487a-aad4-0554b9a4247e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0011ec1c-5f39-487a-aad4-0554b9a4247e.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0011ec1c-5f39-487a-aad4-0554b9a4247e.shogun-image {
    
    
  }


.s-0011ec1c-5f39-487a-aad4-0554b9a4247e .shogun-image-content {
  
    align-items: center;
  
}

.s-0011ec1c-5f39-487a-aad4-0554b9a4247e.shg-align-container {
  text-align: center
}

.s-0011ec1c-5f39-487a-aad4-0554b9a4247e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0011ec1c-5f39-487a-aad4-0554b9a4247e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0011ec1c-5f39-487a-aad4-0554b9a4247e.shogun-image {
    
    
  }


.s-0011ec1c-5f39-487a-aad4-0554b9a4247e .shogun-image-content {
  
    align-items: center;
  
}

.s-0011ec1c-5f39-487a-aad4-0554b9a4247e.shg-align-container {
  text-align: center
}

.s-0011ec1c-5f39-487a-aad4-0554b9a4247e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0011ec1c-5f39-487a-aad4-0554b9a4247e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0011ec1c-5f39-487a-aad4-0554b9a4247e.shogun-image {
    
    
  }


.s-0011ec1c-5f39-487a-aad4-0554b9a4247e .shogun-image-content {
  
    align-items: center;
  
}

.s-0011ec1c-5f39-487a-aad4-0554b9a4247e.shg-align-container {
  text-align: center
}

.s-0011ec1c-5f39-487a-aad4-0554b9a4247e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0011ec1c-5f39-487a-aad4-0554b9a4247e.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0011ec1c-5f39-487a-aad4-0554b9a4247e.shogun-image {
    
    
  }


.s-0011ec1c-5f39-487a-aad4-0554b9a4247e .shogun-image-content {
  
    align-items: center;
  
}

.s-0011ec1c-5f39-487a-aad4-0554b9a4247e.shg-align-container {
  text-align: center
}

.s-0011ec1c-5f39-487a-aad4-0554b9a4247e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0011ec1c-5f39-487a-aad4-0554b9a4247e.shogun-image {
  box-sizing: border-box;
}


}
#s-655acd17-b080-4b71-83df-44bb4e9bbded {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-655acd17-b080-4b71-83df-44bb4e9bbded"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-655acd17-b080-4b71-83df-44bb4e9bbded"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-655acd17-b080-4b71-83df-44bb4e9bbded"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-655acd17-b080-4b71-83df-44bb4e9bbded"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b3979873-38a9-4a62-91e1-1bf24f058299 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3979873-38a9-4a62-91e1-1bf24f058299 .shogun-heading-component h6 {
  color: ;
  font-weight:   ;
  
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: 2px;
  
}



#s-bf078023-7384-4bf5-8d6e-01c3db81f22e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf078023-7384-4bf5-8d6e-01c3db81f22e .shogun-heading-component h6 {
  color: ;
  font-weight:   ;
  
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: 2px;
  
}



#s-18865bbe-77db-41a5-b926-cad76fce912e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18865bbe-77db-41a5-b926-cad76fce912e .shogun-heading-component h6 {
  color: ;
  font-weight:   ;
  
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: 2px;
  
}



#s-6d96aaef-272c-497f-86be-6f23e6ee39ed {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-6d96aaef-272c-497f-86be-6f23e6ee39ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d96aaef-272c-497f-86be-6f23e6ee39ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6d96aaef-272c-497f-86be-6f23e6ee39ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d96aaef-272c-497f-86be-6f23e6ee39ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a338a2a6-195e-48ae-9dde-7ce0bbe424c3 {
  margin-top: 5%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-a338a2a6-195e-48ae-9dde-7ce0bbe424c3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a338a2a6-195e-48ae-9dde-7ce0bbe424c3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a338a2a6-195e-48ae-9dde-7ce0bbe424c3-btn-wrapper {
    text-align: center;
  }


#s-a338a2a6-195e-48ae-9dde-7ce0bbe424c3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a338a2a6-195e-48ae-9dde-7ce0bbe424c3-btn-wrapper {
    text-align: center;
  }


#s-a338a2a6-195e-48ae-9dde-7ce0bbe424c3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a338a2a6-195e-48ae-9dde-7ce0bbe424c3-btn-wrapper {
    text-align: center;
  }


#s-a338a2a6-195e-48ae-9dde-7ce0bbe424c3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a338a2a6-195e-48ae-9dde-7ce0bbe424c3-btn-wrapper {
    text-align: center;
  }


#s-a338a2a6-195e-48ae-9dde-7ce0bbe424c3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a338a2a6-195e-48ae-9dde-7ce0bbe424c3-btn-wrapper {
    text-align: center;
  }


#s-a338a2a6-195e-48ae-9dde-7ce0bbe424c3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-a338a2a6-195e-48ae-9dde-7ce0bbe424c3-btn-wrapper {
    text-align: center;
  }


#s-a338a2a6-195e-48ae-9dde-7ce0bbe424c3.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-b4d5d5e0-009b-4073-8c39-2c7f03c8ab8f {
  margin-top: 5%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-b4d5d5e0-009b-4073-8c39-2c7f03c8ab8f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b4d5d5e0-009b-4073-8c39-2c7f03c8ab8f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b4d5d5e0-009b-4073-8c39-2c7f03c8ab8f-btn-wrapper {
    text-align: center;
  }


#s-b4d5d5e0-009b-4073-8c39-2c7f03c8ab8f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b4d5d5e0-009b-4073-8c39-2c7f03c8ab8f-btn-wrapper {
    text-align: center;
  }


#s-b4d5d5e0-009b-4073-8c39-2c7f03c8ab8f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4d5d5e0-009b-4073-8c39-2c7f03c8ab8f-btn-wrapper {
    text-align: center;
  }


#s-b4d5d5e0-009b-4073-8c39-2c7f03c8ab8f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4d5d5e0-009b-4073-8c39-2c7f03c8ab8f-btn-wrapper {
    text-align: center;
  }


#s-b4d5d5e0-009b-4073-8c39-2c7f03c8ab8f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b4d5d5e0-009b-4073-8c39-2c7f03c8ab8f-btn-wrapper {
    text-align: center;
  }


#s-b4d5d5e0-009b-4073-8c39-2c7f03c8ab8f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-b4d5d5e0-009b-4073-8c39-2c7f03c8ab8f-btn-wrapper {
    text-align: center;
  }


#s-b4d5d5e0-009b-4073-8c39-2c7f03c8ab8f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-29609780-5152-4909-95b3-8b838de57ca4 {
  margin-top: 5%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-29609780-5152-4909-95b3-8b838de57ca4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-29609780-5152-4909-95b3-8b838de57ca4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-29609780-5152-4909-95b3-8b838de57ca4-btn-wrapper {
    text-align: center;
  }


#s-29609780-5152-4909-95b3-8b838de57ca4.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-29609780-5152-4909-95b3-8b838de57ca4-btn-wrapper {
    text-align: center;
  }


#s-29609780-5152-4909-95b3-8b838de57ca4.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29609780-5152-4909-95b3-8b838de57ca4-btn-wrapper {
    text-align: center;
  }


#s-29609780-5152-4909-95b3-8b838de57ca4.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29609780-5152-4909-95b3-8b838de57ca4-btn-wrapper {
    text-align: center;
  }


#s-29609780-5152-4909-95b3-8b838de57ca4.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-29609780-5152-4909-95b3-8b838de57ca4-btn-wrapper {
    text-align: center;
  }


#s-29609780-5152-4909-95b3-8b838de57ca4.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-29609780-5152-4909-95b3-8b838de57ca4-btn-wrapper {
    text-align: center;
  }


#s-29609780-5152-4909-95b3-8b838de57ca4.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-d06d11c8-66fa-4869-8f09-acbea4ca2099 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-d06d11c8-66fa-4869-8f09-acbea4ca2099"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d06d11c8-66fa-4869-8f09-acbea4ca2099"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d06d11c8-66fa-4869-8f09-acbea4ca2099"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d06d11c8-66fa-4869-8f09-acbea4ca2099"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-716dba6c-3c5d-4db1-a8a4-bd178c764dac {
  text-align: center;
}







  img.s-716dba6c-3c5d-4db1-a8a4-bd178c764dac.shogun-image {
    
    
  }


.s-716dba6c-3c5d-4db1-a8a4-bd178c764dac .shogun-image-content {
  
    align-items: center;
  
}

.s-716dba6c-3c5d-4db1-a8a4-bd178c764dac.shg-align-container {
  text-align: center
}

.s-716dba6c-3c5d-4db1-a8a4-bd178c764dac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-716dba6c-3c5d-4db1-a8a4-bd178c764dac.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-716dba6c-3c5d-4db1-a8a4-bd178c764dac.shogun-image {
    
    
  }


.s-716dba6c-3c5d-4db1-a8a4-bd178c764dac .shogun-image-content {
  
    align-items: center;
  
}

.s-716dba6c-3c5d-4db1-a8a4-bd178c764dac.shg-align-container {
  text-align: center
}

.s-716dba6c-3c5d-4db1-a8a4-bd178c764dac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-716dba6c-3c5d-4db1-a8a4-bd178c764dac.shogun-image {
  box-sizing: border-box;
}


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





  img.s-716dba6c-3c5d-4db1-a8a4-bd178c764dac.shogun-image {
    
    
  }


.s-716dba6c-3c5d-4db1-a8a4-bd178c764dac .shogun-image-content {
  
    align-items: center;
  
}

.s-716dba6c-3c5d-4db1-a8a4-bd178c764dac.shg-align-container {
  text-align: center
}

.s-716dba6c-3c5d-4db1-a8a4-bd178c764dac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-716dba6c-3c5d-4db1-a8a4-bd178c764dac.shogun-image {
  box-sizing: border-box;
}


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





  img.s-716dba6c-3c5d-4db1-a8a4-bd178c764dac.shogun-image {
    
    
  }


.s-716dba6c-3c5d-4db1-a8a4-bd178c764dac .shogun-image-content {
  
    align-items: center;
  
}

.s-716dba6c-3c5d-4db1-a8a4-bd178c764dac.shg-align-container {
  text-align: center
}

.s-716dba6c-3c5d-4db1-a8a4-bd178c764dac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-716dba6c-3c5d-4db1-a8a4-bd178c764dac.shogun-image {
  box-sizing: border-box;
}


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





  img.s-716dba6c-3c5d-4db1-a8a4-bd178c764dac.shogun-image {
    
    
  }


.s-716dba6c-3c5d-4db1-a8a4-bd178c764dac .shogun-image-content {
  
    align-items: center;
  
}

.s-716dba6c-3c5d-4db1-a8a4-bd178c764dac.shg-align-container {
  text-align: center
}

.s-716dba6c-3c5d-4db1-a8a4-bd178c764dac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-716dba6c-3c5d-4db1-a8a4-bd178c764dac.shogun-image {
  box-sizing: border-box;
}


}
#s-aec3fab9-7f34-4147-9bf7-512d9292aa5f {
  text-align: center;
}







  img.s-aec3fab9-7f34-4147-9bf7-512d9292aa5f.shogun-image {
    
    
  }


.s-aec3fab9-7f34-4147-9bf7-512d9292aa5f .shogun-image-content {
  
    align-items: center;
  
}

.s-aec3fab9-7f34-4147-9bf7-512d9292aa5f.shg-align-container {
  text-align: center
}

.s-aec3fab9-7f34-4147-9bf7-512d9292aa5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aec3fab9-7f34-4147-9bf7-512d9292aa5f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-aec3fab9-7f34-4147-9bf7-512d9292aa5f.shogun-image {
    
    
  }


.s-aec3fab9-7f34-4147-9bf7-512d9292aa5f .shogun-image-content {
  
    align-items: center;
  
}

.s-aec3fab9-7f34-4147-9bf7-512d9292aa5f.shg-align-container {
  text-align: center
}

.s-aec3fab9-7f34-4147-9bf7-512d9292aa5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aec3fab9-7f34-4147-9bf7-512d9292aa5f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aec3fab9-7f34-4147-9bf7-512d9292aa5f.shogun-image {
    
    
  }


.s-aec3fab9-7f34-4147-9bf7-512d9292aa5f .shogun-image-content {
  
    align-items: center;
  
}

.s-aec3fab9-7f34-4147-9bf7-512d9292aa5f.shg-align-container {
  text-align: center
}

.s-aec3fab9-7f34-4147-9bf7-512d9292aa5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aec3fab9-7f34-4147-9bf7-512d9292aa5f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aec3fab9-7f34-4147-9bf7-512d9292aa5f.shogun-image {
    
    
  }


.s-aec3fab9-7f34-4147-9bf7-512d9292aa5f .shogun-image-content {
  
    align-items: center;
  
}

.s-aec3fab9-7f34-4147-9bf7-512d9292aa5f.shg-align-container {
  text-align: center
}

.s-aec3fab9-7f34-4147-9bf7-512d9292aa5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aec3fab9-7f34-4147-9bf7-512d9292aa5f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aec3fab9-7f34-4147-9bf7-512d9292aa5f.shogun-image {
    
    
  }


.s-aec3fab9-7f34-4147-9bf7-512d9292aa5f .shogun-image-content {
  
    align-items: center;
  
}

.s-aec3fab9-7f34-4147-9bf7-512d9292aa5f.shg-align-container {
  text-align: center
}

.s-aec3fab9-7f34-4147-9bf7-512d9292aa5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aec3fab9-7f34-4147-9bf7-512d9292aa5f.shogun-image {
  box-sizing: border-box;
}


}
#s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2 {
  text-align: center;
}







  img.s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2.shogun-image {
    
    
  }


.s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2.shg-align-container {
  text-align: center
}

.s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2.shogun-image {
    
    
  }


.s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2.shg-align-container {
  text-align: center
}

.s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2.shogun-image {
    
    
  }


.s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2.shg-align-container {
  text-align: center
}

.s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2.shogun-image {
    
    
  }


.s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2.shg-align-container {
  text-align: center
}

.s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2.shogun-image {
    
    
  }


.s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2.shg-align-container {
  text-align: center
}

.s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6fefd25-f0de-4ba1-a70f-760e2f2837f2.shogun-image {
  box-sizing: border-box;
}


}
#s-255d2d4e-5e69-4d43-891a-723f3ced2307 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-255d2d4e-5e69-4d43-891a-723f3ced2307"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-255d2d4e-5e69-4d43-891a-723f3ced2307"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-255d2d4e-5e69-4d43-891a-723f3ced2307"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-255d2d4e-5e69-4d43-891a-723f3ced2307"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cfc07227-ba81-469a-a142-b5eeb20febc9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cfc07227-ba81-469a-a142-b5eeb20febc9 .shogun-heading-component h6 {
  color: ;
  font-weight:   ;
  
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: 2px;
  
}



#s-9734cf15-6d6c-426a-a0bf-6ada2c16b062 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9734cf15-6d6c-426a-a0bf-6ada2c16b062 .shogun-heading-component h6 {
  color: ;
  font-weight:   ;
  
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: 2px;
  
}



#s-ba865866-e8ae-4c04-88f9-2527757d3dcf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba865866-e8ae-4c04-88f9-2527757d3dcf .shogun-heading-component h6 {
  color: ;
  font-weight:   ;
  
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: 2px;
  
}



#s-dae3ca98-3670-4dbd-bbee-d744494b920e {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-dae3ca98-3670-4dbd-bbee-d744494b920e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dae3ca98-3670-4dbd-bbee-d744494b920e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-dae3ca98-3670-4dbd-bbee-d744494b920e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-dae3ca98-3670-4dbd-bbee-d744494b920e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4a6454ed-1b0e-46f6-90c9-ade8783ea3be {
  margin-top: 5%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-4a6454ed-1b0e-46f6-90c9-ade8783ea3be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4a6454ed-1b0e-46f6-90c9-ade8783ea3be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4a6454ed-1b0e-46f6-90c9-ade8783ea3be-btn-wrapper {
    text-align: center;
  }


#s-4a6454ed-1b0e-46f6-90c9-ade8783ea3be.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-4a6454ed-1b0e-46f6-90c9-ade8783ea3be-btn-wrapper {
    text-align: center;
  }


#s-4a6454ed-1b0e-46f6-90c9-ade8783ea3be.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a6454ed-1b0e-46f6-90c9-ade8783ea3be-btn-wrapper {
    text-align: center;
  }


#s-4a6454ed-1b0e-46f6-90c9-ade8783ea3be.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a6454ed-1b0e-46f6-90c9-ade8783ea3be-btn-wrapper {
    text-align: center;
  }


#s-4a6454ed-1b0e-46f6-90c9-ade8783ea3be.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-4a6454ed-1b0e-46f6-90c9-ade8783ea3be-btn-wrapper {
    text-align: center;
  }


#s-4a6454ed-1b0e-46f6-90c9-ade8783ea3be.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-4a6454ed-1b0e-46f6-90c9-ade8783ea3be-btn-wrapper {
    text-align: center;
  }


#s-4a6454ed-1b0e-46f6-90c9-ade8783ea3be.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-3ee99d1f-9ef4-4f2d-bcce-d993f832b80a {
  margin-top: 5%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-3ee99d1f-9ef4-4f2d-bcce-d993f832b80a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ee99d1f-9ef4-4f2d-bcce-d993f832b80a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3ee99d1f-9ef4-4f2d-bcce-d993f832b80a-btn-wrapper {
    text-align: center;
  }


#s-3ee99d1f-9ef4-4f2d-bcce-d993f832b80a.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3ee99d1f-9ef4-4f2d-bcce-d993f832b80a-btn-wrapper {
    text-align: center;
  }


#s-3ee99d1f-9ef4-4f2d-bcce-d993f832b80a.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ee99d1f-9ef4-4f2d-bcce-d993f832b80a-btn-wrapper {
    text-align: center;
  }


#s-3ee99d1f-9ef4-4f2d-bcce-d993f832b80a.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ee99d1f-9ef4-4f2d-bcce-d993f832b80a-btn-wrapper {
    text-align: center;
  }


#s-3ee99d1f-9ef4-4f2d-bcce-d993f832b80a.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3ee99d1f-9ef4-4f2d-bcce-d993f832b80a-btn-wrapper {
    text-align: center;
  }


#s-3ee99d1f-9ef4-4f2d-bcce-d993f832b80a.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-3ee99d1f-9ef4-4f2d-bcce-d993f832b80a-btn-wrapper {
    text-align: center;
  }


#s-3ee99d1f-9ef4-4f2d-bcce-d993f832b80a.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-1ab97b84-1d02-4808-b87e-a6558a0f4cd2 {
  margin-top: 5%;
margin-bottom: 25px;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-1ab97b84-1d02-4808-b87e-a6558a0f4cd2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1ab97b84-1d02-4808-b87e-a6558a0f4cd2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1ab97b84-1d02-4808-b87e-a6558a0f4cd2-btn-wrapper {
    text-align: center;
  }


#s-1ab97b84-1d02-4808-b87e-a6558a0f4cd2.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-1ab97b84-1d02-4808-b87e-a6558a0f4cd2-btn-wrapper {
    text-align: center;
  }


#s-1ab97b84-1d02-4808-b87e-a6558a0f4cd2.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1ab97b84-1d02-4808-b87e-a6558a0f4cd2-btn-wrapper {
    text-align: center;
  }


#s-1ab97b84-1d02-4808-b87e-a6558a0f4cd2.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1ab97b84-1d02-4808-b87e-a6558a0f4cd2-btn-wrapper {
    text-align: center;
  }


#s-1ab97b84-1d02-4808-b87e-a6558a0f4cd2.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-1ab97b84-1d02-4808-b87e-a6558a0f4cd2-btn-wrapper {
    text-align: center;
  }


#s-1ab97b84-1d02-4808-b87e-a6558a0f4cd2.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-1ab97b84-1d02-4808-b87e-a6558a0f4cd2-btn-wrapper {
    text-align: center;
  }


#s-1ab97b84-1d02-4808-b87e-a6558a0f4cd2.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-f3b54608-f365-4169-81c9-53dc111fde61 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-f3b54608-f365-4169-81c9-53dc111fde61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3b54608-f365-4169-81c9-53dc111fde61"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f3b54608-f365-4169-81c9-53dc111fde61"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f3b54608-f365-4169-81c9-53dc111fde61"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f3b54608-f365-4169-81c9-53dc111fde61"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3b54608-f365-4169-81c9-53dc111fde61"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f3b54608-f365-4169-81c9-53dc111fde61"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-0589549b-9f61-44f0-9d4a-0358fce386f9 {
  margin-left: 6%;
margin-right: 6%;
text-align: center;
}







  img.s-0589549b-9f61-44f0-9d4a-0358fce386f9.shogun-image {
    
    
  }


.s-0589549b-9f61-44f0-9d4a-0358fce386f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0589549b-9f61-44f0-9d4a-0358fce386f9.shg-align-container {
  text-align: center
}

.s-0589549b-9f61-44f0-9d4a-0358fce386f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0589549b-9f61-44f0-9d4a-0358fce386f9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0589549b-9f61-44f0-9d4a-0358fce386f9.shogun-image {
    
    
  }


.s-0589549b-9f61-44f0-9d4a-0358fce386f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0589549b-9f61-44f0-9d4a-0358fce386f9.shg-align-container {
  text-align: center
}

.s-0589549b-9f61-44f0-9d4a-0358fce386f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0589549b-9f61-44f0-9d4a-0358fce386f9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0589549b-9f61-44f0-9d4a-0358fce386f9.shogun-image {
    
    
  }


.s-0589549b-9f61-44f0-9d4a-0358fce386f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0589549b-9f61-44f0-9d4a-0358fce386f9.shg-align-container {
  text-align: center
}

.s-0589549b-9f61-44f0-9d4a-0358fce386f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0589549b-9f61-44f0-9d4a-0358fce386f9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0589549b-9f61-44f0-9d4a-0358fce386f9.shogun-image {
    
    
  }


.s-0589549b-9f61-44f0-9d4a-0358fce386f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0589549b-9f61-44f0-9d4a-0358fce386f9.shg-align-container {
  text-align: center
}

.s-0589549b-9f61-44f0-9d4a-0358fce386f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0589549b-9f61-44f0-9d4a-0358fce386f9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0589549b-9f61-44f0-9d4a-0358fce386f9.shogun-image {
    
    
  }


.s-0589549b-9f61-44f0-9d4a-0358fce386f9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0589549b-9f61-44f0-9d4a-0358fce386f9.shg-align-container {
  text-align: center
}

.s-0589549b-9f61-44f0-9d4a-0358fce386f9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0589549b-9f61-44f0-9d4a-0358fce386f9.shogun-image {
  box-sizing: border-box;
}


}
#s-ac79f60a-dba9-4a3d-9c93-95151f2c7b76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac79f60a-dba9-4a3d-9c93-95151f2c7b76 .shogun-heading-component h6 {
  color: ;
  font-weight:   ;
  
  font-style:   ;
  font-size: 21px;
  line-height: ;
  letter-spacing: 2px;
  
}



#s-2775f8e0-afd9-4afb-8717-32e66de7c590 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-2fd37183-6001-41ca-8cb3-12c9e38cbe98 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 25px;
margin-right: 10%;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-2fd37183-6001-41ca-8cb3-12c9e38cbe98:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2fd37183-6001-41ca-8cb3-12c9e38cbe98:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2fd37183-6001-41ca-8cb3-12c9e38cbe98-btn-wrapper {
    text-align: center;
  }


#s-2fd37183-6001-41ca-8cb3-12c9e38cbe98.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2fd37183-6001-41ca-8cb3-12c9e38cbe98-btn-wrapper {
    text-align: center;
  }


#s-2fd37183-6001-41ca-8cb3-12c9e38cbe98.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2fd37183-6001-41ca-8cb3-12c9e38cbe98-btn-wrapper {
    text-align: center;
  }


#s-2fd37183-6001-41ca-8cb3-12c9e38cbe98.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2fd37183-6001-41ca-8cb3-12c9e38cbe98-btn-wrapper {
    text-align: center;
  }


#s-2fd37183-6001-41ca-8cb3-12c9e38cbe98.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2fd37183-6001-41ca-8cb3-12c9e38cbe98-btn-wrapper {
    text-align: center;
  }


#s-2fd37183-6001-41ca-8cb3-12c9e38cbe98.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-2fd37183-6001-41ca-8cb3-12c9e38cbe98-btn-wrapper {
    text-align: center;
  }


#s-2fd37183-6001-41ca-8cb3-12c9e38cbe98.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-5416acb6-8cd1-4b8b-83d8-d57b82c8dd3b {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5416acb6-8cd1-4b8b-83d8-d57b82c8dd3b {
  display: none;
}
#s-5416acb6-8cd1-4b8b-83d8-d57b82c8dd3b, #wrap-s-5416acb6-8cd1-4b8b-83d8-d57b82c8dd3b { display:none !important; }}@media (max-width: 767px){#s-5416acb6-8cd1-4b8b-83d8-d57b82c8dd3b {
  display: none;
}
#s-5416acb6-8cd1-4b8b-83d8-d57b82c8dd3b, #wrap-s-5416acb6-8cd1-4b8b-83d8-d57b82c8dd3b { display:none !important; }}







#s-5416acb6-8cd1-4b8b-83d8-d57b82c8dd3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5416acb6-8cd1-4b8b-83d8-d57b82c8dd3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07ca0687-6bea-496c-b5a5-f04b4ea11203 {
  padding-top: 0%;
padding-bottom: 5%;
text-align: center;
}







  img.s-07ca0687-6bea-496c-b5a5-f04b4ea11203.shogun-image {
    
    
  }


.s-07ca0687-6bea-496c-b5a5-f04b4ea11203 .shogun-image-content {
  
    align-items: center;
  
}

.s-07ca0687-6bea-496c-b5a5-f04b4ea11203.shg-align-container {
  text-align: center
}

.s-07ca0687-6bea-496c-b5a5-f04b4ea11203.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ca0687-6bea-496c-b5a5-f04b4ea11203.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-07ca0687-6bea-496c-b5a5-f04b4ea11203.shogun-image {
    
    
  }


.s-07ca0687-6bea-496c-b5a5-f04b4ea11203 .shogun-image-content {
  
    align-items: center;
  
}

.s-07ca0687-6bea-496c-b5a5-f04b4ea11203.shg-align-container {
  text-align: center
}

.s-07ca0687-6bea-496c-b5a5-f04b4ea11203.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ca0687-6bea-496c-b5a5-f04b4ea11203.shogun-image {
  box-sizing: border-box;
}


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





  img.s-07ca0687-6bea-496c-b5a5-f04b4ea11203.shogun-image {
    
    
  }


.s-07ca0687-6bea-496c-b5a5-f04b4ea11203 .shogun-image-content {
  
    align-items: center;
  
}

.s-07ca0687-6bea-496c-b5a5-f04b4ea11203.shg-align-container {
  text-align: center
}

.s-07ca0687-6bea-496c-b5a5-f04b4ea11203.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ca0687-6bea-496c-b5a5-f04b4ea11203.shogun-image {
  box-sizing: border-box;
}


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





  img.s-07ca0687-6bea-496c-b5a5-f04b4ea11203.shogun-image {
    
    
  }


.s-07ca0687-6bea-496c-b5a5-f04b4ea11203 .shogun-image-content {
  
    align-items: center;
  
}

.s-07ca0687-6bea-496c-b5a5-f04b4ea11203.shg-align-container {
  text-align: center
}

.s-07ca0687-6bea-496c-b5a5-f04b4ea11203.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ca0687-6bea-496c-b5a5-f04b4ea11203.shogun-image {
  box-sizing: border-box;
}


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





  img.s-07ca0687-6bea-496c-b5a5-f04b4ea11203.shogun-image {
    
    
  }


.s-07ca0687-6bea-496c-b5a5-f04b4ea11203 .shogun-image-content {
  
    align-items: center;
  
}

.s-07ca0687-6bea-496c-b5a5-f04b4ea11203.shg-align-container {
  text-align: center
}

.s-07ca0687-6bea-496c-b5a5-f04b4ea11203.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ca0687-6bea-496c-b5a5-f04b4ea11203.shogun-image {
  box-sizing: border-box;
}


}
#s-286c464f-1f2f-42c8-ac90-be941e96bfb8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-286c464f-1f2f-42c8-ac90-be941e96bfb8 {
  display: none;
}
#s-286c464f-1f2f-42c8-ac90-be941e96bfb8, #wrap-s-286c464f-1f2f-42c8-ac90-be941e96bfb8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-286c464f-1f2f-42c8-ac90-be941e96bfb8 {
  display: none;
}
#s-286c464f-1f2f-42c8-ac90-be941e96bfb8, #wrap-s-286c464f-1f2f-42c8-ac90-be941e96bfb8 { display:none !important; }}







#s-286c464f-1f2f-42c8-ac90-be941e96bfb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-286c464f-1f2f-42c8-ac90-be941e96bfb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-289413d9-15a0-4b3d-82e2-10e624aecc3f {
  margin-top: 5%;
margin-bottom: 5%;
text-align: center;
}







  img.s-289413d9-15a0-4b3d-82e2-10e624aecc3f.shogun-image {
    
    
  }


.s-289413d9-15a0-4b3d-82e2-10e624aecc3f .shogun-image-content {
  
    align-items: center;
  
}

.s-289413d9-15a0-4b3d-82e2-10e624aecc3f.shg-align-container {
  text-align: center
}

.s-289413d9-15a0-4b3d-82e2-10e624aecc3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289413d9-15a0-4b3d-82e2-10e624aecc3f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-289413d9-15a0-4b3d-82e2-10e624aecc3f.shogun-image {
    
    
  }


.s-289413d9-15a0-4b3d-82e2-10e624aecc3f .shogun-image-content {
  
    align-items: center;
  
}

.s-289413d9-15a0-4b3d-82e2-10e624aecc3f.shg-align-container {
  text-align: center
}

.s-289413d9-15a0-4b3d-82e2-10e624aecc3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289413d9-15a0-4b3d-82e2-10e624aecc3f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-289413d9-15a0-4b3d-82e2-10e624aecc3f.shogun-image {
    
    
  }


.s-289413d9-15a0-4b3d-82e2-10e624aecc3f .shogun-image-content {
  
    align-items: center;
  
}

.s-289413d9-15a0-4b3d-82e2-10e624aecc3f.shg-align-container {
  text-align: center
}

.s-289413d9-15a0-4b3d-82e2-10e624aecc3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289413d9-15a0-4b3d-82e2-10e624aecc3f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-289413d9-15a0-4b3d-82e2-10e624aecc3f.shogun-image {
    
    
  }


.s-289413d9-15a0-4b3d-82e2-10e624aecc3f .shogun-image-content {
  
    align-items: center;
  
}

.s-289413d9-15a0-4b3d-82e2-10e624aecc3f.shg-align-container {
  text-align: center
}

.s-289413d9-15a0-4b3d-82e2-10e624aecc3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289413d9-15a0-4b3d-82e2-10e624aecc3f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-289413d9-15a0-4b3d-82e2-10e624aecc3f.shogun-image {
    
    
  }


.s-289413d9-15a0-4b3d-82e2-10e624aecc3f .shogun-image-content {
  
    align-items: center;
  
}

.s-289413d9-15a0-4b3d-82e2-10e624aecc3f.shg-align-container {
  text-align: center
}

.s-289413d9-15a0-4b3d-82e2-10e624aecc3f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-289413d9-15a0-4b3d-82e2-10e624aecc3f.shogun-image {
  box-sizing: border-box;
}


}
#s-8e8304bb-30af-40d5-ac47-64f077e25083 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-8e8304bb-30af-40d5-ac47-64f077e25083 {
  display: none;
}
#s-8e8304bb-30af-40d5-ac47-64f077e25083, #wrap-s-8e8304bb-30af-40d5-ac47-64f077e25083 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e8304bb-30af-40d5-ac47-64f077e25083 {
  display: none;
}
#s-8e8304bb-30af-40d5-ac47-64f077e25083, #wrap-s-8e8304bb-30af-40d5-ac47-64f077e25083 { display:none !important; }}







#s-8e8304bb-30af-40d5-ac47-64f077e25083 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e8304bb-30af-40d5-ac47-64f077e25083.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f {
  text-align: center;
}







  img.s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f.shogun-image {
    
    
  }


.s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f .shogun-image-content {
  
    align-items: center;
  
}

.s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f.shg-align-container {
  text-align: center
}

.s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f.shogun-image {
    
    
  }


.s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f .shogun-image-content {
  
    align-items: center;
  
}

.s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f.shg-align-container {
  text-align: center
}

.s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f.shogun-image {
    
    
  }


.s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f .shogun-image-content {
  
    align-items: center;
  
}

.s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f.shg-align-container {
  text-align: center
}

.s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f.shogun-image {
    
    
  }


.s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f .shogun-image-content {
  
    align-items: center;
  
}

.s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f.shg-align-container {
  text-align: center
}

.s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f.shogun-image {
    
    
  }


.s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f .shogun-image-content {
  
    align-items: center;
  
}

.s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f.shg-align-container {
  text-align: center
}

.s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b5b0f665-7898-4e05-a662-8c2a5bab7e5f.shogun-image {
  box-sizing: border-box;
}


}
#s-ead3c72b-cf2f-405c-9f8c-298a8fcf4f89 {
  margin-top: -10%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ead3c72b-cf2f-405c-9f8c-298a8fcf4f89 .shogun-heading-component h5 {
  color: ;
  font-weight:   ;
  
  font-style:   ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ead3c72b-cf2f-405c-9f8c-298a8fcf4f89 .shogun-heading-component h5 {
  color: ;
  font-weight:   ;
  
  font-style:   ;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 2px;
  
}


}
#s-31c407d3-e785-4ed5-bf75-c2bd30685c0d {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
}

#s-b9e064d6-b761-4e0a-ba87-f632113cc28f {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 25px;
margin-right: 10%;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-b9e064d6-b761-4e0a-ba87-f632113cc28f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b9e064d6-b761-4e0a-ba87-f632113cc28f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b9e064d6-b761-4e0a-ba87-f632113cc28f-btn-wrapper {
    text-align: center;
  }


#s-b9e064d6-b761-4e0a-ba87-f632113cc28f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b9e064d6-b761-4e0a-ba87-f632113cc28f-btn-wrapper {
    text-align: center;
  }


#s-b9e064d6-b761-4e0a-ba87-f632113cc28f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9e064d6-b761-4e0a-ba87-f632113cc28f-btn-wrapper {
    text-align: center;
  }


#s-b9e064d6-b761-4e0a-ba87-f632113cc28f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9e064d6-b761-4e0a-ba87-f632113cc28f-btn-wrapper {
    text-align: center;
  }


#s-b9e064d6-b761-4e0a-ba87-f632113cc28f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b9e064d6-b761-4e0a-ba87-f632113cc28f-btn-wrapper {
    text-align: center;
  }


#s-b9e064d6-b761-4e0a-ba87-f632113cc28f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-b9e064d6-b761-4e0a-ba87-f632113cc28f-btn-wrapper {
    text-align: center;
  }


#s-b9e064d6-b761-4e0a-ba87-f632113cc28f.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-8b0868fa-9f5e-4e6f-915b-b8d9114c5366 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8b0868fa-9f5e-4e6f-915b-b8d9114c5366 {
  display: none;
}
#s-8b0868fa-9f5e-4e6f-915b-b8d9114c5366, #wrap-s-8b0868fa-9f5e-4e6f-915b-b8d9114c5366 { display:none !important; }}@media (max-width: 767px){#s-8b0868fa-9f5e-4e6f-915b-b8d9114c5366 {
  display: none;
}
#s-8b0868fa-9f5e-4e6f-915b-b8d9114c5366, #wrap-s-8b0868fa-9f5e-4e6f-915b-b8d9114c5366 { display:none !important; }}







#s-8b0868fa-9f5e-4e6f-915b-b8d9114c5366 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b0868fa-9f5e-4e6f-915b-b8d9114c5366.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-087a0374-075b-4e0b-9705-595577ffad75 {
  text-align: center;
}







  img.s-087a0374-075b-4e0b-9705-595577ffad75.shogun-image {
    
    
  }


.s-087a0374-075b-4e0b-9705-595577ffad75 .shogun-image-content {
  
    align-items: center;
  
}

.s-087a0374-075b-4e0b-9705-595577ffad75.shg-align-container {
  text-align: center
}

.s-087a0374-075b-4e0b-9705-595577ffad75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-087a0374-075b-4e0b-9705-595577ffad75.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-087a0374-075b-4e0b-9705-595577ffad75.shogun-image {
    
    
  }


.s-087a0374-075b-4e0b-9705-595577ffad75 .shogun-image-content {
  
    align-items: center;
  
}

.s-087a0374-075b-4e0b-9705-595577ffad75.shg-align-container {
  text-align: center
}

.s-087a0374-075b-4e0b-9705-595577ffad75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-087a0374-075b-4e0b-9705-595577ffad75.shogun-image {
  box-sizing: border-box;
}


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





  img.s-087a0374-075b-4e0b-9705-595577ffad75.shogun-image {
    
    
  }


.s-087a0374-075b-4e0b-9705-595577ffad75 .shogun-image-content {
  
    align-items: center;
  
}

.s-087a0374-075b-4e0b-9705-595577ffad75.shg-align-container {
  text-align: center
}

.s-087a0374-075b-4e0b-9705-595577ffad75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-087a0374-075b-4e0b-9705-595577ffad75.shogun-image {
  box-sizing: border-box;
}


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





  img.s-087a0374-075b-4e0b-9705-595577ffad75.shogun-image {
    
    
  }


.s-087a0374-075b-4e0b-9705-595577ffad75 .shogun-image-content {
  
    align-items: center;
  
}

.s-087a0374-075b-4e0b-9705-595577ffad75.shg-align-container {
  text-align: center
}

.s-087a0374-075b-4e0b-9705-595577ffad75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-087a0374-075b-4e0b-9705-595577ffad75.shogun-image {
  box-sizing: border-box;
}


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





  img.s-087a0374-075b-4e0b-9705-595577ffad75.shogun-image {
    
    
  }


.s-087a0374-075b-4e0b-9705-595577ffad75 .shogun-image-content {
  
    align-items: center;
  
}

.s-087a0374-075b-4e0b-9705-595577ffad75.shg-align-container {
  text-align: center
}

.s-087a0374-075b-4e0b-9705-595577ffad75.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-087a0374-075b-4e0b-9705-595577ffad75.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-1767f0f9-205a-4810-894d-f249d4d2bdda"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1767f0f9-205a-4810-894d-f249d4d2bdda"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1767f0f9-205a-4810-894d-f249d4d2bdda"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1767f0f9-205a-4810-894d-f249d4d2bdda"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1767f0f9-205a-4810-894d-f249d4d2bdda"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1767f0f9-205a-4810-894d-f249d4d2bdda"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1767f0f9-205a-4810-894d-f249d4d2bdda"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-9dbee416-07fe-4515-80f6-47c9cd73de94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9dbee416-07fe-4515-80f6-47c9cd73de94 .shogun-heading-component h5 {
  color: ;
  font-weight:   ;
  
  font-style:   ;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 2px;
  
}



#s-8efc03e6-ba71-4418-ada0-ea29e66a0aec {
  margin-top: 2%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-8efc03e6-ba71-4418-ada0-ea29e66a0aec {
  margin-left: 15%;
margin-right: 15%;
}
}
#s-3e7d48b6-f39e-43d6-8eb5-1dec1a23be32 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 25px;
margin-right: 10%;
padding-top: 13px;
padding-left: 25%;
padding-bottom: 13px;
padding-right: 25%;
border-radius: 2px;
background-color: rgba(37, 37, 37, 1);
text-align: center;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-3e7d48b6-f39e-43d6-8eb5-1dec1a23be32:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3e7d48b6-f39e-43d6-8eb5-1dec1a23be32:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3e7d48b6-f39e-43d6-8eb5-1dec1a23be32 {
  margin-left: 15%;
margin-right: 15%;
max-width: 100%;
}
}

  #s-3e7d48b6-f39e-43d6-8eb5-1dec1a23be32-btn-wrapper {
    text-align: center;
  }


#s-3e7d48b6-f39e-43d6-8eb5-1dec1a23be32.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3e7d48b6-f39e-43d6-8eb5-1dec1a23be32-btn-wrapper {
    text-align: center;
  }


#s-3e7d48b6-f39e-43d6-8eb5-1dec1a23be32.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e7d48b6-f39e-43d6-8eb5-1dec1a23be32-btn-wrapper {
    text-align: center;
  }


#s-3e7d48b6-f39e-43d6-8eb5-1dec1a23be32.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e7d48b6-f39e-43d6-8eb5-1dec1a23be32-btn-wrapper {
    text-align: center;
  }


#s-3e7d48b6-f39e-43d6-8eb5-1dec1a23be32.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3e7d48b6-f39e-43d6-8eb5-1dec1a23be32-btn-wrapper {
    text-align: center;
  }


#s-3e7d48b6-f39e-43d6-8eb5-1dec1a23be32.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}
}
  #s-3e7d48b6-f39e-43d6-8eb5-1dec1a23be32-btn-wrapper {
    text-align: center;
  }


#s-3e7d48b6-f39e-43d6-8eb5-1dec1a23be32.shg-btn {
  color: #ffffff;
  font-size: 13px;
  
  
  
  display:  block ;
}

#s-2109d8f5-872a-415c-bd8e-9606c279580e {
  margin-top: 5%;
margin-left: 2%;
margin-bottom: 5%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2109d8f5-872a-415c-bd8e-9606c279580e {
  display: none;
}
#s-2109d8f5-872a-415c-bd8e-9606c279580e, #wrap-s-2109d8f5-872a-415c-bd8e-9606c279580e { display:none !important; }}@media (max-width: 767px){#s-2109d8f5-872a-415c-bd8e-9606c279580e {
  display: none;
}
#s-2109d8f5-872a-415c-bd8e-9606c279580e, #wrap-s-2109d8f5-872a-415c-bd8e-9606c279580e { display:none !important; }}







#s-2109d8f5-872a-415c-bd8e-9606c279580e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2109d8f5-872a-415c-bd8e-9606c279580e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-136c6190-e749-4013-bafe-0c13855e184e {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-81a65a64-5277-4511-ad19-fa023acbe581 {
  margin-top: 1%;
margin-bottom: 1%;
}

.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-ee020282-6ae4-4be8-8430-931836cbff04 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-ee020282-6ae4-4be8-8430-931836cbff04 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ee020282-6ae4-4be8-8430-931836cbff04 .shg-sld-nav-button.shg-sld-left,
#s-ee020282-6ae4-4be8-8430-931836cbff04 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-e7561568-c717-4857-afc8-38675369b356"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7561568-c717-4857-afc8-38675369b356"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-e7561568-c717-4857-afc8-38675369b356"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-e7561568-c717-4857-afc8-38675369b356"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-998b65fd-4760-484f-97a5-10757ce747e2 {
  text-align: center;
}







  #s-998b65fd-4760-484f-97a5-10757ce747e2 img.shogun-image {
    

    
    
    
  }


#s-998b65fd-4760-484f-97a5-10757ce747e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-5cebf56a-d717-447a-9afc-97f9c460bf2e {
  margin-top: 110%;
margin-left: 46%;
margin-right: 46%;
text-align: center;
}







  #s-5cebf56a-d717-447a-9afc-97f9c460bf2e img.shogun-image {
    

    
    
    
  }


#s-5cebf56a-d717-447a-9afc-97f9c460bf2e .shogun-image-content {
  
    align-items: center;
  
}

#s-ec7ca5a9-2e12-46a6-8ba7-30e121d8b7b3 {
  margin-top: -2%;
}

#s-142d6f64-a3c5-4d1b-9fcb-33b12d6f5a8c {
  margin-left: 5%;
margin-right: 5%;
}

#s-57a63b30-ab88-465d-87ed-30ba06fec71e {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-57a63b30-ab88-465d-87ed-30ba06fec71e:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-57a63b30-ab88-465d-87ed-30ba06fec71e:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-57a63b30-ab88-465d-87ed-30ba06fec71e-btn-wrapper {
    text-align: center;
  }


#s-57a63b30-ab88-465d-87ed-30ba06fec71e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-57a63b30-ab88-465d-87ed-30ba06fec71e-btn-wrapper {
    text-align: center;
  }


#s-57a63b30-ab88-465d-87ed-30ba06fec71e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-57a63b30-ab88-465d-87ed-30ba06fec71e-btn-wrapper {
    text-align: center;
  }


#s-57a63b30-ab88-465d-87ed-30ba06fec71e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-57a63b30-ab88-465d-87ed-30ba06fec71e-btn-wrapper {
    text-align: center;
  }


#s-57a63b30-ab88-465d-87ed-30ba06fec71e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-57a63b30-ab88-465d-87ed-30ba06fec71e-btn-wrapper {
    text-align: center;
  }


#s-57a63b30-ab88-465d-87ed-30ba06fec71e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-57a63b30-ab88-465d-87ed-30ba06fec71e-btn-wrapper {
    text-align: center;
  }


#s-57a63b30-ab88-465d-87ed-30ba06fec71e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-5e69144c-09e8-46c3-8216-e6df9cae89d7 {
  text-align: center;
}







  #s-5e69144c-09e8-46c3-8216-e6df9cae89d7 img.shogun-image {
    

    
    
    
  }


#s-5e69144c-09e8-46c3-8216-e6df9cae89d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-9cf278af-63e9-4adf-b424-9de4bf61ee32 {
  margin-top: 110%;
margin-left: 46%;
margin-right: 46%;
text-align: center;
}







  #s-9cf278af-63e9-4adf-b424-9de4bf61ee32 img.shogun-image {
    

    
    
    
  }


#s-9cf278af-63e9-4adf-b424-9de4bf61ee32 .shogun-image-content {
  
    align-items: center;
  
}

#s-23540b12-e1ef-442e-9ec4-7061c20f181f {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-9ad0bc16-ba19-4f35-9c97-28643d47bfa4 {
  margin-top: -2%;
}

#s-989935ce-bcb8-4f54-8828-0c17dc984a3c {
  margin-left: 5%;
margin-right: 5%;
}

#s-25cdde3e-5cc0-40f9-a701-cb3bfe2157af {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-25cdde3e-5cc0-40f9-a701-cb3bfe2157af:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-25cdde3e-5cc0-40f9-a701-cb3bfe2157af:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-25cdde3e-5cc0-40f9-a701-cb3bfe2157af-btn-wrapper {
    text-align: center;
  }


#s-25cdde3e-5cc0-40f9-a701-cb3bfe2157af.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-25cdde3e-5cc0-40f9-a701-cb3bfe2157af-btn-wrapper {
    text-align: center;
  }


#s-25cdde3e-5cc0-40f9-a701-cb3bfe2157af.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-25cdde3e-5cc0-40f9-a701-cb3bfe2157af-btn-wrapper {
    text-align: center;
  }


#s-25cdde3e-5cc0-40f9-a701-cb3bfe2157af.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-25cdde3e-5cc0-40f9-a701-cb3bfe2157af-btn-wrapper {
    text-align: center;
  }


#s-25cdde3e-5cc0-40f9-a701-cb3bfe2157af.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-25cdde3e-5cc0-40f9-a701-cb3bfe2157af-btn-wrapper {
    text-align: center;
  }


#s-25cdde3e-5cc0-40f9-a701-cb3bfe2157af.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-25cdde3e-5cc0-40f9-a701-cb3bfe2157af-btn-wrapper {
    text-align: center;
  }


#s-25cdde3e-5cc0-40f9-a701-cb3bfe2157af.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-bf706737-b377-4c06-8b7a-290d8ffb7664 {
  text-align: center;
}







  #s-bf706737-b377-4c06-8b7a-290d8ffb7664 img.shogun-image {
    

    
    
    
  }


#s-bf706737-b377-4c06-8b7a-290d8ffb7664 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffb5b121-1be8-4980-9996-8b15dd37fd48 {
  margin-top: 110%;
margin-left: 46%;
margin-right: 46%;
text-align: center;
}







  #s-ffb5b121-1be8-4980-9996-8b15dd37fd48 img.shogun-image {
    

    
    
    
  }


#s-ffb5b121-1be8-4980-9996-8b15dd37fd48 .shogun-image-content {
  
    align-items: center;
  
}

#s-2be18b4c-e8ae-4888-bfcb-0137e7920fa9 {
  margin-top: -2%;
}

#s-afb5a0be-9f86-4ff9-9016-d98d97c78284 {
  margin-left: 5%;
margin-right: 5%;
}

#s-b94a19dc-24ee-41ae-98b7-c6e033c215e6 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b94a19dc-24ee-41ae-98b7-c6e033c215e6:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b94a19dc-24ee-41ae-98b7-c6e033c215e6:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-b94a19dc-24ee-41ae-98b7-c6e033c215e6-btn-wrapper {
    text-align: center;
  }


#s-b94a19dc-24ee-41ae-98b7-c6e033c215e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b94a19dc-24ee-41ae-98b7-c6e033c215e6-btn-wrapper {
    text-align: center;
  }


#s-b94a19dc-24ee-41ae-98b7-c6e033c215e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b94a19dc-24ee-41ae-98b7-c6e033c215e6-btn-wrapper {
    text-align: center;
  }


#s-b94a19dc-24ee-41ae-98b7-c6e033c215e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b94a19dc-24ee-41ae-98b7-c6e033c215e6-btn-wrapper {
    text-align: center;
  }


#s-b94a19dc-24ee-41ae-98b7-c6e033c215e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b94a19dc-24ee-41ae-98b7-c6e033c215e6-btn-wrapper {
    text-align: center;
  }


#s-b94a19dc-24ee-41ae-98b7-c6e033c215e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-b94a19dc-24ee-41ae-98b7-c6e033c215e6-btn-wrapper {
    text-align: center;
  }


#s-b94a19dc-24ee-41ae-98b7-c6e033c215e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

@media (min-width: 0px) {
[id="s-23eefaf3-2141-4781-9426-b4bf160c56b8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23eefaf3-2141-4781-9426-b4bf160c56b8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-23eefaf3-2141-4781-9426-b4bf160c56b8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-23eefaf3-2141-4781-9426-b4bf160c56b8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

}

#s-3bc90c40-97ab-4491-a091-996f7108ac18 {
  text-align: center;
}







  #s-3bc90c40-97ab-4491-a091-996f7108ac18 img.shogun-image {
    

    
    
    
  }


#s-3bc90c40-97ab-4491-a091-996f7108ac18 .shogun-image-content {
  
    align-items: center;
  
}

#s-f082704e-6753-487b-9983-9ce68fe4f1dc {
  margin-top: 110%;
margin-left: 47%;
margin-bottom: 0px;
margin-right: 47%;
text-align: center;
}
@media (min-width: 1200px){#s-f082704e-6753-487b-9983-9ce68fe4f1dc {
  margin-left: 49%;
margin-right: 49%;
}
}






  #s-f082704e-6753-487b-9983-9ce68fe4f1dc img.shogun-image {
    

    
    
    
  }


#s-f082704e-6753-487b-9983-9ce68fe4f1dc .shogun-image-content {
  
    align-items: center;
  
}

#s-6d7c4c17-12ef-47d8-b4f7-0f5ee076237b {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-b1bb9b5e-50a3-487b-a63d-20eb0a51c6e7 {
  margin-top: -2%;
margin-left: 2%;
margin-right: 2%;
}

#s-a3fe6cc0-04c7-4880-8a24-042db916af15 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a3fe6cc0-04c7-4880-8a24-042db916af15:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a3fe6cc0-04c7-4880-8a24-042db916af15:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-a3fe6cc0-04c7-4880-8a24-042db916af15-btn-wrapper {
    text-align: center;
  }


#s-a3fe6cc0-04c7-4880-8a24-042db916af15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a3fe6cc0-04c7-4880-8a24-042db916af15-btn-wrapper {
    text-align: center;
  }


#s-a3fe6cc0-04c7-4880-8a24-042db916af15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3fe6cc0-04c7-4880-8a24-042db916af15-btn-wrapper {
    text-align: center;
  }


#s-a3fe6cc0-04c7-4880-8a24-042db916af15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a3fe6cc0-04c7-4880-8a24-042db916af15-btn-wrapper {
    text-align: center;
  }


#s-a3fe6cc0-04c7-4880-8a24-042db916af15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a3fe6cc0-04c7-4880-8a24-042db916af15-btn-wrapper {
    text-align: center;
  }


#s-a3fe6cc0-04c7-4880-8a24-042db916af15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-a3fe6cc0-04c7-4880-8a24-042db916af15-btn-wrapper {
    text-align: center;
  }


#s-a3fe6cc0-04c7-4880-8a24-042db916af15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-7a391b28-fea0-46cc-8083-78576792b3d0 {
  text-align: center;
}







  #s-7a391b28-fea0-46cc-8083-78576792b3d0 img.shogun-image {
    

    
    
    
  }


#s-7a391b28-fea0-46cc-8083-78576792b3d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-907f2b3e-0f24-4c4f-afef-82b3c812ae16 {
  margin-top: 110%;
margin-left: 47%;
margin-bottom: 0px;
margin-right: 47%;
text-align: center;
}
@media (min-width: 1200px){#s-907f2b3e-0f24-4c4f-afef-82b3c812ae16 {
  margin-left: 49%;
margin-right: 49%;
}
}






  #s-907f2b3e-0f24-4c4f-afef-82b3c812ae16 img.shogun-image {
    

    
    
    
  }


#s-907f2b3e-0f24-4c4f-afef-82b3c812ae16 .shogun-image-content {
  
    align-items: center;
  
}

#s-56a41526-7203-41bc-9997-17b5754b924f {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-1af4387a-79f9-4125-b7aa-a8dec5c602cb {
  margin-top: -2%;
margin-left: 10%;
margin-right: 10%;
}

#s-3526cd07-b633-4529-ac06-52242bfbbc89 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-3526cd07-b633-4529-ac06-52242bfbbc89:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3526cd07-b633-4529-ac06-52242bfbbc89:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-3526cd07-b633-4529-ac06-52242bfbbc89-btn-wrapper {
    text-align: center;
  }


#s-3526cd07-b633-4529-ac06-52242bfbbc89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3526cd07-b633-4529-ac06-52242bfbbc89-btn-wrapper {
    text-align: center;
  }


#s-3526cd07-b633-4529-ac06-52242bfbbc89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3526cd07-b633-4529-ac06-52242bfbbc89-btn-wrapper {
    text-align: center;
  }


#s-3526cd07-b633-4529-ac06-52242bfbbc89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3526cd07-b633-4529-ac06-52242bfbbc89-btn-wrapper {
    text-align: center;
  }


#s-3526cd07-b633-4529-ac06-52242bfbbc89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3526cd07-b633-4529-ac06-52242bfbbc89-btn-wrapper {
    text-align: center;
  }


#s-3526cd07-b633-4529-ac06-52242bfbbc89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-3526cd07-b633-4529-ac06-52242bfbbc89-btn-wrapper {
    text-align: center;
  }


#s-3526cd07-b633-4529-ac06-52242bfbbc89.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-bb4cf284-98bd-4223-80dc-a0441d9770a9 {
  text-align: center;
}







  #s-bb4cf284-98bd-4223-80dc-a0441d9770a9 img.shogun-image {
    

    
    
    
  }


#s-bb4cf284-98bd-4223-80dc-a0441d9770a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7f3f181-d35a-46ed-9fb4-64746a65f298 {
  margin-top: 110%;
margin-left: 45%;
margin-right: 45%;
text-align: center;
}
@media (min-width: 1200px){#s-a7f3f181-d35a-46ed-9fb4-64746a65f298 {
  margin-left: 48%;
margin-right: 48%;
}
}






  #s-a7f3f181-d35a-46ed-9fb4-64746a65f298 img.shogun-image {
    

    
    
    
  }


#s-a7f3f181-d35a-46ed-9fb4-64746a65f298 .shogun-image-content {
  
    align-items: center;
  
}

#s-76e97054-41b5-453b-a6c5-bad89ca65a5b {
  margin-top: -2%;
margin-left: 5%;
margin-right: 5%;
}

#s-fe3de609-1f31-4471-9114-90b1f8dadec6 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 15px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-fe3de609-1f31-4471-9114-90b1f8dadec6:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fe3de609-1f31-4471-9114-90b1f8dadec6:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-fe3de609-1f31-4471-9114-90b1f8dadec6-btn-wrapper {
    text-align: center;
  }


#s-fe3de609-1f31-4471-9114-90b1f8dadec6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fe3de609-1f31-4471-9114-90b1f8dadec6-btn-wrapper {
    text-align: center;
  }


#s-fe3de609-1f31-4471-9114-90b1f8dadec6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe3de609-1f31-4471-9114-90b1f8dadec6-btn-wrapper {
    text-align: center;
  }


#s-fe3de609-1f31-4471-9114-90b1f8dadec6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fe3de609-1f31-4471-9114-90b1f8dadec6-btn-wrapper {
    text-align: center;
  }


#s-fe3de609-1f31-4471-9114-90b1f8dadec6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fe3de609-1f31-4471-9114-90b1f8dadec6-btn-wrapper {
    text-align: center;
  }


#s-fe3de609-1f31-4471-9114-90b1f8dadec6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-fe3de609-1f31-4471-9114-90b1f8dadec6-btn-wrapper {
    text-align: center;
  }


#s-fe3de609-1f31-4471-9114-90b1f8dadec6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-00c6fdab-9421-42aa-b9a1-2cc192a5e5a2 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-00c6fdab-9421-42aa-b9a1-2cc192a5e5a2 {
  display: none;
}
#s-00c6fdab-9421-42aa-b9a1-2cc192a5e5a2, #wrap-s-00c6fdab-9421-42aa-b9a1-2cc192a5e5a2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00c6fdab-9421-42aa-b9a1-2cc192a5e5a2 {
  display: none;
}
#s-00c6fdab-9421-42aa-b9a1-2cc192a5e5a2, #wrap-s-00c6fdab-9421-42aa-b9a1-2cc192a5e5a2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00c6fdab-9421-42aa-b9a1-2cc192a5e5a2 {
  
}
}







#s-00c6fdab-9421-42aa-b9a1-2cc192a5e5a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00c6fdab-9421-42aa-b9a1-2cc192a5e5a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed34a812-ffdb-46da-8082-e05e1147e3a5 {
  margin-top: 0px;
}

#s-58aae519-c0f7-4459-b0d5-a704fd79c7f2 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-58aae519-c0f7-4459-b0d5-a704fd79c7f2 {
  padding-left: 15%;
padding-right: 15%;
}
}
#s-58aae519-c0f7-4459-b0d5-a704fd79c7f2 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-58aae519-c0f7-4459-b0d5-a704fd79c7f2 .shg-sld-nav-button.shg-sld-left,
#s-58aae519-c0f7-4459-b0d5-a704fd79c7f2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-4522566d-45fb-4a0b-aa23-e1dab1e6c94b {
  text-align: center;
}







  #s-4522566d-45fb-4a0b-aa23-e1dab1e6c94b img.shogun-image {
    

    
    
    
  }


#s-4522566d-45fb-4a0b-aa23-e1dab1e6c94b .shogun-image-content {
  
    align-items: center;
  
}

#s-4c83bb2b-4332-447b-8383-de4e6ed48bdb {
  margin-top: 110%;
margin-left: 46%;
margin-right: 46%;
text-align: center;
}







  #s-4c83bb2b-4332-447b-8383-de4e6ed48bdb img.shogun-image {
    

    
    
    
  }


#s-4c83bb2b-4332-447b-8383-de4e6ed48bdb .shogun-image-content {
  
    align-items: center;
  
}

#s-5dd35387-bab7-4f2a-85eb-2b2165b6e788 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-c2b477b7-42ae-4fe0-a797-67d77bd00425 {
  margin-top: -20px;
margin-left: 10%;
margin-right: 10%;
}

#s-a26659e6-639e-40e7-ac40-c01b6155a8f5 {
  margin-left: 3%;
margin-right: 3%;
}

#s-55bff280-f11c-4304-97ae-30477e369789 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-55bff280-f11c-4304-97ae-30477e369789:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-55bff280-f11c-4304-97ae-30477e369789:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-55bff280-f11c-4304-97ae-30477e369789-btn-wrapper {
    text-align: center;
  }


#s-55bff280-f11c-4304-97ae-30477e369789.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-55bff280-f11c-4304-97ae-30477e369789-btn-wrapper {
    text-align: center;
  }


#s-55bff280-f11c-4304-97ae-30477e369789.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-55bff280-f11c-4304-97ae-30477e369789-btn-wrapper {
    text-align: center;
  }


#s-55bff280-f11c-4304-97ae-30477e369789.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-55bff280-f11c-4304-97ae-30477e369789-btn-wrapper {
    text-align: center;
  }


#s-55bff280-f11c-4304-97ae-30477e369789.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-55bff280-f11c-4304-97ae-30477e369789-btn-wrapper {
    text-align: center;
  }


#s-55bff280-f11c-4304-97ae-30477e369789.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-55bff280-f11c-4304-97ae-30477e369789-btn-wrapper {
    text-align: center;
  }


#s-55bff280-f11c-4304-97ae-30477e369789.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-f8a81d06-ef75-4173-bf64-13efda5fa21f {
  text-align: center;
}







  #s-f8a81d06-ef75-4173-bf64-13efda5fa21f img.shogun-image {
    

    
    
    
  }


#s-f8a81d06-ef75-4173-bf64-13efda5fa21f .shogun-image-content {
  
    align-items: center;
  
}

#s-93f4df2c-c0d2-42c3-88da-81f5f3e25303 {
  margin-top: 110%;
margin-left: 46%;
margin-right: 46%;
text-align: center;
}







  #s-93f4df2c-c0d2-42c3-88da-81f5f3e25303 img.shogun-image {
    

    
    
    
  }


#s-93f4df2c-c0d2-42c3-88da-81f5f3e25303 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d684766-4dc4-433d-b7eb-6e0d105c69c4 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-9062dad8-94b1-4a69-beb1-85f9daddd8bb {
  margin-top: -20px;
margin-left: 10%;
margin-right: 10%;
}

#s-ff7dfd13-8eb9-4c37-9959-67ff6e7a802e {
  margin-left: 3%;
margin-right: 3%;
}

#s-76475cbb-88a8-46b7-978c-cee4279b073a {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-76475cbb-88a8-46b7-978c-cee4279b073a:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-76475cbb-88a8-46b7-978c-cee4279b073a:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-76475cbb-88a8-46b7-978c-cee4279b073a-btn-wrapper {
    text-align: center;
  }


#s-76475cbb-88a8-46b7-978c-cee4279b073a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-76475cbb-88a8-46b7-978c-cee4279b073a-btn-wrapper {
    text-align: center;
  }


#s-76475cbb-88a8-46b7-978c-cee4279b073a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-76475cbb-88a8-46b7-978c-cee4279b073a-btn-wrapper {
    text-align: center;
  }


#s-76475cbb-88a8-46b7-978c-cee4279b073a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-76475cbb-88a8-46b7-978c-cee4279b073a-btn-wrapper {
    text-align: center;
  }


#s-76475cbb-88a8-46b7-978c-cee4279b073a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-76475cbb-88a8-46b7-978c-cee4279b073a-btn-wrapper {
    text-align: center;
  }


#s-76475cbb-88a8-46b7-978c-cee4279b073a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-76475cbb-88a8-46b7-978c-cee4279b073a-btn-wrapper {
    text-align: center;
  }


#s-76475cbb-88a8-46b7-978c-cee4279b073a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-426fe385-8472-4c6c-a82a-d3e6b182c05a {
  text-align: center;
}







  #s-426fe385-8472-4c6c-a82a-d3e6b182c05a img.shogun-image {
    

    
    
    
  }


#s-426fe385-8472-4c6c-a82a-d3e6b182c05a .shogun-image-content {
  
    align-items: center;
  
}

#s-c0f5bd22-414c-4946-b9b8-367a476b1146 {
  margin-top: 110%;
margin-left: 46%;
margin-right: 46%;
text-align: center;
}







  #s-c0f5bd22-414c-4946-b9b8-367a476b1146 img.shogun-image {
    

    
    
    
  }


#s-c0f5bd22-414c-4946-b9b8-367a476b1146 .shogun-image-content {
  
    align-items: center;
  
}

#s-f36bf342-0f31-477d-afdd-e9697ec6d961 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-718d71c1-aa34-44bf-9e1e-b6ea7b2398dd {
  margin-top: -20px;
margin-left: 10%;
margin-right: 10%;
}

#s-97ea7bef-bd65-47cf-b552-051fbf8e9eb4 {
  margin-left: 3%;
margin-right: 3%;
}

#s-b88b399f-2716-4bd2-a5f4-a6f7c25f2a9c {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b88b399f-2716-4bd2-a5f4-a6f7c25f2a9c:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b88b399f-2716-4bd2-a5f4-a6f7c25f2a9c:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-b88b399f-2716-4bd2-a5f4-a6f7c25f2a9c-btn-wrapper {
    text-align: center;
  }


#s-b88b399f-2716-4bd2-a5f4-a6f7c25f2a9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b88b399f-2716-4bd2-a5f4-a6f7c25f2a9c-btn-wrapper {
    text-align: center;
  }


#s-b88b399f-2716-4bd2-a5f4-a6f7c25f2a9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b88b399f-2716-4bd2-a5f4-a6f7c25f2a9c-btn-wrapper {
    text-align: center;
  }


#s-b88b399f-2716-4bd2-a5f4-a6f7c25f2a9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b88b399f-2716-4bd2-a5f4-a6f7c25f2a9c-btn-wrapper {
    text-align: center;
  }


#s-b88b399f-2716-4bd2-a5f4-a6f7c25f2a9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b88b399f-2716-4bd2-a5f4-a6f7c25f2a9c-btn-wrapper {
    text-align: center;
  }


#s-b88b399f-2716-4bd2-a5f4-a6f7c25f2a9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-b88b399f-2716-4bd2-a5f4-a6f7c25f2a9c-btn-wrapper {
    text-align: center;
  }


#s-b88b399f-2716-4bd2-a5f4-a6f7c25f2a9c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-466f4ddb-40d1-47b1-9caa-c4816c51b961 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}







  #s-466f4ddb-40d1-47b1-9caa-c4816c51b961 img.shogun-image {
    

    
    
    
  }


#s-466f4ddb-40d1-47b1-9caa-c4816c51b961 .shogun-image-content {
  
    align-items: center;
  
}

#s-7320e852-a754-4568-ab1f-12b31a5a01c4 {
  margin-top: 110%;
margin-left: 47%;
margin-right: 47%;
text-align: center;
}







  #s-7320e852-a754-4568-ab1f-12b31a5a01c4 img.shogun-image {
    

    
    
    
  }


#s-7320e852-a754-4568-ab1f-12b31a5a01c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-52cd360c-e744-4da2-80f5-d76a424b27b8 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-12ad9114-faea-4fd8-be1c-cc7b5ed7ed51 {
  margin-top: -20px;
margin-left: 5%;
margin-right: 4%;
}

#s-2ae6f43f-391f-41af-85c3-2fd28d7fd100 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-2ae6f43f-391f-41af-85c3-2fd28d7fd100:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2ae6f43f-391f-41af-85c3-2fd28d7fd100:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2ae6f43f-391f-41af-85c3-2fd28d7fd100-btn-wrapper {
    text-align: center;
  }


#s-2ae6f43f-391f-41af-85c3-2fd28d7fd100.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2ae6f43f-391f-41af-85c3-2fd28d7fd100-btn-wrapper {
    text-align: center;
  }


#s-2ae6f43f-391f-41af-85c3-2fd28d7fd100.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2ae6f43f-391f-41af-85c3-2fd28d7fd100-btn-wrapper {
    text-align: center;
  }


#s-2ae6f43f-391f-41af-85c3-2fd28d7fd100.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2ae6f43f-391f-41af-85c3-2fd28d7fd100-btn-wrapper {
    text-align: center;
  }


#s-2ae6f43f-391f-41af-85c3-2fd28d7fd100.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2ae6f43f-391f-41af-85c3-2fd28d7fd100-btn-wrapper {
    text-align: center;
  }


#s-2ae6f43f-391f-41af-85c3-2fd28d7fd100.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-2ae6f43f-391f-41af-85c3-2fd28d7fd100-btn-wrapper {
    text-align: center;
  }


#s-2ae6f43f-391f-41af-85c3-2fd28d7fd100.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-4168e296-f881-4382-8c06-0491d4d65792 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}







  #s-4168e296-f881-4382-8c06-0491d4d65792 img.shogun-image {
    

    
    
    
  }


#s-4168e296-f881-4382-8c06-0491d4d65792 .shogun-image-content {
  
    align-items: center;
  
}

#s-080365ad-db6f-4ac9-bfd0-d9f979a0133f {
  margin-top: 400px;
margin-left: 46%;
margin-right: 46%;
text-align: center;
}







  #s-080365ad-db6f-4ac9-bfd0-d9f979a0133f img.shogun-image {
    

    
    
    
  }


#s-080365ad-db6f-4ac9-bfd0-d9f979a0133f .shogun-image-content {
  
    align-items: center;
  
}

#s-6b40c1ca-e4f0-401e-9efc-1103ee185204 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-8bc48572-2938-45fb-9222-51f78dbdd563 {
  margin-top: -20px;
}

#s-1f3c7094-3f2d-4072-9ee8-f3bb031c3cbb {
  margin-left: 5%;
margin-right: 5%;
}

#s-56440f07-6df9-4ce1-9a58-14338ad4de58 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-56440f07-6df9-4ce1-9a58-14338ad4de58:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-56440f07-6df9-4ce1-9a58-14338ad4de58:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-56440f07-6df9-4ce1-9a58-14338ad4de58-btn-wrapper {
    text-align: center;
  }


#s-56440f07-6df9-4ce1-9a58-14338ad4de58.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-56440f07-6df9-4ce1-9a58-14338ad4de58-btn-wrapper {
    text-align: center;
  }


#s-56440f07-6df9-4ce1-9a58-14338ad4de58.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-56440f07-6df9-4ce1-9a58-14338ad4de58-btn-wrapper {
    text-align: center;
  }


#s-56440f07-6df9-4ce1-9a58-14338ad4de58.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-56440f07-6df9-4ce1-9a58-14338ad4de58-btn-wrapper {
    text-align: center;
  }


#s-56440f07-6df9-4ce1-9a58-14338ad4de58.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-56440f07-6df9-4ce1-9a58-14338ad4de58-btn-wrapper {
    text-align: center;
  }


#s-56440f07-6df9-4ce1-9a58-14338ad4de58.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-56440f07-6df9-4ce1-9a58-14338ad4de58-btn-wrapper {
    text-align: center;
  }


#s-56440f07-6df9-4ce1-9a58-14338ad4de58.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-0ec146bf-127c-41a9-81f5-8b842d122e69 {
  margin-left: 1%;
margin-right: 1%;
text-align: center;
}







  #s-0ec146bf-127c-41a9-81f5-8b842d122e69 img.shogun-image {
    

    
    
    
  }


#s-0ec146bf-127c-41a9-81f5-8b842d122e69 .shogun-image-content {
  
    align-items: center;
  
}

#s-12ce8669-04bd-48ce-991c-f71708c40dbe {
  margin-top: 110%;
margin-left: 48%;
margin-right: 48%;
text-align: center;
}







  #s-12ce8669-04bd-48ce-991c-f71708c40dbe img.shogun-image {
    

    
    
    
  }


#s-12ce8669-04bd-48ce-991c-f71708c40dbe .shogun-image-content {
  
    align-items: center;
  
}

#s-28551b3f-916b-4fde-8375-4a5a98dbbd01 {
  margin-top: -20px;
margin-left: 13%;
margin-right: 13%;
}

#s-5beef168-4705-4b9c-9cc8-b428ab5feb15 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-5beef168-4705-4b9c-9cc8-b428ab5feb15:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5beef168-4705-4b9c-9cc8-b428ab5feb15:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-5beef168-4705-4b9c-9cc8-b428ab5feb15-btn-wrapper {
    text-align: center;
  }


#s-5beef168-4705-4b9c-9cc8-b428ab5feb15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5beef168-4705-4b9c-9cc8-b428ab5feb15-btn-wrapper {
    text-align: center;
  }


#s-5beef168-4705-4b9c-9cc8-b428ab5feb15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5beef168-4705-4b9c-9cc8-b428ab5feb15-btn-wrapper {
    text-align: center;
  }


#s-5beef168-4705-4b9c-9cc8-b428ab5feb15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5beef168-4705-4b9c-9cc8-b428ab5feb15-btn-wrapper {
    text-align: center;
  }


#s-5beef168-4705-4b9c-9cc8-b428ab5feb15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5beef168-4705-4b9c-9cc8-b428ab5feb15-btn-wrapper {
    text-align: center;
  }


#s-5beef168-4705-4b9c-9cc8-b428ab5feb15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-5beef168-4705-4b9c-9cc8-b428ab5feb15-btn-wrapper {
    text-align: center;
  }


#s-5beef168-4705-4b9c-9cc8-b428ab5feb15.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

#s-e68b57e5-efb8-497d-a521-6826575b873f {
  margin-left: 1%;
margin-right: 1%;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  #s-e68b57e5-efb8-497d-a521-6826575b873f img.shogun-image {
    

    
    
    
  }


#s-e68b57e5-efb8-497d-a521-6826575b873f .shogun-image-content {
  
    align-items: center;
  
}

#s-f826070f-5148-4517-875f-5ab448dc3026 {
  margin-top: 110%;
margin-left: 48%;
margin-right: 48%;
text-align: center;
}







  #s-f826070f-5148-4517-875f-5ab448dc3026 img.shogun-image {
    

    
    
    
  }


#s-f826070f-5148-4517-875f-5ab448dc3026 .shogun-image-content {
  
    align-items: center;
  
}

#s-30de07ba-fde0-4c9c-b866-8ac9f9f25166 {
  margin-left: 0%;
margin-right: 0%;
}

#s-28fd352c-7f8a-4c2e-8f04-db9d2107332b {
  margin-top: -20px;
margin-left: 10%;
margin-right: 10%;
}

#s-b6ac215b-f7cb-4f41-a868-05e541730228 {
  border-style: solid;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
border-color: rgba(34, 25, 77, 0);
border-radius: 2px;
max-width: 200px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 4px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b6ac215b-f7cb-4f41-a868-05e541730228:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(117, 117, 117, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b6ac215b-f7cb-4f41-a868-05e541730228:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-b6ac215b-f7cb-4f41-a868-05e541730228-btn-wrapper {
    text-align: center;
  }


#s-b6ac215b-f7cb-4f41-a868-05e541730228.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b6ac215b-f7cb-4f41-a868-05e541730228-btn-wrapper {
    text-align: center;
  }


#s-b6ac215b-f7cb-4f41-a868-05e541730228.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6ac215b-f7cb-4f41-a868-05e541730228-btn-wrapper {
    text-align: center;
  }


#s-b6ac215b-f7cb-4f41-a868-05e541730228.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b6ac215b-f7cb-4f41-a868-05e541730228-btn-wrapper {
    text-align: center;
  }


#s-b6ac215b-f7cb-4f41-a868-05e541730228.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b6ac215b-f7cb-4f41-a868-05e541730228-btn-wrapper {
    text-align: center;
  }


#s-b6ac215b-f7cb-4f41-a868-05e541730228.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}
}
  #s-b6ac215b-f7cb-4f41-a868-05e541730228-btn-wrapper {
    text-align: center;
  }


#s-b6ac215b-f7cb-4f41-a868-05e541730228.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  
  
  
  display:  block ;
}

@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}
