@media (min-width: 1200px){#s-eecf5d5d-4e7f-4309-a38c-4fdbc531017f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eecf5d5d-4e7f-4309-a38c-4fdbc531017f {
  
}
}
.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-ad7840b7-a0ae-4ad3-9569-6a70a56d7e1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad7840b7-a0ae-4ad3-9569-6a70a56d7e1d.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-4779c646-ff8d-4ad1-956c-62320e4525df {
  background-color: rgba(198, 244, 230, 1);
}

#s-0f67ea96-a8d8-4c99-a599-5e760babf174 {
  box-shadow:0px 0px 12px 2px rgba(137, 130, 130, 1);
margin-bottom: 40px;
min-height: 100px;
}








#s-0f67ea96-a8d8-4c99-a599-5e760babf174 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f67ea96-a8d8-4c99-a599-5e760babf174.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-94855b06-40f2-4a4d-ae3e-03b39e10e158 {
  
}
@media (min-width: 768px) and (max-width: 991px){#s-94855b06-40f2-4a4d-ae3e-03b39e10e158 {
  display: none;
}
#s-94855b06-40f2-4a4d-ae3e-03b39e10e158, #wrap-s-94855b06-40f2-4a4d-ae3e-03b39e10e158 { display:none !important; }}@media (max-width: 767px){#s-94855b06-40f2-4a4d-ae3e-03b39e10e158 {
  display: none;
}
#s-94855b06-40f2-4a4d-ae3e-03b39e10e158, #wrap-s-94855b06-40f2-4a4d-ae3e-03b39e10e158 { display:none !important; }}
@media (min-width: 0px) {
[id="s-94855b06-40f2-4a4d-ae3e-03b39e10e158"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-94855b06-40f2-4a4d-ae3e-03b39e10e158"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-94855b06-40f2-4a4d-ae3e-03b39e10e158"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-94855b06-40f2-4a4d-ae3e-03b39e10e158"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-94855b06-40f2-4a4d-ae3e-03b39e10e158"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-94855b06-40f2-4a4d-ae3e-03b39e10e158"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-94855b06-40f2-4a4d-ae3e-03b39e10e158"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

}

.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-89858c8f-4a60-49d1-bd17-284f73648581 {
  text-align: right;
}
@media (min-width: 1200px){#s-89858c8f-4a60-49d1-bd17-284f73648581 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-89858c8f-4a60-49d1-bd17-284f73648581 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-89858c8f-4a60-49d1-bd17-284f73648581 {
  
}
}@media (max-width: 767px){#s-89858c8f-4a60-49d1-bd17-284f73648581 {
  
}
}






  #s-89858c8f-4a60-49d1-bd17-284f73648581 img.shogun-image {
    

    
    
    
  }


#s-89858c8f-4a60-49d1-bd17-284f73648581 .shogun-image-content {
  
    align-items: center;
  
}

#s-e09c1646-936e-419f-8670-199d87b51aa3 {
  text-align: right;
}







  #s-e09c1646-936e-419f-8670-199d87b51aa3 img.shogun-image {
    

    
    
    
  }


#s-e09c1646-936e-419f-8670-199d87b51aa3 .shogun-image-content {
  
    align-items: center;
  
}

#s-2cabe3e6-c8f1-465b-bd2d-46d49acc8cf1 {
  text-align: center;
}







  #s-2cabe3e6-c8f1-465b-bd2d-46d49acc8cf1 img.shogun-image {
    

    
    
    
  }


#s-2cabe3e6-c8f1-465b-bd2d-46d49acc8cf1 .shogun-image-content {
  
    align-items: center;
  
}

#s-b563e555-ccd2-407d-998f-a9a979f50a47 {
  text-align: left;
}







  #s-b563e555-ccd2-407d-998f-a9a979f50a47 img.shogun-image {
    

    
    
    
  }


#s-b563e555-ccd2-407d-998f-a9a979f50a47 .shogun-image-content {
  
    align-items: center;
  
}

#s-472b54ae-93a8-4ae1-a8ef-d7e3cf536419 {
  text-align: center;
}
@media (min-width: 1200px){#s-472b54ae-93a8-4ae1-a8ef-d7e3cf536419 {
  display: none;
}
#s-472b54ae-93a8-4ae1-a8ef-d7e3cf536419, #wrap-s-472b54ae-93a8-4ae1-a8ef-d7e3cf536419 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-472b54ae-93a8-4ae1-a8ef-d7e3cf536419 {
  display: none;
}
#s-472b54ae-93a8-4ae1-a8ef-d7e3cf536419, #wrap-s-472b54ae-93a8-4ae1-a8ef-d7e3cf536419 { display:none !important; }}






  #s-472b54ae-93a8-4ae1-a8ef-d7e3cf536419 img.shogun-image {
    

    
    
    
  }


#s-472b54ae-93a8-4ae1-a8ef-d7e3cf536419 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0cb4057-55bf-4466-968c-6644b0d3dc69 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 75%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a0cb4057-55bf-4466-968c-6644b0d3dc69 {
  display: none;
}
#s-a0cb4057-55bf-4466-968c-6644b0d3dc69, #wrap-s-a0cb4057-55bf-4466-968c-6644b0d3dc69 { display:none !important; }}@media (max-width: 767px){#s-a0cb4057-55bf-4466-968c-6644b0d3dc69 {
  display: none;
}
#s-a0cb4057-55bf-4466-968c-6644b0d3dc69, #wrap-s-a0cb4057-55bf-4466-968c-6644b0d3dc69 { display:none !important; }}







#s-a0cb4057-55bf-4466-968c-6644b0d3dc69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0cb4057-55bf-4466-968c-6644b0d3dc69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2dae4b74-0b62-4d01-8455-d30b227c98d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2dae4b74-0b62-4d01-8455-d30b227c98d9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2dae4b74-0b62-4d01-8455-d30b227c98d9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2dae4b74-0b62-4d01-8455-d30b227c98d9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2dae4b74-0b62-4d01-8455-d30b227c98d9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2dae4b74-0b62-4d01-8455-d30b227c98d9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2dae4b74-0b62-4d01-8455-d30b227c98d9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-da53f996-1ebb-45a1-92cf-80d58a68de70 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 389px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}





  #s-da53f996-1ebb-45a1-92cf-80d58a68de70 img.shogun-image,
  #s-da53f996-1ebb-45a1-92cf-80d58a68de70 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-da53f996-1ebb-45a1-92cf-80d58a68de70 {
    width: 100%;
    height: auto;
  }



  #s-da53f996-1ebb-45a1-92cf-80d58a68de70 img.shogun-image {
    

    
    
    
  }


