.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

@media (min-width: 1200px){#s-fe3d1902-c352-49af-9295-4539e05cc3cc {
  display: none;
}
#s-fe3d1902-c352-49af-9295-4539e05cc3cc, #wrap-s-fe3d1902-c352-49af-9295-4539e05cc3cc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe3d1902-c352-49af-9295-4539e05cc3cc {
  display: none;
}
#s-fe3d1902-c352-49af-9295-4539e05cc3cc, #wrap-s-fe3d1902-c352-49af-9295-4539e05cc3cc { display:none !important; }}
#s-fe3d1902-c352-49af-9295-4539e05cc3cc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-fe3d1902-c352-49af-9295-4539e05cc3cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-fe3d1902-c352-49af-9295-4539e05cc3cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(66, 92, 66, 1);
}

#s-fe3d1902-c352-49af-9295-4539e05cc3cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-fe3d1902-c352-49af-9295-4539e05cc3cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(66, 92, 66, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-fe3d1902-c352-49af-9295-4539e05cc3cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
.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-306be519-e17a-4e15-9dae-2f584e6892c9 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-306be519-e17a-4e15-9dae-2f584e6892c9 {
  display: none;
}
#s-306be519-e17a-4e15-9dae-2f584e6892c9, #wrap-s-306be519-e17a-4e15-9dae-2f584e6892c9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-306be519-e17a-4e15-9dae-2f584e6892c9 {
  display: none;
}
#s-306be519-e17a-4e15-9dae-2f584e6892c9, #wrap-s-306be519-e17a-4e15-9dae-2f584e6892c9 { display:none !important; }}







#s-306be519-e17a-4e15-9dae-2f584e6892c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-306be519-e17a-4e15-9dae-2f584e6892c9.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-ebb453ae-b448-4df6-b477-e86a6dd46684 {
  margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-ebb453ae-b448-4df6-b477-e86a6dd46684"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebb453ae-b448-4df6-b477-e86a6dd46684"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-ebb453ae-b448-4df6-b477-e86a6dd46684"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-ebb453ae-b448-4df6-b477-e86a6dd46684"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.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-dd408458-b47c-4c73-85a5-761b4aba49be {
  margin-top: 7.5px;
margin-bottom: 7.5px;
padding-top: 15px;
padding-bottom: 15px;
border-radius: 15px;
background-color: rgba(66, 92, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-dd408458-b47c-4c73-85a5-761b4aba49be:hover {background-color: rgba(101, 131, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dd408458-b47c-4c73-85a5-761b4aba49be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dd408458-b47c-4c73-85a5-761b4aba49be-root {
    text-align: center;
  }


#s-dd408458-b47c-4c73-85a5-761b4aba49be.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-dd408458-b47c-4c73-85a5-761b4aba49be-root {
    text-align: center;
  }


#s-dd408458-b47c-4c73-85a5-761b4aba49be.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd408458-b47c-4c73-85a5-761b4aba49be-root {
    text-align: center;
  }


#s-dd408458-b47c-4c73-85a5-761b4aba49be.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dd408458-b47c-4c73-85a5-761b4aba49be-root {
    text-align: center;
  }


#s-dd408458-b47c-4c73-85a5-761b4aba49be.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-dd408458-b47c-4c73-85a5-761b4aba49be-root {
    text-align: center;
  }


#s-dd408458-b47c-4c73-85a5-761b4aba49be.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
#s-0a2a9425-56de-417e-b1ac-84d3c3e8c88c {
  margin-top: 7.5px;
margin-bottom: 7.5px;
padding-top: 15px;
padding-bottom: 15px;
border-radius: 15px;
background-color: rgba(66, 92, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0a2a9425-56de-417e-b1ac-84d3c3e8c88c:hover {background-color: rgba(101, 131, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0a2a9425-56de-417e-b1ac-84d3c3e8c88c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0a2a9425-56de-417e-b1ac-84d3c3e8c88c-root {
    text-align: center;
  }


#s-0a2a9425-56de-417e-b1ac-84d3c3e8c88c.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0a2a9425-56de-417e-b1ac-84d3c3e8c88c-root {
    text-align: center;
  }


#s-0a2a9425-56de-417e-b1ac-84d3c3e8c88c.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0a2a9425-56de-417e-b1ac-84d3c3e8c88c-root {
    text-align: center;
  }


#s-0a2a9425-56de-417e-b1ac-84d3c3e8c88c.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0a2a9425-56de-417e-b1ac-84d3c3e8c88c-root {
    text-align: center;
  }


#s-0a2a9425-56de-417e-b1ac-84d3c3e8c88c.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0a2a9425-56de-417e-b1ac-84d3c3e8c88c-root {
    text-align: center;
  }


#s-0a2a9425-56de-417e-b1ac-84d3c3e8c88c.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
#s-5fbcd887-b8e7-4523-868c-bb20f09b7e0e {
  margin-top: 7.5px;
margin-bottom: 7.5px;
padding-top: 15px;
padding-bottom: 15px;
border-radius: 15px;
background-color: rgba(66, 92, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5fbcd887-b8e7-4523-868c-bb20f09b7e0e:hover {background-color: rgba(101, 131, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5fbcd887-b8e7-4523-868c-bb20f09b7e0e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5fbcd887-b8e7-4523-868c-bb20f09b7e0e-root {
    text-align: center;
  }


#s-5fbcd887-b8e7-4523-868c-bb20f09b7e0e.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-5fbcd887-b8e7-4523-868c-bb20f09b7e0e-root {
    text-align: center;
  }


#s-5fbcd887-b8e7-4523-868c-bb20f09b7e0e.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5fbcd887-b8e7-4523-868c-bb20f09b7e0e-root {
    text-align: center;
  }


#s-5fbcd887-b8e7-4523-868c-bb20f09b7e0e.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5fbcd887-b8e7-4523-868c-bb20f09b7e0e-root {
    text-align: center;
  }


#s-5fbcd887-b8e7-4523-868c-bb20f09b7e0e.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-5fbcd887-b8e7-4523-868c-bb20f09b7e0e-root {
    text-align: center;
  }


