.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-71266644-c63e-4138-9c18-561495b8ac6e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 1%;
margin-bottom: 0%;
min-height: 400px;
background-position: center center;
}
@media (max-width: 767px){#s-71266644-c63e-4138-9c18-561495b8ac6e {
  min-height: 300px;
}
}
#s-71266644-c63e-4138-9c18-561495b8ac6e {
  background-image: url(https://i.shgcdn.com/09c506f0-5239-495a-9f23-5123dee1395b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-71266644-c63e-4138-9c18-561495b8ac6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.1;
}#s-71266644-c63e-4138-9c18-561495b8ac6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c2e5477b-67ff-4769-aa8d-76ff59b15aca {
  margin-top: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

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

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

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

#s-f576eacc-1122-4ba4-b09c-df2391be83ef {
  margin-top: 5%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-f576eacc-1122-4ba4-b09c-df2391be83ef {
  display: none;
}
#s-f576eacc-1122-4ba4-b09c-df2391be83ef, #wrap-s-f576eacc-1122-4ba4-b09c-df2391be83ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f576eacc-1122-4ba4-b09c-df2391be83ef {
  display: none;
}
#s-f576eacc-1122-4ba4-b09c-df2391be83ef, #wrap-s-f576eacc-1122-4ba4-b09c-df2391be83ef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f576eacc-1122-4ba4-b09c-df2391be83ef {
  margin-left: 16%;
margin-right: 16%;
}
}
@media (min-width: 0px) {
[id="s-f576eacc-1122-4ba4-b09c-df2391be83ef"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-f576eacc-1122-4ba4-b09c-df2391be83ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-f576eacc-1122-4ba4-b09c-df2391be83ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-f576eacc-1122-4ba4-b09c-df2391be83ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-86d95175-c84f-4f9d-8da7-1e419935df7c {
  margin-top: 0%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
text-align: center;
}
#s-86d95175-c84f-4f9d-8da7-1e419935df7c:hover {opacity: 0.8 !important;}






  #s-86d95175-c84f-4f9d-8da7-1e419935df7c img.shogun-image {
    

    
    
    
  }


#s-86d95175-c84f-4f9d-8da7-1e419935df7c .shogun-image-content {
  
    align-items: center;
  
}

#s-b3e0a57e-02fb-4b38-9b0e-813cc21c5887 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-6b35be63-f775-4209-99f7-9683565e8dff {
  text-align: center;
}
#s-6b35be63-f775-4209-99f7-9683565e8dff:hover {opacity: 0.8 !important;}






  #s-6b35be63-f775-4209-99f7-9683565e8dff img.shogun-image {
    

    
    
    
  }


#s-6b35be63-f775-4209-99f7-9683565e8dff .shogun-image-content {
  
    align-items: center;
  
}

#s-79beec8a-b101-49ea-83e6-75a77a4088a8 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-cee3f1f7-3ed9-4362-8d05-96ea46d67d2e {
  max-width: 412px;
aspect-ratio: 1/1;
text-align: center;
}
#s-cee3f1f7-3ed9-4362-8d05-96ea46d67d2e:hover {opacity: 0.8 !important;}




  #s-cee3f1f7-3ed9-4362-8d05-96ea46d67d2e img.shogun-image,
  #s-cee3f1f7-3ed9-4362-8d05-96ea46d67d2e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cee3f1f7-3ed9-4362-8d05-96ea46d67d2e {
    width: 100%;
    height: auto;
  }



  #s-cee3f1f7-3ed9-4362-8d05-96ea46d67d2e img.shogun-image {
    

    
    
    
  }


#s-cee3f1f7-3ed9-4362-8d05-96ea46d67d2e .shogun-image-content {
  
    align-items: center;
  
}

#s-4467c003-7b51-4349-93f4-1f678a92a5ec {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-51921039-a51a-467c-a1cd-9064a7d39611 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-51921039-a51a-467c-a1cd-9064a7d39611 {
  display: none;
}
#s-51921039-a51a-467c-a1cd-9064a7d39611, #wrap-s-51921039-a51a-467c-a1cd-9064a7d39611 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-51921039-a51a-467c-a1cd-9064a7d39611 {
  display: none;
}
#s-51921039-a51a-467c-a1cd-9064a7d39611, #wrap-s-51921039-a51a-467c-a1cd-9064a7d39611 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-51921039-a51a-467c-a1cd-9064a7d39611 {
  margin-left: 16%;
margin-right: 16%;
}
}
@media (min-width: 0px) {
[id="s-51921039-a51a-467c-a1cd-9064a7d39611"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-51921039-a51a-467c-a1cd-9064a7d39611"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-51921039-a51a-467c-a1cd-9064a7d39611"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-51921039-a51a-467c-a1cd-9064a7d39611"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-49bea989-5b2c-4571-95bf-98d52c8d602d {
  max-width: 412px;
aspect-ratio: 1/1;
text-align: center;
}
#s-49bea989-5b2c-4571-95bf-98d52c8d602d:hover {opacity: 0.8 !important;}




  #s-49bea989-5b2c-4571-95bf-98d52c8d602d img.shogun-image,
  #s-49bea989-5b2c-4571-95bf-98d52c8d602d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-49bea989-5b2c-4571-95bf-98d52c8d602d {
    width: 100%;
    height: auto;
  }



  #s-49bea989-5b2c-4571-95bf-98d52c8d602d img.shogun-image {
    

    
    
    
  }


#s-49bea989-5b2c-4571-95bf-98d52c8d602d .shogun-image-content {
  
    align-items: center;
  
}

#s-eda817a7-1b85-4dbb-855a-9a8d2c99e7f4 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-30e0c8fc-b3b6-4dac-ab36-a519f848d843 {
  text-align: center;
}
#s-30e0c8fc-b3b6-4dac-ab36-a519f848d843:hover {opacity: 0.8 !important;}






  #s-30e0c8fc-b3b6-4dac-ab36-a519f848d843 img.shogun-image {
    

    
    
    
  }


#s-30e0c8fc-b3b6-4dac-ab36-a519f848d843 .shogun-image-content {
  
    align-items: center;
  
}

#s-27a09d21-e5d6-4b3d-8eb0-9795c671c1bb {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-c59b3794-827c-4f8e-a290-ca0abbb766a0 {
  text-align: center;
}
#s-c59b3794-827c-4f8e-a290-ca0abbb766a0:hover {opacity: 0.8 !important;}






  #s-c59b3794-827c-4f8e-a290-ca0abbb766a0 img.shogun-image {
    

    
    
    
  }


#s-c59b3794-827c-4f8e-a290-ca0abbb766a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c40646c-9669-4ef9-a5d9-ae893b6d5e58 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-6e4e8310-5131-4aa7-b805-559d23447fc8 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-6e4e8310-5131-4aa7-b805-559d23447fc8 {
  display: none;
}
#s-6e4e8310-5131-4aa7-b805-559d23447fc8, #wrap-s-6e4e8310-5131-4aa7-b805-559d23447fc8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e4e8310-5131-4aa7-b805-559d23447fc8 {
  display: none;
}
#s-6e4e8310-5131-4aa7-b805-559d23447fc8, #wrap-s-6e4e8310-5131-4aa7-b805-559d23447fc8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e4e8310-5131-4aa7-b805-559d23447fc8 {
  margin-left: 16%;
margin-right: 16%;
}
}
@media (min-width: 0px) {
[id="s-6e4e8310-5131-4aa7-b805-559d23447fc8"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-6e4e8310-5131-4aa7-b805-559d23447fc8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-6e4e8310-5131-4aa7-b805-559d23447fc8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-6e4e8310-5131-4aa7-b805-559d23447fc8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-841cf008-13c4-4055-9af2-f040331c255e {
  text-align: center;
}
#s-841cf008-13c4-4055-9af2-f040331c255e:hover {opacity: 0.8 !important;}






  #s-841cf008-13c4-4055-9af2-f040331c255e img.shogun-image {
    

    
    
    
  }


#s-841cf008-13c4-4055-9af2-f040331c255e .shogun-image-content {
  
    align-items: center;
  
}

#s-65c9ac96-02ba-4331-b099-593a1eec0d16 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-d43b013f-08e1-490d-a75d-f92e6243ec54 {
  text-align: center;
}
#s-d43b013f-08e1-490d-a75d-f92e6243ec54:hover {opacity: 0.8 !important;}






  #s-d43b013f-08e1-490d-a75d-f92e6243ec54 img.shogun-image {
    

    
    
    
  }


#s-d43b013f-08e1-490d-a75d-f92e6243ec54 .shogun-image-content {
  
    align-items: center;
  
}

#s-792d2299-0a28-44fd-823b-0503c39dadb1 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-b62ecd5b-fd1c-444c-99d7-5e6d3291d34d {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
text-align: center;
}
#s-b62ecd5b-fd1c-444c-99d7-5e6d3291d34d:hover {opacity: 0.8 !important;}






  #s-b62ecd5b-fd1c-444c-99d7-5e6d3291d34d img.shogun-image {
    

    
    
    
  }


#s-b62ecd5b-fd1c-444c-99d7-5e6d3291d34d .shogun-image-content {
  
    align-items: center;
  
}

#s-5eaeda6a-1823-48e3-99f7-fa16577549c0 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-3d25d365-ff43-4b36-a148-d727dc3b446e {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}
@media (min-width: 1200px){#s-3d25d365-ff43-4b36-a148-d727dc3b446e {
  display: none;
}
#s-3d25d365-ff43-4b36-a148-d727dc3b446e, #wrap-s-3d25d365-ff43-4b36-a148-d727dc3b446e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3d25d365-ff43-4b36-a148-d727dc3b446e {
  display: none;
}
#s-3d25d365-ff43-4b36-a148-d727dc3b446e, #wrap-s-3d25d365-ff43-4b36-a148-d727dc3b446e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3d25d365-ff43-4b36-a148-d727dc3b446e {
  margin-left: 16%;
margin-right: 16%;
}
}
@media (min-width: 0px) {
[id="s-3d25d365-ff43-4b36-a148-d727dc3b446e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-3d25d365-ff43-4b36-a148-d727dc3b446e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-3d25d365-ff43-4b36-a148-d727dc3b446e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-3d25d365-ff43-4b36-a148-d727dc3b446e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-22461d11-0143-4cc3-a4e0-64da84936e70 {
  text-align: center;
}
#s-22461d11-0143-4cc3-a4e0-64da84936e70:hover {opacity: 0.8 !important;}






  #s-22461d11-0143-4cc3-a4e0-64da84936e70 img.shogun-image {
    

    
    
    
  }


#s-22461d11-0143-4cc3-a4e0-64da84936e70 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b7ad7c5-65a7-49af-9f02-255b854fa80e {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-6ad4200a-fe33-456f-ad48-537fd76fcb43 {
  margin-top: 1%;
margin-bottom: 1%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6ad4200a-fe33-456f-ad48-537fd76fcb43 {
  display: none;
}
#s-6ad4200a-fe33-456f-ad48-537fd76fcb43, #wrap-s-6ad4200a-fe33-456f-ad48-537fd76fcb43 { display:none !important; }}@media (max-width: 767px){#s-6ad4200a-fe33-456f-ad48-537fd76fcb43 {
  display: none;
}
#s-6ad4200a-fe33-456f-ad48-537fd76fcb43, #wrap-s-6ad4200a-fe33-456f-ad48-537fd76fcb43 { display:none !important; }}







#s-6ad4200a-fe33-456f-ad48-537fd76fcb43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ad4200a-fe33-456f-ad48-537fd76fcb43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-77dabdbb-71be-4e37-8d0f-384107aa9bb9 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-77dabdbb-71be-4e37-8d0f-384107aa9bb9 {
  display: none;
}
#s-77dabdbb-71be-4e37-8d0f-384107aa9bb9, #wrap-s-77dabdbb-71be-4e37-8d0f-384107aa9bb9 { display:none !important; }}
#s-77dabdbb-71be-4e37-8d0f-384107aa9bb9 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-77dabdbb-71be-4e37-8d0f-384107aa9bb9 .shg-sld-nav-button.shg-sld-left,
#s-77dabdbb-71be-4e37-8d0f-384107aa9bb9 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-50bc6ab7-8699-43f3-92ea-c3fbb77e695e {
  margin-top: 1%;
margin-left: 6%;
margin-bottom: 1%;
margin-right: 6%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-50bc6ab7-8699-43f3-92ea-c3fbb77e695e {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-50bc6ab7-8699-43f3-92ea-c3fbb77e695e {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-50bc6ab7-8699-43f3-92ea-c3fbb77e695e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-50bc6ab7-8699-43f3-92ea-c3fbb77e695e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-50bc6ab7-8699-43f3-92ea-c3fbb77e695e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-50bc6ab7-8699-43f3-92ea-c3fbb77e695e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

#s-8ec7a6ba-8e7e-4944-9c42-3b073c94ccb0 {
  margin-top: 0%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
text-align: center;
}
#s-8ec7a6ba-8e7e-4944-9c42-3b073c94ccb0:hover {opacity: 0.8 !important;}






  #s-8ec7a6ba-8e7e-4944-9c42-3b073c94ccb0 img.shogun-image {
    

    
    
    
  }


#s-8ec7a6ba-8e7e-4944-9c42-3b073c94ccb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-277f0759-4360-40f6-9819-67ec2f8581ce {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-d8e300fd-e1a4-4e58-95ab-d9be9642e30a {
  max-width: 412px;
aspect-ratio: 1/1;
text-align: center;
}
#s-d8e300fd-e1a4-4e58-95ab-d9be9642e30a:hover {opacity: 0.8 !important;}




  #s-d8e300fd-e1a4-4e58-95ab-d9be9642e30a img.shogun-image,
  #s-d8e300fd-e1a4-4e58-95ab-d9be9642e30a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d8e300fd-e1a4-4e58-95ab-d9be9642e30a {
    width: 100%;
    height: auto;
  }



  #s-d8e300fd-e1a4-4e58-95ab-d9be9642e30a img.shogun-image {
    

    
    
    
  }


#s-d8e300fd-e1a4-4e58-95ab-d9be9642e30a .shogun-image-content {
  
    align-items: center;
  
}

#s-48afc209-dfec-4358-97c4-25d1782ccebb {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-66144439-e27c-488c-87f3-6b185b192ae5 {
  max-width: 412px;
aspect-ratio: 1/1;
text-align: center;
}
#s-66144439-e27c-488c-87f3-6b185b192ae5:hover {opacity: 0.8 !important;}




  #s-66144439-e27c-488c-87f3-6b185b192ae5 img.shogun-image,
  #s-66144439-e27c-488c-87f3-6b185b192ae5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-66144439-e27c-488c-87f3-6b185b192ae5 {
    width: 100%;
    height: auto;
  }



  #s-66144439-e27c-488c-87f3-6b185b192ae5 img.shogun-image {
    

    
    
    
  }


#s-66144439-e27c-488c-87f3-6b185b192ae5 .shogun-image-content {
  
    align-items: center;
  
}

#s-97e766b1-b69b-467c-9086-3e4a66bba052 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-29b23c16-0956-48bd-a80c-58c018458cfe {
  text-align: center;
}
#s-29b23c16-0956-48bd-a80c-58c018458cfe:hover {opacity: 0.8 !important;}






  #s-29b23c16-0956-48bd-a80c-58c018458cfe img.shogun-image {
    

    
    
    
  }


#s-29b23c16-0956-48bd-a80c-58c018458cfe .shogun-image-content {
  
    align-items: center;
  
}

#s-7607136f-8bdd-4954-bac7-c9bed6d9fec2 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-cf2f484f-915e-49c2-ba54-38ac7c02d194 {
  text-align: center;
}
#s-cf2f484f-915e-49c2-ba54-38ac7c02d194:hover {opacity: 0.8 !important;}






  #s-cf2f484f-915e-49c2-ba54-38ac7c02d194 img.shogun-image {
    

    
    
    
  }


#s-cf2f484f-915e-49c2-ba54-38ac7c02d194 .shogun-image-content {
  
    align-items: center;
  
}

#s-500ca65c-2581-48ae-9667-176b3da865a7 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-5ecfd827-2563-44dc-b20f-920b059c037d {
  text-align: center;
}
#s-5ecfd827-2563-44dc-b20f-920b059c037d:hover {opacity: 0.8 !important;}






  #s-5ecfd827-2563-44dc-b20f-920b059c037d img.shogun-image {
    

    
    
    
  }


#s-5ecfd827-2563-44dc-b20f-920b059c037d .shogun-image-content {
  
    align-items: center;
  
}

#s-4089e5f5-a461-4676-9c5d-97faeff0642c {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-57c41e43-533e-4cc1-9a6c-8ea1d2319608 {
  margin-top: 1%;