#s-da53f996-1ebb-45a1-92cf-80d58a68de70 .shogun-image-content {
  
    align-items: center;
  
}

#s-236ffe61-8819-4bfd-b0f4-4cd4b5fea6cf {
  margin-top: 35px;
}

#s-8a6e8b24-5a9e-4a5e-be8c-989b8100a125 {
  margin-top: 35px;
margin-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-8a6e8b24-5a9e-4a5e-be8c-989b8100a125"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a6e8b24-5a9e-4a5e-be8c-989b8100a125"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8a6e8b24-5a9e-4a5e-be8c-989b8100a125"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a6e8b24-5a9e-4a5e-be8c-989b8100a125"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-851763f6-bb11-4e89-8548-9e8c30318d04 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 2px;
text-align: center;
background-color: rgba(180, 64, 64, 1);
text-decoration: none;
}
#s-851763f6-bb11-4e89-8548-9e8c30318d04:hover {background-color: rgba(5, 128, 1, 1) !important;
text-decoration: none !important;}#s-851763f6-bb11-4e89-8548-9e8c30318d04:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-851763f6-bb11-4e89-8548-9e8c30318d04-root {
    text-align: center;
  }


#s-851763f6-bb11-4e89-8548-9e8c30318d04.shg-btn {
  color: #ffffff;
  font-size: 1.2em;
  
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-851763f6-bb11-4e89-8548-9e8c30318d04-root {
    text-align: center;
  }


#s-851763f6-bb11-4e89-8548-9e8c30318d04.shg-btn {
  color: #ffffff;
  font-size: 1.2em;
  
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-851763f6-bb11-4e89-8548-9e8c30318d04-root {
    text-align: center;
  }


#s-851763f6-bb11-4e89-8548-9e8c30318d04.shg-btn {
  color: #ffffff;
  font-size: 1.2em;
  
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-851763f6-bb11-4e89-8548-9e8c30318d04-root {
    text-align: center;
  }


#s-851763f6-bb11-4e89-8548-9e8c30318d04.shg-btn {
  color: #ffffff;
  font-size: 1.2em;
  
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-851763f6-bb11-4e89-8548-9e8c30318d04-root {
    text-align: center;
  }


#s-851763f6-bb11-4e89-8548-9e8c30318d04.shg-btn {
  color: #ffffff;
  font-size: 1.2em;
  
  
  font-family: Lato;
  display:  block ;
}
}
#s-02001d13-ff98-44d9-85ea-332edf63dc79 {
  margin-top: 1px;
text-align: center;
}







  #s-02001d13-ff98-44d9-85ea-332edf63dc79 img.shogun-image {
    

    
    
    
  }


#s-02001d13-ff98-44d9-85ea-332edf63dc79 .shogun-image-content {
  
    align-items: center;
  
}

#s-264dddab-1f7a-4d7c-94c9-b2b296b4c576 {
  min-height: 50px;
}








#s-264dddab-1f7a-4d7c-94c9-b2b296b4c576 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-264dddab-1f7a-4d7c-94c9-b2b296b4c576.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e45315d2-13ed-40f5-bb01-e047819acf5a {
  
}

@media (min-width: 0px) {
[id="s-e45315d2-13ed-40f5-bb01-e047819acf5a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e45315d2-13ed-40f5-bb01-e047819acf5a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e45315d2-13ed-40f5-bb01-e047819acf5a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e45315d2-13ed-40f5-bb01-e047819acf5a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e45315d2-13ed-40f5-bb01-e047819acf5a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e45315d2-13ed-40f5-bb01-e047819acf5a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e45315d2-13ed-40f5-bb01-e047819acf5a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-7dfb20a5-f86a-4965-a86e-e55ba4cdbae0 {
  text-align: left;
}







  #s-7dfb20a5-f86a-4965-a86e-e55ba4cdbae0 img.shogun-image {
    

    
    
    
  }


#s-7dfb20a5-f86a-4965-a86e-e55ba4cdbae0 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9f8081e-a793-4c08-97bc-aeb4ed4d32c2 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 90%;
}
@media (min-width: 1200px){#s-e9f8081e-a793-4c08-97bc-aeb4ed4d32c2 {
  display: none;
}
#s-e9f8081e-a793-4c08-97bc-aeb4ed4d32c2, #wrap-s-e9f8081e-a793-4c08-97bc-aeb4ed4d32c2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e9f8081e-a793-4c08-97bc-aeb4ed4d32c2 {
  display: none;
}
#s-e9f8081e-a793-4c08-97bc-aeb4ed4d32c2, #wrap-s-e9f8081e-a793-4c08-97bc-aeb4ed4d32c2 { display:none !important; }}







#s-e9f8081e-a793-4c08-97bc-aeb4ed4d32c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9f8081e-a793-4c08-97bc-aeb4ed4d32c2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9006e746-bf47-44a6-86c0-893a27f964b0 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 779/882;
text-align: center;
}





  #s-9006e746-bf47-44a6-86c0-893a27f964b0 img.shogun-image,
  #s-9006e746-bf47-44a6-86c0-893a27f964b0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9006e746-bf47-44a6-86c0-893a27f964b0 {
    width: 100%;
    height: auto;
  }



  #s-9006e746-bf47-44a6-86c0-893a27f964b0 img.shogun-image {
    

    
    
    
  }


#s-9006e746-bf47-44a6-86c0-893a27f964b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-fcfd19a1-7022-489b-8507-ef8f96100f36 {
  margin-top: 35px;
}

#s-55b1b022-df89-42e8-afc8-6354355cbd90 {
  min-height: 50px;
}








#s-55b1b022-df89-42e8-afc8-6354355cbd90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55b1b022-df89-42e8-afc8-6354355cbd90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2c0b2c9-eee7-45f2-a86f-99aa13047400 {
  margin-top: 35px;