#s-5fbcd887-b8e7-4523-868c-bb20f09b7e0e.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
#s-aa0014f6-144f-45a1-89f1-0ca6c5336450 {
  margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-aa0014f6-144f-45a1-89f1-0ca6c5336450"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-aa0014f6-144f-45a1-89f1-0ca6c5336450"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-aa0014f6-144f-45a1-89f1-0ca6c5336450"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-aa0014f6-144f-45a1-89f1-0ca6c5336450"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.5px);
}

}

#s-143d43a4-8e2a-4d45-9273-570278c7db37 {
  margin-top: 7.5px;
margin-bottom: 7.5px;
padding-top: 15px;
padding-bottom: 15px;
border-radius: 15px;
background-color: rgba(66, 92, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-143d43a4-8e2a-4d45-9273-570278c7db37:hover {border-radius: 15px !important;
background-color: rgba(101, 131, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-143d43a4-8e2a-4d45-9273-570278c7db37:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-143d43a4-8e2a-4d45-9273-570278c7db37-root {
    text-align: center;
  }


#s-143d43a4-8e2a-4d45-9273-570278c7db37.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-143d43a4-8e2a-4d45-9273-570278c7db37-root {
    text-align: center;
  }


#s-143d43a4-8e2a-4d45-9273-570278c7db37.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-143d43a4-8e2a-4d45-9273-570278c7db37-root {
    text-align: center;
  }


#s-143d43a4-8e2a-4d45-9273-570278c7db37.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-143d43a4-8e2a-4d45-9273-570278c7db37-root {
    text-align: center;
  }


#s-143d43a4-8e2a-4d45-9273-570278c7db37.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-143d43a4-8e2a-4d45-9273-570278c7db37-root {
    text-align: center;
  }


#s-143d43a4-8e2a-4d45-9273-570278c7db37.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
#s-372c3c73-fc18-417f-9551-af8ad1541546 {
  margin-top: 7.5px;
margin-bottom: 7.5px;
padding-top: 15px;
padding-bottom: 15px;
border-radius: 15px;
background-color: rgba(66, 92, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-372c3c73-fc18-417f-9551-af8ad1541546:hover {border-radius: 15px !important;
background-color: rgba(142, 180, 141, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-372c3c73-fc18-417f-9551-af8ad1541546:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-372c3c73-fc18-417f-9551-af8ad1541546-root {
    text-align: center;
  }


#s-372c3c73-fc18-417f-9551-af8ad1541546.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-372c3c73-fc18-417f-9551-af8ad1541546-root {
    text-align: center;
  }


#s-372c3c73-fc18-417f-9551-af8ad1541546.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-372c3c73-fc18-417f-9551-af8ad1541546-root {
    text-align: center;
  }


#s-372c3c73-fc18-417f-9551-af8ad1541546.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-372c3c73-fc18-417f-9551-af8ad1541546-root {
    text-align: center;
  }


#s-372c3c73-fc18-417f-9551-af8ad1541546.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-372c3c73-fc18-417f-9551-af8ad1541546-root {
    text-align: center;
  }


#s-372c3c73-fc18-417f-9551-af8ad1541546.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
#s-8ce65294-056c-4cb0-bbca-7adc23663247 {
  margin-top: 7.5px;
margin-bottom: 7.5px;
padding-top: 15px;
padding-bottom: 15px;
border-radius: 15px;
background-color: rgba(66, 92, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8ce65294-056c-4cb0-bbca-7adc23663247:hover {background-color: rgba(101, 131, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8ce65294-056c-4cb0-bbca-7adc23663247:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8ce65294-056c-4cb0-bbca-7adc23663247-root {
    text-align: center;
  }


#s-8ce65294-056c-4cb0-bbca-7adc23663247.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-8ce65294-056c-4cb0-bbca-7adc23663247-root {
    text-align: center;
  }


#s-8ce65294-056c-4cb0-bbca-7adc23663247.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8ce65294-056c-4cb0-bbca-7adc23663247-root {
    text-align: center;
  }


#s-8ce65294-056c-4cb0-bbca-7adc23663247.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8ce65294-056c-4cb0-bbca-7adc23663247-root {
    text-align: center;
  }


#s-8ce65294-056c-4cb0-bbca-7adc23663247.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-8ce65294-056c-4cb0-bbca-7adc23663247-root {
    text-align: center;
  }


#s-8ce65294-056c-4cb0-bbca-7adc23663247.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
#s-a3b42739-e3c8-4046-9471-9f5f0ebf1675 {
  margin-top: 7.5px;
margin-bottom: 7.5px;
padding-top: 15px;
padding-bottom: 15px;
border-radius: 15px;
background-color: rgba(66, 92, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-a3b42739-e3c8-4046-9471-9f5f0ebf1675:hover {background-color: rgba(101, 131, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a3b42739-e3c8-4046-9471-9f5f0ebf1675:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a3b42739-e3c8-4046-9471-9f5f0ebf1675-root {
    text-align: center;
  }


#s-a3b42739-e3c8-4046-9471-9f5f0ebf1675.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-a3b42739-e3c8-4046-9471-9f5f0ebf1675-root {
    text-align: center;
  }


#s-a3b42739-e3c8-4046-9471-9f5f0ebf1675.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3b42739-e3c8-4046-9471-9f5f0ebf1675-root {
    text-align: center;
  }


#s-a3b42739-e3c8-4046-9471-9f5f0ebf1675.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a3b42739-e3c8-4046-9471-9f5f0ebf1675-root {
    text-align: center;
  }


#s-a3b42739-e3c8-4046-9471-9f5f0ebf1675.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-a3b42739-e3c8-4046-9471-9f5f0ebf1675-root {
    text-align: center;
  }


#s-a3b42739-e3c8-4046-9471-9f5f0ebf1675.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
#s-fec55384-de01-40c3-b063-397fb07a068f {
  margin-top: 7.5px;