margin-left: 6%;
margin-bottom: 1%;
margin-right: 6%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-57c41e43-533e-4cc1-9a6c-8ea1d2319608 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-57c41e43-533e-4cc1-9a6c-8ea1d2319608 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-57c41e43-533e-4cc1-9a6c-8ea1d2319608"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-57c41e43-533e-4cc1-9a6c-8ea1d2319608"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-57c41e43-533e-4cc1-9a6c-8ea1d2319608"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-57c41e43-533e-4cc1-9a6c-8ea1d2319608"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

#s-5470497c-05f2-44a8-8b7b-098fabe2b80a {
  text-align: center;
}
#s-5470497c-05f2-44a8-8b7b-098fabe2b80a:hover {opacity: 0.8 !important;}






  #s-5470497c-05f2-44a8-8b7b-098fabe2b80a img.shogun-image {
    

    
    
    
  }


#s-5470497c-05f2-44a8-8b7b-098fabe2b80a .shogun-image-content {
  
    align-items: center;
  
}

#s-93e28fe3-f2be-452d-a391-f3cee0bca1c7 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-203e07db-d99c-4fd0-b934-270abd69a69c {
  text-align: center;
}
#s-203e07db-d99c-4fd0-b934-270abd69a69c:hover {opacity: 0.8 !important;}






  #s-203e07db-d99c-4fd0-b934-270abd69a69c img.shogun-image {
    

    
    
    
  }


#s-203e07db-d99c-4fd0-b934-270abd69a69c .shogun-image-content {
  
    align-items: center;
  
}

#s-a2534614-3dfc-4beb-ab0b-461cbb4e14ed {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-75e234f5-477a-462a-aea1-56ecf666d501 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
text-align: center;
}
#s-75e234f5-477a-462a-aea1-56ecf666d501:hover {opacity: 0.8 !important;}






  #s-75e234f5-477a-462a-aea1-56ecf666d501 img.shogun-image {
    

    
    
    
  }


#s-75e234f5-477a-462a-aea1-56ecf666d501 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd3e4c16-3c8d-4216-8811-7ac75a34947b {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-d92ce6ca-0bbd-41ee-8972-f2467b0bcb9f {
  text-align: center;
}
#s-d92ce6ca-0bbd-41ee-8972-f2467b0bcb9f:hover {opacity: 0.8 !important;}






  #s-d92ce6ca-0bbd-41ee-8972-f2467b0bcb9f img.shogun-image {
    

    
    
    
  }


#s-d92ce6ca-0bbd-41ee-8972-f2467b0bcb9f .shogun-image-content {
  
    align-items: center;
  
}

#s-15ba9738-44ae-4298-83a1-7314bc13a2da {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-2eb18dc5-e331-448d-8b19-e7e86c116fcd {
  max-width: 412px;
aspect-ratio: 1/1;
text-align: center;
}
#s-2eb18dc5-e331-448d-8b19-e7e86c116fcd:hover {opacity: 0.8 !important;}




  #s-2eb18dc5-e331-448d-8b19-e7e86c116fcd img.shogun-image,
  #s-2eb18dc5-e331-448d-8b19-e7e86c116fcd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2eb18dc5-e331-448d-8b19-e7e86c116fcd {
    width: 100%;
    height: auto;
  }



  #s-2eb18dc5-e331-448d-8b19-e7e86c116fcd img.shogun-image {
    

    
    
    
  }


#s-2eb18dc5-e331-448d-8b19-e7e86c116fcd .shogun-image-content {
  
    align-items: center;
  
}

#s-5b96d6cd-e6b7-4444-b15a-b9b9feef9b19 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-73be4953-39e4-4056-8ba1-c7d537f82063 {
  text-align: center;
}
#s-73be4953-39e4-4056-8ba1-c7d537f82063:hover {opacity: 0.8 !important;}






  #s-73be4953-39e4-4056-8ba1-c7d537f82063 img.shogun-image {
    

    
    
    
  }


#s-73be4953-39e4-4056-8ba1-c7d537f82063 .shogun-image-content {
  
    align-items: center;
  
}

#s-2dd2ee0f-b30a-4386-bf69-98ca65bc3b59 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-c14d70ce-f07e-4599-afc2-db5f51d2796e {
  margin-top: 1%;
margin-left: 6%;
margin-bottom: 1%;
margin-right: 6%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c14d70ce-f07e-4599-afc2-db5f51d2796e {
  margin-left: 3%;
margin-right: 3%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c14d70ce-f07e-4599-afc2-db5f51d2796e {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-c14d70ce-f07e-4599-afc2-db5f51d2796e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-c14d70ce-f07e-4599-afc2-db5f51d2796e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c14d70ce-f07e-4599-afc2-db5f51d2796e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c14d70ce-f07e-4599-afc2-db5f51d2796e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 4.166666666666667px);
}

}

#s-848dde98-fe04-432b-8a77-512317cbf016 {
  text-align: center;
}
#s-848dde98-fe04-432b-8a77-512317cbf016:hover {opacity: 0.8 !important;}






  #s-848dde98-fe04-432b-8a77-512317cbf016 img.shogun-image {
    

    
    
    
  }


#s-848dde98-fe04-432b-8a77-512317cbf016 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e73b84c-cba6-43b7-8024-36e6c1a483fb {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-aff3b6af-40bb-4ba0-bfd7-894ee1800a97 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
text-align: center;
}
#s-aff3b6af-40bb-4ba0-bfd7-894ee1800a97:hover {opacity: 0.8 !important;}






  #s-aff3b6af-40bb-4ba0-bfd7-894ee1800a97 img.shogun-image {
    

    
    
    
  }


#s-aff3b6af-40bb-4ba0-bfd7-894ee1800a97 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b137565-9caa-4cb8-a679-26fcec795733 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-0c4db167-29b0-403b-b5e6-b1b10fd94c60 {
  text-align: center;
}
#s-0c4db167-29b0-403b-b5e6-b1b10fd94c60:hover {opacity: 0.8 !important;}






  #s-0c4db167-29b0-403b-b5e6-b1b10fd94c60 img.shogun-image {
    

    
    
    
  }


#s-0c4db167-29b0-403b-b5e6-b1b10fd94c60 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7e9a9be-1025-4f9b-8b14-59610a97f666 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-bdaa3925-c828-441f-bf59-383cd87a29a4 {
  margin-top: 0%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
text-align: center;
}
#s-bdaa3925-c828-441f-bf59-383cd87a29a4:hover {opacity: 0.8 !important;}






  #s-bdaa3925-c828-441f-bf59-383cd87a29a4 img.shogun-image {
    

    
    
    
  }


#s-bdaa3925-c828-441f-bf59-383cd87a29a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-3b6d4126-3303-423a-9952-26cb8812a57d {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-70332749-94e5-4bdf-af8a-57e386a7f303 {
  text-align: center;
}
#s-70332749-94e5-4bdf-af8a-57e386a7f303:hover {opacity: 0.8 !important;}






  #s-70332749-94e5-4bdf-af8a-57e386a7f303 img.shogun-image {
    

    
    
    
  }


#s-70332749-94e5-4bdf-af8a-57e386a7f303 .shogun-image-content {
  
    align-items: center;
  
}

#s-f997e7fb-7cdc-4fe9-8f40-fbaff45a831b {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-fc0d2f55-909c-4744-962d-af2dda8274e6 {
  text-align: center;
}
#s-fc0d2f55-909c-4744-962d-af2dda8274e6:hover {opacity: 0.8 !important;}






  #s-fc0d2f55-909c-4744-962d-af2dda8274e6 img.shogun-image {
    

    
    
    
  }


#s-fc0d2f55-909c-4744-962d-af2dda8274e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-48ec48cf-4fc0-4992-b42a-2d811eb8809f {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-d6c2e7c3-6f4a-47db-b0f3-065af3641254 {
  margin-top: 3%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-d6c2e7c3-6f4a-47db-b0f3-065af3641254 {
  display: none;
}
#s-d6c2e7c3-6f4a-47db-b0f3-065af3641254, #wrap-s-d6c2e7c3-6f4a-47db-b0f3-065af3641254 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6c2e7c3-6f4a-47db-b0f3-065af3641254 {
  display: none;
}
#s-d6c2e7c3-6f4a-47db-b0f3-065af3641254, #wrap-s-d6c2e7c3-6f4a-47db-b0f3-065af3641254 { display:none !important; }}







#s-d6c2e7c3-6f4a-47db-b0f3-065af3641254 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6c2e7c3-6f4a-47db-b0f3-065af3641254.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e85a6301-0e58-4eec-99a4-0343c7c6c1a3 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-e85a6301-0e58-4eec-99a4-0343c7c6c1a3 .shg-sld-dot {
  background-color: rgba(254, 254, 254, 1);
}

#s-e85a6301-0e58-4eec-99a4-0343c7c6c1a3 .shg-sld-nav-button.shg-sld-left,
#s-e85a6301-0e58-4eec-99a4-0343c7c6c1a3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(254, 254, 254, 1);
}

#s-797e2195-3ab5-4d56-b0fe-c6d8ada5362d {
  text-align: center;
}







  #s-797e2195-3ab5-4d56-b0fe-c6d8ada5362d img.shogun-image {
    

    
    
    
  }


#s-797e2195-3ab5-4d56-b0fe-c6d8ada5362d .shogun-image-content {
  
    align-items: center;
  
}

#s-2647afd6-b515-42b7-b921-3be37b0262db {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-2647afd6-b515-42b7-b921-3be37b0262db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2647afd6-b515-42b7-b921-3be37b0262db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2647afd6-b515-42b7-b921-3be37b0262db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2647afd6-b515-42b7-b921-3be37b0262db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8e46e490-b98c-4d6f-b092-28bb71fc9edd {
  text-align: center;
}







  #s-8e46e490-b98c-4d6f-b092-28bb71fc9edd img.shogun-image {
    

    
    
    
  }


#s-8e46e490-b98c-4d6f-b092-28bb71fc9edd .shogun-image-content {
  
    align-items: center;
  
}

#s-09be5d6b-7cdf-4405-acba-6af3af497a80 {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-09be5d6b-7cdf-4405-acba-6af3af497a80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09be5d6b-7cdf-4405-acba-6af3af497a80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09be5d6b-7cdf-4405-acba-6af3af497a80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09be5d6b-7cdf-4405-acba-6af3af497a80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-293bcac2-b6ce-4987-8a16-5fc1bd5c0811 {
  text-align: center;
}







  #s-293bcac2-b6ce-4987-8a16-5fc1bd5c0811 img.shogun-image {
    

    
    
    
  }


#s-293bcac2-b6ce-4987-8a16-5fc1bd5c0811 .shogun-image-content {
  
    align-items: center;
  
}

#s-54b24020-e0ad-484a-bc9a-607d4e7944bc {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-54b24020-e0ad-484a-bc9a-607d4e7944bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54b24020-e0ad-484a-bc9a-607d4e7944bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-54b24020-e0ad-484a-bc9a-607d4e7944bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-54b24020-e0ad-484a-bc9a-607d4e7944bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d1bdb50a-c133-4f0f-b7aa-987a89eca433 {
  text-align: center;
}







  #s-d1bdb50a-c133-4f0f-b7aa-987a89eca433 img.shogun-image {
    

    
    
    
  }


#s-d1bdb50a-c133-4f0f-b7aa-987a89eca433 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e504335-833b-4af0-8e2a-eb1011ec55a5 {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-2e504335-833b-4af0-8e2a-eb1011ec55a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e504335-833b-4af0-8e2a-eb1011ec55a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2e504335-833b-4af0-8e2a-eb1011ec55a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e504335-833b-4af0-8e2a-eb1011ec55a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-99ae4f7e-5ff8-4412-8913-1cabf67d37d5 {
  text-align: center;
}







  #s-99ae4f7e-5ff8-4412-8913-1cabf67d37d5 img.shogun-image {
    

    
    
    
  }


#s-99ae4f7e-5ff8-4412-8913-1cabf67d37d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b55098c-c8ea-4ba2-864b-f5669fe8cba3 {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-8b55098c-c8ea-4ba2-864b-f5669fe8cba3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b55098c-c8ea-4ba2-864b-f5669fe8cba3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8b55098c-c8ea-4ba2-864b-f5669fe8cba3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b55098c-c8ea-4ba2-864b-f5669fe8cba3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-13a0def6-b62a-4841-acba-dd8b2b743003 {
  margin-top: 1%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(103, 153, 200, 0.7);
}
@media (min-width: 1200px){#s-13a0def6-b62a-4841-acba-dd8b2b743003 {
  display: none;
}
#s-13a0def6-b62a-4841-acba-dd8b2b743003, #wrap-s-13a0def6-b62a-4841-acba-dd8b2b743003 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13a0def6-b62a-4841-acba-dd8b2b743003 {
  display: none;
}
#s-13a0def6-b62a-4841-acba-dd8b2b743003, #wrap-s-13a0def6-b62a-4841-acba-dd8b2b743003 { display:none !important; }}







#s-13a0def6-b62a-4841-acba-dd8b2b743003 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13a0def6-b62a-4841-acba-dd8b2b743003.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be51d528-351d-4dff-ad92-6e2ccf03e620 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 0%;
}

#s-b824b69f-14e3-4745-b4a8-2b6297e5f839 {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 4%;
}

.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-ceb1ec62-e74a-438d-b21c-52ff8fddae24 {
  border-style: solid;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(253, 252, 255, 1);
border-radius: 5px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ceb1ec62-e74a-438d-b21c-52ff8fddae24:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0.7) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(103, 153, 200, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ceb1ec62-e74a-438d-b21c-52ff8fddae24:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ceb1ec62-e74a-438d-b21c-52ff8fddae24-root {
    text-align: left;
  }


#s-ceb1ec62-e74a-438d-b21c-52ff8fddae24.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ceb1ec62-e74a-438d-b21c-52ff8fddae24-root {
    text-align: left;
  }


#s-ceb1ec62-e74a-438d-b21c-52ff8fddae24.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ceb1ec62-e74a-438d-b21c-52ff8fddae24-root {
    text-align: left;
  }


#s-ceb1ec62-e74a-438d-b21c-52ff8fddae24.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ceb1ec62-e74a-438d-b21c-52ff8fddae24-root {
    text-align: left;
  }


#s-ceb1ec62-e74a-438d-b21c-52ff8fddae24.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ceb1ec62-e74a-438d-b21c-52ff8fddae24-root {
    text-align: left;
  }


#s-ceb1ec62-e74a-438d-b21c-52ff8fddae24.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-62467d68-8eff-4997-913f-dfa547fecfa9 {
  margin-top: 4%;
margin-left: 0%;
margin-bottom: 1%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-62467d68-8eff-4997-913f-dfa547fecfa9 {
  margin-top: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-62467d68-8eff-4997-913f-dfa547fecfa9 {
  margin-top: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-62467d68-8eff-4997-913f-dfa547fecfa9 {
  display: none;
}
#s-62467d68-8eff-4997-913f-dfa547fecfa9, #wrap-s-62467d68-8eff-4997-913f-dfa547fecfa9 { display:none !important; }}@media (max-width: 767px){#s-62467d68-8eff-4997-913f-dfa547fecfa9 {
  display: none;
}
#s-62467d68-8eff-4997-913f-dfa547fecfa9, #wrap-s-62467d68-8eff-4997-913f-dfa547fecfa9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-62467d68-8eff-4997-913f-dfa547fecfa9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62467d68-8eff-4997-913f-dfa547fecfa9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-62467d68-8eff-4997-913f-dfa547fecfa9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-62467d68-8eff-4997-913f-dfa547fecfa9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-62467d68-8eff-4997-913f-dfa547fecfa9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-62467d68-8eff-4997-913f-dfa547fecfa9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-62467d68-8eff-4997-913f-dfa547fecfa9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (max-width: 767px) {
  [id="s-62467d68-8eff-4997-913f-dfa547fecfa9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-77a45fae-bdc0-4aec-bdc5-23efd6a56263 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(103, 153, 200, 0.7);
}








#s-77a45fae-bdc0-4aec-bdc5-23efd6a56263 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77a45fae-bdc0-4aec-bdc5-23efd6a56263.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-094804b1-5dbd-4d26-b091-9e95a5a9feba {
  margin-top: 3%;
margin-left: 10%;
margin-bottom: 0%;
}

#s-938dac48-a4ba-4acf-8de6-31354ccc3f92 {
  margin-top: 3%;
margin-left: 10%;
margin-bottom: 3%;
margin-right: 8%;
}

#s-c1a24ecd-cd76-453a-9280-e3e374c9a868 {
  border-style: solid;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(253, 252, 255, 1);
border-radius: 5px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c1a24ecd-cd76-453a-9280-e3e374c9a868:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0.7) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(103, 153, 200, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c1a24ecd-cd76-453a-9280-e3e374c9a868:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c1a24ecd-cd76-453a-9280-e3e374c9a868-root {
    text-align: left;
  }


#s-c1a24ecd-cd76-453a-9280-e3e374c9a868.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1a24ecd-cd76-453a-9280-e3e374c9a868-root {
    text-align: left;
  }