margin-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-c2c0b2c9-eee7-45f2-a86f-99aa13047400"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2c0b2c9-eee7-45f2-a86f-99aa13047400"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2c0b2c9-eee7-45f2-a86f-99aa13047400"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2c0b2c9-eee7-45f2-a86f-99aa13047400"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-668a9060-df71-4cea-be79-f16a939b9853 {
  margin-bottom: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(180, 64, 64, 1);
text-decoration: none;
}
#s-668a9060-df71-4cea-be79-f16a939b9853:hover {background-color: rgba(5, 128, 1, 1) !important;
text-decoration: none !important;}#s-668a9060-df71-4cea-be79-f16a939b9853:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-668a9060-df71-4cea-be79-f16a939b9853-root {
    text-align: center;
  }


#s-668a9060-df71-4cea-be79-f16a939b9853.shg-btn {
  color: #ffffff;
  font-size: 1.2em;
  
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-668a9060-df71-4cea-be79-f16a939b9853-root {
    text-align: center;
  }


#s-668a9060-df71-4cea-be79-f16a939b9853.shg-btn {
  color: #ffffff;
  font-size: 1.2em;
  
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-668a9060-df71-4cea-be79-f16a939b9853-root {
    text-align: center;
  }


#s-668a9060-df71-4cea-be79-f16a939b9853.shg-btn {
  color: #ffffff;
  font-size: 1.2em;
  
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-668a9060-df71-4cea-be79-f16a939b9853-root {
    text-align: center;
  }


#s-668a9060-df71-4cea-be79-f16a939b9853.shg-btn {
  color: #ffffff;
  font-size: 1.2em;
  
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-668a9060-df71-4cea-be79-f16a939b9853-root {
    text-align: center;
  }


#s-668a9060-df71-4cea-be79-f16a939b9853.shg-btn {
  color: #ffffff;
  font-size: 1.2em;
  
  
  font-family: Lato;
  display:  block ;
}
}
#s-dfe51482-2021-41dd-a461-fd28ba5a0e0e {
  margin-top: 1px;
text-align: center;
}







  #s-dfe51482-2021-41dd-a461-fd28ba5a0e0e img.shogun-image {
    

    
    
    
  }


#s-dfe51482-2021-41dd-a461-fd28ba5a0e0e .shogun-image-content {
  
    align-items: center;
  
}

#s-c428df96-fcc5-4acb-a5b0-bd851ce4b59c {
  
}

@media (min-width: 0px) {
[id="s-c428df96-fcc5-4acb-a5b0-bd851ce4b59c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c428df96-fcc5-4acb-a5b0-bd851ce4b59c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c428df96-fcc5-4acb-a5b0-bd851ce4b59c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c428df96-fcc5-4acb-a5b0-bd851ce4b59c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c428df96-fcc5-4acb-a5b0-bd851ce4b59c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c428df96-fcc5-4acb-a5b0-bd851ce4b59c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c428df96-fcc5-4acb-a5b0-bd851ce4b59c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-c428df96-fcc5-4acb-a5b0-bd851ce4b59c"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3a152ffd-eb27-41b9-a9a6-cfcd65184742 {
  text-align: left;
}







  #s-3a152ffd-eb27-41b9-a9a6-cfcd65184742 img.shogun-image {
    

    
    
    
  }


#s-3a152ffd-eb27-41b9-a9a6-cfcd65184742 .shogun-image-content {
  
    align-items: center;
  
}

#s-19ac8601-8b4f-49e1-bd82-a436144a1cce {
  margin-top: 60px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-19ac8601-8b4f-49e1-bd82-a436144a1cce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19ac8601-8b4f-49e1-bd82-a436144a1cce.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-567ebf39-087d-40eb-8514-3164eb5bc717 {
  border-style: solid;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 01px;
border-right-width: 0px;
border-color: rgba(205, 205, 205, 1);
background-color: rgba(236, 238, 240, 1);
}








#s-567ebf39-087d-40eb-8514-3164eb5bc717 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-567ebf39-087d-40eb-8514-3164eb5bc717.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1bbe7bdc-57d1-4648-bdf0-3948b4203f43 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1bbe7bdc-57d1-4648-bdf0-3948b4203f43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bbe7bdc-57d1-4648-bdf0-3948b4203f43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31d79600-01f7-4e6b-82a1-586e0910c557 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-31d79600-01f7-4e6b-82a1-586e0910c557"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-31d79600-01f7-4e6b-82a1-586e0910c557"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-31d79600-01f7-4e6b-82a1-586e0910c557"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-31d79600-01f7-4e6b-82a1-586e0910c557"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-31d79600-01f7-4e6b-82a1-586e0910c557"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-31d79600-01f7-4e6b-82a1-586e0910c557"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-31d79600-01f7-4e6b-82a1-586e0910c557"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-45f7314d-cf20-4bfa-914e-e8307dc7c784 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-f7f17ba2-8557-4834-b703-1ffa3e62a06a {
  margin-top: 45px;
padding-top: 10px;
min-height: 665px;
background-color: rgba(255, 255, 255, 1);
}








#s-f7f17ba2-8557-4834-b703-1ffa3e62a06a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7f17ba2-8557-4834-b703-1ffa3e62a06a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-51c6fed5-af6b-45dd-bb1f-89cf354a0f50 {
  border-style: solid;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 01px;
border-right-width: 0px;
border-color: rgba(205, 205, 205, 1);
background-color: rgba(236, 238, 240, 1);
}








#s-51c6fed5-af6b-45dd-bb1f-89cf354a0f50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51c6fed5-af6b-45dd-bb1f-89cf354a0f50.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-b966b3fd-543e-44c1-a9f1-4684ebeab754 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1000px;
}

#s-b966b3fd-543e-44c1-a9f1-4684ebeab754 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-b966b3fd-543e-44c1-a9f1-4684ebeab754 .shg-sld-nav-button.shg-sld-left,
#s-b966b3fd-543e-44c1-a9f1-4684ebeab754 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3285fb94-a597-475d-974d-dfa6b534ac31 {
  min-height: 665px;
}