margin-bottom: 7.5px;
padding-top: 15px;
padding-bottom: 15px;
border-radius: 15px;
background-color: rgba(66, 92, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-fec55384-de01-40c3-b063-397fb07a068f:hover {background-color: rgba(101, 131, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fec55384-de01-40c3-b063-397fb07a068f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fec55384-de01-40c3-b063-397fb07a068f-root {
    text-align: center;
  }


#s-fec55384-de01-40c3-b063-397fb07a068f.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-fec55384-de01-40c3-b063-397fb07a068f-root {
    text-align: center;
  }


#s-fec55384-de01-40c3-b063-397fb07a068f.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fec55384-de01-40c3-b063-397fb07a068f-root {
    text-align: center;
  }


#s-fec55384-de01-40c3-b063-397fb07a068f.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fec55384-de01-40c3-b063-397fb07a068f-root {
    text-align: center;
  }


#s-fec55384-de01-40c3-b063-397fb07a068f.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-fec55384-de01-40c3-b063-397fb07a068f-root {
    text-align: center;
  }


#s-fec55384-de01-40c3-b063-397fb07a068f.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
#s-c275f41b-68b2-4c3a-ad70-258437a98ec4 {
  margin-top: 7.5px;
margin-bottom: 7.5px;
padding-top: 15px;
padding-bottom: 15px;
border-radius: 15px;
background-color: rgba(66, 92, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c275f41b-68b2-4c3a-ad70-258437a98ec4:hover {background-color: rgba(101, 131, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c275f41b-68b2-4c3a-ad70-258437a98ec4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c275f41b-68b2-4c3a-ad70-258437a98ec4-root {
    text-align: center;
  }


#s-c275f41b-68b2-4c3a-ad70-258437a98ec4.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c275f41b-68b2-4c3a-ad70-258437a98ec4-root {
    text-align: center;
  }


#s-c275f41b-68b2-4c3a-ad70-258437a98ec4.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c275f41b-68b2-4c3a-ad70-258437a98ec4-root {
    text-align: center;
  }


#s-c275f41b-68b2-4c3a-ad70-258437a98ec4.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c275f41b-68b2-4c3a-ad70-258437a98ec4-root {
    text-align: center;
  }


#s-c275f41b-68b2-4c3a-ad70-258437a98ec4.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c275f41b-68b2-4c3a-ad70-258437a98ec4-root {
    text-align: center;
  }


#s-c275f41b-68b2-4c3a-ad70-258437a98ec4.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  block ;
}
}
#s-3f81c8a8-c5a5-40be-8ae9-882e0546635f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-3f81c8a8-c5a5-40be-8ae9-882e0546635f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f81c8a8-c5a5-40be-8ae9-882e0546635f.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-77ddbdee-9854-4c09-91bb-522a0b5e00ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77ddbdee-9854-4c09-91bb-522a0b5e00ec .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



@media (min-width: 768px) and (max-width: 991px){#s-3e111514-db02-46dd-baac-ba8c7e744fc5 {
  display: none;
}
#s-3e111514-db02-46dd-baac-ba8c7e744fc5, #wrap-s-3e111514-db02-46dd-baac-ba8c7e744fc5 { display:none !important; }}@media (max-width: 767px){#s-3e111514-db02-46dd-baac-ba8c7e744fc5 {
  display: none;
}
#s-3e111514-db02-46dd-baac-ba8c7e744fc5, #wrap-s-3e111514-db02-46dd-baac-ba8c7e744fc5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3e111514-db02-46dd-baac-ba8c7e744fc5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3e111514-db02-46dd-baac-ba8c7e744fc5"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-3e111514-db02-46dd-baac-ba8c7e744fc5"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e111514-db02-46dd-baac-ba8c7e744fc5"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

.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-e95c1b2d-7c29-4334-883f-2f786c66bc3f {
  min-height: 50px;
}








#s-e95c1b2d-7c29-4334-883f-2f786c66bc3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e95c1b2d-7c29-4334-883f-2f786c66bc3f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-3c769762-aac5-47ed-aaed-6b8477d5ff9e {
  display: none;
}
#s-3c769762-aac5-47ed-aaed-6b8477d5ff9e, #wrap-s-3c769762-aac5-47ed-aaed-6b8477d5ff9e { display:none !important; }}@media (max-width: 767px){#s-3c769762-aac5-47ed-aaed-6b8477d5ff9e {
  display: none;
}
#s-3c769762-aac5-47ed-aaed-6b8477d5ff9e, #wrap-s-3c769762-aac5-47ed-aaed-6b8477d5ff9e { display:none !important; }}
@media (min-width: 0px) {
[id="s-3c769762-aac5-47ed-aaed-6b8477d5ff9e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3c769762-aac5-47ed-aaed-6b8477d5ff9e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3c769762-aac5-47ed-aaed-6b8477d5ff9e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3c769762-aac5-47ed-aaed-6b8477d5ff9e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-bd1ec676-b7db-4b5e-b732-7b045da1a76c hr {
  border-top: 1px solid #ddd;
}

#s-2e29c9bb-6d12-4e8c-a1bd-dc0cd66e843a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e29c9bb-6d12-4e8c-a1bd-dc0cd66e843a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c546c5c6-0b5a-4705-8496-a806b7375338 {
  margin-left: 20%;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c546c5c6-0b5a-4705-8496-a806b7375338 {
  display: none;
}
#s-c546c5c6-0b5a-4705-8496-a806b7375338, #wrap-s-c546c5c6-0b5a-4705-8496-a806b7375338 { display:none !important; }}@media (max-width: 767px){#s-c546c5c6-0b5a-4705-8496-a806b7375338 {
  display: none;
}
#s-c546c5c6-0b5a-4705-8496-a806b7375338, #wrap-s-c546c5c6-0b5a-4705-8496-a806b7375338 { display:none !important; }}
@media (min-width: 1200px){#s-607f9412-590f-4ac9-9c96-adc9ff313258 {
  display: none;
}
#s-607f9412-590f-4ac9-9c96-adc9ff313258, #wrap-s-607f9412-590f-4ac9-9c96-adc9ff313258 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-607f9412-590f-4ac9-9c96-adc9ff313258 {
  display: none;
}
#s-607f9412-590f-4ac9-9c96-adc9ff313258, #wrap-s-607f9412-590f-4ac9-9c96-adc9ff313258 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-607f9412-590f-4ac9-9c96-adc9ff313258 {
  
}
}
#s-3cf4ee0f-b916-431e-be5f-708dd1bbb6ed {
  min-height: 50px;
}