#s-c1a24ecd-cd76-453a-9280-e3e374c9a868.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1a24ecd-cd76-453a-9280-e3e374c9a868-root {
    text-align: left;
  }


#s-c1a24ecd-cd76-453a-9280-e3e374c9a868.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1a24ecd-cd76-453a-9280-e3e374c9a868-root {
    text-align: left;
  }


#s-c1a24ecd-cd76-453a-9280-e3e374c9a868.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c1a24ecd-cd76-453a-9280-e3e374c9a868-root {
    text-align: left;
  }


#s-c1a24ecd-cd76-453a-9280-e3e374c9a868.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-ba352ba3-6234-42e5-9f74-f0e9f9eb23a5 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-ba352ba3-6234-42e5-9f74-f0e9f9eb23a5 .shg-sld-dot {
  background-color: rgba(254, 254, 254, 1);
}

#s-ba352ba3-6234-42e5-9f74-f0e9f9eb23a5 .shg-sld-nav-button.shg-sld-left,
#s-ba352ba3-6234-42e5-9f74-f0e9f9eb23a5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(254, 254, 254, 1);
}

#s-0a4fa7fa-3cd2-4cbf-8446-9766d31b7c8b {
  text-align: center;
}







  #s-0a4fa7fa-3cd2-4cbf-8446-9766d31b7c8b img.shogun-image {
    

    
    
    
  }


#s-0a4fa7fa-3cd2-4cbf-8446-9766d31b7c8b .shogun-image-content {
  
    align-items: center;
  
}

#s-816f432a-28ab-4227-8c78-54601a031f27 {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-816f432a-28ab-4227-8c78-54601a031f27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-816f432a-28ab-4227-8c78-54601a031f27"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-816f432a-28ab-4227-8c78-54601a031f27"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-816f432a-28ab-4227-8c78-54601a031f27"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-390df745-edbe-42c4-bb79-f05274e59034 {
  text-align: center;
}







  #s-390df745-edbe-42c4-bb79-f05274e59034 img.shogun-image {
    

    
    
    
  }


#s-390df745-edbe-42c4-bb79-f05274e59034 .shogun-image-content {
  
    align-items: center;
  
}

#s-2e707c6d-975c-4285-83d6-13f5ee756514 {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-2e707c6d-975c-4285-83d6-13f5ee756514"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e707c6d-975c-4285-83d6-13f5ee756514"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2e707c6d-975c-4285-83d6-13f5ee756514"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e707c6d-975c-4285-83d6-13f5ee756514"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dfefabc9-967c-44c3-a01a-5b144ee57cd5 {
  text-align: center;
}







  #s-dfefabc9-967c-44c3-a01a-5b144ee57cd5 img.shogun-image {
    

    
    
    
  }


#s-dfefabc9-967c-44c3-a01a-5b144ee57cd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9c812b7-5602-4fe1-8eb7-1973a293184a {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-f9c812b7-5602-4fe1-8eb7-1973a293184a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9c812b7-5602-4fe1-8eb7-1973a293184a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f9c812b7-5602-4fe1-8eb7-1973a293184a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9c812b7-5602-4fe1-8eb7-1973a293184a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d8228d4a-668b-475b-b86b-175b27509b4e {
  text-align: center;
}







  #s-d8228d4a-668b-475b-b86b-175b27509b4e img.shogun-image {
    

    
    
    
  }


#s-d8228d4a-668b-475b-b86b-175b27509b4e .shogun-image-content {
  
    align-items: center;
  
}

#s-ac7adbb9-a435-4ed0-8431-270d99311752 {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-ac7adbb9-a435-4ed0-8431-270d99311752"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac7adbb9-a435-4ed0-8431-270d99311752"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac7adbb9-a435-4ed0-8431-270d99311752"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac7adbb9-a435-4ed0-8431-270d99311752"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-696b276e-4d53-4720-bba5-7cafe7f9053f {
  text-align: center;
}







  #s-696b276e-4d53-4720-bba5-7cafe7f9053f img.shogun-image {
    

    
    
    
  }


#s-696b276e-4d53-4720-bba5-7cafe7f9053f .shogun-image-content {
  
    align-items: center;
  
}

#s-e574d130-5c04-4102-b311-d4edbfce0d82 {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-e574d130-5c04-4102-b311-d4edbfce0d82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e574d130-5c04-4102-b311-d4edbfce0d82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e574d130-5c04-4102-b311-d4edbfce0d82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e574d130-5c04-4102-b311-d4edbfce0d82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5b119f1d-79a4-4107-896c-b979fc819cf4 {
  margin-top: 4%;
margin-left: 15%;
margin-bottom: 3%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-5b119f1d-79a4-4107-896c-b979fc819cf4 {
  margin-left: 18%;
margin-right: 18%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b119f1d-79a4-4107-896c-b979fc819cf4 {
  margin-left: 13%;
margin-right: 13%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b119f1d-79a4-4107-896c-b979fc819cf4 {
  margin-left: 1%;
margin-right: 1%;
}
}@media (max-width: 767px){#s-5b119f1d-79a4-4107-896c-b979fc819cf4 {
  margin-left: 6%;
margin-right: 6%;
}
}
@media (min-width: 0px) {
[id="s-5b119f1d-79a4-4107-896c-b979fc819cf4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-5b119f1d-79a4-4107-896c-b979fc819cf4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-5b119f1d-79a4-4107-896c-b979fc819cf4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-5b119f1d-79a4-4107-896c-b979fc819cf4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-fe32d9a4-3638-4742-8800-60f0fb00825c {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-1a4eb18f-b9b1-4c0c-8457-11a96011ed68 {
  text-align: left;
}



.shg-c#s-1a4eb18f-b9b1-4c0c-8457-11a96011ed68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a4eb18f-b9b1-4c0c-8457-11a96011ed68 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1a4eb18f-b9b1-4c0c-8457-11a96011ed68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a4eb18f-b9b1-4c0c-8457-11a96011ed68 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1a4eb18f-b9b1-4c0c-8457-11a96011ed68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a4eb18f-b9b1-4c0c-8457-11a96011ed68 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1a4eb18f-b9b1-4c0c-8457-11a96011ed68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a4eb18f-b9b1-4c0c-8457-11a96011ed68 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1a4eb18f-b9b1-4c0c-8457-11a96011ed68 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1a4eb18f-b9b1-4c0c-8457-11a96011ed68 img.shogun-image {
  width: 100%;
}



}
#s-cb713673-ac14-4afe-993c-ad05286d236b {
  margin-top: 3%;
margin-bottom: 0%;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-82a9ca4b-aeed-421c-8858-b40faab0b577 {
  border-style: solid;
margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(103, 153, 200, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-82a9ca4b-aeed-421c-8858-b40faab0b577:hover {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-82a9ca4b-aeed-421c-8858-b40faab0b577:active {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-82a9ca4b-aeed-421c-8858-b40faab0b577 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-82a9ca4b-aeed-421c-8858-b40faab0b577.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-82a9ca4b-aeed-421c-8858-b40faab0b577.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}

#s-82a9ca4b-aeed-421c-8858-b40faab0b577.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-82a9ca4b-aeed-421c-8858-b40faab0b577.shg-btn.shg-product-atc-success {
    
    font-family: Open Sans;
    
    font-size: 14px;
    color: rgba(23, 87, 25, 1);
  }


#s-580ad0a7-17a9-41de-a3e8-2fe78a862791 {
  display: none;
}
#s-7d47dca8-03fd-4d02-9b1b-228ade984a76 {
  text-align: left;
}



.shg-c#s-7d47dca8-03fd-4d02-9b1b-228ade984a76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d47dca8-03fd-4d02-9b1b-228ade984a76 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7d47dca8-03fd-4d02-9b1b-228ade984a76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d47dca8-03fd-4d02-9b1b-228ade984a76 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d47dca8-03fd-4d02-9b1b-228ade984a76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d47dca8-03fd-4d02-9b1b-228ade984a76 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d47dca8-03fd-4d02-9b1b-228ade984a76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d47dca8-03fd-4d02-9b1b-228ade984a76 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d47dca8-03fd-4d02-9b1b-228ade984a76 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d47dca8-03fd-4d02-9b1b-228ade984a76 img.shogun-image {
  width: 100%;
}



}
#s-8f44a449-678a-4762-8e51-ab485155dc40 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-8c429dce-67ff-4fed-b951-931d596ae714 {
  border-style: solid;
margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(103, 153, 200, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-8c429dce-67ff-4fed-b951-931d596ae714:hover {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8c429dce-67ff-4fed-b951-931d596ae714:active {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-8c429dce-67ff-4fed-b951-931d596ae714 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8c429dce-67ff-4fed-b951-931d596ae714.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8c429dce-67ff-4fed-b951-931d596ae714.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}

#s-8c429dce-67ff-4fed-b951-931d596ae714.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8c429dce-67ff-4fed-b951-931d596ae714.shg-btn.shg-product-atc-success {
    
    font-family: Open Sans;
    
    font-size: 14px;
    color: rgba(23, 87, 25, 1);
  }


@media (max-width: 767px){#s-f6ad12d1-831c-4f61-b77c-b7123ac04105 {
  
}
}
#s-f6ad12d1-831c-4f61-b77c-b7123ac04105 {
  display: none;
}
#s-c33e8168-7166-436f-9e3d-878439cf9a22 {
  margin-top: 0%;
margin-bottom: 0%;
text-align: left;
}
@media (max-width: 767px){#s-c33e8168-7166-436f-9e3d-878439cf9a22 {
  margin-top: 4%;
margin-bottom: 0%;
}
}


.shg-c#s-c33e8168-7166-436f-9e3d-878439cf9a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c33e8168-7166-436f-9e3d-878439cf9a22 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c33e8168-7166-436f-9e3d-878439cf9a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c33e8168-7166-436f-9e3d-878439cf9a22 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c33e8168-7166-436f-9e3d-878439cf9a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c33e8168-7166-436f-9e3d-878439cf9a22 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c33e8168-7166-436f-9e3d-878439cf9a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c33e8168-7166-436f-9e3d-878439cf9a22 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c33e8168-7166-436f-9e3d-878439cf9a22 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c33e8168-7166-436f-9e3d-878439cf9a22 img.shogun-image {
  width: 100%;
}



}
#s-620d40b3-ced9-49ed-b0d1-b2c63c652a09 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-0977ad4c-15f7-40cb-a25a-20b5d9ab7edb {
  border-style: solid;
margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(103, 153, 200, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-0977ad4c-15f7-40cb-a25a-20b5d9ab7edb:hover {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0977ad4c-15f7-40cb-a25a-20b5d9ab7edb:active {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-0977ad4c-15f7-40cb-a25a-20b5d9ab7edb {
  
}
}


#s-0977ad4c-15f7-40cb-a25a-20b5d9ab7edb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0977ad4c-15f7-40cb-a25a-20b5d9ab7edb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0977ad4c-15f7-40cb-a25a-20b5d9ab7edb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}

#s-0977ad4c-15f7-40cb-a25a-20b5d9ab7edb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0977ad4c-15f7-40cb-a25a-20b5d9ab7edb.shg-btn.shg-product-atc-success {
    
    font-family: Open Sans;
    
    font-size: 14px;
    color: rgba(23, 87, 25, 1);
  }


@media (max-width: 767px){#s-84309e30-18ce-4f4e-a5fc-7bf69d070691 {
  
}
}
#s-84309e30-18ce-4f4e-a5fc-7bf69d070691 {
  display: none;
}
#s-7eb5e955-d39c-4990-987f-58c657c0d88d {
  margin-top: 0%;
margin-bottom: 0%;
text-align: left;
}
@media (max-width: 767px){#s-7eb5e955-d39c-4990-987f-58c657c0d88d {
  margin-top: 4%;
margin-bottom: 0%;
}
}


.shg-c#s-7eb5e955-d39c-4990-987f-58c657c0d88d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eb5e955-d39c-4990-987f-58c657c0d88d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7eb5e955-d39c-4990-987f-58c657c0d88d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eb5e955-d39c-4990-987f-58c657c0d88d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7eb5e955-d39c-4990-987f-58c657c0d88d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eb5e955-d39c-4990-987f-58c657c0d88d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7eb5e955-d39c-4990-987f-58c657c0d88d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eb5e955-d39c-4990-987f-58c657c0d88d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7eb5e955-d39c-4990-987f-58c657c0d88d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7eb5e955-d39c-4990-987f-58c657c0d88d img.shogun-image {
  width: 100%;
}



}
#s-8dc9f6c2-f255-4a6a-b870-4b10f8e2ead4 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-cb54e358-d60d-4757-baaf-cfaaa7b203e0 {
  border-style: solid;
margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(103, 153, 200, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-cb54e358-d60d-4757-baaf-cfaaa7b203e0:hover {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cb54e358-d60d-4757-baaf-cfaaa7b203e0:active {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-cb54e358-d60d-4757-baaf-cfaaa7b203e0 {
  
}
}


#s-cb54e358-d60d-4757-baaf-cfaaa7b203e0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cb54e358-d60d-4757-baaf-cfaaa7b203e0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cb54e358-d60d-4757-baaf-cfaaa7b203e0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}

#s-cb54e358-d60d-4757-baaf-cfaaa7b203e0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cb54e358-d60d-4757-baaf-cfaaa7b203e0.shg-btn.shg-product-atc-success {
    
    font-family: Open Sans;
    
    font-size: 14px;
    color: rgba(23, 87, 25, 1);
  }


#s-c4719837-c73b-4a93-ab36-0982be1f2a6a {
  margin-top: 3%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-c4719837-c73b-4a93-ab36-0982be1f2a6a {
  display: none;
}
#s-c4719837-c73b-4a93-ab36-0982be1f2a6a, #wrap-s-c4719837-c73b-4a93-ab36-0982be1f2a6a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4719837-c73b-4a93-ab36-0982be1f2a6a {
  display: none;
}
#s-c4719837-c73b-4a93-ab36-0982be1f2a6a, #wrap-s-c4719837-c73b-4a93-ab36-0982be1f2a6a { display:none !important; }}







#s-c4719837-c73b-4a93-ab36-0982be1f2a6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4719837-c73b-4a93-ab36-0982be1f2a6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a6fcea1-0a45-4db8-b3e2-b028f2ba5854 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-6a6fcea1-0a45-4db8-b3e2-b028f2ba5854 .shg-sld-dot {
  background-color: rgba(254, 254, 254, 1);
}

#s-6a6fcea1-0a45-4db8-b3e2-b028f2ba5854 .shg-sld-nav-button.shg-sld-left,
#s-6a6fcea1-0a45-4db8-b3e2-b028f2ba5854 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(254, 254, 254, 1);
}

#s-a99aeca1-8a48-4778-a5f1-c532282bb2ca {
  text-align: center;
}







  #s-a99aeca1-8a48-4778-a5f1-c532282bb2ca img.shogun-image {
    

    
    
    
  }


#s-a99aeca1-8a48-4778-a5f1-c532282bb2ca .shogun-image-content {
  
    align-items: center;
  
}

#s-f44c0804-9929-4916-8ae4-03873608f3e2 {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-f44c0804-9929-4916-8ae4-03873608f3e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f44c0804-9929-4916-8ae4-03873608f3e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f44c0804-9929-4916-8ae4-03873608f3e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f44c0804-9929-4916-8ae4-03873608f3e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-12beaa05-8dbd-4d57-bf03-c8e33cfca6dd {
  margin-top: 0%;
text-align: center;
}







  #s-12beaa05-8dbd-4d57-bf03-c8e33cfca6dd img.shogun-image {
    

    
    
    
  }


#s-12beaa05-8dbd-4d57-bf03-c8e33cfca6dd .shogun-image-content {
  
    align-items: center;
  
}

#s-4b38d519-023f-4f5f-bd5a-fb67af8ebb5a {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-4b38d519-023f-4f5f-bd5a-fb67af8ebb5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b38d519-023f-4f5f-bd5a-fb67af8ebb5a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b38d519-023f-4f5f-bd5a-fb67af8ebb5a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b38d519-023f-4f5f-bd5a-fb67af8ebb5a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4b79b780-db3e-4463-b253-747fe8dc2f17 {
  text-align: center;
}







  #s-4b79b780-db3e-4463-b253-747fe8dc2f17 img.shogun-image {
    

    
    
    
  }


#s-4b79b780-db3e-4463-b253-747fe8dc2f17 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e0245fb-4ead-4918-b0b6-eaf1dfe44461 {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-6e0245fb-4ead-4918-b0b6-eaf1dfe44461"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6e0245fb-4ead-4918-b0b6-eaf1dfe44461"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6e0245fb-4ead-4918-b0b6-eaf1dfe44461"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e0245fb-4ead-4918-b0b6-eaf1dfe44461"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5ae91972-ce0c-41ac-ad33-e438772127af {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(103, 153, 200, 0.6);
}








#s-5ae91972-ce0c-41ac-ad33-e438772127af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ae91972-ce0c-41ac-ad33-e438772127af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62a5b380-c645-485d-8386-9db10e70c857 {
  margin-top: 3%;