@media (min-width: 0px) {
[id="s-3285fb94-a597-475d-974d-dfa6b534ac31"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3285fb94-a597-475d-974d-dfa6b534ac31"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3285fb94-a597-475d-974d-dfa6b534ac31"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3285fb94-a597-475d-974d-dfa6b534ac31"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-3285fb94-a597-475d-974d-dfa6b534ac31"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-cc0e9c07-32dc-437e-987b-ee2135bb51a2 {
  text-align: center;
}







  #s-cc0e9c07-32dc-437e-987b-ee2135bb51a2 img.shogun-image {
    

    
    
    
  }


#s-cc0e9c07-32dc-437e-987b-ee2135bb51a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-164882d6-be7b-446e-82cc-a7b53a58e754 {
  min-height: 665px;
}

@media (min-width: 0px) {
[id="s-164882d6-be7b-446e-82cc-a7b53a58e754"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-164882d6-be7b-446e-82cc-a7b53a58e754"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-164882d6-be7b-446e-82cc-a7b53a58e754"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-164882d6-be7b-446e-82cc-a7b53a58e754"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-164882d6-be7b-446e-82cc-a7b53a58e754"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a5cc29f8-87fd-49f3-8172-b88dcd31a959 {
  margin-bottom: 20px;
max-height: 665666565px;
text-align: center;
}







  #s-a5cc29f8-87fd-49f3-8172-b88dcd31a959 img.shogun-image {
    

    
    
    
  }


#s-a5cc29f8-87fd-49f3-8172-b88dcd31a959 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7ac38de-19d5-409a-b112-cc9a78731ecd {
  min-height: 665px;
}

@media (min-width: 0px) {
[id="s-a7ac38de-19d5-409a-b112-cc9a78731ecd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7ac38de-19d5-409a-b112-cc9a78731ecd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a7ac38de-19d5-409a-b112-cc9a78731ecd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7ac38de-19d5-409a-b112-cc9a78731ecd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-a7ac38de-19d5-409a-b112-cc9a78731ecd"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f0a4607b-cf5f-4672-8439-c9019f846d2f {
  
}

#s-e2b9af85-2296-4a18-ac04-db0b8e57be44 {
  text-align: center;
}







  #s-e2b9af85-2296-4a18-ac04-db0b8e57be44 img.shogun-image {
    

    
    
    
  }


#s-e2b9af85-2296-4a18-ac04-db0b8e57be44 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c6b12bb-d34d-459f-9223-a7b2c3ef57e2 {
  min-height: 665px;
max-height: 665px;
}

@media (min-width: 0px) {
[id="s-7c6b12bb-d34d-459f-9223-a7b2c3ef57e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c6b12bb-d34d-459f-9223-a7b2c3ef57e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c6b12bb-d34d-459f-9223-a7b2c3ef57e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c6b12bb-d34d-459f-9223-a7b2c3ef57e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-101c422d-6ec1-4c44-9728-9a1ea610d15b {
  text-align: center;
}







  #s-101c422d-6ec1-4c44-9728-9a1ea610d15b img.shogun-image {
    

    
    
    
  }


#s-101c422d-6ec1-4c44-9728-9a1ea610d15b .shogun-image-content {
  
    align-items: center;
  
}

#s-9629e051-72e7-4cf6-8e5b-5544b71a0e0e {
  min-height: 665px;
}

@media (min-width: 0px) {
[id="s-9629e051-72e7-4cf6-8e5b-5544b71a0e0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9629e051-72e7-4cf6-8e5b-5544b71a0e0e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9629e051-72e7-4cf6-8e5b-5544b71a0e0e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9629e051-72e7-4cf6-8e5b-5544b71a0e0e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9629e051-72e7-4cf6-8e5b-5544b71a0e0e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-16517ee4-8753-44bf-8d6d-7f50f2506317 {
  text-align: center;
}







  #s-16517ee4-8753-44bf-8d6d-7f50f2506317 img.shogun-image {
    

    
    
    
  }


#s-16517ee4-8753-44bf-8d6d-7f50f2506317 .shogun-image-content {
  
    align-items: center;
  
}

#s-efe208e2-f6d6-40bc-84e5-09ac6d050127 {
  min-height: 665px;
}

@media (min-width: 0px) {
[id="s-efe208e2-f6d6-40bc-84e5-09ac6d050127"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efe208e2-f6d6-40bc-84e5-09ac6d050127"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-efe208e2-f6d6-40bc-84e5-09ac6d050127"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-efe208e2-f6d6-40bc-84e5-09ac6d050127"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-efe208e2-f6d6-40bc-84e5-09ac6d050127"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-dac3cf10-bb34-42d1-820d-29a5cc51af5f {
  text-align: center;
}







  #s-dac3cf10-bb34-42d1-820d-29a5cc51af5f img.shogun-image {
    

    
    
    
  }


#s-dac3cf10-bb34-42d1-820d-29a5cc51af5f .shogun-image-content {
  
    align-items: center;
  
}

#s-41b386ce-5df1-411c-9f8b-1d1c4027ec86 {
  min-height: 665px;
}

@media (min-width: 0px) {
[id="s-41b386ce-5df1-411c-9f8b-1d1c4027ec86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41b386ce-5df1-411c-9f8b-1d1c4027ec86"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41b386ce-5df1-411c-9f8b-1d1c4027ec86"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41b386ce-5df1-411c-9f8b-1d1c4027ec86"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-41b386ce-5df1-411c-9f8b-1d1c4027ec86"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ceccfc09-972f-4535-a9ef-568d9718c4e0 {
  text-align: center;
}







  #s-ceccfc09-972f-4535-a9ef-568d9718c4e0 img.shogun-image {
    

    
    
    
  }


#s-ceccfc09-972f-4535-a9ef-568d9718c4e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-f96f501a-67ad-4e05-9619-992c6c6118b3 {
  min-height: 665px;
}

@media (min-width: 0px) {
[id="s-f96f501a-67ad-4e05-9619-992c6c6118b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f96f501a-67ad-4e05-9619-992c6c6118b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f96f501a-67ad-4e05-9619-992c6c6118b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f96f501a-67ad-4e05-9619-992c6c6118b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-f96f501a-67ad-4e05-9619-992c6c6118b3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-09cbca40-0774-471a-b4ca-4b3e72870375 {
  text-align: center;
}







  #s-09cbca40-0774-471a-b4ca-4b3e72870375 img.shogun-image {
    

    
    
    
  }