#s-3cf4ee0f-b916-431e-be5f-708dd1bbb6ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cf4ee0f-b916-431e-be5f-708dd1bbb6ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f1ce1ca-aa4e-44eb-bbea-639c243d9f34 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9f1ce1ca-aa4e-44eb-bbea-639c243d9f34 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-3ca3469f-bd58-4378-bd65-f68c00d3be6f {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-3ca3469f-bd58-4378-bd65-f68c00d3be6f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3ca3469f-bd58-4378-bd65-f68c00d3be6f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3ca3469f-bd58-4378-bd65-f68c00d3be6f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3ca3469f-bd58-4378-bd65-f68c00d3be6f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 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-97e26a3e-6e5e-45ac-aa92-23871a207fb2 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-97e26a3e-6e5e-45ac-aa92-23871a207fb2 img.shogun-image {
    

    
    
    
  }


#s-97e26a3e-6e5e-45ac-aa92-23871a207fb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb84928b-97d8-484a-b845-d7f23bc1afe6 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-eb84928b-97d8-484a-b845-d7f23bc1afe6 img.shogun-image {
    

    
    
    
  }


#s-eb84928b-97d8-484a-b845-d7f23bc1afe6 .shogun-image-content {
  
    align-items: center;
  
}

#s-77152e2e-3784-4096-858f-59ee33bff4bc {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-77152e2e-3784-4096-858f-59ee33bff4bc img.shogun-image {
    

    
    
    
  }


#s-77152e2e-3784-4096-858f-59ee33bff4bc .shogun-image-content {
  
    align-items: center;
  
}

#s-3c4cdc3f-4d37-473d-a9be-eb55215fbc2e {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-3c4cdc3f-4d37-473d-a9be-eb55215fbc2e img.shogun-image {
    

    
    
    
  }


#s-3c4cdc3f-4d37-473d-a9be-eb55215fbc2e .shogun-image-content {
  
    align-items: center;
  
}

#s-76f69758-20ca-49a6-b42c-a4995fa82cab {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-76f69758-20ca-49a6-b42c-a4995fa82cab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-76f69758-20ca-49a6-b42c-a4995fa82cab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-76f69758-20ca-49a6-b42c-a4995fa82cab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-76f69758-20ca-49a6-b42c-a4995fa82cab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3c94baf7-34be-4751-a8de-bda332aed3f5 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-3c94baf7-34be-4751-a8de-bda332aed3f5 img.shogun-image {
    

    
    
    
  }


#s-3c94baf7-34be-4751-a8de-bda332aed3f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-e6aa5d50-4dd1-4dca-ae4e-435a91073b25 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-e6aa5d50-4dd1-4dca-ae4e-435a91073b25 img.shogun-image {
    

    
    
    
  }


#s-e6aa5d50-4dd1-4dca-ae4e-435a91073b25 .shogun-image-content {
  
    align-items: center;
  
}

#s-de3bf6b2-221c-43d4-b132-02572899bd14 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-de3bf6b2-221c-43d4-b132-02572899bd14 img.shogun-image {
    

    
    
    
  }


#s-de3bf6b2-221c-43d4-b132-02572899bd14 .shogun-image-content {
  
    align-items: center;
  
}

#s-014dd426-f3a5-41e2-b779-bf147f85d8d5 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-014dd426-f3a5-41e2-b779-bf147f85d8d5 img.shogun-image {
    

    
    
    
  }


#s-014dd426-f3a5-41e2-b779-bf147f85d8d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f29844cd-5511-47ed-8bcb-e38fc064ffea {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-f29844cd-5511-47ed-8bcb-e38fc064ffea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f29844cd-5511-47ed-8bcb-e38fc064ffea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f29844cd-5511-47ed-8bcb-e38fc064ffea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f29844cd-5511-47ed-8bcb-e38fc064ffea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-56b50cbc-fcc3-41af-9462-32a6fab32f3c {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-56b50cbc-fcc3-41af-9462-32a6fab32f3c img.shogun-image {
    

    
    
    
  }


#s-56b50cbc-fcc3-41af-9462-32a6fab32f3c .shogun-image-content {
  
    align-items: center;
  
}

#s-467eec87-b38c-42ad-a43e-56ec11af7f42 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-467eec87-b38c-42ad-a43e-56ec11af7f42 img.shogun-image {
    

    
    
    
  }


#s-467eec87-b38c-42ad-a43e-56ec11af7f42 .shogun-image-content {
  
    align-items: center;
  
}

#s-8db0d657-a63d-495d-a217-c9708080b18e {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-8db0d657-a63d-495d-a217-c9708080b18e img.shogun-image {
    

    
    
    
  }


#s-8db0d657-a63d-495d-a217-c9708080b18e .shogun-image-content {
  
    align-items: center;
  
}

#s-717b8b41-52e7-49dd-94d3-fc1c50382bdb {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-717b8b41-52e7-49dd-94d3-fc1c50382bdb img.shogun-image {
    

    
    
    
  }


#s-717b8b41-52e7-49dd-94d3-fc1c50382bdb .shogun-image-content {
  
    align-items: center;
  
}

#s-eceb43b5-6e06-43cd-aff9-b9fc2479e331 {
  min-height: 50px;
}








#s-eceb43b5-6e06-43cd-aff9-b9fc2479e331 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eceb43b5-6e06-43cd-aff9-b9fc2479e331.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d3db480-b357-4fa2-8e8f-afd70a8fbda2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d3db480-b357-4fa2-8e8f-afd70a8fbda2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-6327ab71-71e7-49d3-b62c-20bd4fd1e11a {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-6327ab71-71e7-49d3-b62c-20bd4fd1e11a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6327ab71-71e7-49d3-b62c-20bd4fd1e11a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6327ab71-71e7-49d3-b62c-20bd4fd1e11a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6327ab71-71e7-49d3-b62c-20bd4fd1e11a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d8abbf32-a58f-4bca-b392-47645c97aaa3 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-d8abbf32-a58f-4bca-b392-47645c97aaa3 img.shogun-image {
    

    
    
    
  }


#s-d8abbf32-a58f-4bca-b392-47645c97aaa3 .shogun-image-content {
  
    align-items: center;
  
}

#s-46b5ddb5-f988-41be-96cc-1113e7571619 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-46b5ddb5-f988-41be-96cc-1113e7571619 img.shogun-image {
    

    
    
    
  }