margin-bottom: 0%;
margin-right: 5%;
}

#s-a451e6cc-0143-46e1-a7df-00a39d107756 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 5%;
}

#s-4de6fce5-e2e7-49e9-8af9-4e369da4d37b {
  border-style: solid;
margin-top: 0%;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(253, 252, 255, 1);
border-radius: 5px;
background-color: rgba(37, 37, 37, 0);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4de6fce5-e2e7-49e9-8af9-4e369da4d37b:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0.7) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(103, 153, 200, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4de6fce5-e2e7-49e9-8af9-4e369da4d37b:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4de6fce5-e2e7-49e9-8af9-4e369da4d37b-root {
    text-align: right;
  }


#s-4de6fce5-e2e7-49e9-8af9-4e369da4d37b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4de6fce5-e2e7-49e9-8af9-4e369da4d37b-root {
    text-align: right;
  }


#s-4de6fce5-e2e7-49e9-8af9-4e369da4d37b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4de6fce5-e2e7-49e9-8af9-4e369da4d37b-root {
    text-align: right;
  }


#s-4de6fce5-e2e7-49e9-8af9-4e369da4d37b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4de6fce5-e2e7-49e9-8af9-4e369da4d37b-root {
    text-align: right;
  }


#s-4de6fce5-e2e7-49e9-8af9-4e369da4d37b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4de6fce5-e2e7-49e9-8af9-4e369da4d37b-root {
    text-align: right;
  }


#s-4de6fce5-e2e7-49e9-8af9-4e369da4d37b.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-0320e024-c9e9-42d5-925d-982f1bf0ffec {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0320e024-c9e9-42d5-925d-982f1bf0ffec {
  display: none;
}
#s-0320e024-c9e9-42d5-925d-982f1bf0ffec, #wrap-s-0320e024-c9e9-42d5-925d-982f1bf0ffec { display:none !important; }}@media (max-width: 767px){#s-0320e024-c9e9-42d5-925d-982f1bf0ffec {
  display: none;
}
#s-0320e024-c9e9-42d5-925d-982f1bf0ffec, #wrap-s-0320e024-c9e9-42d5-925d-982f1bf0ffec { display:none !important; }}
@media (min-width: 0px) {
[id="s-0320e024-c9e9-42d5-925d-982f1bf0ffec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0320e024-c9e9-42d5-925d-982f1bf0ffec"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0320e024-c9e9-42d5-925d-982f1bf0ffec"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-0320e024-c9e9-42d5-925d-982f1bf0ffec"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0320e024-c9e9-42d5-925d-982f1bf0ffec"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-0320e024-c9e9-42d5-925d-982f1bf0ffec"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-0320e024-c9e9-42d5-925d-982f1bf0ffec"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

#s-b6cbf1a8-5f96-4c6a-a4f0-599e425f688a {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-b6cbf1a8-5f96-4c6a-a4f0-599e425f688a .shg-sld-dot {
  background-color: rgba(254, 254, 254, 1);
}

#s-b6cbf1a8-5f96-4c6a-a4f0-599e425f688a .shg-sld-nav-button.shg-sld-left,
#s-b6cbf1a8-5f96-4c6a-a4f0-599e425f688a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(254, 254, 254, 1);
}

#s-b6b27c80-6339-4908-9d9b-1d29608af28b {
  text-align: center;
}







  #s-b6b27c80-6339-4908-9d9b-1d29608af28b img.shogun-image {
    

    
    
    
  }


#s-b6b27c80-6339-4908-9d9b-1d29608af28b .shogun-image-content {
  
    align-items: center;
  
}

#s-a3c578e0-4f97-4d90-ac64-3f43d7c0729b {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-a3c578e0-4f97-4d90-ac64-3f43d7c0729b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3c578e0-4f97-4d90-ac64-3f43d7c0729b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3c578e0-4f97-4d90-ac64-3f43d7c0729b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3c578e0-4f97-4d90-ac64-3f43d7c0729b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bb015984-a968-4918-8a84-0fe18c4eab6f {
  margin-top: 0%;
text-align: center;
}







  #s-bb015984-a968-4918-8a84-0fe18c4eab6f img.shogun-image {
    

    
    
    
  }


#s-bb015984-a968-4918-8a84-0fe18c4eab6f .shogun-image-content {
  
    align-items: center;
  
}

#s-2bdb59af-653d-4155-8991-caef8c3c53c9 {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-2bdb59af-653d-4155-8991-caef8c3c53c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bdb59af-653d-4155-8991-caef8c3c53c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2bdb59af-653d-4155-8991-caef8c3c53c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bdb59af-653d-4155-8991-caef8c3c53c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b02b4e08-47a4-434d-8beb-1c953fa672f5 {
  text-align: center;
}







  #s-b02b4e08-47a4-434d-8beb-1c953fa672f5 img.shogun-image {
    

    
    
    
  }


#s-b02b4e08-47a4-434d-8beb-1c953fa672f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-32687e78-3e02-49bc-815f-defe3f4e9502 {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-32687e78-3e02-49bc-815f-defe3f4e9502"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32687e78-3e02-49bc-815f-defe3f4e9502"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-32687e78-3e02-49bc-815f-defe3f4e9502"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-32687e78-3e02-49bc-815f-defe3f4e9502"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6dd7b0f5-3431-453d-83e9-ced1656dbe94 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(103, 153, 200, 0.6);
}








#s-6dd7b0f5-3431-453d-83e9-ced1656dbe94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dd7b0f5-3431-453d-83e9-ced1656dbe94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d51faa7a-4685-45a6-9bf7-f54c8b08b68c {
  margin-top: 3%;
margin-bottom: 0%;
margin-right: 10%;
}

#s-eae5b6c5-6f6c-4041-899d-5d9b0983633e {
  margin-top: 3%;
margin-left: 8%;
margin-bottom: 3%;
margin-right: 10%;
}

#s-2f8c7c4b-a1ad-432c-874a-0fd3c6861ee4 {
  border-style: solid;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(253, 252, 255, 1);
border-radius: 5px;
background-color: rgba(37, 37, 37, 0);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2f8c7c4b-a1ad-432c-874a-0fd3c6861ee4:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0.7) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(103, 153, 200, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2f8c7c4b-a1ad-432c-874a-0fd3c6861ee4:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2f8c7c4b-a1ad-432c-874a-0fd3c6861ee4-root {
    text-align: right;
  }


#s-2f8c7c4b-a1ad-432c-874a-0fd3c6861ee4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2f8c7c4b-a1ad-432c-874a-0fd3c6861ee4-root {
    text-align: right;
  }


#s-2f8c7c4b-a1ad-432c-874a-0fd3c6861ee4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f8c7c4b-a1ad-432c-874a-0fd3c6861ee4-root {
    text-align: right;
  }


#s-2f8c7c4b-a1ad-432c-874a-0fd3c6861ee4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f8c7c4b-a1ad-432c-874a-0fd3c6861ee4-root {
    text-align: right;
  }


#s-2f8c7c4b-a1ad-432c-874a-0fd3c6861ee4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2f8c7c4b-a1ad-432c-874a-0fd3c6861ee4-root {
    text-align: right;
  }


#s-2f8c7c4b-a1ad-432c-874a-0fd3c6861ee4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-14f46498-c0f3-43c9-a62c-f4b66b6d8c25 {
  margin-top: 4%;
margin-left: 15%;
margin-bottom: 3%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-14f46498-c0f3-43c9-a62c-f4b66b6d8c25 {
  margin-left: 18%;
margin-right: 18%;
display: none;
}
#s-14f46498-c0f3-43c9-a62c-f4b66b6d8c25, #wrap-s-14f46498-c0f3-43c9-a62c-f4b66b6d8c25 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14f46498-c0f3-43c9-a62c-f4b66b6d8c25 {
  margin-left: 13%;
margin-right: 13%;
display: none;
}
#s-14f46498-c0f3-43c9-a62c-f4b66b6d8c25, #wrap-s-14f46498-c0f3-43c9-a62c-f4b66b6d8c25 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-14f46498-c0f3-43c9-a62c-f4b66b6d8c25 {
  margin-left: 1%;
margin-right: 1%;
display: none;
}
#s-14f46498-c0f3-43c9-a62c-f4b66b6d8c25, #wrap-s-14f46498-c0f3-43c9-a62c-f4b66b6d8c25 { display:none !important; }}@media (max-width: 767px){#s-14f46498-c0f3-43c9-a62c-f4b66b6d8c25 {
  margin-left: 6%;
margin-right: 6%;
}
}
@media (min-width: 0px) {
[id="s-14f46498-c0f3-43c9-a62c-f4b66b6d8c25"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-14f46498-c0f3-43c9-a62c-f4b66b6d8c25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-14f46498-c0f3-43c9-a62c-f4b66b6d8c25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-14f46498-c0f3-43c9-a62c-f4b66b6d8c25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-10709749-098d-460d-9ed7-2720b70cc76f {
  display: none;
}
#s-26503850-2f66-41ee-8f4e-4bb254fde992 {
  text-align: left;
}



.shg-c#s-26503850-2f66-41ee-8f4e-4bb254fde992 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26503850-2f66-41ee-8f4e-4bb254fde992 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-26503850-2f66-41ee-8f4e-4bb254fde992 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26503850-2f66-41ee-8f4e-4bb254fde992 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-26503850-2f66-41ee-8f4e-4bb254fde992 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26503850-2f66-41ee-8f4e-4bb254fde992 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-26503850-2f66-41ee-8f4e-4bb254fde992 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26503850-2f66-41ee-8f4e-4bb254fde992 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-26503850-2f66-41ee-8f4e-4bb254fde992 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-26503850-2f66-41ee-8f4e-4bb254fde992 img.shogun-image {
  width: 100%;
}



}
#s-c77db8ce-f336-4c3b-9678-3a78395db559 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-a0c67e6e-da75-4097-9258-14b986df7927 {
  border-style: solid;
margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(103, 153, 200, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a0c67e6e-da75-4097-9258-14b986df7927:hover {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a0c67e6e-da75-4097-9258-14b986df7927:active {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a0c67e6e-da75-4097-9258-14b986df7927 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0c67e6e-da75-4097-9258-14b986df7927.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0c67e6e-da75-4097-9258-14b986df7927.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}

#s-a0c67e6e-da75-4097-9258-14b986df7927.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a0c67e6e-da75-4097-9258-14b986df7927.shg-btn.shg-product-atc-success {
    
    font-family: Open Sans;
    
    font-size: 14px;
    color: rgba(23, 87, 25, 1);
  }


#s-3bf1a550-594e-409e-a9ae-f9635f4ea141 {
  display: none;
}
#s-ef4f211b-0813-478a-b955-3d2377b514d4 {
  text-align: left;
}
@media (max-width: 767px){#s-ef4f211b-0813-478a-b955-3d2377b514d4 {
  margin-top: -1%;
}
}


.shg-c#s-ef4f211b-0813-478a-b955-3d2377b514d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef4f211b-0813-478a-b955-3d2377b514d4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ef4f211b-0813-478a-b955-3d2377b514d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef4f211b-0813-478a-b955-3d2377b514d4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef4f211b-0813-478a-b955-3d2377b514d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef4f211b-0813-478a-b955-3d2377b514d4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef4f211b-0813-478a-b955-3d2377b514d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef4f211b-0813-478a-b955-3d2377b514d4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ef4f211b-0813-478a-b955-3d2377b514d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef4f211b-0813-478a-b955-3d2377b514d4 img.shogun-image {
  width: 100%;
}



}
#s-20bebf1a-734c-4fc7-9a95-272bee04e735 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-927bece1-389e-4eb3-b9bc-9d59f8081125 {
  border-style: solid;
margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(103, 153, 200, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-927bece1-389e-4eb3-b9bc-9d59f8081125:hover {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-927bece1-389e-4eb3-b9bc-9d59f8081125:active {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-927bece1-389e-4eb3-b9bc-9d59f8081125 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-927bece1-389e-4eb3-b9bc-9d59f8081125.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-927bece1-389e-4eb3-b9bc-9d59f8081125.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}

#s-927bece1-389e-4eb3-b9bc-9d59f8081125.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-927bece1-389e-4eb3-b9bc-9d59f8081125.shg-btn.shg-product-atc-success {
    
    font-family: Open Sans;
    
    font-size: 14px;
    color: rgba(23, 87, 25, 1);
  }


#s-d1534148-4442-48cb-9962-17314ee77d23 {
  margin-top: 4%;
margin-left: 15%;
margin-bottom: 3%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-d1534148-4442-48cb-9962-17314ee77d23 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d1534148-4442-48cb-9962-17314ee77d23 {
  margin-left: 22%;
margin-right: 22%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1534148-4442-48cb-9962-17314ee77d23 {
  margin-left: 14%;
margin-right: 14%;
}
}@media (max-width: 767px){#s-d1534148-4442-48cb-9962-17314ee77d23 {
  margin-left: 6%;
margin-right: 6%;
display: none;
}
#s-d1534148-4442-48cb-9962-17314ee77d23, #wrap-s-d1534148-4442-48cb-9962-17314ee77d23 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d1534148-4442-48cb-9962-17314ee77d23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1534148-4442-48cb-9962-17314ee77d23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-d1534148-4442-48cb-9962-17314ee77d23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-d1534148-4442-48cb-9962-17314ee77d23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-fd564721-3352-4863-a5d6-445fa2f2178f {
  display: none;
}
#s-544ec47f-24d6-47c6-994b-fbdaf180a3ba {
  text-align: left;
}



.shg-c#s-544ec47f-24d6-47c6-994b-fbdaf180a3ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-544ec47f-24d6-47c6-994b-fbdaf180a3ba img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-544ec47f-24d6-47c6-994b-fbdaf180a3ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-544ec47f-24d6-47c6-994b-fbdaf180a3ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-544ec47f-24d6-47c6-994b-fbdaf180a3ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-544ec47f-24d6-47c6-994b-fbdaf180a3ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-544ec47f-24d6-47c6-994b-fbdaf180a3ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-544ec47f-24d6-47c6-994b-fbdaf180a3ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-544ec47f-24d6-47c6-994b-fbdaf180a3ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-544ec47f-24d6-47c6-994b-fbdaf180a3ba img.shogun-image {
  width: 100%;
}



}
#s-e9a083b5-cad9-4e66-8928-b8de9dd7aecc {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-7c9c05b1-134f-4a3a-8cae-3c9bbaa9b2ee {
  border-style: solid;
margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(103, 153, 200, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7c9c05b1-134f-4a3a-8cae-3c9bbaa9b2ee:hover {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7c9c05b1-134f-4a3a-8cae-3c9bbaa9b2ee:active {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-7c9c05b1-134f-4a3a-8cae-3c9bbaa9b2ee {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7c9c05b1-134f-4a3a-8cae-3c9bbaa9b2ee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7c9c05b1-134f-4a3a-8cae-3c9bbaa9b2ee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}

#s-7c9c05b1-134f-4a3a-8cae-3c9bbaa9b2ee.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7c9c05b1-134f-4a3a-8cae-3c9bbaa9b2ee.shg-btn.shg-product-atc-success {
    
    font-family: Open Sans;
    
    font-size: 14px;
    color: rgba(23, 87, 25, 1);
  }


#s-613c33df-5f94-4133-9e76-e149e8b4ba7d {
  display: none;
}
#s-85d31828-e093-4086-a174-8fa3d52f454f {
  display: none;
}
#s-d9ed5800-ecbe-4e88-aa45-ac4b80167a7a {
  text-align: left;
}



.shg-c#s-d9ed5800-ecbe-4e88-aa45-ac4b80167a7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9ed5800-ecbe-4e88-aa45-ac4b80167a7a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d9ed5800-ecbe-4e88-aa45-ac4b80167a7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9ed5800-ecbe-4e88-aa45-ac4b80167a7a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d9ed5800-ecbe-4e88-aa45-ac4b80167a7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9ed5800-ecbe-4e88-aa45-ac4b80167a7a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d9ed5800-ecbe-4e88-aa45-ac4b80167a7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9ed5800-ecbe-4e88-aa45-ac4b80167a7a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d9ed5800-ecbe-4e88-aa45-ac4b80167a7a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9ed5800-ecbe-4e88-aa45-ac4b80167a7a img.shogun-image {
  width: 100%;
}



}
#s-130727f4-958f-4e7e-bbf9-4f0e52117337 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-cf6428de-2a29-4d6d-9719-8d0cc8e354f9 {
  border-style: solid;
margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(103, 153, 200, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-cf6428de-2a29-4d6d-9719-8d0cc8e354f9:hover {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cf6428de-2a29-4d6d-9719-8d0cc8e354f9:active {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-cf6428de-2a29-4d6d-9719-8d0cc8e354f9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cf6428de-2a29-4d6d-9719-8d0cc8e354f9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cf6428de-2a29-4d6d-9719-8d0cc8e354f9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}

#s-cf6428de-2a29-4d6d-9719-8d0cc8e354f9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-cf6428de-2a29-4d6d-9719-8d0cc8e354f9.shg-btn.shg-product-atc-success {
    
    font-family: Open Sans;
    
    font-size: 14px;
    color: rgba(23, 87, 25, 1);
  }


@media (max-width: 767px){#s-8053469b-1338-413a-b1b8-3aac45e058d6 {
  
}
}
#s-8053469b-1338-413a-b1b8-3aac45e058d6 {
  display: none;
}
@media (max-width: 767px){#s-13c21b20-95dc-4425-a84e-084f7ebcd97d {
  
}
}
#s-13c21b20-95dc-4425-a84e-084f7ebcd97d {
  display: none;
}
#s-f3c09eba-6e94-4f79-a9cf-6429a2f0f40e {
  text-align: left;
}
@media (max-width: 767px){#s-f3c09eba-6e94-4f79-a9cf-6429a2f0f40e {
  margin-top: 4%;
margin-bottom: 0%;
}
}


.shg-c#s-f3c09eba-6e94-4f79-a9cf-6429a2f0f40e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3c09eba-6e94-4f79-a9cf-6429a2f0f40e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f3c09eba-6e94-4f79-a9cf-6429a2f0f40e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3c09eba-6e94-4f79-a9cf-6429a2f0f40e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f3c09eba-6e94-4f79-a9cf-6429a2f0f40e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3c09eba-6e94-4f79-a9cf-6429a2f0f40e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f3c09eba-6e94-4f79-a9cf-6429a2f0f40e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3c09eba-6e94-4f79-a9cf-6429a2f0f40e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f3c09eba-6e94-4f79-a9cf-6429a2f0f40e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3c09eba-6e94-4f79-a9cf-6429a2f0f40e img.shogun-image {
  width: 100%;
}



}
#s-6e5616ee-c782-4775-b261-2632169c9844 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-c8a98d74-be12-4591-8da5-9192125b5608 {
  border-style: solid;
margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(103, 153, 200, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-c8a98d74-be12-4591-8da5-9192125b5608:hover {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c8a98d74-be12-4591-8da5-9192125b5608:active {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-c8a98d74-be12-4591-8da5-9192125b5608 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c8a98d74-be12-4591-8da5-9192125b5608.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c8a98d74-be12-4591-8da5-9192125b5608.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}

#s-c8a98d74-be12-4591-8da5-9192125b5608.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c8a98d74-be12-4591-8da5-9192125b5608.shg-btn.shg-product-atc-success {
    
    font-family: Open Sans;
    
    font-size: 14px;
    color: rgba(23, 87, 25, 1);
  }


#s-b6b8d0d5-8cdb-4510-9bcb-5be05d92bfb1 {
  margin-top: 1%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-b6b8d0d5-8cdb-4510-9bcb-5be05d92bfb1 {
  margin-top: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6b8d0d5-8cdb-4510-9bcb-5be05d92bfb1 {
  margin-top: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6b8d0d5-8cdb-4510-9bcb-5be05d92bfb1 {
  display: none;
}
#s-b6b8d0d5-8cdb-4510-9bcb-5be05d92bfb1, #wrap-s-b6b8d0d5-8cdb-4510-9bcb-5be05d92bfb1 { display:none !important; }}@media (max-width: 767px){#s-b6b8d0d5-8cdb-4510-9bcb-5be05d92bfb1 {
  display: none;
}
#s-b6b8d0d5-8cdb-4510-9bcb-5be05d92bfb1, #wrap-s-b6b8d0d5-8cdb-4510-9bcb-5be05d92bfb1 { display:none !important; }}






  #s-b6b8d0d5-8cdb-4510-9bcb-5be05d92bfb1 img.shogun-image {
    

    
    
    
  }


#s-b6b8d0d5-8cdb-4510-9bcb-5be05d92bfb1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c19c1a32-9939-410b-9fd4-b5710aaff403 {
  margin-left: 54%;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(103, 153, 200, 0.7);
}
@media (min-width: 768px) and (max-width: 991px){#s-c19c1a32-9939-410b-9fd4-b5710aaff403 {
  
}
}@media (max-width: 767px){#s-c19c1a32-9939-410b-9fd4-b5710aaff403 {
  
}
}







#s-c19c1a32-9939-410b-9fd4-b5710aaff403 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c19c1a32-9939-410b-9fd4-b5710aaff403.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2acdf2a6-9689-4dbd-8596-143e2620705d {
  margin-top: 1%;
margin-left: 10%;
margin-bottom: 1%;
margin-right: 3%;
min-height: 50px;
}








#s-2acdf2a6-9689-4dbd-8596-143e2620705d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2acdf2a6-9689-4dbd-8596-143e2620705d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57090b21-0e2f-49e3-9223-cf75f861920e {
  margin-top: 2%;
margin-left: 6%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 0px;
padding-right: 0px;
}

#s-fa582fbd-d6b3-4898-8108-4c0a49b39e29 {
  margin-top: 2%;
margin-left: 6%;
margin-bottom: 1%;
margin-right: 0%;
}

#s-ab81d661-bc0d-485e-b1d6-078758348c82 {
  margin-top: 1%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-ab81d661-bc0d-485e-b1d6-078758348c82 {
  display: none;
}
#s-ab81d661-bc0d-485e-b1d6-078758348c82, #wrap-s-ab81d661-bc0d-485e-b1d6-078758348c82 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab81d661-bc0d-485e-b1d6-078758348c82 {
  display: none;
}
#s-ab81d661-bc0d-485e-b1d6-078758348c82, #wrap-s-ab81d661-bc0d-485e-b1d6-078758348c82 { display:none !important; }}@media (max-width: 767px){#s-ab81d661-bc0d-485e-b1d6-078758348c82 {
  display: none;
}
#s-ab81d661-bc0d-485e-b1d6-078758348c82, #wrap-s-ab81d661-bc0d-485e-b1d6-078758348c82 { display:none !important; }}






  #s-ab81d661-bc0d-485e-b1d6-078758348c82 img.shogun-image {
    

    
    
    
  }


#s-ab81d661-bc0d-485e-b1d6-078758348c82 .shogun-image-content {
  
    align-items: center;
  
}

#s-f8c8604f-edcb-4675-95a9-2d25362f01b7 {
  margin-left: 44%;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(103, 153, 200, 0.7);
}
@media (min-width: 768px) and (max-width: 991px){#s-f8c8604f-edcb-4675-95a9-2d25362f01b7 {
  
}
}@media (max-width: 767px){#s-f8c8604f-edcb-4675-95a9-2d25362f01b7 {
  margin-left: 25%;
padding-top: 1%;
padding-bottom: 1%;
}
}







#s-f8c8604f-edcb-4675-95a9-2d25362f01b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8c8604f-edcb-4675-95a9-2d25362f01b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-789bd515-5d8e-4e72-adda-df5a3b33f3cb {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-b7230d42-57a4-4b33-b277-c02f305e029a {
  margin-top: 3%;
margin-left: 8%;
margin-bottom: 3%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b7230d42-57a4-4b33-b277-c02f305e029a {
  display: none;
}
#s-b7230d42-57a4-4b33-b277-c02f305e029a, #wrap-s-b7230d42-57a4-4b33-b277-c02f305e029a { display:none !important; }}@media (max-width: 767px){#s-b7230d42-57a4-4b33-b277-c02f305e029a {
  display: none;
}
#s-b7230d42-57a4-4b33-b277-c02f305e029a, #wrap-s-b7230d42-57a4-4b33-b277-c02f305e029a { display:none !important; }}
#s-deaa3d5d-4851-44a0-82ab-f18eba39ac2d {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 3%;
margin-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-deaa3d5d-4851-44a0-82ab-f18eba39ac2d {
  margin-bottom: 1px;
}
}







#s-deaa3d5d-4851-44a0-82ab-f18eba39ac2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-deaa3d5d-4851-44a0-82ab-f18eba39ac2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb1f6b6d-0042-4e50-9cac-f271ed15422b {
  margin-top: 4%;
margin-left: 0%;
margin-bottom: 0%;
}
@media (min-width: 1200px){#s-bb1f6b6d-0042-4e50-9cac-f271ed15422b {
  margin-top: 6%;
}
}@media (max-width: 767px){#s-bb1f6b6d-0042-4e50-9cac-f271ed15422b {
  margin-top: 7%;
}
}
#s-da56a769-cf19-4830-9ee0-528de1ae3580 {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 5%;
margin-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-da56a769-cf19-4830-9ee0-528de1ae3580 {
  display: none;
}
#s-da56a769-cf19-4830-9ee0-528de1ae3580, #wrap-s-da56a769-cf19-4830-9ee0-528de1ae3580 { display:none !important; }}@media (max-width: 767px){#s-da56a769-cf19-4830-9ee0-528de1ae3580 {
  margin-left: 1%;
margin-right: 1%;
}
}
@media (min-width: 0px) {
[id="s-da56a769-cf19-4830-9ee0-528de1ae3580"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da56a769-cf19-4830-9ee0-528de1ae3580"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da56a769-cf19-4830-9ee0-528de1ae3580"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da56a769-cf19-4830-9ee0-528de1ae3580"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2c8bd1fc-b7e6-4a1b-a8e2-dc637ae142d1 {
  margin-top: 0%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-2c8bd1fc-b7e6-4a1b-a8e2-dc637ae142d1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-2c8bd1fc-b7e6-4a1b-a8e2-dc637ae142d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-2c8bd1fc-b7e6-4a1b-a8e2-dc637ae142d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-2c8bd1fc-b7e6-4a1b-a8e2-dc637ae142d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-61751a3d-cfc4-4eea-824d-f7c2e99571f3 {
  text-align: center;
opacity: 0.9;
}







  #s-61751a3d-cfc4-4eea-824d-f7c2e99571f3 img.shogun-image {
    

    
    
    
  }


#s-61751a3d-cfc4-4eea-824d-f7c2e99571f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ca03ea7-e545-465d-8f9d-8380d4c783a3 {
  text-align: center;
opacity: 0.9;
}







  #s-5ca03ea7-e545-465d-8f9d-8380d4c783a3 img.shogun-image {
    

    
    
    
  }


#s-5ca03ea7-e545-465d-8f9d-8380d4c783a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef0bf107-1800-4e80-b01a-5b1c0d4d8f57 {
  text-align: center;
opacity: 0.9;
}







  #s-ef0bf107-1800-4e80-b01a-5b1c0d4d8f57 img.shogun-image {
    

    
    
    
  }


#s-ef0bf107-1800-4e80-b01a-5b1c0d4d8f57 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-c8ee79d5-42fa-4fea-8e67-3fbc99b09641 {
  margin-top: 3%;
margin-bottom: 3%;
}
}
@media (min-width: 0px) {
[id="s-c8ee79d5-42fa-4fea-8e67-3fbc99b09641"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-c8ee79d5-42fa-4fea-8e67-3fbc99b09641"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-c8ee79d5-42fa-4fea-8e67-3fbc99b09641"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-c8ee79d5-42fa-4fea-8e67-3fbc99b09641"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-412ebde8-03e0-4ae5-b497-bd7c7fda54a6 {
  text-align: center;
opacity: 0.9;
}







  #s-412ebde8-03e0-4ae5-b497-bd7c7fda54a6 img.shogun-image {
    

    
    
    
  }


#s-412ebde8-03e0-4ae5-b497-bd7c7fda54a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-19372d4c-78fc-4af7-a36d-6a59e4c47af4 {
  text-align: center;
opacity: 0.9;
}







  #s-19372d4c-78fc-4af7-a36d-6a59e4c47af4 img.shogun-image {
    

    
    
    
  }


#s-19372d4c-78fc-4af7-a36d-6a59e4c47af4 .shogun-image-content {
  
    align-items: center;
  
}

#s-ebc6cf84-ab63-4348-935b-1099e17fc841 {
  text-align: center;
opacity: 0.9;
}







  #s-ebc6cf84-ab63-4348-935b-1099e17fc841 img.shogun-image {
    

    
    
    
  }


#s-ebc6cf84-ab63-4348-935b-1099e17fc841 .shogun-image-content {
  
    align-items: center;
  
}

#s-569d07fe-b149-44b5-bc68-c93d7ebf22fb {
  margin-top: 3%;
margin-left: 12%;
margin-bottom: 0%;
margin-right: 12%;
}
@media (min-width: 1200px){#s-569d07fe-b149-44b5-bc68-c93d7ebf22fb {
  display: none;
}
#s-569d07fe-b149-44b5-bc68-c93d7ebf22fb, #wrap-s-569d07fe-b149-44b5-bc68-c93d7ebf22fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-569d07fe-b149-44b5-bc68-c93d7ebf22fb {
  display: none;
}
#s-569d07fe-b149-44b5-bc68-c93d7ebf22fb, #wrap-s-569d07fe-b149-44b5-bc68-c93d7ebf22fb { display:none !important; }}@media (max-width: 767px){#s-569d07fe-b149-44b5-bc68-c93d7ebf22fb {
  display: none;
}
#s-569d07fe-b149-44b5-bc68-c93d7ebf22fb, #wrap-s-569d07fe-b149-44b5-bc68-c93d7ebf22fb { display:none !important; }}
@media (min-width: 0px) {
[id="s-569d07fe-b149-44b5-bc68-c93d7ebf22fb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-569d07fe-b149-44b5-bc68-c93d7ebf22fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-569d07fe-b149-44b5-bc68-c93d7ebf22fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-569d07fe-b149-44b5-bc68-c93d7ebf22fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-9b582f1a-12bb-4786-82a7-ef460ffb1932 {
  text-align: center;
opacity: 0.9;
}







  #s-9b582f1a-12bb-4786-82a7-ef460ffb1932 img.shogun-image {
    

    
    
    
  }


#s-9b582f1a-12bb-4786-82a7-ef460ffb1932 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f2a0f6e-6ea7-4434-a659-47e9bfb4f23c {
  text-align: center;
opacity: 0.9;
}







  #s-9f2a0f6e-6ea7-4434-a659-47e9bfb4f23c img.shogun-image {
    

    
    
    
  }


#s-9f2a0f6e-6ea7-4434-a659-47e9bfb4f23c .shogun-image-content {
  
    align-items: center;
  
}

#s-784cc524-072a-4f87-9ed5-51adbaa4b18f {
  text-align: center;
opacity: 0.9;
}







  #s-784cc524-072a-4f87-9ed5-51adbaa4b18f img.shogun-image {
    

    
    
    
  }


#s-784cc524-072a-4f87-9ed5-51adbaa4b18f .shogun-image-content {
  
    align-items: center;
  
}

#s-2f067db8-b59b-444d-9a7a-f9047b2f61c0 {
  margin-top: 2%;
margin-left: 12%;
margin-bottom: 4%;
margin-right: 12%;
}
@media (min-width: 1200px){#s-2f067db8-b59b-444d-9a7a-f9047b2f61c0 {
  display: none;
}
#s-2f067db8-b59b-444d-9a7a-f9047b2f61c0, #wrap-s-2f067db8-b59b-444d-9a7a-f9047b2f61c0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f067db8-b59b-444d-9a7a-f9047b2f61c0 {
  display: none;
}
#s-2f067db8-b59b-444d-9a7a-f9047b2f61c0, #wrap-s-2f067db8-b59b-444d-9a7a-f9047b2f61c0 { display:none !important; }}@media (max-width: 767px){#s-2f067db8-b59b-444d-9a7a-f9047b2f61c0 {
  display: none;
}
#s-2f067db8-b59b-444d-9a7a-f9047b2f61c0, #wrap-s-2f067db8-b59b-444d-9a7a-f9047b2f61c0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2f067db8-b59b-444d-9a7a-f9047b2f61c0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 768px) {
[id="s-2f067db8-b59b-444d-9a7a-f9047b2f61c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-2f067db8-b59b-444d-9a7a-f9047b2f61c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-2f067db8-b59b-444d-9a7a-f9047b2f61c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-bc11624b-e90a-4c24-90a0-ecda22921d55 {
  text-align: center;
opacity: 0.9;
}







  #s-bc11624b-e90a-4c24-90a0-ecda22921d55 img.shogun-image {
    

    
    
    
  }


#s-bc11624b-e90a-4c24-90a0-ecda22921d55 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac3a2757-96ee-496f-8e93-eaa025f408a0 {
  text-align: center;
opacity: 0.9;
}







  #s-ac3a2757-96ee-496f-8e93-eaa025f408a0 img.shogun-image {
    

    
    
    
  }


#s-ac3a2757-96ee-496f-8e93-eaa025f408a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-b8604809-853a-4434-8923-bbe925f52666 {
  text-align: center;
opacity: 0.9;
}







  #s-b8604809-853a-4434-8923-bbe925f52666 img.shogun-image {
    

    
    
    
  }


#s-b8604809-853a-4434-8923-bbe925f52666 .shogun-image-content {
  
    align-items: center;
  
}