#s-09cbca40-0774-471a-b4ca-4b3e72870375 .shogun-image-content {
  
    align-items: center;
  
}

#s-abbbabaf-a794-4aa6-9db7-6f5909557291 {
  margin-bottom: 3px;
padding-bottom: 20px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-abbbabaf-a794-4aa6-9db7-6f5909557291 {
  
}
}







#s-abbbabaf-a794-4aa6-9db7-6f5909557291 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abbbabaf-a794-4aa6-9db7-6f5909557291.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-42095347-4522-4bd8-b4eb-3c977d0c84d7 {
  border-style: solid;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 01px;
border-right-width: 0px;
border-color: rgba(205, 205, 205, 1);
background-color: rgba(14, 135, 223, 1);
}








#s-42095347-4522-4bd8-b4eb-3c977d0c84d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42095347-4522-4bd8-b4eb-3c977d0c84d7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-96df3044-3e36-4ac7-8a92-b904b9491639 {
  margin-left: auto;
margin-right: auto;
max-width: 820px;
}
@media (max-width: 767px){#s-96df3044-3e36-4ac7-8a92-b904b9491639 {
  display: none;
}
#s-96df3044-3e36-4ac7-8a92-b904b9491639, #wrap-s-96df3044-3e36-4ac7-8a92-b904b9491639 { display:none !important; }}
#s-8277e491-2618-4422-af2f-d299e5c79ce7 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}
@media (min-width: 1200px){#s-8277e491-2618-4422-af2f-d299e5c79ce7 {
  display: none;
}
#s-8277e491-2618-4422-af2f-d299e5c79ce7, #wrap-s-8277e491-2618-4422-af2f-d299e5c79ce7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8277e491-2618-4422-af2f-d299e5c79ce7 {
  display: none;
}
#s-8277e491-2618-4422-af2f-d299e5c79ce7, #wrap-s-8277e491-2618-4422-af2f-d299e5c79ce7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8277e491-2618-4422-af2f-d299e5c79ce7 {
  display: none;
}
#s-8277e491-2618-4422-af2f-d299e5c79ce7, #wrap-s-8277e491-2618-4422-af2f-d299e5c79ce7 { display:none !important; }}
#s-198bd3da-30d7-424e-9b9c-ef25ed55b436 {
  margin-left: auto;
margin-right: auto;
max-width: 98%;
text-align: center;
}
@media (min-width: 1200px){#s-198bd3da-30d7-424e-9b9c-ef25ed55b436 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-198bd3da-30d7-424e-9b9c-ef25ed55b436 {
  
}
}@media (max-width: 767px){#s-198bd3da-30d7-424e-9b9c-ef25ed55b436 {
  
}
}






  #s-198bd3da-30d7-424e-9b9c-ef25ed55b436 img.shogun-image {
    

    
    
    
  }


#s-198bd3da-30d7-424e-9b9c-ef25ed55b436 .shogun-image-content {
  
    align-items: center;
  
}

#s-554cdbff-0623-4911-91a1-260eba677cdd {
  padding-top: 20px;
padding-left: 60px;
padding-right: 0px;
}
@media (min-width: 1200px){#s-554cdbff-0623-4911-91a1-260eba677cdd {
  display: none;
}
#s-554cdbff-0623-4911-91a1-260eba677cdd, #wrap-s-554cdbff-0623-4911-91a1-260eba677cdd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-554cdbff-0623-4911-91a1-260eba677cdd {
  display: none;
}
#s-554cdbff-0623-4911-91a1-260eba677cdd, #wrap-s-554cdbff-0623-4911-91a1-260eba677cdd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-554cdbff-0623-4911-91a1-260eba677cdd {
  display: none;
}
#s-554cdbff-0623-4911-91a1-260eba677cdd, #wrap-s-554cdbff-0623-4911-91a1-260eba677cdd { display:none !important; }}
@media (min-width: 0px) {
[id="s-554cdbff-0623-4911-91a1-260eba677cdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-554cdbff-0623-4911-91a1-260eba677cdd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-554cdbff-0623-4911-91a1-260eba677cdd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-554cdbff-0623-4911-91a1-260eba677cdd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b9081c2d-9c09-4535-ace4-96ac952e6553 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-3da5af11-f75c-439b-9631-ea2526effb8a {
  padding-left: 60px;
padding-bottom: 20px;
}
@media (min-width: 1200px){#s-3da5af11-f75c-439b-9631-ea2526effb8a {
  display: none;
}
#s-3da5af11-f75c-439b-9631-ea2526effb8a, #wrap-s-3da5af11-f75c-439b-9631-ea2526effb8a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3da5af11-f75c-439b-9631-ea2526effb8a {
  display: none;
}
#s-3da5af11-f75c-439b-9631-ea2526effb8a, #wrap-s-3da5af11-f75c-439b-9631-ea2526effb8a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3da5af11-f75c-439b-9631-ea2526effb8a {
  display: none;
}
#s-3da5af11-f75c-439b-9631-ea2526effb8a, #wrap-s-3da5af11-f75c-439b-9631-ea2526effb8a { display:none !important; }}
@media (min-width: 0px) {
[id="s-3da5af11-f75c-439b-9631-ea2526effb8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3da5af11-f75c-439b-9631-ea2526effb8a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3da5af11-f75c-439b-9631-ea2526effb8a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3da5af11-f75c-439b-9631-ea2526effb8a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c1b4ec04-5ced-4b12-895b-6fce4c6ce844 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-1914edb8-0b88-4c3d-b316-e71d4b3149cf {
  margin-top: 20px;
}

#s-50efd5eb-5a81-4eb4-b709-9e7d7a19ceea {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
min-height: 50px;
}