#s-46b5ddb5-f988-41be-96cc-1113e7571619 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2ecec85-d077-467d-95a0-57b5099c1835 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-d2ecec85-d077-467d-95a0-57b5099c1835 img.shogun-image {
    

    
    
    
  }


#s-d2ecec85-d077-467d-95a0-57b5099c1835 .shogun-image-content {
  
    align-items: center;
  
}

#s-e1e9f3a5-efda-41fe-a564-b2fdb9f4ee3e {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-e1e9f3a5-efda-41fe-a564-b2fdb9f4ee3e img.shogun-image {
    

    
    
    
  }


#s-e1e9f3a5-efda-41fe-a564-b2fdb9f4ee3e .shogun-image-content {
  
    align-items: center;
  
}

#s-0179ed8a-06e9-4ebc-a231-98cc90bc151c {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-0179ed8a-06e9-4ebc-a231-98cc90bc151c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0179ed8a-06e9-4ebc-a231-98cc90bc151c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0179ed8a-06e9-4ebc-a231-98cc90bc151c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0179ed8a-06e9-4ebc-a231-98cc90bc151c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b72c179e-d1eb-41f5-9346-d02bd0802927 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-b72c179e-d1eb-41f5-9346-d02bd0802927 img.shogun-image {
    

    
    
    
  }


#s-b72c179e-d1eb-41f5-9346-d02bd0802927 .shogun-image-content {
  
    align-items: center;
  
}

#s-81a72a78-340d-4569-98f2-6b1d57ba7cd2 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-81a72a78-340d-4569-98f2-6b1d57ba7cd2 img.shogun-image {
    

    
    
    
  }


#s-81a72a78-340d-4569-98f2-6b1d57ba7cd2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0cc8d0af-0533-4a13-9be7-9be79e0e5013 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-0cc8d0af-0533-4a13-9be7-9be79e0e5013 img.shogun-image {
    

    
    
    
  }


#s-0cc8d0af-0533-4a13-9be7-9be79e0e5013 .shogun-image-content {
  
    align-items: center;
  
}

#s-670e1880-b05c-4ff5-be36-5679d8fb156d {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-670e1880-b05c-4ff5-be36-5679d8fb156d img.shogun-image {
    

    
    
    
  }


#s-670e1880-b05c-4ff5-be36-5679d8fb156d .shogun-image-content {
  
    align-items: center;
  
}

#s-0cf198f5-985f-4ada-b4cd-95aded7e2e77 {
  min-height: 50px;
}








#s-0cf198f5-985f-4ada-b4cd-95aded7e2e77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cf198f5-985f-4ada-b4cd-95aded7e2e77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-981b5f5e-c650-4cd2-95b9-5f31c86c182d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-981b5f5e-c650-4cd2-95b9-5f31c86c182d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-82e94b24-3fde-4731-b0ca-7f0b6c2217ba {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-82e94b24-3fde-4731-b0ca-7f0b6c2217ba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-82e94b24-3fde-4731-b0ca-7f0b6c2217ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-82e94b24-3fde-4731-b0ca-7f0b6c2217ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-82e94b24-3fde-4731-b0ca-7f0b6c2217ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6224fe47-3f36-458b-a3e1-27d418056271 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-6224fe47-3f36-458b-a3e1-27d418056271 img.shogun-image {
    

    
    
    
  }


#s-6224fe47-3f36-458b-a3e1-27d418056271 .shogun-image-content {
  
    align-items: center;
  
}

#s-d717ee24-630b-479a-bb66-91c9496ddeac {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-d717ee24-630b-479a-bb66-91c9496ddeac img.shogun-image {
    

    
    
    
  }


#s-d717ee24-630b-479a-bb66-91c9496ddeac .shogun-image-content {
  
    align-items: center;
  
}

#s-d93ffc44-43ed-4131-9c1c-5d1e11fbc0d4 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-d93ffc44-43ed-4131-9c1c-5d1e11fbc0d4 img.shogun-image {
    

    
    
    
  }


#s-d93ffc44-43ed-4131-9c1c-5d1e11fbc0d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-1702112c-e86d-4dff-9b9f-0ec48943650e {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-1702112c-e86d-4dff-9b9f-0ec48943650e img.shogun-image {
    

    
    
    
  }


#s-1702112c-e86d-4dff-9b9f-0ec48943650e .shogun-image-content {
  
    align-items: center;
  
}

#s-22ec3dc1-277b-4d8f-806a-eb530a9e1c25 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-22ec3dc1-277b-4d8f-806a-eb530a9e1c25"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-22ec3dc1-277b-4d8f-806a-eb530a9e1c25"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-22ec3dc1-277b-4d8f-806a-eb530a9e1c25"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-22ec3dc1-277b-4d8f-806a-eb530a9e1c25"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-1ada417c-479c-43b8-8302-ace3b3f7deb2 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-1ada417c-479c-43b8-8302-ace3b3f7deb2 img.shogun-image {
    

    
    
    
  }


#s-1ada417c-479c-43b8-8302-ace3b3f7deb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-4087b172-2c4b-42d4-9547-17cb7f35c04d {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-4087b172-2c4b-42d4-9547-17cb7f35c04d img.shogun-image {
    

    
    
    
  }


#s-4087b172-2c4b-42d4-9547-17cb7f35c04d .shogun-image-content {
  
    align-items: center;
  
}

#s-672455ba-89c9-4ee2-8d8e-0b5f204d5613 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-672455ba-89c9-4ee2-8d8e-0b5f204d5613 img.shogun-image {
    

    
    
    
  }


#s-672455ba-89c9-4ee2-8d8e-0b5f204d5613 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5e1d847-420c-4bdb-a472-d12dc4880541 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-d5e1d847-420c-4bdb-a472-d12dc4880541 img.shogun-image {
    

    
    
    
  }


#s-d5e1d847-420c-4bdb-a472-d12dc4880541 .shogun-image-content {
  
    align-items: center;
  
}

#s-894db8fc-6ecf-4dbd-b2d0-77f4d6fe3f16 {
  min-height: 50px;
}