#s-9bc0485f-b86b-484f-a0cf-e92aa4f6e5df {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 5%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-9bc0485f-b86b-484f-a0cf-e92aa4f6e5df {
  display: none;
}
#s-9bc0485f-b86b-484f-a0cf-e92aa4f6e5df, #wrap-s-9bc0485f-b86b-484f-a0cf-e92aa4f6e5df { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9bc0485f-b86b-484f-a0cf-e92aa4f6e5df {
  display: none;
}
#s-9bc0485f-b86b-484f-a0cf-e92aa4f6e5df, #wrap-s-9bc0485f-b86b-484f-a0cf-e92aa4f6e5df { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9bc0485f-b86b-484f-a0cf-e92aa4f6e5df {
  display: none;
}
#s-9bc0485f-b86b-484f-a0cf-e92aa4f6e5df, #wrap-s-9bc0485f-b86b-484f-a0cf-e92aa4f6e5df { display:none !important; }}@media (max-width: 767px){#s-9bc0485f-b86b-484f-a0cf-e92aa4f6e5df {
  margin-left: 1%;
margin-right: 1%;
display: none;
}
#s-9bc0485f-b86b-484f-a0cf-e92aa4f6e5df, #wrap-s-9bc0485f-b86b-484f-a0cf-e92aa4f6e5df { display:none !important; }}
@media (min-width: 0px) {
[id="s-9bc0485f-b86b-484f-a0cf-e92aa4f6e5df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bc0485f-b86b-484f-a0cf-e92aa4f6e5df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9bc0485f-b86b-484f-a0cf-e92aa4f6e5df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9bc0485f-b86b-484f-a0cf-e92aa4f6e5df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fe81a333-114d-4174-97f0-7cf636d9749f {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 1%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-fe81a333-114d-4174-97f0-7cf636d9749f {
  display: none;
}
#s-fe81a333-114d-4174-97f0-7cf636d9749f, #wrap-s-fe81a333-114d-4174-97f0-7cf636d9749f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe81a333-114d-4174-97f0-7cf636d9749f {
  display: none;
}
#s-fe81a333-114d-4174-97f0-7cf636d9749f, #wrap-s-fe81a333-114d-4174-97f0-7cf636d9749f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe81a333-114d-4174-97f0-7cf636d9749f {
  display: none;
}
#s-fe81a333-114d-4174-97f0-7cf636d9749f, #wrap-s-fe81a333-114d-4174-97f0-7cf636d9749f { display:none !important; }}







#s-fe81a333-114d-4174-97f0-7cf636d9749f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe81a333-114d-4174-97f0-7cf636d9749f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f06a189-46e1-42fe-8c7f-e9888c6205c1 {
  margin-top: 1%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-3f06a189-46e1-42fe-8c7f-e9888c6205c1 {
  display: none;
}
#s-3f06a189-46e1-42fe-8c7f-e9888c6205c1, #wrap-s-3f06a189-46e1-42fe-8c7f-e9888c6205c1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f06a189-46e1-42fe-8c7f-e9888c6205c1 {
  display: none;
}
#s-3f06a189-46e1-42fe-8c7f-e9888c6205c1, #wrap-s-3f06a189-46e1-42fe-8c7f-e9888c6205c1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3f06a189-46e1-42fe-8c7f-e9888c6205c1 {
  display: none;
}
#s-3f06a189-46e1-42fe-8c7f-e9888c6205c1, #wrap-s-3f06a189-46e1-42fe-8c7f-e9888c6205c1 { display:none !important; }}@media (max-width: 767px){#s-3f06a189-46e1-42fe-8c7f-e9888c6205c1 {
  
}
}






  #s-3f06a189-46e1-42fe-8c7f-e9888c6205c1 img.shogun-image {
    

    
    
    
  }


#s-3f06a189-46e1-42fe-8c7f-e9888c6205c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7ac5b64-4cae-47ee-8bc4-72e2ef86bb6e {
  margin-left: 0%;
margin-right: 0%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(103, 153, 200, 0);
}
@media (min-width: 1200px){#s-a7ac5b64-4cae-47ee-8bc4-72e2ef86bb6e {
  display: none;
}
#s-a7ac5b64-4cae-47ee-8bc4-72e2ef86bb6e, #wrap-s-a7ac5b64-4cae-47ee-8bc4-72e2ef86bb6e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a7ac5b64-4cae-47ee-8bc4-72e2ef86bb6e {
  display: none;
}
#s-a7ac5b64-4cae-47ee-8bc4-72e2ef86bb6e, #wrap-s-a7ac5b64-4cae-47ee-8bc4-72e2ef86bb6e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a7ac5b64-4cae-47ee-8bc4-72e2ef86bb6e {
  display: none;
}
#s-a7ac5b64-4cae-47ee-8bc4-72e2ef86bb6e, #wrap-s-a7ac5b64-4cae-47ee-8bc4-72e2ef86bb6e { display:none !important; }}@media (max-width: 767px){#s-a7ac5b64-4cae-47ee-8bc4-72e2ef86bb6e {
  padding-top: 1%;
padding-bottom: 1%;
}
}







#s-a7ac5b64-4cae-47ee-8bc4-72e2ef86bb6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7ac5b64-4cae-47ee-8bc4-72e2ef86bb6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54fce3b1-2529-4d02-9b54-bfcaa9b01232 {
  margin-top: 3%;
margin-left: 8%;
margin-bottom: 3%;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-54fce3b1-2529-4d02-9b54-bfcaa9b01232 {
  display: none;
}
#s-54fce3b1-2529-4d02-9b54-bfcaa9b01232, #wrap-s-54fce3b1-2529-4d02-9b54-bfcaa9b01232 { display:none !important; }}@media (max-width: 767px){#s-54fce3b1-2529-4d02-9b54-bfcaa9b01232 {
  display: none;
}
#s-54fce3b1-2529-4d02-9b54-bfcaa9b01232, #wrap-s-54fce3b1-2529-4d02-9b54-bfcaa9b01232 { display:none !important; }}
#s-0388d943-25e3-4007-92dd-25e91b673b86 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-fd32efaf-1d6e-4b7e-87a1-f93719131420 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 5%;
min-height: 50px;
}
@media (max-width: 767px){#s-fd32efaf-1d6e-4b7e-87a1-f93719131420 {
  margin-bottom: 1px;
}
}







#s-fd32efaf-1d6e-4b7e-87a1-f93719131420 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd32efaf-1d6e-4b7e-87a1-f93719131420.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-757b00da-1693-49ef-906c-05e044998fbe {
  margin-top: 4%;
margin-left: 15%;
margin-bottom: 3%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-757b00da-1693-49ef-906c-05e044998fbe {
  margin-left: 18%;
margin-right: 18%;
display: none;
}
#s-757b00da-1693-49ef-906c-05e044998fbe, #wrap-s-757b00da-1693-49ef-906c-05e044998fbe { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-757b00da-1693-49ef-906c-05e044998fbe {
  margin-left: 13%;
margin-right: 13%;
display: none;
}
#s-757b00da-1693-49ef-906c-05e044998fbe, #wrap-s-757b00da-1693-49ef-906c-05e044998fbe { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-757b00da-1693-49ef-906c-05e044998fbe {
  margin-left: 1%;
margin-right: 1%;
display: none;
}
#s-757b00da-1693-49ef-906c-05e044998fbe, #wrap-s-757b00da-1693-49ef-906c-05e044998fbe { display:none !important; }}@media (max-width: 767px){#s-757b00da-1693-49ef-906c-05e044998fbe {
  margin-left: 6%;
margin-right: 6%;
}
}
@media (min-width: 0px) {
[id="s-757b00da-1693-49ef-906c-05e044998fbe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-757b00da-1693-49ef-906c-05e044998fbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-757b00da-1693-49ef-906c-05e044998fbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-757b00da-1693-49ef-906c-05e044998fbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (max-width: 767px){#s-f0772e6c-276b-4dd4-b5a4-3603ef9c7eaf {
  
}
}
#s-f0772e6c-276b-4dd4-b5a4-3603ef9c7eaf {
  display: none;
}
#s-78536598-fc89-43f0-a08b-cb0517e0d537 {
  text-align: left;
}
@media (max-width: 767px){#s-78536598-fc89-43f0-a08b-cb0517e0d537 {
  margin-top: 4%;
margin-bottom: 0%;
}
}


.shg-c#s-78536598-fc89-43f0-a08b-cb0517e0d537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78536598-fc89-43f0-a08b-cb0517e0d537 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-78536598-fc89-43f0-a08b-cb0517e0d537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78536598-fc89-43f0-a08b-cb0517e0d537 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78536598-fc89-43f0-a08b-cb0517e0d537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78536598-fc89-43f0-a08b-cb0517e0d537 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78536598-fc89-43f0-a08b-cb0517e0d537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78536598-fc89-43f0-a08b-cb0517e0d537 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78536598-fc89-43f0-a08b-cb0517e0d537 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78536598-fc89-43f0-a08b-cb0517e0d537 img.shogun-image {
  width: 100%;
}



}
#s-c2a0f1ea-6df9-475a-86e8-a6ed62fcb46f {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-45fb4f81-3e4b-423c-a72c-f5d95e4f09f8 {
  border-style: solid;
margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(103, 153, 200, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-45fb4f81-3e4b-423c-a72c-f5d95e4f09f8:hover {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-45fb4f81-3e4b-423c-a72c-f5d95e4f09f8:active {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-45fb4f81-3e4b-423c-a72c-f5d95e4f09f8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-45fb4f81-3e4b-423c-a72c-f5d95e4f09f8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-45fb4f81-3e4b-423c-a72c-f5d95e4f09f8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}

#s-45fb4f81-3e4b-423c-a72c-f5d95e4f09f8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-45fb4f81-3e4b-423c-a72c-f5d95e4f09f8.shg-btn.shg-product-atc-success {
    
    font-family: Open Sans;
    
    font-size: 14px;
    color: rgba(23, 87, 25, 1);
  }


@media (max-width: 767px){#s-19a28fd6-46db-477e-8766-19a021251836 {
  
}
}
#s-19a28fd6-46db-477e-8766-19a021251836 {
  display: none;
}
#s-24174203-d36b-4ed7-bf13-5f279e2af560 {
  text-align: left;
}
@media (max-width: 767px){#s-24174203-d36b-4ed7-bf13-5f279e2af560 {
  margin-top: 4%;
margin-bottom: 0%;
}
}


.shg-c#s-24174203-d36b-4ed7-bf13-5f279e2af560 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24174203-d36b-4ed7-bf13-5f279e2af560 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-24174203-d36b-4ed7-bf13-5f279e2af560 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24174203-d36b-4ed7-bf13-5f279e2af560 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-24174203-d36b-4ed7-bf13-5f279e2af560 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24174203-d36b-4ed7-bf13-5f279e2af560 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-24174203-d36b-4ed7-bf13-5f279e2af560 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24174203-d36b-4ed7-bf13-5f279e2af560 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-24174203-d36b-4ed7-bf13-5f279e2af560 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-24174203-d36b-4ed7-bf13-5f279e2af560 img.shogun-image {
  width: 100%;
}



}
#s-2eb4dce1-52b4-49ba-b1b4-6a339db8b926 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-a67b958a-e5d1-430a-955d-68e7f371724d {
  border-style: solid;
margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(103, 153, 200, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a67b958a-e5d1-430a-955d-68e7f371724d:hover {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a67b958a-e5d1-430a-955d-68e7f371724d:active {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a67b958a-e5d1-430a-955d-68e7f371724d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a67b958a-e5d1-430a-955d-68e7f371724d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a67b958a-e5d1-430a-955d-68e7f371724d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}

#s-a67b958a-e5d1-430a-955d-68e7f371724d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a67b958a-e5d1-430a-955d-68e7f371724d.shg-btn.shg-product-atc-success {
    
    font-family: Open Sans;
    
    font-size: 14px;
    color: rgba(23, 87, 25, 1);
  }


#s-14ac4de9-3fa9-47bf-9267-1a9dba9a175b {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 1%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-14ac4de9-3fa9-47bf-9267-1a9dba9a175b {
  display: none;
}
#s-14ac4de9-3fa9-47bf-9267-1a9dba9a175b, #wrap-s-14ac4de9-3fa9-47bf-9267-1a9dba9a175b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-14ac4de9-3fa9-47bf-9267-1a9dba9a175b {
  display: none;
}
#s-14ac4de9-3fa9-47bf-9267-1a9dba9a175b, #wrap-s-14ac4de9-3fa9-47bf-9267-1a9dba9a175b { display:none !important; }}@media (max-width: 767px){#s-14ac4de9-3fa9-47bf-9267-1a9dba9a175b {
  margin-top: 7%;
}
}







#s-14ac4de9-3fa9-47bf-9267-1a9dba9a175b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14ac4de9-3fa9-47bf-9267-1a9dba9a175b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-385e24cf-608f-4da0-a4c3-263999996d79 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-385e24cf-608f-4da0-a4c3-263999996d79 .shg-sld-dot {
  background-color: rgba(254, 254, 254, 1);
}

#s-385e24cf-608f-4da0-a4c3-263999996d79 .shg-sld-nav-button.shg-sld-left,
#s-385e24cf-608f-4da0-a4c3-263999996d79 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(254, 254, 254, 1);
}

#s-0e9ed61a-2372-4721-905f-75825da27679 {
  margin-top: 0%;
text-align: center;
}







  #s-0e9ed61a-2372-4721-905f-75825da27679 img.shogun-image {
    

    
    
    
  }


#s-0e9ed61a-2372-4721-905f-75825da27679 .shogun-image-content {
  
    align-items: center;
  
}

#s-136c3855-e497-4474-a417-54a52167ff9b {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-136c3855-e497-4474-a417-54a52167ff9b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-136c3855-e497-4474-a417-54a52167ff9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-136c3855-e497-4474-a417-54a52167ff9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-136c3855-e497-4474-a417-54a52167ff9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a3ad99c7-099a-4118-b9cb-860f47f0be8b {
  text-align: center;
}







  #s-a3ad99c7-099a-4118-b9cb-860f47f0be8b img.shogun-image {
    

    
    
    
  }


#s-a3ad99c7-099a-4118-b9cb-860f47f0be8b .shogun-image-content {
  
    align-items: center;
  
}

#s-7145be91-6e52-4e6a-9b14-f176defc5f8b {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-7145be91-6e52-4e6a-9b14-f176defc5f8b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7145be91-6e52-4e6a-9b14-f176defc5f8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7145be91-6e52-4e6a-9b14-f176defc5f8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7145be91-6e52-4e6a-9b14-f176defc5f8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a39e65be-c905-4cec-8bf4-234f525b7110 {
  text-align: center;
}







  #s-a39e65be-c905-4cec-8bf4-234f525b7110 img.shogun-image {
    

    
    
    
  }


#s-a39e65be-c905-4cec-8bf4-234f525b7110 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d401563-608d-45c8-bb93-2745e40d049a {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-9d401563-608d-45c8-bb93-2745e40d049a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9d401563-608d-45c8-bb93-2745e40d049a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d401563-608d-45c8-bb93-2745e40d049a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d401563-608d-45c8-bb93-2745e40d049a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-790ce7be-4f33-48f7-b776-2bc8da9bbcc5 {
  margin-top: 1%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(103, 153, 200, 0.7);
}
@media (min-width: 1200px){#s-790ce7be-4f33-48f7-b776-2bc8da9bbcc5 {
  display: none;
}
#s-790ce7be-4f33-48f7-b776-2bc8da9bbcc5, #wrap-s-790ce7be-4f33-48f7-b776-2bc8da9bbcc5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-790ce7be-4f33-48f7-b776-2bc8da9bbcc5 {
  display: none;
}
#s-790ce7be-4f33-48f7-b776-2bc8da9bbcc5, #wrap-s-790ce7be-4f33-48f7-b776-2bc8da9bbcc5 { display:none !important; }}







#s-790ce7be-4f33-48f7-b776-2bc8da9bbcc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-790ce7be-4f33-48f7-b776-2bc8da9bbcc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29d95a01-1102-437b-b4be-d1c0823663a8 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 0%;
}

#s-d968688b-d677-4f69-b6c4-8dd7f13fe0d3 {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 4%;
}

#s-dbcca45a-3973-453b-a993-84ed9cc9a085 {
  border-style: solid;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(253, 252, 255, 1);
border-radius: 5px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-dbcca45a-3973-453b-a993-84ed9cc9a085:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0.7) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(103, 153, 200, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-dbcca45a-3973-453b-a993-84ed9cc9a085:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-dbcca45a-3973-453b-a993-84ed9cc9a085-root {
    text-align: left;
  }


#s-dbcca45a-3973-453b-a993-84ed9cc9a085.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dbcca45a-3973-453b-a993-84ed9cc9a085-root {
    text-align: left;
  }