#s-50efd5eb-5a81-4eb4-b709-9e7d7a19ceea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50efd5eb-5a81-4eb4-b709-9e7d7a19ceea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb326939-64d9-413f-9f02-f1bf8ae85b2c {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-cb326939-64d9-413f-9f02-f1bf8ae85b2c {
  
}
}@media (max-width: 767px){#s-cb326939-64d9-413f-9f02-f1bf8ae85b2c {
  
}
}
@media (min-width: 0px) {
[id="s-cb326939-64d9-413f-9f02-f1bf8ae85b2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb326939-64d9-413f-9f02-f1bf8ae85b2c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb326939-64d9-413f-9f02-f1bf8ae85b2c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cb326939-64d9-413f-9f02-f1bf8ae85b2c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb326939-64d9-413f-9f02-f1bf8ae85b2c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb326939-64d9-413f-9f02-f1bf8ae85b2c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-cb326939-64d9-413f-9f02-f1bf8ae85b2c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-ec5a1ace-e222-488a-a618-8fbc06c44bf2 {
  display: none;
}
#s-ec5a1ace-e222-488a-a618-8fbc06c44bf2, #wrap-s-ec5a1ace-e222-488a-a618-8fbc06c44bf2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec5a1ace-e222-488a-a618-8fbc06c44bf2 {
  display: none;
}
#s-ec5a1ace-e222-488a-a618-8fbc06c44bf2, #wrap-s-ec5a1ace-e222-488a-a618-8fbc06c44bf2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ec5a1ace-e222-488a-a618-8fbc06c44bf2 {
  display: none;
}
#s-ec5a1ace-e222-488a-a618-8fbc06c44bf2, #wrap-s-ec5a1ace-e222-488a-a618-8fbc06c44bf2 { display:none !important; }}
#s-c894d58f-9f82-48a9-a8a8-0ce6b4d7c89f {
  margin-top: 20px;
text-align: center;
}







  #s-c894d58f-9f82-48a9-a8a8-0ce6b4d7c89f img.shogun-image {
    

    
    
    
  }


#s-c894d58f-9f82-48a9-a8a8-0ce6b4d7c89f .shogun-image-content {
  
    align-items: center;
  
}

#s-07fdd90c-f3d7-47e0-b518-a406bcef81d0 {
  margin-top: 30px;
}
@media (min-width: 1200px){#s-07fdd90c-f3d7-47e0-b518-a406bcef81d0 {
  display: none;
}
#s-07fdd90c-f3d7-47e0-b518-a406bcef81d0, #wrap-s-07fdd90c-f3d7-47e0-b518-a406bcef81d0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07fdd90c-f3d7-47e0-b518-a406bcef81d0 {
  display: none;
}
#s-07fdd90c-f3d7-47e0-b518-a406bcef81d0, #wrap-s-07fdd90c-f3d7-47e0-b518-a406bcef81d0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-07fdd90c-f3d7-47e0-b518-a406bcef81d0 {
  
}
}@media (max-width: 767px){#s-07fdd90c-f3d7-47e0-b518-a406bcef81d0 {
  display: none;
}
#s-07fdd90c-f3d7-47e0-b518-a406bcef81d0, #wrap-s-07fdd90c-f3d7-47e0-b518-a406bcef81d0 { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-76fd5b2e-79a7-42d0-a407-30b1847a062f {
  
}
}@media (max-width: 767px){#s-76fd5b2e-79a7-42d0-a407-30b1847a062f {
  display: none;
}
#s-76fd5b2e-79a7-42d0-a407-30b1847a062f, #wrap-s-76fd5b2e-79a7-42d0-a407-30b1847a062f { display:none !important; }}
#s-17830506-5111-49f1-9110-962723b82291 {
  margin-top: 20px;
}

#s-b04bcdf5-da4f-409d-80e6-5fdd8f32705c {
  margin-top: 30px;
margin-bottom: 30px;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-b04bcdf5-da4f-409d-80e6-5fdd8f32705c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b04bcdf5-da4f-409d-80e6-5fdd8f32705c {
  
}
}







#s-b04bcdf5-da4f-409d-80e6-5fdd8f32705c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b04bcdf5-da4f-409d-80e6-5fdd8f32705c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d5c4e22-883c-48de-bcd3-dec7ca43db62 {
  margin-top: 30px;
}

#s-1024805f-66d9-4f2b-9ea5-da04af9a6ec2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(180, 64, 64, 1);
text-decoration: none;
}
#s-1024805f-66d9-4f2b-9ea5-da04af9a6ec2:hover {background-color: rgba(5, 128, 1, 1) !important;
text-decoration: none !important;}#s-1024805f-66d9-4f2b-9ea5-da04af9a6ec2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1024805f-66d9-4f2b-9ea5-da04af9a6ec2-root {
    text-align: center;
  }


#s-1024805f-66d9-4f2b-9ea5-da04af9a6ec2.shg-btn {
  color: #ffffff;
  font-size: 1.2em;
  
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1024805f-66d9-4f2b-9ea5-da04af9a6ec2-root {
    text-align: center;
  }


#s-1024805f-66d9-4f2b-9ea5-da04af9a6ec2.shg-btn {
  color: #ffffff;
  font-size: 1.2em;
  
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1024805f-66d9-4f2b-9ea5-da04af9a6ec2-root {
    text-align: center;
  }


#s-1024805f-66d9-4f2b-9ea5-da04af9a6ec2.shg-btn {
  color: #ffffff;
  font-size: 1.2em;
  
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1024805f-66d9-4f2b-9ea5-da04af9a6ec2-root {
    text-align: center;
  }


#s-1024805f-66d9-4f2b-9ea5-da04af9a6ec2.shg-btn {
  color: #ffffff;
  font-size: 1.2em;
  
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1024805f-66d9-4f2b-9ea5-da04af9a6ec2-root {
    text-align: center;
  }


#s-1024805f-66d9-4f2b-9ea5-da04af9a6ec2.shg-btn {
  color: #ffffff;
  font-size: 1.2em;
  
  
  font-family: Lato;
  display:  block ;
}
}
#s-b3e6bc6d-5715-406f-8b2b-9fdb86b3be18 {
  margin-top: 10px;
text-align: center;
}







  #s-b3e6bc6d-5715-406f-8b2b-9fdb86b3be18 img.shogun-image {
    

    
    
    
  }


#s-b3e6bc6d-5715-406f-8b2b-9fdb86b3be18 .shogun-image-content {
  
    align-items: center;
  
}