#s-894db8fc-6ecf-4dbd-b2d0-77f4d6fe3f16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-894db8fc-6ecf-4dbd-b2d0-77f4d6fe3f16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55f4cb24-2e10-4dab-b92b-046a44639819 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55f4cb24-2e10-4dab-b92b-046a44639819 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-6b82c6d4-17a6-4e1a-bc39-457eb79e4955 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-6b82c6d4-17a6-4e1a-bc39-457eb79e4955"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6b82c6d4-17a6-4e1a-bc39-457eb79e4955"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6b82c6d4-17a6-4e1a-bc39-457eb79e4955"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6b82c6d4-17a6-4e1a-bc39-457eb79e4955"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3acf7fe6-14e7-4782-8e88-d3fc5830cba7 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-3acf7fe6-14e7-4782-8e88-d3fc5830cba7 img.shogun-image {
    

    
    
    
  }


#s-3acf7fe6-14e7-4782-8e88-d3fc5830cba7 .shogun-image-content {
  
    align-items: center;
  
}

#s-7ee2dfbe-5762-49a2-bed6-619ceabf0de3 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-7ee2dfbe-5762-49a2-bed6-619ceabf0de3 img.shogun-image {
    

    
    
    
  }


#s-7ee2dfbe-5762-49a2-bed6-619ceabf0de3 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5963695-41b5-466a-b53c-98e9c2e3806a {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-d5963695-41b5-466a-b53c-98e9c2e3806a img.shogun-image {
    

    
    
    
  }


#s-d5963695-41b5-466a-b53c-98e9c2e3806a .shogun-image-content {
  
    align-items: center;
  
}

#s-20971e97-2346-43b5-9453-866b4dc70030 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-20971e97-2346-43b5-9453-866b4dc70030 img.shogun-image {
    

    
    
    
  }


#s-20971e97-2346-43b5-9453-866b4dc70030 .shogun-image-content {
  
    align-items: center;
  
}

#s-9b1e04c1-094a-4f56-b644-6c9e77dbecc4 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-9b1e04c1-094a-4f56-b644-6c9e77dbecc4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9b1e04c1-094a-4f56-b644-6c9e77dbecc4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9b1e04c1-094a-4f56-b644-6c9e77dbecc4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9b1e04c1-094a-4f56-b644-6c9e77dbecc4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f4e182a9-de86-4b44-8c98-879b7db02932 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-f4e182a9-de86-4b44-8c98-879b7db02932 img.shogun-image {
    

    
    
    
  }


#s-f4e182a9-de86-4b44-8c98-879b7db02932 .shogun-image-content {
  
    align-items: center;
  
}

#s-45993f27-f33e-432a-8241-c3e1912008de {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-45993f27-f33e-432a-8241-c3e1912008de img.shogun-image {
    

    
    
    
  }


#s-45993f27-f33e-432a-8241-c3e1912008de .shogun-image-content {
  
    align-items: center;
  
}

#s-7489ec28-1e22-48f0-b600-cebf2e07d6f6 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-7489ec28-1e22-48f0-b600-cebf2e07d6f6 img.shogun-image {
    

    
    
    
  }


#s-7489ec28-1e22-48f0-b600-cebf2e07d6f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-34ca5ad2-c485-49bc-b941-7862a017908a {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-34ca5ad2-c485-49bc-b941-7862a017908a img.shogun-image {
    

    
    
    
  }


#s-34ca5ad2-c485-49bc-b941-7862a017908a .shogun-image-content {
  
    align-items: center;
  
}

#s-a2660ec1-0b87-4e32-add6-ee50f2989288 {
  min-height: 50px;
}








#s-a2660ec1-0b87-4e32-add6-ee50f2989288 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2660ec1-0b87-4e32-add6-ee50f2989288.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62c8fb3d-16d8-4ef1-ae0e-57070a43cd2e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62c8fb3d-16d8-4ef1-ae0e-57070a43cd2e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-ecc522c6-c2f7-47c4-971c-8dbbfe9497b8 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-ecc522c6-c2f7-47c4-971c-8dbbfe9497b8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ecc522c6-c2f7-47c4-971c-8dbbfe9497b8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ecc522c6-c2f7-47c4-971c-8dbbfe9497b8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ecc522c6-c2f7-47c4-971c-8dbbfe9497b8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ea91c2c5-d91c-4985-aed1-a0cf12e37d6b {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-ea91c2c5-d91c-4985-aed1-a0cf12e37d6b img.shogun-image {
    

    
    
    
  }


#s-ea91c2c5-d91c-4985-aed1-a0cf12e37d6b .shogun-image-content {
  
    align-items: center;
  
}

#s-ab61887d-4fe1-4f06-b7cd-7a3cb8c30e23 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-ab61887d-4fe1-4f06-b7cd-7a3cb8c30e23 img.shogun-image {
    

    
    
    
  }


#s-ab61887d-4fe1-4f06-b7cd-7a3cb8c30e23 .shogun-image-content {
  
    align-items: center;
  
}

#s-8da04e40-8d94-4b09-8143-b8cb450192cb {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-8da04e40-8d94-4b09-8143-b8cb450192cb img.shogun-image {
    

    
    
    
  }


#s-8da04e40-8d94-4b09-8143-b8cb450192cb .shogun-image-content {
  
    align-items: center;
  
}

#s-20fe789c-11e7-4b4e-872b-253e124949ab {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-20fe789c-11e7-4b4e-872b-253e124949ab img.shogun-image {
    

    
    
    
  }


#s-20fe789c-11e7-4b4e-872b-253e124949ab .shogun-image-content {
  
    align-items: center;
  
}

#s-57b77241-d7f8-440f-b63c-02ce0a5b637c {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-57b77241-d7f8-440f-b63c-02ce0a5b637c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-57b77241-d7f8-440f-b63c-02ce0a5b637c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-57b77241-d7f8-440f-b63c-02ce0a5b637c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-57b77241-d7f8-440f-b63c-02ce0a5b637c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5c4eaea6-9b8c-4875-9c19-857584f08734 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-5c4eaea6-9b8c-4875-9c19-857584f08734 img.shogun-image {
    

    
    
    
  }


#s-5c4eaea6-9b8c-4875-9c19-857584f08734 .shogun-image-content {
  
    align-items: center;
  
}