#s-dbcca45a-3973-453b-a993-84ed9cc9a085.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dbcca45a-3973-453b-a993-84ed9cc9a085-root {
    text-align: left;
  }


#s-dbcca45a-3973-453b-a993-84ed9cc9a085.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dbcca45a-3973-453b-a993-84ed9cc9a085-root {
    text-align: left;
  }


#s-dbcca45a-3973-453b-a993-84ed9cc9a085.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dbcca45a-3973-453b-a993-84ed9cc9a085-root {
    text-align: left;
  }


#s-dbcca45a-3973-453b-a993-84ed9cc9a085.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-140a5d24-adbb-48d8-af66-e5cfd2230659 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 1%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-140a5d24-adbb-48d8-af66-e5cfd2230659 {
  display: none;
}
#s-140a5d24-adbb-48d8-af66-e5cfd2230659, #wrap-s-140a5d24-adbb-48d8-af66-e5cfd2230659 { display:none !important; }}@media (max-width: 767px){#s-140a5d24-adbb-48d8-af66-e5cfd2230659 {
  display: none;
}
#s-140a5d24-adbb-48d8-af66-e5cfd2230659, #wrap-s-140a5d24-adbb-48d8-af66-e5cfd2230659 { display:none !important; }}
@media (min-width: 0px) {
[id="s-140a5d24-adbb-48d8-af66-e5cfd2230659"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-140a5d24-adbb-48d8-af66-e5cfd2230659"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-140a5d24-adbb-48d8-af66-e5cfd2230659"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-140a5d24-adbb-48d8-af66-e5cfd2230659"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-140a5d24-adbb-48d8-af66-e5cfd2230659"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-140a5d24-adbb-48d8-af66-e5cfd2230659"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-140a5d24-adbb-48d8-af66-e5cfd2230659"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (max-width: 767px) {
  [id="s-140a5d24-adbb-48d8-af66-e5cfd2230659"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c4a8e44a-cf59-4700-b63f-c119ebc8b9b3 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(103, 153, 200, 0.7);
}








#s-c4a8e44a-cf59-4700-b63f-c119ebc8b9b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4a8e44a-cf59-4700-b63f-c119ebc8b9b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-708a7f79-ad15-4147-9fb9-6b50ba71eaef {
  margin-top: 3%;
margin-left: 10%;
margin-bottom: 0%;
}

#s-b069d897-b6a2-481f-af8a-38d4817929db {
  margin-top: 3%;
margin-left: 10%;
margin-bottom: 3%;
margin-right: 8%;
}

#s-042eb155-9231-4724-91ab-f6dbed1942af {
  border-style: solid;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(253, 252, 255, 1);
border-radius: 5px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-042eb155-9231-4724-91ab-f6dbed1942af:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0.7) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(103, 153, 200, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-042eb155-9231-4724-91ab-f6dbed1942af:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-042eb155-9231-4724-91ab-f6dbed1942af-root {
    text-align: left;
  }


#s-042eb155-9231-4724-91ab-f6dbed1942af.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-042eb155-9231-4724-91ab-f6dbed1942af-root {
    text-align: left;
  }


#s-042eb155-9231-4724-91ab-f6dbed1942af.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-042eb155-9231-4724-91ab-f6dbed1942af-root {
    text-align: left;
  }


#s-042eb155-9231-4724-91ab-f6dbed1942af.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-042eb155-9231-4724-91ab-f6dbed1942af-root {
    text-align: left;
  }


#s-042eb155-9231-4724-91ab-f6dbed1942af.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-042eb155-9231-4724-91ab-f6dbed1942af-root {
    text-align: left;
  }


#s-042eb155-9231-4724-91ab-f6dbed1942af.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-8db23e6c-dea7-4c39-8abe-9c07445c5621 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-8db23e6c-dea7-4c39-8abe-9c07445c5621 .shg-sld-dot {
  background-color: rgba(254, 254, 254, 1);
}

#s-8db23e6c-dea7-4c39-8abe-9c07445c5621 .shg-sld-nav-button.shg-sld-left,
#s-8db23e6c-dea7-4c39-8abe-9c07445c5621 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(254, 254, 254, 1);
}

#s-d574f7cd-d881-4bf1-883c-78cd34011443 {
  margin-top: 0%;
text-align: center;
}







  #s-d574f7cd-d881-4bf1-883c-78cd34011443 img.shogun-image {
    

    
    
    
  }


#s-d574f7cd-d881-4bf1-883c-78cd34011443 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b20f256-19e4-4179-b585-966f3be54013 {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-6b20f256-19e4-4179-b585-966f3be54013"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6b20f256-19e4-4179-b585-966f3be54013"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6b20f256-19e4-4179-b585-966f3be54013"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b20f256-19e4-4179-b585-966f3be54013"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4cbb41b8-4de6-4dc0-b36c-81c52bd3116a {
  text-align: center;
}







  #s-4cbb41b8-4de6-4dc0-b36c-81c52bd3116a img.shogun-image {
    

    
    
    
  }


#s-4cbb41b8-4de6-4dc0-b36c-81c52bd3116a .shogun-image-content {
  
    align-items: center;
  
}

#s-8488834b-6fef-40b4-87e2-e8cf50e60c70 {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-8488834b-6fef-40b4-87e2-e8cf50e60c70"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8488834b-6fef-40b4-87e2-e8cf50e60c70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8488834b-6fef-40b4-87e2-e8cf50e60c70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8488834b-6fef-40b4-87e2-e8cf50e60c70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-361b9712-977a-4e87-96aa-b6989eb8ec0f {
  text-align: center;
}







  #s-361b9712-977a-4e87-96aa-b6989eb8ec0f img.shogun-image {
    

    
    
    
  }


#s-361b9712-977a-4e87-96aa-b6989eb8ec0f .shogun-image-content {
  
    align-items: center;
  
}

#s-b8f0affe-a95e-45c3-b7f5-91c7e9377c5b {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-b8f0affe-a95e-45c3-b7f5-91c7e9377c5b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b8f0affe-a95e-45c3-b7f5-91c7e9377c5b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b8f0affe-a95e-45c3-b7f5-91c7e9377c5b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8f0affe-a95e-45c3-b7f5-91c7e9377c5b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4e21923e-76f4-47e1-b7f2-0e57cd7fed35 {
  margin-top: 4%;
margin-left: 15%;
margin-bottom: 3%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-4e21923e-76f4-47e1-b7f2-0e57cd7fed35 {
  margin-left: 18%;
margin-right: 18%;
display: none;
}
#s-4e21923e-76f4-47e1-b7f2-0e57cd7fed35, #wrap-s-4e21923e-76f4-47e1-b7f2-0e57cd7fed35 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4e21923e-76f4-47e1-b7f2-0e57cd7fed35 {
  margin-left: 13%;
margin-right: 13%;
display: none;
}
#s-4e21923e-76f4-47e1-b7f2-0e57cd7fed35, #wrap-s-4e21923e-76f4-47e1-b7f2-0e57cd7fed35 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4e21923e-76f4-47e1-b7f2-0e57cd7fed35 {
  margin-left: 1%;
margin-right: 1%;
display: none;
}
#s-4e21923e-76f4-47e1-b7f2-0e57cd7fed35, #wrap-s-4e21923e-76f4-47e1-b7f2-0e57cd7fed35 { display:none !important; }}@media (max-width: 767px){#s-4e21923e-76f4-47e1-b7f2-0e57cd7fed35 {
  margin-left: 6%;
margin-right: 6%;
}
}
@media (min-width: 0px) {
[id="s-4e21923e-76f4-47e1-b7f2-0e57cd7fed35"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-4e21923e-76f4-47e1-b7f2-0e57cd7fed35"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-4e21923e-76f4-47e1-b7f2-0e57cd7fed35"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e21923e-76f4-47e1-b7f2-0e57cd7fed35"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-248a5645-78a3-4e93-9529-4b8ec321f8d9 {
  display: none;
}
#s-54325143-dd08-4afb-a800-3a5b059b47c9 {
  text-align: left;
}



.shg-c#s-54325143-dd08-4afb-a800-3a5b059b47c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54325143-dd08-4afb-a800-3a5b059b47c9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-54325143-dd08-4afb-a800-3a5b059b47c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54325143-dd08-4afb-a800-3a5b059b47c9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54325143-dd08-4afb-a800-3a5b059b47c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54325143-dd08-4afb-a800-3a5b059b47c9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54325143-dd08-4afb-a800-3a5b059b47c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54325143-dd08-4afb-a800-3a5b059b47c9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54325143-dd08-4afb-a800-3a5b059b47c9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54325143-dd08-4afb-a800-3a5b059b47c9 img.shogun-image {
  width: 100%;
}



}
#s-97534c21-fd40-436b-bb2f-5b0c487aeb48 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-378626bd-6159-4ff7-83d2-e75550defd4f {
  border-style: solid;
margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(103, 153, 200, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-378626bd-6159-4ff7-83d2-e75550defd4f:hover {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-378626bd-6159-4ff7-83d2-e75550defd4f:active {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-378626bd-6159-4ff7-83d2-e75550defd4f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-378626bd-6159-4ff7-83d2-e75550defd4f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-378626bd-6159-4ff7-83d2-e75550defd4f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}

#s-378626bd-6159-4ff7-83d2-e75550defd4f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-378626bd-6159-4ff7-83d2-e75550defd4f.shg-btn.shg-product-atc-success {
    
    font-family: Open Sans;
    
    font-size: 14px;
    color: rgba(23, 87, 25, 1);
  }


#s-01e3bf77-6b43-4b56-b4a1-10b2ce22940a {
  display: none;
}
#s-f96bb1ec-a7cf-4978-a1ff-48bcee084f27 {
  text-align: left;
}



.shg-c#s-f96bb1ec-a7cf-4978-a1ff-48bcee084f27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f96bb1ec-a7cf-4978-a1ff-48bcee084f27 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f96bb1ec-a7cf-4978-a1ff-48bcee084f27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f96bb1ec-a7cf-4978-a1ff-48bcee084f27 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f96bb1ec-a7cf-4978-a1ff-48bcee084f27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f96bb1ec-a7cf-4978-a1ff-48bcee084f27 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f96bb1ec-a7cf-4978-a1ff-48bcee084f27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f96bb1ec-a7cf-4978-a1ff-48bcee084f27 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f96bb1ec-a7cf-4978-a1ff-48bcee084f27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f96bb1ec-a7cf-4978-a1ff-48bcee084f27 img.shogun-image {
  width: 100%;
}



}
#s-113cceff-4484-418e-9c4a-c03a3ea32db7 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-4c048a45-7e7f-48ea-96c7-c1d6788bca23 {
  border-style: solid;
margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(103, 153, 200, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-4c048a45-7e7f-48ea-96c7-c1d6788bca23:hover {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4c048a45-7e7f-48ea-96c7-c1d6788bca23:active {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-4c048a45-7e7f-48ea-96c7-c1d6788bca23 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4c048a45-7e7f-48ea-96c7-c1d6788bca23.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4c048a45-7e7f-48ea-96c7-c1d6788bca23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}

#s-4c048a45-7e7f-48ea-96c7-c1d6788bca23.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4c048a45-7e7f-48ea-96c7-c1d6788bca23.shg-btn.shg-product-atc-success {
    
    font-family: Open Sans;
    
    font-size: 14px;
    color: rgba(23, 87, 25, 1);
  }


#s-94596a61-d20d-45eb-be9e-86c59af6443f {
  margin-top: 4%;
margin-left: 15%;
margin-bottom: 3%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-94596a61-d20d-45eb-be9e-86c59af6443f {
  margin-left: 25%;
margin-right: 25%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-94596a61-d20d-45eb-be9e-86c59af6443f {
  margin-left: 22%;
margin-right: 22%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-94596a61-d20d-45eb-be9e-86c59af6443f {
  margin-left: 14%;
margin-right: 14%;
}
}@media (max-width: 767px){#s-94596a61-d20d-45eb-be9e-86c59af6443f {
  margin-left: 6%;
margin-right: 6%;
display: none;
}
#s-94596a61-d20d-45eb-be9e-86c59af6443f, #wrap-s-94596a61-d20d-45eb-be9e-86c59af6443f { display:none !important; }}
@media (min-width: 0px) {
[id="s-94596a61-d20d-45eb-be9e-86c59af6443f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94596a61-d20d-45eb-be9e-86c59af6443f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-94596a61-d20d-45eb-be9e-86c59af6443f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-94596a61-d20d-45eb-be9e-86c59af6443f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-6d04d257-4e45-4054-aedc-dc0b9709e6a5 {
  display: none;
}
#s-3b3d4260-a8cd-48ec-95a8-03449947b853 {
  display: none;
}
#s-09a2e12a-850a-4dac-b63f-ba2de331ac87 {
  text-align: left;
}



.shg-c#s-09a2e12a-850a-4dac-b63f-ba2de331ac87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09a2e12a-850a-4dac-b63f-ba2de331ac87 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-09a2e12a-850a-4dac-b63f-ba2de331ac87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09a2e12a-850a-4dac-b63f-ba2de331ac87 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-09a2e12a-850a-4dac-b63f-ba2de331ac87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09a2e12a-850a-4dac-b63f-ba2de331ac87 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-09a2e12a-850a-4dac-b63f-ba2de331ac87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09a2e12a-850a-4dac-b63f-ba2de331ac87 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-09a2e12a-850a-4dac-b63f-ba2de331ac87 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-09a2e12a-850a-4dac-b63f-ba2de331ac87 img.shogun-image {
  width: 100%;
}



}
#s-3cdf76de-2425-43ba-a233-c80014b14932 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-a67b8e64-8881-4464-ba57-9ce422c40a94 {
  border-style: solid;
margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(103, 153, 200, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-a67b8e64-8881-4464-ba57-9ce422c40a94:hover {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a67b8e64-8881-4464-ba57-9ce422c40a94:active {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a67b8e64-8881-4464-ba57-9ce422c40a94 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a67b8e64-8881-4464-ba57-9ce422c40a94.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a67b8e64-8881-4464-ba57-9ce422c40a94.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}

#s-a67b8e64-8881-4464-ba57-9ce422c40a94.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a67b8e64-8881-4464-ba57-9ce422c40a94.shg-btn.shg-product-atc-success {
    
    font-family: Open Sans;
    
    font-size: 14px;
    color: rgba(23, 87, 25, 1);
  }


#s-ea74063d-0041-48df-a34e-efad674fb248 {
  display: none;
}
#s-0b06152d-3d6e-438e-a52e-e9a0fdfd40d2 {
  display: none;
}
#s-aa1a13f7-3cd1-4210-9371-ac6053a0bea3 {
  text-align: left;
}



.shg-c#s-aa1a13f7-3cd1-4210-9371-ac6053a0bea3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa1a13f7-3cd1-4210-9371-ac6053a0bea3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-aa1a13f7-3cd1-4210-9371-ac6053a0bea3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa1a13f7-3cd1-4210-9371-ac6053a0bea3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aa1a13f7-3cd1-4210-9371-ac6053a0bea3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa1a13f7-3cd1-4210-9371-ac6053a0bea3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aa1a13f7-3cd1-4210-9371-ac6053a0bea3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa1a13f7-3cd1-4210-9371-ac6053a0bea3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-aa1a13f7-3cd1-4210-9371-ac6053a0bea3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-aa1a13f7-3cd1-4210-9371-ac6053a0bea3 img.shogun-image {
  width: 100%;
}



}
#s-ddc0aab6-5f21-42b0-a1cd-56b55a9d04e7 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-fd87344e-00ba-4e88-aa18-a867fe666393 {
  border-style: solid;
margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(103, 153, 200, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-fd87344e-00ba-4e88-aa18-a867fe666393:hover {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-fd87344e-00ba-4e88-aa18-a867fe666393:active {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-fd87344e-00ba-4e88-aa18-a867fe666393 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fd87344e-00ba-4e88-aa18-a867fe666393.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fd87344e-00ba-4e88-aa18-a867fe666393.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}

#s-fd87344e-00ba-4e88-aa18-a867fe666393.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-fd87344e-00ba-4e88-aa18-a867fe666393.shg-btn.shg-product-atc-success {
    
    font-family: Open Sans;
    
    font-size: 14px;
    color: rgba(23, 87, 25, 1);
  }


@media (max-width: 767px){#s-50d4e595-07d1-4e90-b3b5-416c5879256c {
  
}
}
#s-50d4e595-07d1-4e90-b3b5-416c5879256c {
  display: none;
}
@media (max-width: 767px){#s-cd32b450-de5c-430c-becf-5b5066c23943 {
  
}
}
#s-cd32b450-de5c-430c-becf-5b5066c23943 {
  display: none;
}
@media (max-width: 767px){#s-6c105778-4020-4b90-9837-c6627de5815f {
  
}
}
#s-6c105778-4020-4b90-9837-c6627de5815f {
  display: none;
}
#s-1e363a7b-112d-4527-9abf-4430a6f2d8b8 {
  margin-top: -1%;