#s-d34a53e2-0c77-48b0-853d-1533b00b38df {
  margin-top: 32px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d34a53e2-0c77-48b0-853d-1533b00b38df {
  display: none;
}
#s-d34a53e2-0c77-48b0-853d-1533b00b38df, #wrap-s-d34a53e2-0c77-48b0-853d-1533b00b38df { display:none !important; }}
#s-3b654894-926b-462d-8e29-09d1e646599b {
  border-style: solid;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
}

@media (min-width: 0px) {
[id="s-3b654894-926b-462d-8e29-09d1e646599b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b654894-926b-462d-8e29-09d1e646599b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3b654894-926b-462d-8e29-09d1e646599b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3b654894-926b-462d-8e29-09d1e646599b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3b654894-926b-462d-8e29-09d1e646599b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b654894-926b-462d-8e29-09d1e646599b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3b654894-926b-462d-8e29-09d1e646599b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px){#s-c9f7d38f-a7e8-4f58-b9de-796c3e2a8376 {
  display: none;
}
#s-c9f7d38f-a7e8-4f58-b9de-796c3e2a8376, #wrap-s-c9f7d38f-a7e8-4f58-b9de-796c3e2a8376 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c9f7d38f-a7e8-4f58-b9de-796c3e2a8376 {
  display: none;
}
#s-c9f7d38f-a7e8-4f58-b9de-796c3e2a8376, #wrap-s-c9f7d38f-a7e8-4f58-b9de-796c3e2a8376 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c9f7d38f-a7e8-4f58-b9de-796c3e2a8376 {
  display: none;
}
#s-c9f7d38f-a7e8-4f58-b9de-796c3e2a8376, #wrap-s-c9f7d38f-a7e8-4f58-b9de-796c3e2a8376 { display:none !important; }}
#s-b811f9e6-2f2c-4499-bbf8-5c49e50604fc {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
text-align: center;
}







  #s-b811f9e6-2f2c-4499-bbf8-5c49e50604fc img.shogun-image {
    

    
    
    
  }


#s-b811f9e6-2f2c-4499-bbf8-5c49e50604fc .shogun-image-content {
  
    align-items: center;
  
}

#s-7b1790be-21a4-40d4-8899-5b76bb247110 {
  margin-top: 40px;
}
@media (min-width: 1200px){#s-7b1790be-21a4-40d4-8899-5b76bb247110 {
  display: none;
}
#s-7b1790be-21a4-40d4-8899-5b76bb247110, #wrap-s-7b1790be-21a4-40d4-8899-5b76bb247110 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b1790be-21a4-40d4-8899-5b76bb247110 {
  display: none;
}
#s-7b1790be-21a4-40d4-8899-5b76bb247110, #wrap-s-7b1790be-21a4-40d4-8899-5b76bb247110 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b1790be-21a4-40d4-8899-5b76bb247110 {
  
}
}@media (max-width: 767px){#s-7b1790be-21a4-40d4-8899-5b76bb247110 {
  display: none;
}
#s-7b1790be-21a4-40d4-8899-5b76bb247110, #wrap-s-7b1790be-21a4-40d4-8899-5b76bb247110 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7b1790be-21a4-40d4-8899-5b76bb247110"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b1790be-21a4-40d4-8899-5b76bb247110"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7b1790be-21a4-40d4-8899-5b76bb247110"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7b1790be-21a4-40d4-8899-5b76bb247110"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7b1790be-21a4-40d4-8899-5b76bb247110"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b1790be-21a4-40d4-8899-5b76bb247110"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7b1790be-21a4-40d4-8899-5b76bb247110"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-698bc586-ff14-4683-b055-6a2970f22a72 {
  text-align: center;
}







  #s-698bc586-ff14-4683-b055-6a2970f22a72 img.shogun-image {
    

    
    
    
  }


#s-698bc586-ff14-4683-b055-6a2970f22a72 .shogun-image-content {
  
    align-items: center;
  
}

#s-687a4601-c75e-4c3a-9887-6234f001008f {
  margin-top: 30px;
}
@media (min-width: 1200px){#s-687a4601-c75e-4c3a-9887-6234f001008f {
  display: none;
}
#s-687a4601-c75e-4c3a-9887-6234f001008f, #wrap-s-687a4601-c75e-4c3a-9887-6234f001008f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-687a4601-c75e-4c3a-9887-6234f001008f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-687a4601-c75e-4c3a-9887-6234f001008f {
  display: none;
}
#s-687a4601-c75e-4c3a-9887-6234f001008f, #wrap-s-687a4601-c75e-4c3a-9887-6234f001008f { display:none !important; }}@media (max-width: 767px){#s-687a4601-c75e-4c3a-9887-6234f001008f {
  display: none;
}
#s-687a4601-c75e-4c3a-9887-6234f001008f, #wrap-s-687a4601-c75e-4c3a-9887-6234f001008f { display:none !important; }}
@media (min-width: 768px) and (max-width: 991px){#s-1c0677d2-ae89-4b01-85f8-c7d502904969 {
  
}
}@media (max-width: 767px){#s-1c0677d2-ae89-4b01-85f8-c7d502904969 {
  display: none;
}
#s-1c0677d2-ae89-4b01-85f8-c7d502904969, #wrap-s-1c0677d2-ae89-4b01-85f8-c7d502904969 { display:none !important; }}
#s-63a66e0c-8862-4712-b6e1-11712acf143f {
  margin-top: 20px;
}

#s-2dac613c-4967-4936-b49a-2c18f9b9f890 {
  margin-bottom: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-2dac613c-4967-4936-b49a-2c18f9b9f890 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2dac613c-4967-4936-b49a-2c18f9b9f890 {
  
}
}







#s-2dac613c-4967-4936-b49a-2c18f9b9f890 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2dac613c-4967-4936-b49a-2c18f9b9f890.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc4c575c-bdd9-4a92-8f46-cf26a1a32019 {
  margin-top: 30px;
}

#s-d96932ae-4b2b-4613-ab5b-0ef47024f76d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(180, 64, 64, 1);
text-decoration: none;
}
#s-d96932ae-4b2b-4613-ab5b-0ef47024f76d:hover {background-color: rgba(5, 128, 1, 1) !important;
text-decoration: none !important;}#s-d96932ae-4b2b-4613-ab5b-0ef47024f76d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d96932ae-4b2b-4613-ab5b-0ef47024f76d-root {
    text-align: center;
  }