#s-8af4c34b-4ca9-449c-8747-cbb1391a5c14 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-8af4c34b-4ca9-449c-8747-cbb1391a5c14 img.shogun-image {
    

    
    
    
  }


#s-8af4c34b-4ca9-449c-8747-cbb1391a5c14 .shogun-image-content {
  
    align-items: center;
  
}

#s-7008dc3e-99cc-4eea-ab0d-bf13e2cf112b {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-7008dc3e-99cc-4eea-ab0d-bf13e2cf112b img.shogun-image {
    

    
    
    
  }


#s-7008dc3e-99cc-4eea-ab0d-bf13e2cf112b .shogun-image-content {
  
    align-items: center;
  
}

#s-e5903664-7fa5-4c90-991b-bc6268474798 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-e5903664-7fa5-4c90-991b-bc6268474798 img.shogun-image {
    

    
    
    
  }


#s-e5903664-7fa5-4c90-991b-bc6268474798 .shogun-image-content {
  
    align-items: center;
  
}

#s-94eaad0a-2bc1-490a-bede-23fa302ee913 {
  min-height: 50px;
}








#s-94eaad0a-2bc1-490a-bede-23fa302ee913 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94eaad0a-2bc1-490a-bede-23fa302ee913.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb9c62c2-1923-403d-bc3a-2af6ccdd30a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb9c62c2-1923-403d-bc3a-2af6ccdd30a7 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-201850de-9899-4e66-8f6d-93cac2b84dc0 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-201850de-9899-4e66-8f6d-93cac2b84dc0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-201850de-9899-4e66-8f6d-93cac2b84dc0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-201850de-9899-4e66-8f6d-93cac2b84dc0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-201850de-9899-4e66-8f6d-93cac2b84dc0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a43e38ce-9c27-4cba-afc8-1aa5821ed7af {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-a43e38ce-9c27-4cba-afc8-1aa5821ed7af img.shogun-image {
    

    
    
    
  }


#s-a43e38ce-9c27-4cba-afc8-1aa5821ed7af .shogun-image-content {
  
    align-items: center;
  
}

#s-e5cb34f6-d830-4282-86ad-d081c39ce1e8 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-e5cb34f6-d830-4282-86ad-d081c39ce1e8 img.shogun-image {
    

    
    
    
  }


#s-e5cb34f6-d830-4282-86ad-d081c39ce1e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ad7557b-22d7-44b5-a372-b637ec29f0a2 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-0ad7557b-22d7-44b5-a372-b637ec29f0a2 img.shogun-image {
    

    
    
    
  }


#s-0ad7557b-22d7-44b5-a372-b637ec29f0a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a6b49f2-613a-46fd-bf9d-6500df98e396 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-2a6b49f2-613a-46fd-bf9d-6500df98e396 img.shogun-image {
    

    
    
    
  }


#s-2a6b49f2-613a-46fd-bf9d-6500df98e396 .shogun-image-content {
  
    align-items: center;
  
}

#s-c465d2f8-61a4-43a5-9416-d9fa676c6677 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-c465d2f8-61a4-43a5-9416-d9fa676c6677"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c465d2f8-61a4-43a5-9416-d9fa676c6677"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c465d2f8-61a4-43a5-9416-d9fa676c6677"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c465d2f8-61a4-43a5-9416-d9fa676c6677"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-14a05ef8-6226-43f0-b968-5c13500345a8 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-14a05ef8-6226-43f0-b968-5c13500345a8 img.shogun-image {
    

    
    
    
  }


#s-14a05ef8-6226-43f0-b968-5c13500345a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-23103180-756c-4af7-9f13-3a6df381dc87 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-23103180-756c-4af7-9f13-3a6df381dc87 img.shogun-image {
    

    
    
    
  }


#s-23103180-756c-4af7-9f13-3a6df381dc87 .shogun-image-content {
  
    align-items: center;
  
}

#s-8105940a-fa07-40b3-bad2-11d08c488525 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-8105940a-fa07-40b3-bad2-11d08c488525 img.shogun-image {
    

    
    
    
  }


#s-8105940a-fa07-40b3-bad2-11d08c488525 .shogun-image-content {
  
    align-items: center;
  
}

#s-67294416-f520-4bb7-9b6b-d295cd2ccf2d {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-67294416-f520-4bb7-9b6b-d295cd2ccf2d img.shogun-image {
    

    
    
    
  }


#s-67294416-f520-4bb7-9b6b-d295cd2ccf2d .shogun-image-content {
  
    align-items: center;
  
}

#s-d8937b39-88f3-4579-80eb-6326a17afb86 {
  min-height: 50px;
}








#s-d8937b39-88f3-4579-80eb-6326a17afb86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8937b39-88f3-4579-80eb-6326a17afb86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd6ba024-13be-45c9-aca7-f1f749aecd6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd6ba024-13be-45c9-aca7-f1f749aecd6e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-17858a97-f802-48a1-98db-c356877ebe70 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-17858a97-f802-48a1-98db-c356877ebe70"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-17858a97-f802-48a1-98db-c356877ebe70"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-17858a97-f802-48a1-98db-c356877ebe70"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-17858a97-f802-48a1-98db-c356877ebe70"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-35db6af4-63fc-427c-8d40-fb3d891b519f {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-35db6af4-63fc-427c-8d40-fb3d891b519f img.shogun-image {
    

    
    
    
  }


#s-35db6af4-63fc-427c-8d40-fb3d891b519f .shogun-image-content {
  
    align-items: center;
  
}

#s-f1ee2ecc-9ed8-464b-8982-85d8f6f1f984 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-f1ee2ecc-9ed8-464b-8982-85d8f6f1f984 img.shogun-image {
    

    
    
    
  }


#s-f1ee2ecc-9ed8-464b-8982-85d8f6f1f984 .shogun-image-content {
  
    align-items: center;
  
}

#s-4988eb37-a00d-434d-9282-d553eed468dd {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-4988eb37-a00d-434d-9282-d553eed468dd img.shogun-image {
    

    
    
    
  }


#s-4988eb37-a00d-434d-9282-d553eed468dd .shogun-image-content {
  
    align-items: center;
  
}