margin-bottom: 0%;
text-align: left;
}



.shg-c#s-1e363a7b-112d-4527-9abf-4430a6f2d8b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e363a7b-112d-4527-9abf-4430a6f2d8b8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1e363a7b-112d-4527-9abf-4430a6f2d8b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e363a7b-112d-4527-9abf-4430a6f2d8b8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e363a7b-112d-4527-9abf-4430a6f2d8b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e363a7b-112d-4527-9abf-4430a6f2d8b8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e363a7b-112d-4527-9abf-4430a6f2d8b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e363a7b-112d-4527-9abf-4430a6f2d8b8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1e363a7b-112d-4527-9abf-4430a6f2d8b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1e363a7b-112d-4527-9abf-4430a6f2d8b8 img.shogun-image {
  width: 100%;
}



}
#s-1c7a16fb-a23f-42ab-af89-9696a665e798 {
  margin-top: 3%;
margin-bottom: 0%;
}

#s-af6a6deb-a823-45e1-b350-3319dc61a197 {
  border-style: solid;
margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(103, 153, 200, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-af6a6deb-a823-45e1-b350-3319dc61a197:hover {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-af6a6deb-a823-45e1-b350-3319dc61a197:active {background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-af6a6deb-a823-45e1-b350-3319dc61a197 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-af6a6deb-a823-45e1-b350-3319dc61a197.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-af6a6deb-a823-45e1-b350-3319dc61a197.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Open Sans;
  display:  block ;
}

#s-af6a6deb-a823-45e1-b350-3319dc61a197.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-af6a6deb-a823-45e1-b350-3319dc61a197.shg-btn.shg-product-atc-success {
    
    font-family: Open Sans;
    
    font-size: 14px;
    color: rgba(23, 87, 25, 1);
  }


#s-3784e4cf-f6b2-4e65-a9e7-e781c4276c03 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3784e4cf-f6b2-4e65-a9e7-e781c4276c03 {
  display: none;
}
#s-3784e4cf-f6b2-4e65-a9e7-e781c4276c03, #wrap-s-3784e4cf-f6b2-4e65-a9e7-e781c4276c03 { display:none !important; }}@media (max-width: 767px){#s-3784e4cf-f6b2-4e65-a9e7-e781c4276c03 {
  display: none;
}
#s-3784e4cf-f6b2-4e65-a9e7-e781c4276c03, #wrap-s-3784e4cf-f6b2-4e65-a9e7-e781c4276c03 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3784e4cf-f6b2-4e65-a9e7-e781c4276c03"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3784e4cf-f6b2-4e65-a9e7-e781c4276c03"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-3784e4cf-f6b2-4e65-a9e7-e781c4276c03"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-3784e4cf-f6b2-4e65-a9e7-e781c4276c03"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-3784e4cf-f6b2-4e65-a9e7-e781c4276c03"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-3784e4cf-f6b2-4e65-a9e7-e781c4276c03"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

[id="s-3784e4cf-f6b2-4e65-a9e7-e781c4276c03"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

}

#s-4201f4a1-2b0e-41e8-8d5f-a3b4e33c72e4 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-4201f4a1-2b0e-41e8-8d5f-a3b4e33c72e4 .shg-sld-dot {
  background-color: rgba(254, 254, 254, 1);
}

#s-4201f4a1-2b0e-41e8-8d5f-a3b4e33c72e4 .shg-sld-nav-button.shg-sld-left,
#s-4201f4a1-2b0e-41e8-8d5f-a3b4e33c72e4 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(254, 254, 254, 1);
}

#s-15d0e898-e7f3-4a10-8a7a-19674330a22e {
  margin-top: 0%;
text-align: center;
}







  #s-15d0e898-e7f3-4a10-8a7a-19674330a22e img.shogun-image {
    

    
    
    
  }


#s-15d0e898-e7f3-4a10-8a7a-19674330a22e .shogun-image-content {
  
    align-items: center;
  
}

#s-884274f5-af2d-465e-a776-e773e9a97860 {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-884274f5-af2d-465e-a776-e773e9a97860"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-884274f5-af2d-465e-a776-e773e9a97860"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-884274f5-af2d-465e-a776-e773e9a97860"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-884274f5-af2d-465e-a776-e773e9a97860"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c8c9af7f-5413-4402-b2b1-8194162ee199 {
  text-align: center;
}







  #s-c8c9af7f-5413-4402-b2b1-8194162ee199 img.shogun-image {
    

    
    
    
  }


#s-c8c9af7f-5413-4402-b2b1-8194162ee199 .shogun-image-content {
  
    align-items: center;
  
}

#s-ebf6ffc7-0ab6-4877-a836-9a0690537696 {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-ebf6ffc7-0ab6-4877-a836-9a0690537696"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ebf6ffc7-0ab6-4877-a836-9a0690537696"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ebf6ffc7-0ab6-4877-a836-9a0690537696"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebf6ffc7-0ab6-4877-a836-9a0690537696"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e6ffa965-12b6-4422-a49d-97ce6659e9c3 {
  text-align: center;
}







  #s-e6ffa965-12b6-4422-a49d-97ce6659e9c3 img.shogun-image {
    

    
    
    
  }


#s-e6ffa965-12b6-4422-a49d-97ce6659e9c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-be3d40c8-e07a-40f1-b39f-41371ac44390 {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-be3d40c8-e07a-40f1-b39f-41371ac44390"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-be3d40c8-e07a-40f1-b39f-41371ac44390"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-be3d40c8-e07a-40f1-b39f-41371ac44390"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-be3d40c8-e07a-40f1-b39f-41371ac44390"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3be6f362-0921-480d-a8f6-081f8d4b5a31 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(103, 153, 200, 0.7);
}








#s-3be6f362-0921-480d-a8f6-081f8d4b5a31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3be6f362-0921-480d-a8f6-081f8d4b5a31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68fc0232-58f1-477a-bdcf-9ea20b5c4d83 {
  margin-top: 3%;
margin-bottom: 0%;
margin-right: 10%;
}

#s-f49beaf8-0333-4177-934c-bd7cb2ebf0cc {
  margin-top: 3%;
margin-left: 8%;
margin-bottom: 3%;
margin-right: 10%;
}

#s-537be2a3-e7fa-4068-9fd8-e03a8d7c7d76 {
  border-style: solid;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(253, 252, 255, 1);
border-radius: 5px;
background-color: rgba(37, 37, 37, 0);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-537be2a3-e7fa-4068-9fd8-e03a8d7c7d76:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0.7) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(103, 153, 200, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-537be2a3-e7fa-4068-9fd8-e03a8d7c7d76:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-537be2a3-e7fa-4068-9fd8-e03a8d7c7d76-root {
    text-align: right;
  }


#s-537be2a3-e7fa-4068-9fd8-e03a8d7c7d76.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-537be2a3-e7fa-4068-9fd8-e03a8d7c7d76-root {
    text-align: right;
  }


#s-537be2a3-e7fa-4068-9fd8-e03a8d7c7d76.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-537be2a3-e7fa-4068-9fd8-e03a8d7c7d76-root {
    text-align: right;
  }


#s-537be2a3-e7fa-4068-9fd8-e03a8d7c7d76.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-537be2a3-e7fa-4068-9fd8-e03a8d7c7d76-root {
    text-align: right;
  }


#s-537be2a3-e7fa-4068-9fd8-e03a8d7c7d76.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-537be2a3-e7fa-4068-9fd8-e03a8d7c7d76-root {
    text-align: right;
  }


#s-537be2a3-e7fa-4068-9fd8-e03a8d7c7d76.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-88a95ce9-b844-48dd-8daf-5ee438385fbf {
  margin-top: 1%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-88a95ce9-b844-48dd-8daf-5ee438385fbf {
  display: none;
}
#s-88a95ce9-b844-48dd-8daf-5ee438385fbf, #wrap-s-88a95ce9-b844-48dd-8daf-5ee438385fbf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88a95ce9-b844-48dd-8daf-5ee438385fbf {
  display: none;
}
#s-88a95ce9-b844-48dd-8daf-5ee438385fbf, #wrap-s-88a95ce9-b844-48dd-8daf-5ee438385fbf { display:none !important; }}@media (max-width: 767px){#s-88a95ce9-b844-48dd-8daf-5ee438385fbf {
  margin-top: 7%;
}
}







#s-88a95ce9-b844-48dd-8daf-5ee438385fbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88a95ce9-b844-48dd-8daf-5ee438385fbf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85f54118-38b7-4dfc-9719-7472504985a3 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-85f54118-38b7-4dfc-9719-7472504985a3 .shg-sld-dot {
  background-color: rgba(254, 254, 254, 1);
}

#s-85f54118-38b7-4dfc-9719-7472504985a3 .shg-sld-nav-button.shg-sld-left,
#s-85f54118-38b7-4dfc-9719-7472504985a3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(254, 254, 254, 1);
}

#s-2e448d7f-5dd0-4825-a314-6e77ae4f94b3 {
  margin-top: 0%;
text-align: center;
}







  #s-2e448d7f-5dd0-4825-a314-6e77ae4f94b3 img.shogun-image {
    

    
    
    
  }


#s-2e448d7f-5dd0-4825-a314-6e77ae4f94b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-796908a1-57fc-49d5-abfe-352edd095d71 {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-796908a1-57fc-49d5-abfe-352edd095d71"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-796908a1-57fc-49d5-abfe-352edd095d71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-796908a1-57fc-49d5-abfe-352edd095d71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-796908a1-57fc-49d5-abfe-352edd095d71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d2378e36-a59b-4ec4-9f24-2df314d10989 {
  text-align: center;
}







  #s-d2378e36-a59b-4ec4-9f24-2df314d10989 img.shogun-image {
    

    
    
    
  }


#s-d2378e36-a59b-4ec4-9f24-2df314d10989 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c419fd2-d718-4e56-a61e-4af4efcebd66 {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-3c419fd2-d718-4e56-a61e-4af4efcebd66"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3c419fd2-d718-4e56-a61e-4af4efcebd66"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c419fd2-d718-4e56-a61e-4af4efcebd66"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c419fd2-d718-4e56-a61e-4af4efcebd66"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f3a10df3-e718-47ea-8685-ca80a5332a01 {
  text-align: center;
}







  #s-f3a10df3-e718-47ea-8685-ca80a5332a01 img.shogun-image {
    

    
    
    
  }


#s-f3a10df3-e718-47ea-8685-ca80a5332a01 .shogun-image-content {
  
    align-items: center;
  
}

#s-f79758d3-6016-459e-9dc7-f7ae0cf19de9 {
  margin-top: 45%;
margin-left: 1%;
margin-bottom: 0%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-f79758d3-6016-459e-9dc7-f7ae0cf19de9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f79758d3-6016-459e-9dc7-f7ae0cf19de9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f79758d3-6016-459e-9dc7-f7ae0cf19de9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f79758d3-6016-459e-9dc7-f7ae0cf19de9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8d64db03-51e2-4655-bd8d-3e205c7234d6 {
  margin-top: 1%;
margin-bottom: 0%;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(103, 153, 200, 0.6);
}








#s-8d64db03-51e2-4655-bd8d-3e205c7234d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d64db03-51e2-4655-bd8d-3e205c7234d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8df9bbd-beca-4cf2-81e1-bf14e8a4f199 {
  margin-top: 3%;
margin-bottom: 0%;
margin-right: 5%;
}

#s-640a7414-d4da-4cc5-b4f3-92091a4f9bd0 {
  margin-top: 3%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 5%;
}

#s-d9541401-318e-4712-9ef2-523f782287f5 {
  border-style: solid;
margin-left: 10%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(253, 252, 255, 1);
border-radius: 5px;
background-color: rgba(37, 37, 37, 0);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d9541401-318e-4712-9ef2-523f782287f5:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 0.7) !important;
border-radius: 5px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(103, 153, 200, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d9541401-318e-4712-9ef2-523f782287f5:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d9541401-318e-4712-9ef2-523f782287f5-root {
    text-align: right;
  }


#s-d9541401-318e-4712-9ef2-523f782287f5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d9541401-318e-4712-9ef2-523f782287f5-root {
    text-align: right;
  }


#s-d9541401-318e-4712-9ef2-523f782287f5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9541401-318e-4712-9ef2-523f782287f5-root {
    text-align: right;
  }


#s-d9541401-318e-4712-9ef2-523f782287f5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9541401-318e-4712-9ef2-523f782287f5-root {
    text-align: right;
  }


#s-d9541401-318e-4712-9ef2-523f782287f5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d9541401-318e-4712-9ef2-523f782287f5-root {
    text-align: right;
  }


#s-d9541401-318e-4712-9ef2-523f782287f5.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}
#s-236e297b-6ed2-4a74-abfa-1f6d2ab8953d {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
background-color: rgba(103, 153, 200, 0);
}
@media (min-width: 1200px){#s-236e297b-6ed2-4a74-abfa-1f6d2ab8953d {
  margin-top: 1%;
margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-236e297b-6ed2-4a74-abfa-1f6d2ab8953d {
  margin-top: 1%;
margin-left: 0%;
margin-right: 0%;
}
}







#s-236e297b-6ed2-4a74-abfa-1f6d2ab8953d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-236e297b-6ed2-4a74-abfa-1f6d2ab8953d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5b58fcb-09b8-49ce-8bd6-4de23a67f2f4 {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 0%;
}
@media (min-width: 1200px){#s-d5b58fcb-09b8-49ce-8bd6-4de23a67f2f4 {
  margin-top: 1%;
margin-left: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5b58fcb-09b8-49ce-8bd6-4de23a67f2f4 {
  margin-top: 1%;
margin-left: 10%;
}
}@media (max-width: 767px){#s-d5b58fcb-09b8-49ce-8bd6-4de23a67f2f4 {
  margin-top: 3%;
}
}
#s-6c832913-e9c2-4be4-95c9-81c62b37c8dc {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-6c832913-e9c2-4be4-95c9-81c62b37c8dc {
  margin-left: 10%;
margin-right: 18%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c832913-e9c2-4be4-95c9-81c62b37c8dc {
  margin-left: 10%;
margin-right: 16%;
}
}
#s-fbe9ed50-8bb1-41b7-97b3-dce38a12f585 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 3%;
}
@media (min-width: 1200px){#s-fbe9ed50-8bb1-41b7-97b3-dce38a12f585 {
  margin-top: 0%;
margin-left: 10%;
margin-right: 18%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fbe9ed50-8bb1-41b7-97b3-dce38a12f585 {
  margin-top: 0%;
margin-left: 10%;
margin-right: 16%;
}
}@media (max-width: 767px){#s-fbe9ed50-8bb1-41b7-97b3-dce38a12f585 {
  display: none;
}
#s-fbe9ed50-8bb1-41b7-97b3-dce38a12f585, #wrap-s-fbe9ed50-8bb1-41b7-97b3-dce38a12f585 { display:none !important; }}
#s-ecc7c4c2-38e4-4f8d-a703-12d5d3ade9aa {
  border-style: solid;
margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(103, 153, 200, 1);
border-radius: 5px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(103, 153, 200, 1);
}
#s-ecc7c4c2-38e4-4f8d-a703-12d5d3ade9aa:hover {border-style: solid !important;
border-color: rgba(103, 153, 200, 1) !important;
border-radius: 5px !important;
background-color: rgba(103, 153, 200, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ecc7c4c2-38e4-4f8d-a703-12d5d3ade9aa:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (max-width: 767px){#s-ecc7c4c2-38e4-4f8d-a703-12d5d3ade9aa {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 3%;
}
}

  #s-ecc7c4c2-38e4-4f8d-a703-12d5d3ade9aa-root {
    text-align: left;
  }


#s-ecc7c4c2-38e4-4f8d-a703-12d5d3ade9aa.shg-btn {
  color: rgba(103, 153, 200, 1);
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ecc7c4c2-38e4-4f8d-a703-12d5d3ade9aa-root {
    text-align: left;
  }


#s-ecc7c4c2-38e4-4f8d-a703-12d5d3ade9aa.shg-btn {
  color: rgba(103, 153, 200, 1);
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ecc7c4c2-38e4-4f8d-a703-12d5d3ade9aa-root {
    text-align: left;
  }


#s-ecc7c4c2-38e4-4f8d-a703-12d5d3ade9aa.shg-btn {
  color: rgba(103, 153, 200, 1);
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ecc7c4c2-38e4-4f8d-a703-12d5d3ade9aa-root {
    text-align: left;
  }


#s-ecc7c4c2-38e4-4f8d-a703-12d5d3ade9aa.shg-btn {
  color: rgba(103, 153, 200, 1);
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ecc7c4c2-38e4-4f8d-a703-12d5d3ade9aa-root {
    text-align: left;
  }


#s-ecc7c4c2-38e4-4f8d-a703-12d5d3ade9aa.shg-btn {
  color: rgba(103, 153, 200, 1);
  font-size: 17px;
  
  
  font-family: Adamina;
  display:  inline-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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}