#s-d96932ae-4b2b-4613-ab5b-0ef47024f76d.shg-btn {
  color: #ffffff;
  font-size: 1.2em;
  
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d96932ae-4b2b-4613-ab5b-0ef47024f76d-root {
    text-align: center;
  }


#s-d96932ae-4b2b-4613-ab5b-0ef47024f76d.shg-btn {
  color: #ffffff;
  font-size: 1.2em;
  
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d96932ae-4b2b-4613-ab5b-0ef47024f76d-root {
    text-align: center;
  }


#s-d96932ae-4b2b-4613-ab5b-0ef47024f76d.shg-btn {
  color: #ffffff;
  font-size: 1.2em;
  
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d96932ae-4b2b-4613-ab5b-0ef47024f76d-root {
    text-align: center;
  }


#s-d96932ae-4b2b-4613-ab5b-0ef47024f76d.shg-btn {
  color: #ffffff;
  font-size: 1.2em;
  
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d96932ae-4b2b-4613-ab5b-0ef47024f76d-root {
    text-align: center;
  }


#s-d96932ae-4b2b-4613-ab5b-0ef47024f76d.shg-btn {
  color: #ffffff;
  font-size: 1.2em;
  
  
  font-family: Lato;
  display:  block ;
}
}
#s-bd3af22c-bdbd-4916-933e-6f3978c0ea55 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: center;
}







  #s-bd3af22c-bdbd-4916-933e-6f3978c0ea55 img.shogun-image {
    

    
    
    
  }


#s-bd3af22c-bdbd-4916-933e-6f3978c0ea55 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-26e006b3-0a41-45b0-a42e-30e6496e004b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26e006b3-0a41-45b0-a42e-30e6496e004b {
  display: none;
}
#s-26e006b3-0a41-45b0-a42e-30e6496e004b, #wrap-s-26e006b3-0a41-45b0-a42e-30e6496e004b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-26e006b3-0a41-45b0-a42e-30e6496e004b {
  display: none;
}
#s-26e006b3-0a41-45b0-a42e-30e6496e004b, #wrap-s-26e006b3-0a41-45b0-a42e-30e6496e004b { display:none !important; }}@media (max-width: 767px){#s-26e006b3-0a41-45b0-a42e-30e6496e004b {
  
}
}
#s-38f9f6ac-ee0a-4c3b-9a2b-1eae6791eb36 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
}








#s-38f9f6ac-ee0a-4c3b-9a2b-1eae6791eb36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38f9f6ac-ee0a-4c3b-9a2b-1eae6791eb36.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-68d9c09e-e765-4b9d-9ade-f55cc4a076a7 {
  border-style: solid;
border-top-width: 02px;
border-left-width: 00px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 40px;
}








#s-68d9c09e-e765-4b9d-9ade-f55cc4a076a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68d9c09e-e765-4b9d-9ade-f55cc4a076a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-a38b8973-4ddc-45e1-af6a-8f1df4f3a8bd {
  margin-left: auto;
margin-right: auto;
padding-bottom: 10px;
max-width: 75%;
text-align: center;
}

#s-a38b8973-4ddc-45e1-af6a-8f1df4f3a8bd .shogun-heading-component h1 {
  color: #000;
  font-weight:  900 ;
  font-family: "Lato";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



.shogun-panel-group .shogun-panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  overflow: hidden;
}

.shogun-panel-group .shogun-panel+.shogun-panel {
  margin-top: 5px;
}

.shogun-panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
  border-bottom: 0;
  padding: 10px 15px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-panel-title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 16px;
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

.shogun-panel-title h4 a {
  text-decoration: none;
  border-bottom: none;
}

.shogun-panel-body {
  border-top: 1px solid #ddd;
  display: none;
  padding: 15px;
}

.shogun-panel-body.in {
  display: block;
}

#s-61416032-15d3-4f10-be8b-20e0df4618a9 {
  margin-left: auto;
margin-right: auto;
}

#s-61416032-15d3-4f10-be8b-20e0df4618a9 > .shogun-panel-group > .shogun-panel > .shogun-panel-body {
  background-color: #fff;
}

#s-61416032-15d3-4f10-be8b-20e0df4618a9 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading {
  background-color: #f5f5f5
}

#s-61416032-15d3-4f10-be8b-20e0df4618a9 > .shogun-panel-group > .shogun-panel > .shogun-panel-heading > .shogun-panel-title > a {
  color: rgba(0, 0, 0, 1)
}
#s-11f8a211-9a39-44e9-936f-55254b1f03a2 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-11f8a211-9a39-44e9-936f-55254b1f03a2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11f8a211-9a39-44e9-936f-55254b1f03a2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-11f8a211-9a39-44e9-936f-55254b1f03a2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-11f8a211-9a39-44e9-936f-55254b1f03a2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-e1f7402b-206d-4c91-8f55-90aa9426cb0d {
  display: none;
}
#s-e1f7402b-206d-4c91-8f55-90aa9426cb0d, #wrap-s-e1f7402b-206d-4c91-8f55-90aa9426cb0d { display:none !important; }}@media (max-width: 767px){#s-e1f7402b-206d-4c91-8f55-90aa9426cb0d {
  display: none;
}
#s-e1f7402b-206d-4c91-8f55-90aa9426cb0d, #wrap-s-e1f7402b-206d-4c91-8f55-90aa9426cb0d { display:none !important; }}
@media (min-width: 1200px){#s-b67cd356-d02b-40f5-8bc7-e319ac3c6f50 {
  display: none;
}
#s-b67cd356-d02b-40f5-8bc7-e319ac3c6f50, #wrap-s-b67cd356-d02b-40f5-8bc7-e319ac3c6f50 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b67cd356-d02b-40f5-8bc7-e319ac3c6f50 {
  display: none;
}
#s-b67cd356-d02b-40f5-8bc7-e319ac3c6f50, #wrap-s-b67cd356-d02b-40f5-8bc7-e319ac3c6f50 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b67cd356-d02b-40f5-8bc7-e319ac3c6f50 {
  
}
}
/*
  $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}