#s-19ebe9a3-937f-4074-9815-0695e6ed652e {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-19ebe9a3-937f-4074-9815-0695e6ed652e img.shogun-image {
    

    
    
    
  }


#s-19ebe9a3-937f-4074-9815-0695e6ed652e .shogun-image-content {
  
    align-items: center;
  
}

#s-ca7b6ac8-118a-472f-b2a7-91e1d7e3eb0d {
  min-height: 50px;
}








#s-ca7b6ac8-118a-472f-b2a7-91e1d7e3eb0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca7b6ac8-118a-472f-b2a7-91e1d7e3eb0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f931df96-4784-4294-b7e4-34e0f40a1c4d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f931df96-4784-4294-b7e4-34e0f40a1c4d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-0631477e-26e0-4bbc-9fc6-87e6a3975d00 {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-0631477e-26e0-4bbc-9fc6-87e6a3975d00"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0631477e-26e0-4bbc-9fc6-87e6a3975d00"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0631477e-26e0-4bbc-9fc6-87e6a3975d00"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0631477e-26e0-4bbc-9fc6-87e6a3975d00"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-316e6981-da85-4169-8e7a-d3c44a5efd53 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-316e6981-da85-4169-8e7a-d3c44a5efd53 img.shogun-image {
    

    
    
    
  }


#s-316e6981-da85-4169-8e7a-d3c44a5efd53 .shogun-image-content {
  
    align-items: center;
  
}

#s-635ccbd7-5487-461a-917b-21bb008dda73 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-635ccbd7-5487-461a-917b-21bb008dda73 img.shogun-image {
    

    
    
    
  }


#s-635ccbd7-5487-461a-917b-21bb008dda73 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d1e6a3d-b00b-40e1-9ee6-e3f010656423 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-2d1e6a3d-b00b-40e1-9ee6-e3f010656423 img.shogun-image {
    

    
    
    
  }


#s-2d1e6a3d-b00b-40e1-9ee6-e3f010656423 .shogun-image-content {
  
    align-items: center;
  
}

#s-07ea6eb0-f754-4f10-ba5a-4bbb139c3055 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-07ea6eb0-f754-4f10-ba5a-4bbb139c3055 img.shogun-image {
    

    
    
    
  }


#s-07ea6eb0-f754-4f10-ba5a-4bbb139c3055 .shogun-image-content {
  
    align-items: center;
  
}

#s-2801856a-4908-4c16-af07-9ed7c6c1abc1 {
  min-height: 50px;
}








#s-2801856a-4908-4c16-af07-9ed7c6c1abc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2801856a-4908-4c16-af07-9ed7c6c1abc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4e142b0-796d-44c1-a736-bcdbe5b26c28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4e142b0-796d-44c1-a736-bcdbe5b26c28 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-da3fed99-07a5-4353-b24f-8ee2a99efeaf {
  margin-top: 0px;
margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-da3fed99-07a5-4353-b24f-8ee2a99efeaf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-da3fed99-07a5-4353-b24f-8ee2a99efeaf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-da3fed99-07a5-4353-b24f-8ee2a99efeaf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-da3fed99-07a5-4353-b24f-8ee2a99efeaf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-72f21d64-9bcf-45d5-8a78-5ceb581ff2b0 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-72f21d64-9bcf-45d5-8a78-5ceb581ff2b0 img.shogun-image {
    

    
    
    
  }


#s-72f21d64-9bcf-45d5-8a78-5ceb581ff2b0 .shogun-image-content {
  
    align-items: center;
  
}

#s-2254edfa-c7cc-46fe-b719-c6a417660d8a {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-2254edfa-c7cc-46fe-b719-c6a417660d8a img.shogun-image {
    

    
    
    
  }


#s-2254edfa-c7cc-46fe-b719-c6a417660d8a .shogun-image-content {
  
    align-items: center;
  
}

#s-3c86fc10-c60d-48b6-8c09-47461cb7c419 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-3c86fc10-c60d-48b6-8c09-47461cb7c419 img.shogun-image {
    

    
    
    
  }


#s-3c86fc10-c60d-48b6-8c09-47461cb7c419 .shogun-image-content {
  
    align-items: center;
  
}

#s-1cd92fe0-68cb-47e2-b48c-5fa0db6a50b9 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}







  #s-1cd92fe0-68cb-47e2-b48c-5fa0db6a50b9 img.shogun-image {
    

    
    
    
  }


#s-1cd92fe0-68cb-47e2-b48c-5fa0db6a50b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-697745d8-4da3-4b68-9c42-d34b3e5fa398 {
  margin-top: 7.5px;
margin-bottom: 7.5px;
padding-top: 15px;
padding-left: 50px;
padding-bottom: 15px;
padding-right: 50px;
border-radius: 15px;
background-color: rgba(66, 92, 66, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-697745d8-4da3-4b68-9c42-d34b3e5fa398:hover {background-color: rgba(101, 131, 101, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-697745d8-4da3-4b68-9c42-d34b3e5fa398:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-697745d8-4da3-4b68-9c42-d34b3e5fa398-root {
    text-align: center;
  }


#s-697745d8-4da3-4b68-9c42-d34b3e5fa398.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-697745d8-4da3-4b68-9c42-d34b3e5fa398-root {
    text-align: center;
  }


#s-697745d8-4da3-4b68-9c42-d34b3e5fa398.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-697745d8-4da3-4b68-9c42-d34b3e5fa398-root {
    text-align: center;
  }


#s-697745d8-4da3-4b68-9c42-d34b3e5fa398.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-697745d8-4da3-4b68-9c42-d34b3e5fa398-root {
    text-align: center;
  }


#s-697745d8-4da3-4b68-9c42-d34b3e5fa398.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-697745d8-4da3-4b68-9c42-d34b3e5fa398-root {
    text-align: center;
  }


#s-697745d8-4da3-4b68-9c42-d34b3e5fa398.shg-btn {
  color: #ffffff;
  
  
  
  
  display:  inline-block ;
}
}
#s-40cc7f9a-f368-4cce-a008-fc8eb9a04762 {
  min-height: 50px;
}








#s-40cc7f9a-f368-4cce-a008-fc8eb9a04762 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40cc7f9a-f368-4cce-a008-fc8eb9a04762.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $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}