#s-0a9ad448-4cfd-4f56-9234-3bfb7a9d82d2 {
  text-align: left;
}

.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-cb1a0b39-4c2a-42e6-bf7e-1f01f71b992d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-cb1a0b39-4c2a-42e6-bf7e-1f01f71b992d {
  display: none;
}
#s-cb1a0b39-4c2a-42e6-bf7e-1f01f71b992d, #wrap-s-cb1a0b39-4c2a-42e6-bf7e-1f01f71b992d { display: none !important; }}
#s-cb1a0b39-4c2a-42e6-bf7e-1f01f71b992d {
  background-image: url(https://i.shgcdn.com/2a0483d4-223b-4f2e-acc4-3b0d24a2db35/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-cb1a0b39-4c2a-42e6-bf7e-1f01f71b992d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-cb1a0b39-4c2a-42e6-bf7e-1f01f71b992d.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-2723c2d5-ce96-4b72-9e84-fc6899aeb68e {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-2723c2d5-ce96-4b72-9e84-fc6899aeb68e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2723c2d5-ce96-4b72-9e84-fc6899aeb68e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2723c2d5-ce96-4b72-9e84-fc6899aeb68e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2723c2d5-ce96-4b72-9e84-fc6899aeb68e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2723c2d5-ce96-4b72-9e84-fc6899aeb68e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2723c2d5-ce96-4b72-9e84-fc6899aeb68e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2723c2d5-ce96-4b72-9e84-fc6899aeb68e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

.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-31bdda27-f1d9-483d-aeed-13d03dfb0f27 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-31bdda27-f1d9-483d-aeed-13d03dfb0f27 .shogun-heading-component h1 {
  color: rgba(2, 49, 161, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 72px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}


#s-31bdda27-f1d9-483d-aeed-13d03dfb0f27 .shogun-heading-component h1 a {
  color: rgba(2, 49, 161, 1);
}


.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-ca821d14-4331-479f-b48d-c0b10c065091 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(2, 49, 161, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-ca821d14-4331-479f-b48d-c0b10c065091:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ca821d14-4331-479f-b48d-c0b10c065091:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ca821d14-4331-479f-b48d-c0b10c065091-root {
    text-align: left;
  }


#s-ca821d14-4331-479f-b48d-c0b10c065091.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ca821d14-4331-479f-b48d-c0b10c065091-root {
    text-align: left;
  }


#s-ca821d14-4331-479f-b48d-c0b10c065091.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca821d14-4331-479f-b48d-c0b10c065091-root {
    text-align: left;
  }


#s-ca821d14-4331-479f-b48d-c0b10c065091.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca821d14-4331-479f-b48d-c0b10c065091-root {
    text-align: left;
  }


#s-ca821d14-4331-479f-b48d-c0b10c065091.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ca821d14-4331-479f-b48d-c0b10c065091-root {
    text-align: left;
  }


#s-ca821d14-4331-479f-b48d-c0b10c065091.shg-btn {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  
  font-family: Rubik;
  display:  inline-block ;
}
}
#s-735805be-0bdb-49a0-a3d9-f072e3d0a3ea {
  min-height: 50px;
}








#s-735805be-0bdb-49a0-a3d9-f072e3d0a3ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-735805be-0bdb-49a0-a3d9-f072e3d0a3ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-f23b70ee-2f25-4457-bb60-438538fdf4d2 {
  margin-top: -50px;
margin-bottom: 0px;
text-align: center;
opacity: 1;
}
#s-f23b70ee-2f25-4457-bb60-438538fdf4d2:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
opacity: 0.62 !important;}@media (min-width: 1200px){#s-f23b70ee-2f25-4457-bb60-438538fdf4d2 {
  display: none;
}
#s-f23b70ee-2f25-4457-bb60-438538fdf4d2, #wrap-s-f23b70ee-2f25-4457-bb60-438538fdf4d2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f23b70ee-2f25-4457-bb60-438538fdf4d2 {
  display: none;
}
#s-f23b70ee-2f25-4457-bb60-438538fdf4d2, #wrap-s-f23b70ee-2f25-4457-bb60-438538fdf4d2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f23b70ee-2f25-4457-bb60-438538fdf4d2 {
  display: none;
}
#s-f23b70ee-2f25-4457-bb60-438538fdf4d2, #wrap-s-f23b70ee-2f25-4457-bb60-438538fdf4d2 { display: none !important; }}






  img.s-f23b70ee-2f25-4457-bb60-438538fdf4d2.shogun-image {
    
    
  }


.s-f23b70ee-2f25-4457-bb60-438538fdf4d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f23b70ee-2f25-4457-bb60-438538fdf4d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f23b70ee-2f25-4457-bb60-438538fdf4d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f23b70ee-2f25-4457-bb60-438538fdf4d2.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-f23b70ee-2f25-4457-bb60-438538fdf4d2.shogun-image {
    
    
  }


.s-f23b70ee-2f25-4457-bb60-438538fdf4d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f23b70ee-2f25-4457-bb60-438538fdf4d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f23b70ee-2f25-4457-bb60-438538fdf4d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f23b70ee-2f25-4457-bb60-438538fdf4d2.shogun-image {
  box-sizing: border-box;
}




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





  img.s-f23b70ee-2f25-4457-bb60-438538fdf4d2.shogun-image {
    
    
  }


.s-f23b70ee-2f25-4457-bb60-438538fdf4d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f23b70ee-2f25-4457-bb60-438538fdf4d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f23b70ee-2f25-4457-bb60-438538fdf4d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f23b70ee-2f25-4457-bb60-438538fdf4d2.shogun-image {
  box-sizing: border-box;
}




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





  img.s-f23b70ee-2f25-4457-bb60-438538fdf4d2.shogun-image {
    
    
  }


.s-f23b70ee-2f25-4457-bb60-438538fdf4d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f23b70ee-2f25-4457-bb60-438538fdf4d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f23b70ee-2f25-4457-bb60-438538fdf4d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f23b70ee-2f25-4457-bb60-438538fdf4d2.shogun-image {
  box-sizing: border-box;
}




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





  img.s-f23b70ee-2f25-4457-bb60-438538fdf4d2.shogun-image {
    
    
  }


.s-f23b70ee-2f25-4457-bb60-438538fdf4d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-f23b70ee-2f25-4457-bb60-438538fdf4d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f23b70ee-2f25-4457-bb60-438538fdf4d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f23b70ee-2f25-4457-bb60-438538fdf4d2.shogun-image {
  box-sizing: border-box;
}




}
#s-b1790a66-f84a-4d4c-88f1-447adec06f88 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 20px;
max-width: 150px;
text-align: left;
opacity: 1;
}
@media (min-width: 1200px){#s-b1790a66-f84a-4d4c-88f1-447adec06f88 {
  display: none;
}
#s-b1790a66-f84a-4d4c-88f1-447adec06f88, #wrap-s-b1790a66-f84a-4d4c-88f1-447adec06f88 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b1790a66-f84a-4d4c-88f1-447adec06f88 {
  display: none;
}
#s-b1790a66-f84a-4d4c-88f1-447adec06f88, #wrap-s-b1790a66-f84a-4d4c-88f1-447adec06f88 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b1790a66-f84a-4d4c-88f1-447adec06f88 {
  display: none;
}
#s-b1790a66-f84a-4d4c-88f1-447adec06f88, #wrap-s-b1790a66-f84a-4d4c-88f1-447adec06f88 { display: none !important; }}






  img.s-b1790a66-f84a-4d4c-88f1-447adec06f88.shogun-image {
    
    
  }


.s-b1790a66-f84a-4d4c-88f1-447adec06f88 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1790a66-f84a-4d4c-88f1-447adec06f88.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1790a66-f84a-4d4c-88f1-447adec06f88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1790a66-f84a-4d4c-88f1-447adec06f88.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-b1790a66-f84a-4d4c-88f1-447adec06f88.shogun-image {
    
    
  }


.s-b1790a66-f84a-4d4c-88f1-447adec06f88 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1790a66-f84a-4d4c-88f1-447adec06f88.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1790a66-f84a-4d4c-88f1-447adec06f88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1790a66-f84a-4d4c-88f1-447adec06f88.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b1790a66-f84a-4d4c-88f1-447adec06f88.shogun-image {
    
    
  }


.s-b1790a66-f84a-4d4c-88f1-447adec06f88 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1790a66-f84a-4d4c-88f1-447adec06f88.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1790a66-f84a-4d4c-88f1-447adec06f88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1790a66-f84a-4d4c-88f1-447adec06f88.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b1790a66-f84a-4d4c-88f1-447adec06f88.shogun-image {
    
    
  }


.s-b1790a66-f84a-4d4c-88f1-447adec06f88 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1790a66-f84a-4d4c-88f1-447adec06f88.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1790a66-f84a-4d4c-88f1-447adec06f88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1790a66-f84a-4d4c-88f1-447adec06f88.shogun-image {
  box-sizing: border-box;
}




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





  img.s-b1790a66-f84a-4d4c-88f1-447adec06f88.shogun-image {
    
    
  }


.s-b1790a66-f84a-4d4c-88f1-447adec06f88 .shogun-image-content {
  
    align-items: center;
  
}

.s-b1790a66-f84a-4d4c-88f1-447adec06f88.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-b1790a66-f84a-4d4c-88f1-447adec06f88.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1790a66-f84a-4d4c-88f1-447adec06f88.shogun-image {
  box-sizing: border-box;
}




}
.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-c4545101-3e55-47c3-94cd-351f6a9753d4 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-34bb3fe4-df0d-4010-ad28-6721705e878f {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(2, 49, 161, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-34bb3fe4-df0d-4010-ad28-6721705e878f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-34bb3fe4-df0d-4010-ad28-6721705e878f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-34bb3fe4-df0d-4010-ad28-6721705e878f {
  display: none;
}
#s-34bb3fe4-df0d-4010-ad28-6721705e878f, #wrap-s-34bb3fe4-df0d-4010-ad28-6721705e878f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34bb3fe4-df0d-4010-ad28-6721705e878f {
  display: none;
}
#s-34bb3fe4-df0d-4010-ad28-6721705e878f, #wrap-s-34bb3fe4-df0d-4010-ad28-6721705e878f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34bb3fe4-df0d-4010-ad28-6721705e878f {
  display: none;
}
#s-34bb3fe4-df0d-4010-ad28-6721705e878f, #wrap-s-34bb3fe4-df0d-4010-ad28-6721705e878f { display: none !important; }}

  #s-34bb3fe4-df0d-4010-ad28-6721705e878f-root {
    text-align: left;
  }


#s-34bb3fe4-df0d-4010-ad28-6721705e878f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-34bb3fe4-df0d-4010-ad28-6721705e878f-root {
    text-align: left;
  }


#s-34bb3fe4-df0d-4010-ad28-6721705e878f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34bb3fe4-df0d-4010-ad28-6721705e878f-root {
    text-align: left;
  }


#s-34bb3fe4-df0d-4010-ad28-6721705e878f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34bb3fe4-df0d-4010-ad28-6721705e878f-root {
    text-align: left;
  }


#s-34bb3fe4-df0d-4010-ad28-6721705e878f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-34bb3fe4-df0d-4010-ad28-6721705e878f-root {
    text-align: left;
  }


#s-34bb3fe4-df0d-4010-ad28-6721705e878f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Rubik;
  display:  inline-block ;
}
}
#s-5f892fc2-6d8e-4c55-aba5-4514d9d22c04 {
  padding-top: 40px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
text-align: left;
}

#s-5f892fc2-6d8e-4c55-aba5-4514d9d22c04 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 50px;
  
  
  text-align: left;
}



#s-6c34de92-0e77-4bb3-bc66-020a164e6d38 {
  padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
text-align: left;
}

#s-6c34de92-0e77-4bb3-bc66-020a164e6d38 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}



#s-d2d2f86e-6c36-4577-bf1e-8f9be34137f3 {
  padding-top: 40px;
padding-left: 2%;
padding-bottom: 40px;
padding-right: 2%;
}

#s-44e72069-c4f8-453e-a6f5-e388b41c0700 {
  padding-top: 50px;
padding-left: 10%;
padding-bottom: 50px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(230, 231, 232, 1);
}








#s-44e72069-c4f8-453e-a6f5-e388b41c0700 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44e72069-c4f8-453e-a6f5-e388b41c0700.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be042607-1d83-49b1-bf8b-f5c06416cc45 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: center;
}







  img.s-be042607-1d83-49b1-bf8b-f5c06416cc45.shogun-image {
    
    
  }


.s-be042607-1d83-49b1-bf8b-f5c06416cc45 .shogun-image-content {
  
    align-items: center;
  
}

.s-be042607-1d83-49b1-bf8b-f5c06416cc45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be042607-1d83-49b1-bf8b-f5c06416cc45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be042607-1d83-49b1-bf8b-f5c06416cc45.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-be042607-1d83-49b1-bf8b-f5c06416cc45.shogun-image {
    
    
  }


.s-be042607-1d83-49b1-bf8b-f5c06416cc45 .shogun-image-content {
  
    align-items: center;
  
}

.s-be042607-1d83-49b1-bf8b-f5c06416cc45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be042607-1d83-49b1-bf8b-f5c06416cc45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be042607-1d83-49b1-bf8b-f5c06416cc45.shogun-image {
  box-sizing: border-box;
}




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





  img.s-be042607-1d83-49b1-bf8b-f5c06416cc45.shogun-image {
    
    
  }


.s-be042607-1d83-49b1-bf8b-f5c06416cc45 .shogun-image-content {
  
    align-items: center;
  
}

.s-be042607-1d83-49b1-bf8b-f5c06416cc45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be042607-1d83-49b1-bf8b-f5c06416cc45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be042607-1d83-49b1-bf8b-f5c06416cc45.shogun-image {
  box-sizing: border-box;
}




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





  img.s-be042607-1d83-49b1-bf8b-f5c06416cc45.shogun-image {
    
    
  }


.s-be042607-1d83-49b1-bf8b-f5c06416cc45 .shogun-image-content {
  
    align-items: center;
  
}

.s-be042607-1d83-49b1-bf8b-f5c06416cc45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be042607-1d83-49b1-bf8b-f5c06416cc45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be042607-1d83-49b1-bf8b-f5c06416cc45.shogun-image {
  box-sizing: border-box;
}




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





  img.s-be042607-1d83-49b1-bf8b-f5c06416cc45.shogun-image {
    
    
  }


.s-be042607-1d83-49b1-bf8b-f5c06416cc45 .shogun-image-content {
  
    align-items: center;
  
}

.s-be042607-1d83-49b1-bf8b-f5c06416cc45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be042607-1d83-49b1-bf8b-f5c06416cc45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be042607-1d83-49b1-bf8b-f5c06416cc45.shogun-image {
  box-sizing: border-box;
}




}
#s-1ca0efb8-2816-40f2-94db-7d1ba99a8f2d {
  padding-top: 40px;
padding-bottom: 40px;
text-align: center;
}

#s-1ca0efb8-2816-40f2-94db-7d1ba99a8f2d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  300 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


#s-1ca0efb8-2816-40f2-94db-7d1ba99a8f2d .shogun-heading-component h2 a {
  color: rgba(0, 0, 0, 1);
}


@media (min-width: 0px) {
[id="s-92a838f9-2e73-4109-ae14-1f38f2729e3d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-92a838f9-2e73-4109-ae14-1f38f2729e3d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-92a838f9-2e73-4109-ae14-1f38f2729e3d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-92a838f9-2e73-4109-ae14-1f38f2729e3d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f {
  padding-bottom: 20px;
text-align: center;
}







  img.s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f.shogun-image {
    
    
  }


.s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f .shogun-image-content {
  
    align-items: center;
  
}

.s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f.shogun-image {
    
    
  }


.s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f .shogun-image-content {
  
    align-items: center;
  
}

.s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f.shogun-image {
    
    
  }


.s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f .shogun-image-content {
  
    align-items: center;
  
}

.s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f.shogun-image {
    
    
  }


.s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f .shogun-image-content {
  
    align-items: center;
  
}

.s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f.shogun-image {
    
    
  }


.s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f .shogun-image-content {
  
    align-items: center;
  
}

.s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a24e04b7-bc4b-4a82-89fb-eb2fbf06831f.shogun-image {
  box-sizing: border-box;
}




}
#s-d63d26c5-b059-4c0d-aae6-d1f61712ad7b {
  padding-top: 0px;
}

#s-5393b81e-7986-464d-9302-7036f6bc4b2b {
  padding-bottom: 20px;
text-align: center;
}







  img.s-5393b81e-7986-464d-9302-7036f6bc4b2b.shogun-image {
    
    
  }


.s-5393b81e-7986-464d-9302-7036f6bc4b2b .shogun-image-content {
  
    align-items: center;
  
}

.s-5393b81e-7986-464d-9302-7036f6bc4b2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5393b81e-7986-464d-9302-7036f6bc4b2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5393b81e-7986-464d-9302-7036f6bc4b2b.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-5393b81e-7986-464d-9302-7036f6bc4b2b.shogun-image {
    
    
  }


.s-5393b81e-7986-464d-9302-7036f6bc4b2b .shogun-image-content {
  
    align-items: center;
  
}

.s-5393b81e-7986-464d-9302-7036f6bc4b2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5393b81e-7986-464d-9302-7036f6bc4b2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5393b81e-7986-464d-9302-7036f6bc4b2b.shogun-image {
  box-sizing: border-box;
}




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





  img.s-5393b81e-7986-464d-9302-7036f6bc4b2b.shogun-image {
    
    
  }


.s-5393b81e-7986-464d-9302-7036f6bc4b2b .shogun-image-content {
  
    align-items: center;
  
}

.s-5393b81e-7986-464d-9302-7036f6bc4b2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5393b81e-7986-464d-9302-7036f6bc4b2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5393b81e-7986-464d-9302-7036f6bc4b2b.shogun-image {
  box-sizing: border-box;
}




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





  img.s-5393b81e-7986-464d-9302-7036f6bc4b2b.shogun-image {
    
    
  }


.s-5393b81e-7986-464d-9302-7036f6bc4b2b .shogun-image-content {
  
    align-items: center;
  
}

.s-5393b81e-7986-464d-9302-7036f6bc4b2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5393b81e-7986-464d-9302-7036f6bc4b2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5393b81e-7986-464d-9302-7036f6bc4b2b.shogun-image {
  box-sizing: border-box;
}




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





  img.s-5393b81e-7986-464d-9302-7036f6bc4b2b.shogun-image {
    
    
  }


.s-5393b81e-7986-464d-9302-7036f6bc4b2b .shogun-image-content {
  
    align-items: center;
  
}

.s-5393b81e-7986-464d-9302-7036f6bc4b2b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5393b81e-7986-464d-9302-7036f6bc4b2b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5393b81e-7986-464d-9302-7036f6bc4b2b.shogun-image {
  box-sizing: border-box;
}




}
#s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2 {
  text-align: center;
}







  img.s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2.shogun-image {
    
    
  }


.s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2.shogun-image {
    
    
  }


.s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2.shogun-image {
  box-sizing: border-box;
}




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





  img.s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2.shogun-image {
    
    
  }


.s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2.shogun-image {
  box-sizing: border-box;
}




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





  img.s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2.shogun-image {
    
    
  }


.s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2.shogun-image {
  box-sizing: border-box;
}




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





  img.s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2.shogun-image {
    
    
  }


.s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1f31fd0b-8ba5-43f1-9a2e-3ef8484164b2.shogun-image {
  box-sizing: border-box;
}




}
#s-bd28b810-691d-42bf-8ff6-7e6ac7f6c2b8 {
  padding-top: 19px;
padding-bottom: 0px;
}

#s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210 {
  text-align: center;
}







  img.s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210.shogun-image {
    
    
  }


.s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210.shogun-image {
    
    
  }


.s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210.shogun-image {
  box-sizing: border-box;
}




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





  img.s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210.shogun-image {
    
    
  }


.s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210.shogun-image {
  box-sizing: border-box;
}




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





  img.s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210.shogun-image {
    
    
  }


.s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210.shogun-image {
  box-sizing: border-box;
}




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





  img.s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210.shogun-image {
    
    
  }


.s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210 .shogun-image-content {
  
    align-items: center;
  
}

.s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cfdaca8b-a0b2-40ac-bfdb-eed70cc4a210.shogun-image {
  box-sizing: border-box;
}




}
#s-419e9378-bb03-4ce3-bd2f-ab20b3f65ca0 {
  padding-top: 20px;
}

#s-a185658c-f65d-438f-99d9-47c067e0ed41 {
  min-height: 350px;
background-color: rgba(2, 49, 161, 1);
}
@media (max-width: 767px){#s-a185658c-f65d-438f-99d9-47c067e0ed41 {
  display: none;
}
#s-a185658c-f65d-438f-99d9-47c067e0ed41, #wrap-s-a185658c-f65d-438f-99d9-47c067e0ed41 { display: none !important; }}







#s-a185658c-f65d-438f-99d9-47c067e0ed41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a185658c-f65d-438f-99d9-47c067e0ed41 {
  cursor: pointer;
}#s-a185658c-f65d-438f-99d9-47c067e0ed41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c864cd65-a216-4e4a-a5de-1d2ff45b97b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c864cd65-a216-4e4a-a5de-1d2ff45b97b5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 42px;
  line-height: 1.35em;
  
  
}


#s-c864cd65-a216-4e4a-a5de-1d2ff45b97b5 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-0c1d44f9-a87e-4e4b-8c65-4178f11c6725 {
  min-height: 225px;
background-color: rgba(2, 49, 161, 1);
}
@media (min-width: 1200px){#s-0c1d44f9-a87e-4e4b-8c65-4178f11c6725 {
  display: none;
}
#s-0c1d44f9-a87e-4e4b-8c65-4178f11c6725, #wrap-s-0c1d44f9-a87e-4e4b-8c65-4178f11c6725 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c1d44f9-a87e-4e4b-8c65-4178f11c6725 {
  display: none;
}
#s-0c1d44f9-a87e-4e4b-8c65-4178f11c6725, #wrap-s-0c1d44f9-a87e-4e4b-8c65-4178f11c6725 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0c1d44f9-a87e-4e4b-8c65-4178f11c6725 {
  display: none;
}
#s-0c1d44f9-a87e-4e4b-8c65-4178f11c6725, #wrap-s-0c1d44f9-a87e-4e4b-8c65-4178f11c6725 { display: none !important; }}







#s-0c1d44f9-a87e-4e4b-8c65-4178f11c6725 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c1d44f9-a87e-4e4b-8c65-4178f11c6725 {
  cursor: pointer;
}#s-0c1d44f9-a87e-4e4b-8c65-4178f11c6725.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-365d8c79-c462-402c-9294-ceca62a02791 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-365d8c79-c462-402c-9294-ceca62a02791 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  
  
}


#s-365d8c79-c462-402c-9294-ceca62a02791 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-06fa8d24-71dd-4db6-8547-933ad75fd323 {
  padding-top: 60px;
padding-bottom: 60px;
background-color: rgba(10, 10, 10, 1);
}
@media (max-width: 767px){#s-06fa8d24-71dd-4db6-8547-933ad75fd323 {
  display: none;
}
#s-06fa8d24-71dd-4db6-8547-933ad75fd323, #wrap-s-06fa8d24-71dd-4db6-8547-933ad75fd323 { display: none !important; }}
@media (min-width: 0px) {
[id="s-06fa8d24-71dd-4db6-8547-933ad75fd323"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06fa8d24-71dd-4db6-8547-933ad75fd323"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-06fa8d24-71dd-4db6-8547-933ad75fd323"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-06fa8d24-71dd-4db6-8547-933ad75fd323"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-06fa8d24-71dd-4db6-8547-933ad75fd323"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-06fa8d24-71dd-4db6-8547-933ad75fd323"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-06fa8d24-71dd-4db6-8547-933ad75fd323"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-037b0ed8-8bd9-4b91-a3ca-e2143e6f68a5 {
  min-height: 50px;
}








#s-037b0ed8-8bd9-4b91-a3ca-e2143e6f68a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-037b0ed8-8bd9-4b91-a3ca-e2143e6f68a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d743205-c3ce-442c-b282-02f6b0c160bb {
  padding-top: 10px;
padding-left: 25%;
padding-bottom: 10px;
padding-right: 25%;
}

#s-9d743205-c3ce-442c-b282-02f6b0c160bb .shogun-icon-wrapper {
  text-align: center;
}


#s-9d743205-c3ce-442c-b282-02f6b0c160bb .shogun-icon-wrapper > .shogun-icon {

  font-size: 100px !important;
  color: rgba(12, 155, 11, 1);
}

#s-55bf1da9-4ab7-44fe-ace5-1efa2246d5d3 {
  padding-top: 10px;
padding-left: 25%;
padding-bottom: 10px;
padding-right: 25%;
text-align: center;
}

#s-55bf1da9-4ab7-44fe-ace5-1efa2246d5d3 .shogun-heading-component h1 {
  color: rgba(255, 254, 254, 1);
  font-weight:  500 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}







  img.s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5.shogun-image {
    
    
  }


.s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5.shogun-image {
    
    
  }


.s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5.shogun-image {
  box-sizing: border-box;
}




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





  img.s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5.shogun-image {
    
    
  }


.s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5.shogun-image {
  box-sizing: border-box;
}




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





  img.s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5.shogun-image {
    
    
  }


.s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5.shogun-image {
  box-sizing: border-box;
}




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





  img.s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5.shogun-image {
    
    
  }


.s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f5f9705-8f26-4b4d-80bd-18c0cf0462d5.shogun-image {
  box-sizing: border-box;
}




}
#s-2cb37dae-bfb3-4b92-ac15-a479540f2bf6 {
  min-height: 50px;
}








#s-2cb37dae-bfb3-4b92-ac15-a479540f2bf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cb37dae-bfb3-4b92-ac15-a479540f2bf6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc81e329-9f14-4903-a981-50e1e785de51 {
  padding-left: 10%;
padding-right: 10%;
}

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

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

#s-2db92c48-cb0f-4672-87f0-470c0734fe27 {
  padding-left: 10%;
padding-right: 10%;
}

#s-2db92c48-cb0f-4672-87f0-470c0734fe27 hr {
  border-top: 3px solid #ddd;
}

#s-3c457eee-9cd0-4082-ab87-2789cd37e2ed {
  padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
}

#s-89c2d434-3268-4738-8b7f-8a6de4531f61 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(2, 2, 2, 1);
}
#s-89c2d434-3268-4738-8b7f-8a6de4531f61:hover {background-color: rgba(2, 49, 161, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-89c2d434-3268-4738-8b7f-8a6de4531f61:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-89c2d434-3268-4738-8b7f-8a6de4531f61-root {
    text-align: left;
  }


#s-89c2d434-3268-4738-8b7f-8a6de4531f61.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Rubik;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-89c2d434-3268-4738-8b7f-8a6de4531f61-root {
    text-align: left;
  }


#s-89c2d434-3268-4738-8b7f-8a6de4531f61.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-89c2d434-3268-4738-8b7f-8a6de4531f61-root {
    text-align: left;
  }


#s-89c2d434-3268-4738-8b7f-8a6de4531f61.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-89c2d434-3268-4738-8b7f-8a6de4531f61-root {
    text-align: left;
  }


#s-89c2d434-3268-4738-8b7f-8a6de4531f61.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-89c2d434-3268-4738-8b7f-8a6de4531f61-root {
    text-align: left;
  }


#s-89c2d434-3268-4738-8b7f-8a6de4531f61.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Rubik;
  display:  inline-block ;
}
}
#s-b6f888d7-f6b7-4794-b418-548bc332ec33 {
  padding-top: 40px;
padding-bottom: 40px;
background-color: rgba(10, 10, 10, 1);
}
@media (min-width: 1200px){#s-b6f888d7-f6b7-4794-b418-548bc332ec33 {
  display: none;
}
#s-b6f888d7-f6b7-4794-b418-548bc332ec33, #wrap-s-b6f888d7-f6b7-4794-b418-548bc332ec33 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6f888d7-f6b7-4794-b418-548bc332ec33 {
  display: none;
}
#s-b6f888d7-f6b7-4794-b418-548bc332ec33, #wrap-s-b6f888d7-f6b7-4794-b418-548bc332ec33 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b6f888d7-f6b7-4794-b418-548bc332ec33 {
  display: none;
}
#s-b6f888d7-f6b7-4794-b418-548bc332ec33, #wrap-s-b6f888d7-f6b7-4794-b418-548bc332ec33 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b6f888d7-f6b7-4794-b418-548bc332ec33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6f888d7-f6b7-4794-b418-548bc332ec33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b6f888d7-f6b7-4794-b418-548bc332ec33"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-b6f888d7-f6b7-4794-b418-548bc332ec33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b6f888d7-f6b7-4794-b418-548bc332ec33"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6f888d7-f6b7-4794-b418-548bc332ec33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-b6f888d7-f6b7-4794-b418-548bc332ec33"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-4a381486-879a-49f7-9955-756011162ecd {
  min-height: 50px;
}








#s-4a381486-879a-49f7-9955-756011162ecd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a381486-879a-49f7-9955-756011162ecd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-097511f0-24ce-4636-b98e-81f330576b12 {
  padding-top: 10px;
padding-left: 25%;
padding-bottom: 10px;
padding-right: 25%;
}

#s-097511f0-24ce-4636-b98e-81f330576b12 .shogun-icon-wrapper {
  text-align: center;
}


#s-097511f0-24ce-4636-b98e-81f330576b12 .shogun-icon-wrapper > .shogun-icon {

  font-size: 100px !important;
  color: rgba(12, 155, 11, 1);
}

#s-d4d18776-a14c-4556-a001-c7f27262a263 {
  padding-top: 10px;
padding-left: 25%;
padding-bottom: 10px;
padding-right: 25%;
text-align: center;
}

#s-d4d18776-a14c-4556-a001-c7f27262a263 .shogun-heading-component h1 {
  color: rgba(255, 254, 254, 1);
  font-weight:  500 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}







  img.s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807.shogun-image {
    
    
  }


.s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807 .shogun-image-content {
  
    align-items: center;
  
}

.s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807.shogun-image {
    
    
  }


.s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807 .shogun-image-content {
  
    align-items: center;
  
}

.s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807.shogun-image {
  box-sizing: border-box;
}




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





  img.s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807.shogun-image {
    
    
  }


.s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807 .shogun-image-content {
  
    align-items: center;
  
}

.s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807.shogun-image {
  box-sizing: border-box;
}




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





  img.s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807.shogun-image {
    
    
  }


.s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807 .shogun-image-content {
  
    align-items: center;
  
}

.s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807.shogun-image {
  box-sizing: border-box;
}




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





  img.s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807.shogun-image {
    
    
  }


.s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807 .shogun-image-content {
  
    align-items: center;
  
}

.s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90b03deb-6fa8-4a09-ba1e-9ce4d1ead807.shogun-image {
  box-sizing: border-box;
}




}
#s-298d5a0a-7c92-4a39-98fc-a5d7177a6689 {
  min-height: 50px;
}








#s-298d5a0a-7c92-4a39-98fc-a5d7177a6689 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-298d5a0a-7c92-4a39-98fc-a5d7177a6689.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57319330-efe4-42df-b373-1f78e3559421 {
  padding-left: 10%;
padding-right: 10%;
}

#s-c2c7e047-ef01-4ce2-8543-bdc9e25ddd0e {
  padding-left: 10%;
padding-right: 10%;
}

#s-c2c7e047-ef01-4ce2-8543-bdc9e25ddd0e hr {
  border-top: 3px solid #ddd;
}

#s-947f5513-3516-4c14-85a1-9da2484a052b {
  padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
}

#s-901af097-0199-4979-956a-33aa7ca68e55 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(2, 2, 2, 1);
}
#s-901af097-0199-4979-956a-33aa7ca68e55:hover {background-color: rgba(2, 49, 161, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-901af097-0199-4979-956a-33aa7ca68e55:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-901af097-0199-4979-956a-33aa7ca68e55-root {
    text-align: left;
  }


#s-901af097-0199-4979-956a-33aa7ca68e55.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Rubik;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-901af097-0199-4979-956a-33aa7ca68e55-root {
    text-align: left;
  }


#s-901af097-0199-4979-956a-33aa7ca68e55.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-901af097-0199-4979-956a-33aa7ca68e55-root {
    text-align: left;
  }


#s-901af097-0199-4979-956a-33aa7ca68e55.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-901af097-0199-4979-956a-33aa7ca68e55-root {
    text-align: left;
  }


#s-901af097-0199-4979-956a-33aa7ca68e55.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-901af097-0199-4979-956a-33aa7ca68e55-root {
    text-align: left;
  }


#s-901af097-0199-4979-956a-33aa7ca68e55.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Rubik;
  display:  inline-block ;
}
}
#s-16918694-5a94-446f-b601-0efe28d47d41 {
  min-height: 50px;
}








#s-16918694-5a94-446f-b601-0efe28d47d41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16918694-5a94-446f-b601-0efe28d47d41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa7495a7-8130-4f95-a214-5e132489866a {
  min-height: 50px;
}








#s-fa7495a7-8130-4f95-a214-5e132489866a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa7495a7-8130-4f95-a214-5e132489866a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6bcb26f-cba6-432e-b2e2-fbbd64216791 {
  padding-top: 40px;
padding-bottom: 0px;
text-align: left;
}

#s-c6bcb26f-cba6-432e-b2e2-fbbd64216791 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: center;
}



#s-e9febed9-3473-4dc2-b431-f33b27c28404 {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}

#s-e9febed9-3473-4dc2-b431-f33b27c28404 .shogun-heading-component h2 {
  color: #000;
  font-weight:  300 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-a28c6328-13ab-4d99-9a1d-9913656b55c7 {
  margin-top: 30px;
margin-bottom: 40px;
}
@media (max-width: 767px){#s-a28c6328-13ab-4d99-9a1d-9913656b55c7 {
  display: none;
}
#s-a28c6328-13ab-4d99-9a1d-9913656b55c7, #wrap-s-a28c6328-13ab-4d99-9a1d-9913656b55c7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a28c6328-13ab-4d99-9a1d-9913656b55c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a28c6328-13ab-4d99-9a1d-9913656b55c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a28c6328-13ab-4d99-9a1d-9913656b55c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a28c6328-13ab-4d99-9a1d-9913656b55c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-641a253e-32de-46ab-961e-ac3064721916 {
  min-height: 50px;
}
@media (max-width: 767px){#s-641a253e-32de-46ab-961e-ac3064721916 {
  display: unset;
}
#s-641a253e-32de-46ab-961e-ac3064721916, #wrap-s-641a253e-32de-46ab-961e-ac3064721916 { display: unset !important; }}







#s-641a253e-32de-46ab-961e-ac3064721916 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-641a253e-32de-46ab-961e-ac3064721916.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37634d4e-ffce-403f-9f81-70ef5c172b19 {
  padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-37634d4e-ffce-403f-9f81-70ef5c172b19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37634d4e-ffce-403f-9f81-70ef5c172b19"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-37634d4e-ffce-403f-9f81-70ef5c172b19"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-37634d4e-ffce-403f-9f81-70ef5c172b19"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-37634d4e-ffce-403f-9f81-70ef5c172b19"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-37634d4e-ffce-403f-9f81-70ef5c172b19"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-37634d4e-ffce-403f-9f81-70ef5c172b19"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-21761fc4-e8ea-4efc-8338-8e2b09d300a2 {
  min-height: 50px;
}








#s-21761fc4-e8ea-4efc-8338-8e2b09d300a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21761fc4-e8ea-4efc-8338-8e2b09d300a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f8513e2-cef6-41f9-aec0-33846f9b2f3a .shogun-icon-wrapper {
  text-align: left;
}


#s-9f8513e2-cef6-41f9-aec0-33846f9b2f3a .shogun-icon-wrapper > .shogun-icon {

  font-size: 36px !important;
  color: rgba(12, 155, 11, 1);
}

#s-7eb14ad4-6202-4d75-b64c-3e161dcaf498 {
  min-height: 50px;
}








#s-7eb14ad4-6202-4d75-b64c-3e161dcaf498 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7eb14ad4-6202-4d75-b64c-3e161dcaf498.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d11f4f7-6329-4472-97bb-708e61a879f1 {
  padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-2d11f4f7-6329-4472-97bb-708e61a879f1 {
  display: unset;
}
#s-2d11f4f7-6329-4472-97bb-708e61a879f1, #wrap-s-2d11f4f7-6329-4472-97bb-708e61a879f1 { display: unset !important; }}
#s-fc271bcf-4556-4ab4-98e1-2bc2ce74af9c {
  padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-fc271bcf-4556-4ab4-98e1-2bc2ce74af9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc271bcf-4556-4ab4-98e1-2bc2ce74af9c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fc271bcf-4556-4ab4-98e1-2bc2ce74af9c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-fc271bcf-4556-4ab4-98e1-2bc2ce74af9c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fc271bcf-4556-4ab4-98e1-2bc2ce74af9c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc271bcf-4556-4ab4-98e1-2bc2ce74af9c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-fc271bcf-4556-4ab4-98e1-2bc2ce74af9c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-ba35075c-46f7-4d41-8550-63fe9107aa99 {
  min-height: 50px;
}








#s-ba35075c-46f7-4d41-8550-63fe9107aa99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba35075c-46f7-4d41-8550-63fe9107aa99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e8dc4d5-ad14-4cdb-ad78-3cdf03614e1c .shogun-icon-wrapper {
  text-align: left;
}


#s-3e8dc4d5-ad14-4cdb-ad78-3cdf03614e1c .shogun-icon-wrapper > .shogun-icon {

  font-size: 36px !important;
  color: rgba(12, 155, 11, 1);
}

#s-c357570a-cfa5-4cd8-beb9-ef8ffeac812a {
  min-height: 50px;
}








#s-c357570a-cfa5-4cd8-beb9-ef8ffeac812a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c357570a-cfa5-4cd8-beb9-ef8ffeac812a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-918e9431-6bbd-4ba7-9628-2eeda5839f49 {
  padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-918e9431-6bbd-4ba7-9628-2eeda5839f49 {
  display: unset;
}
#s-918e9431-6bbd-4ba7-9628-2eeda5839f49, #wrap-s-918e9431-6bbd-4ba7-9628-2eeda5839f49 { display: unset !important; }}
#s-c1af2094-4629-45a1-b053-5a64ce1ef174 {
  padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-c1af2094-4629-45a1-b053-5a64ce1ef174"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1af2094-4629-45a1-b053-5a64ce1ef174"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c1af2094-4629-45a1-b053-5a64ce1ef174"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c1af2094-4629-45a1-b053-5a64ce1ef174"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c1af2094-4629-45a1-b053-5a64ce1ef174"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1af2094-4629-45a1-b053-5a64ce1ef174"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c1af2094-4629-45a1-b053-5a64ce1ef174"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-7cd5d71a-c0e5-49f3-aae4-c5f64abc2b49 {
  min-height: 50px;
}








#s-7cd5d71a-c0e5-49f3-aae4-c5f64abc2b49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cd5d71a-c0e5-49f3-aae4-c5f64abc2b49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5dfde18f-12ce-40de-89e5-b38d0342280a .shogun-icon-wrapper {
  text-align: left;
}


#s-5dfde18f-12ce-40de-89e5-b38d0342280a .shogun-icon-wrapper > .shogun-icon {

  font-size: 36px !important;
  color: rgba(12, 155, 11, 1);
}

#s-cfc8b87a-343b-42f5-a880-923d44866986 {
  min-height: 50px;
}








#s-cfc8b87a-343b-42f5-a880-923d44866986 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfc8b87a-343b-42f5-a880-923d44866986.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5f994cd-994e-4b7c-af06-44e7d13767eb {
  padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-d5f994cd-994e-4b7c-af06-44e7d13767eb {
  display: unset;
}
#s-d5f994cd-994e-4b7c-af06-44e7d13767eb, #wrap-s-d5f994cd-994e-4b7c-af06-44e7d13767eb { display: unset !important; }}
#s-c80794af-50c4-41f4-a8a2-43831805dc56 {
  padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-c80794af-50c4-41f4-a8a2-43831805dc56"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c80794af-50c4-41f4-a8a2-43831805dc56"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c80794af-50c4-41f4-a8a2-43831805dc56"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-c80794af-50c4-41f4-a8a2-43831805dc56"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c80794af-50c4-41f4-a8a2-43831805dc56"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-c80794af-50c4-41f4-a8a2-43831805dc56"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-c80794af-50c4-41f4-a8a2-43831805dc56"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-cc7d60e1-0aeb-46b5-9b47-5d7ed8953a34 {
  min-height: 50px;
}








#s-cc7d60e1-0aeb-46b5-9b47-5d7ed8953a34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc7d60e1-0aeb-46b5-9b47-5d7ed8953a34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-672eb471-30fa-49c7-ad93-13f8242d62c3 .shogun-icon-wrapper {
  text-align: left;
}


#s-672eb471-30fa-49c7-ad93-13f8242d62c3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 36px !important;
  color: rgba(12, 155, 11, 1);
}

#s-5cab97ad-5be8-40c1-8a70-ea8d4abb0177 {
  min-height: 50px;
}








#s-5cab97ad-5be8-40c1-8a70-ea8d4abb0177 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cab97ad-5be8-40c1-8a70-ea8d4abb0177.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca60b13e-5c06-40eb-b898-4de555f701fe {
  padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-ca60b13e-5c06-40eb-b898-4de555f701fe {
  display: unset;
}
#s-ca60b13e-5c06-40eb-b898-4de555f701fe, #wrap-s-ca60b13e-5c06-40eb-b898-4de555f701fe { display: unset !important; }}
#s-7fe1a31f-edfc-4628-9184-9d59adda7d48 {
  padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-7fe1a31f-edfc-4628-9184-9d59adda7d48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7fe1a31f-edfc-4628-9184-9d59adda7d48"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7fe1a31f-edfc-4628-9184-9d59adda7d48"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7fe1a31f-edfc-4628-9184-9d59adda7d48"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7fe1a31f-edfc-4628-9184-9d59adda7d48"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7fe1a31f-edfc-4628-9184-9d59adda7d48"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-7fe1a31f-edfc-4628-9184-9d59adda7d48"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-dbcb0fef-5f48-422e-ad33-f791035e6155 {
  min-height: 50px;
}








#s-dbcb0fef-5f48-422e-ad33-f791035e6155 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbcb0fef-5f48-422e-ad33-f791035e6155.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f8ccd5d-d0e5-47af-ba82-9865a7bae794 .shogun-icon-wrapper {
  text-align: left;
}


#s-3f8ccd5d-d0e5-47af-ba82-9865a7bae794 .shogun-icon-wrapper > .shogun-icon {

  font-size: 36px !important;
  color: rgba(12, 155, 11, 1);
}

#s-7b1a78e2-8c14-42cb-ab97-1aca8330e5c3 {
  min-height: 50px;
}








#s-7b1a78e2-8c14-42cb-ab97-1aca8330e5c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b1a78e2-8c14-42cb-ab97-1aca8330e5c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a38bf4e-bdae-46df-8303-89e241b7fc5a {
  padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-2a38bf4e-bdae-46df-8303-89e241b7fc5a {
  display: unset;
}
#s-2a38bf4e-bdae-46df-8303-89e241b7fc5a, #wrap-s-2a38bf4e-bdae-46df-8303-89e241b7fc5a { display: unset !important; }}
#s-d80051f4-c16b-4ee4-a45e-324bc2044c3b {
  padding-top: 5px;
padding-left: 10%;
padding-bottom: 5px;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-d80051f4-c16b-4ee4-a45e-324bc2044c3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d80051f4-c16b-4ee4-a45e-324bc2044c3b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d80051f4-c16b-4ee4-a45e-324bc2044c3b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d80051f4-c16b-4ee4-a45e-324bc2044c3b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d80051f4-c16b-4ee4-a45e-324bc2044c3b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d80051f4-c16b-4ee4-a45e-324bc2044c3b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-d80051f4-c16b-4ee4-a45e-324bc2044c3b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

}

#s-afc131ab-7bdd-4781-ac81-29f8ddd0f934 {
  min-height: 50px;
}








#s-afc131ab-7bdd-4781-ac81-29f8ddd0f934 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afc131ab-7bdd-4781-ac81-29f8ddd0f934.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd28a9fc-58a9-4b7c-8452-d1e98eb7916a .shogun-icon-wrapper {
  text-align: left;
}


#s-cd28a9fc-58a9-4b7c-8452-d1e98eb7916a .shogun-icon-wrapper > .shogun-icon {

  font-size: 36px !important;
  color: rgba(12, 155, 11, 1);
}

#s-6f59186e-6666-4b16-b322-c1b7dbaf4450 {
  min-height: 50px;
}








#s-6f59186e-6666-4b16-b322-c1b7dbaf4450 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f59186e-6666-4b16-b322-c1b7dbaf4450.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3603b8c8-1ab0-45fa-82c1-1a8bf243d407 {
  padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-3603b8c8-1ab0-45fa-82c1-1a8bf243d407 {
  display: unset;
}
#s-3603b8c8-1ab0-45fa-82c1-1a8bf243d407, #wrap-s-3603b8c8-1ab0-45fa-82c1-1a8bf243d407 { display: unset !important; }}
#s-52f8877d-01b2-45a9-9440-d523e9db2607 {
  padding-left: 10%;
padding-right: 10%;
}

#s-8ecc13dc-cf88-4ddd-a9c5-e6da95b83540 {
  padding-left: 10%;
padding-right: 10%;
}

#s-212a5fab-a933-4cb1-a80a-9ce63541af28 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-radius: 2px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-212a5fab-a933-4cb1-a80a-9ce63541af28:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-212a5fab-a933-4cb1-a80a-9ce63541af28:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-212a5fab-a933-4cb1-a80a-9ce63541af28-root {
    text-align: left;
  }


#s-212a5fab-a933-4cb1-a80a-9ce63541af28.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  
  font-family: Rubik;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-212a5fab-a933-4cb1-a80a-9ce63541af28-root {
    text-align: left;
  }


#s-212a5fab-a933-4cb1-a80a-9ce63541af28.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-212a5fab-a933-4cb1-a80a-9ce63541af28-root {
    text-align: left;
  }


#s-212a5fab-a933-4cb1-a80a-9ce63541af28.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-212a5fab-a933-4cb1-a80a-9ce63541af28-root {
    text-align: left;
  }


#s-212a5fab-a933-4cb1-a80a-9ce63541af28.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-212a5fab-a933-4cb1-a80a-9ce63541af28-root {
    text-align: left;
  }


#s-212a5fab-a933-4cb1-a80a-9ce63541af28.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  
  font-family: Rubik;
  display:  inline-block ;
}
}
#s-08b5adea-336a-4f02-baab-a2d50a21f095 {
  min-height: 50px;
}








#s-08b5adea-336a-4f02-baab-a2d50a21f095 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08b5adea-336a-4f02-baab-a2d50a21f095.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a {
  max-width: 250px;
aspect-ratio: 300/677;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a .shg-image-content-wrapper {
      aspect-ratio: 300/677;
      min-width: 100%;
      height: auto;
    }

    #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a .shogun-image-link {
      aspect-ratio: 300/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a {
    width: 100%;
    height: auto;
  }

  #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image {
    
    
  }


.s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a .shogun-image-content {
  
    align-items: center;
  
}

.s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a {
      --shg-aspect-ratio: calc(300/677); 
    }

    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image-container {
      position: relative;
    }

    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a .shg-image-content-wrapper {
      aspect-ratio: 300/677;
      min-width: 100%;
      height: auto;
    }

    #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a .shogun-image-link {
      aspect-ratio: 300/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a {
    width: 100%;
    height: auto;
  }

  #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image {
    
    
  }


.s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a .shogun-image-content {
  
    align-items: center;
  
}

.s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a {
      --shg-aspect-ratio: calc(300/677); 
    }

    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image-container {
      position: relative;
    }

    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a .shg-image-content-wrapper {
      aspect-ratio: 300/677;
      min-width: 100%;
      height: auto;
    }

    #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a .shogun-image-link {
      aspect-ratio: 300/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a {
    width: 100%;
    height: auto;
  }

  #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image {
    
    
  }


.s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a .shogun-image-content {
  
    align-items: center;
  
}

.s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a {
      --shg-aspect-ratio: calc(300/677); 
    }

    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image-container {
      position: relative;
    }

    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a .shg-image-content-wrapper {
      aspect-ratio: 300/677;
      min-width: 100%;
      height: auto;
    }

    #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a .shogun-image-link {
      aspect-ratio: 300/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a {
    width: 100%;
    height: auto;
  }

  #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image {
    
    
  }


.s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a .shogun-image-content {
  
    align-items: center;
  
}

.s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a {
      --shg-aspect-ratio: calc(300/677); 
    }

    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image-container {
      position: relative;
    }

    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a .shg-image-content-wrapper {
      aspect-ratio: 300/677;
      min-width: 100%;
      height: auto;
    }

    #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a .shogun-image-link {
      aspect-ratio: 300/677;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a {
    width: 100%;
    height: auto;
  }

  #s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image {
    
    
  }


.s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a .shogun-image-content {
  
    align-items: center;
  
}

.s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a {
      --shg-aspect-ratio: calc(300/677); 
    }

    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image-container {
      position: relative;
    }

    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-765d107f-a56b-468b-8e0a-3e3a9fb3be3a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 1200px){#s-059f6ce5-6506-424c-b568-71f29c19ff48 {
  display: none;
}
#s-059f6ce5-6506-424c-b568-71f29c19ff48, #wrap-s-059f6ce5-6506-424c-b568-71f29c19ff48 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-059f6ce5-6506-424c-b568-71f29c19ff48 {
  display: none;
}
#s-059f6ce5-6506-424c-b568-71f29c19ff48, #wrap-s-059f6ce5-6506-424c-b568-71f29c19ff48 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-059f6ce5-6506-424c-b568-71f29c19ff48 {
  display: none;
}
#s-059f6ce5-6506-424c-b568-71f29c19ff48, #wrap-s-059f6ce5-6506-424c-b568-71f29c19ff48 { display: none !important; }}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-71fbf342-5c26-4395-abac-cb929fe577e2 {
  text-align: left;
}
@media (min-width: 1200px){#s-71fbf342-5c26-4395-abac-cb929fe577e2 {
  display: none;
}
#s-71fbf342-5c26-4395-abac-cb929fe577e2, #wrap-s-71fbf342-5c26-4395-abac-cb929fe577e2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-71fbf342-5c26-4395-abac-cb929fe577e2 {
  display: none;
}
#s-71fbf342-5c26-4395-abac-cb929fe577e2, #wrap-s-71fbf342-5c26-4395-abac-cb929fe577e2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-71fbf342-5c26-4395-abac-cb929fe577e2 {
  display: none;
}
#s-71fbf342-5c26-4395-abac-cb929fe577e2, #wrap-s-71fbf342-5c26-4395-abac-cb929fe577e2 { display: none !important; }}


.shg-c#s-71fbf342-5c26-4395-abac-cb929fe577e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71fbf342-5c26-4395-abac-cb929fe577e2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-71fbf342-5c26-4395-abac-cb929fe577e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71fbf342-5c26-4395-abac-cb929fe577e2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71fbf342-5c26-4395-abac-cb929fe577e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71fbf342-5c26-4395-abac-cb929fe577e2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71fbf342-5c26-4395-abac-cb929fe577e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71fbf342-5c26-4395-abac-cb929fe577e2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71fbf342-5c26-4395-abac-cb929fe577e2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71fbf342-5c26-4395-abac-cb929fe577e2 img.shogun-image {
  width: 100%;
}



}
#s-0e644781-a53f-4144-a7c1-e7a15290b82d {
  text-align: center;
}
@media (min-width: 1200px){#s-0e644781-a53f-4144-a7c1-e7a15290b82d {
  display: none;
}
#s-0e644781-a53f-4144-a7c1-e7a15290b82d, #wrap-s-0e644781-a53f-4144-a7c1-e7a15290b82d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e644781-a53f-4144-a7c1-e7a15290b82d {
  display: none;
}
#s-0e644781-a53f-4144-a7c1-e7a15290b82d, #wrap-s-0e644781-a53f-4144-a7c1-e7a15290b82d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0e644781-a53f-4144-a7c1-e7a15290b82d {
  display: none;
}
#s-0e644781-a53f-4144-a7c1-e7a15290b82d, #wrap-s-0e644781-a53f-4144-a7c1-e7a15290b82d { display: none !important; }}
#s-0e644781-a53f-4144-a7c1-e7a15290b82d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0e644781-a53f-4144-a7c1-e7a15290b82d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0e644781-a53f-4144-a7c1-e7a15290b82d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

#s-71a131fe-e3b0-48d3-b28d-b3d30871ebb6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: left;
}

#s-71a131fe-e3b0-48d3-b28d-b3d30871ebb6 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-71a131fe-e3b0-48d3-b28d-b3d30871ebb6 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-71a131fe-e3b0-48d3-b28d-b3d30871ebb6 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-71a131fe-e3b0-48d3-b28d-b3d30871ebb6 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-71a131fe-e3b0-48d3-b28d-b3d30871ebb6 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-71a131fe-e3b0-48d3-b28d-b3d30871ebb6 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-71a131fe-e3b0-48d3-b28d-b3d30871ebb6 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-71a131fe-e3b0-48d3-b28d-b3d30871ebb6 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-71a131fe-e3b0-48d3-b28d-b3d30871ebb6 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-71a131fe-e3b0-48d3-b28d-b3d30871ebb6 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-71a131fe-e3b0-48d3-b28d-b3d30871ebb6 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-71a131fe-e3b0-48d3-b28d-b3d30871ebb6-btn-wrapper {
    text-align: center;
  }


#s-71a131fe-e3b0-48d3-b28d-b3d30871ebb6 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-71a131fe-e3b0-48d3-b28d-b3d30871ebb6 .shg-variant-btn:hover {
  background: #252525;
}

#s-71a131fe-e3b0-48d3-b28d-b3d30871ebb6 .shg-variant-btn:active, #s-71a131fe-e3b0-48d3-b28d-b3d30871ebb6 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-71a131fe-e3b0-48d3-b28d-b3d30871ebb6 .shg-variant-btn.disabled {
  background: #252525;
}

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

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

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

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

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

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

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

#s-d8cfa036-032f-44c4-9ffa-080a11f2b6fe {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d8cfa036-032f-44c4-9ffa-080a11f2b6fe:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d8cfa036-032f-44c4-9ffa-080a11f2b6fe:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-d8cfa036-032f-44c4-9ffa-080a11f2b6fe {
  display: none;
}
#s-d8cfa036-032f-44c4-9ffa-080a11f2b6fe, #wrap-s-d8cfa036-032f-44c4-9ffa-080a11f2b6fe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d8cfa036-032f-44c4-9ffa-080a11f2b6fe {
  display: none;
}
#s-d8cfa036-032f-44c4-9ffa-080a11f2b6fe, #wrap-s-d8cfa036-032f-44c4-9ffa-080a11f2b6fe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d8cfa036-032f-44c4-9ffa-080a11f2b6fe {
  display: none;
}
#s-d8cfa036-032f-44c4-9ffa-080a11f2b6fe, #wrap-s-d8cfa036-032f-44c4-9ffa-080a11f2b6fe { display: none !important; }}


#s-d8cfa036-032f-44c4-9ffa-080a11f2b6fe {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d8cfa036-032f-44c4-9ffa-080a11f2b6fe.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d8cfa036-032f-44c4-9ffa-080a11f2b6fe.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d8cfa036-032f-44c4-9ffa-080a11f2b6fe.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-daa36c61-e1e1-4abd-8d08-230db06f1744 {
  min-height: 50px;
}








#s-daa36c61-e1e1-4abd-8d08-230db06f1744 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daa36c61-e1e1-4abd-8d08-230db06f1744.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a69d514-043b-4f71-adbe-9fba4be2f4b3 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(253, 253, 253, 1);
}








#s-3a69d514-043b-4f71-adbe-9fba4be2f4b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a69d514-043b-4f71-adbe-9fba4be2f4b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0994de9-d6a2-4e63-9773-a3004ab25fb4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0994de9-d6a2-4e63-9773-a3004ab25fb4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-25656b8d-36a0-4664-a71a-efe16e751004 {
  max-width: 800px;
aspect-ratio: 1711/60;
text-align: center;
}





  @supports  (aspect-ratio: 1/1) {
    
    #s-25656b8d-36a0-4664-a71a-efe16e751004 .shg-image-content-wrapper {
      aspect-ratio: 1711/60;
      min-width: 100%;
      height: auto;
    }

    #s-25656b8d-36a0-4664-a71a-efe16e751004 .shogun-image-link {
      aspect-ratio: 1711/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25656b8d-36a0-4664-a71a-efe16e751004 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-25656b8d-36a0-4664-a71a-efe16e751004 {
    width: 100%;
    height: auto;
  }

  #s-25656b8d-36a0-4664-a71a-efe16e751004 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image {
    
    
  }


.s-25656b8d-36a0-4664-a71a-efe16e751004 .shogun-image-content {
  
    align-items: center;
  
}

.s-25656b8d-36a0-4664-a71a-efe16e751004.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25656b8d-36a0-4664-a71a-efe16e751004 {
      --shg-aspect-ratio: calc(1711/60); 
    }

    .s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image-container {
      position: relative;
    }

    .s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25656b8d-36a0-4664-a71a-efe16e751004 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){



  @supports  (aspect-ratio: 1/1) {
    
    #s-25656b8d-36a0-4664-a71a-efe16e751004 .shg-image-content-wrapper {
      aspect-ratio: 1711/60;
      min-width: 100%;
      height: auto;
    }

    #s-25656b8d-36a0-4664-a71a-efe16e751004 .shogun-image-link {
      aspect-ratio: 1711/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25656b8d-36a0-4664-a71a-efe16e751004 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-25656b8d-36a0-4664-a71a-efe16e751004 {
    width: 100%;
    height: auto;
  }

  #s-25656b8d-36a0-4664-a71a-efe16e751004 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image {
    
    
  }


.s-25656b8d-36a0-4664-a71a-efe16e751004 .shogun-image-content {
  
    align-items: center;
  
}

.s-25656b8d-36a0-4664-a71a-efe16e751004.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25656b8d-36a0-4664-a71a-efe16e751004 {
      --shg-aspect-ratio: calc(1711/60); 
    }

    .s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image-container {
      position: relative;
    }

    .s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25656b8d-36a0-4664-a71a-efe16e751004 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-25656b8d-36a0-4664-a71a-efe16e751004 .shg-image-content-wrapper {
      aspect-ratio: 1711/60;
      min-width: 100%;
      height: auto;
    }

    #s-25656b8d-36a0-4664-a71a-efe16e751004 .shogun-image-link {
      aspect-ratio: 1711/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25656b8d-36a0-4664-a71a-efe16e751004 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-25656b8d-36a0-4664-a71a-efe16e751004 {
    width: 100%;
    height: auto;
  }

  #s-25656b8d-36a0-4664-a71a-efe16e751004 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image {
    
    
  }


.s-25656b8d-36a0-4664-a71a-efe16e751004 .shogun-image-content {
  
    align-items: center;
  
}

.s-25656b8d-36a0-4664-a71a-efe16e751004.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25656b8d-36a0-4664-a71a-efe16e751004 {
      --shg-aspect-ratio: calc(1711/60); 
    }

    .s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image-container {
      position: relative;
    }

    .s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25656b8d-36a0-4664-a71a-efe16e751004 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-25656b8d-36a0-4664-a71a-efe16e751004 .shg-image-content-wrapper {
      aspect-ratio: 1711/60;
      min-width: 100%;
      height: auto;
    }

    #s-25656b8d-36a0-4664-a71a-efe16e751004 .shogun-image-link {
      aspect-ratio: 1711/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25656b8d-36a0-4664-a71a-efe16e751004 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-25656b8d-36a0-4664-a71a-efe16e751004 {
    width: 100%;
    height: auto;
  }

  #s-25656b8d-36a0-4664-a71a-efe16e751004 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image {
    
    
  }


.s-25656b8d-36a0-4664-a71a-efe16e751004 .shogun-image-content {
  
    align-items: center;
  
}

.s-25656b8d-36a0-4664-a71a-efe16e751004.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25656b8d-36a0-4664-a71a-efe16e751004 {
      --shg-aspect-ratio: calc(1711/60); 
    }

    .s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image-container {
      position: relative;
    }

    .s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25656b8d-36a0-4664-a71a-efe16e751004 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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



  @supports  (aspect-ratio: 1/1) {
    
    #s-25656b8d-36a0-4664-a71a-efe16e751004 .shg-image-content-wrapper {
      aspect-ratio: 1711/60;
      min-width: 100%;
      height: auto;
    }

    #s-25656b8d-36a0-4664-a71a-efe16e751004 .shogun-image-link {
      aspect-ratio: 1711/60;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25656b8d-36a0-4664-a71a-efe16e751004 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  #s-25656b8d-36a0-4664-a71a-efe16e751004 {
    width: 100%;
    height: auto;
  }

  #s-25656b8d-36a0-4664-a71a-efe16e751004 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image {
    
    
  }


.s-25656b8d-36a0-4664-a71a-efe16e751004 .shogun-image-content {
  
    align-items: center;
  
}

.s-25656b8d-36a0-4664-a71a-efe16e751004.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25656b8d-36a0-4664-a71a-efe16e751004 {
      --shg-aspect-ratio: calc(1711/60); 
    }

    .s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image-container {
      position: relative;
    }

    .s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25656b8d-36a0-4664-a71a-efe16e751004.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25656b8d-36a0-4664-a71a-efe16e751004 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-44430aa3-68dc-4123-86fb-a3dfc5ecd3f0 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}








#s-44430aa3-68dc-4123-86fb-a3dfc5ecd3f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44430aa3-68dc-4123-86fb-a3dfc5ecd3f0.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-6f65c477-f71b-4639-a981-9d56f26f4d3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6f65c477-f71b-4639-a981-9d56f26f4d3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6f65c477-f71b-4639-a981-9d56f26f4d3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f65c477-f71b-4639-a981-9d56f26f4d3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-18379251-6e3c-4272-8bbc-411d0cc9ab94 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-18379251-6e3c-4272-8bbc-411d0cc9ab94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18379251-6e3c-4272-8bbc-411d0cc9ab94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86cf8857-fc17-43ce-9020-ecd1ce29b23d {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}







  img.s-86cf8857-fc17-43ce-9020-ecd1ce29b23d.shogun-image {
    
    
  }


.s-86cf8857-fc17-43ce-9020-ecd1ce29b23d .shogun-image-content {
  
    align-items: center;
  
}

.s-86cf8857-fc17-43ce-9020-ecd1ce29b23d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-86cf8857-fc17-43ce-9020-ecd1ce29b23d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86cf8857-fc17-43ce-9020-ecd1ce29b23d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-86cf8857-fc17-43ce-9020-ecd1ce29b23d.shogun-image {
    
    
  }


.s-86cf8857-fc17-43ce-9020-ecd1ce29b23d .shogun-image-content {
  
    align-items: center;
  
}

.s-86cf8857-fc17-43ce-9020-ecd1ce29b23d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-86cf8857-fc17-43ce-9020-ecd1ce29b23d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86cf8857-fc17-43ce-9020-ecd1ce29b23d.shogun-image {
  box-sizing: border-box;
}




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





  img.s-86cf8857-fc17-43ce-9020-ecd1ce29b23d.shogun-image {
    
    
  }


.s-86cf8857-fc17-43ce-9020-ecd1ce29b23d .shogun-image-content {
  
    align-items: center;
  
}

.s-86cf8857-fc17-43ce-9020-ecd1ce29b23d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-86cf8857-fc17-43ce-9020-ecd1ce29b23d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86cf8857-fc17-43ce-9020-ecd1ce29b23d.shogun-image {
  box-sizing: border-box;
}




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





  img.s-86cf8857-fc17-43ce-9020-ecd1ce29b23d.shogun-image {
    
    
  }


.s-86cf8857-fc17-43ce-9020-ecd1ce29b23d .shogun-image-content {
  
    align-items: center;
  
}

.s-86cf8857-fc17-43ce-9020-ecd1ce29b23d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-86cf8857-fc17-43ce-9020-ecd1ce29b23d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86cf8857-fc17-43ce-9020-ecd1ce29b23d.shogun-image {
  box-sizing: border-box;
}




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





  img.s-86cf8857-fc17-43ce-9020-ecd1ce29b23d.shogun-image {
    
    
  }


.s-86cf8857-fc17-43ce-9020-ecd1ce29b23d .shogun-image-content {
  
    align-items: center;
  
}

.s-86cf8857-fc17-43ce-9020-ecd1ce29b23d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-86cf8857-fc17-43ce-9020-ecd1ce29b23d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86cf8857-fc17-43ce-9020-ecd1ce29b23d.shogun-image {
  box-sizing: border-box;
}




}
#s-9f2becda-5108-4867-b641-59795910679d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9f2becda-5108-4867-b641-59795910679d .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-9e34bdc7-6d67-4ad8-be68-f4cfa1e08649 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: #252525;
text-align: left;
text-decoration: none;
}
#s-9e34bdc7-6d67-4ad8-be68-f4cfa1e08649:hover {background-color: rgba(2, 49, 161, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9e34bdc7-6d67-4ad8-be68-f4cfa1e08649:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9e34bdc7-6d67-4ad8-be68-f4cfa1e08649-root {
    text-align: left;
  }


#s-9e34bdc7-6d67-4ad8-be68-f4cfa1e08649.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9e34bdc7-6d67-4ad8-be68-f4cfa1e08649-root {
    text-align: left;
  }


#s-9e34bdc7-6d67-4ad8-be68-f4cfa1e08649.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9e34bdc7-6d67-4ad8-be68-f4cfa1e08649-root {
    text-align: left;
  }


#s-9e34bdc7-6d67-4ad8-be68-f4cfa1e08649.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9e34bdc7-6d67-4ad8-be68-f4cfa1e08649-root {
    text-align: left;
  }


#s-9e34bdc7-6d67-4ad8-be68-f4cfa1e08649.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9e34bdc7-6d67-4ad8-be68-f4cfa1e08649-root {
    text-align: left;
  }


#s-9e34bdc7-6d67-4ad8-be68-f4cfa1e08649.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Rubik;
  display:  inline-block ;
}
}
#s-094934e5-2b36-4244-acc6-792ae7607bf8 {
  text-align: center;
}







  img.s-094934e5-2b36-4244-acc6-792ae7607bf8.shogun-image {
    
    
  }


.s-094934e5-2b36-4244-acc6-792ae7607bf8 .shogun-image-content {
  
    align-items: center;
  
}

.s-094934e5-2b36-4244-acc6-792ae7607bf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-094934e5-2b36-4244-acc6-792ae7607bf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-094934e5-2b36-4244-acc6-792ae7607bf8.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-094934e5-2b36-4244-acc6-792ae7607bf8.shogun-image {
    
    
  }


.s-094934e5-2b36-4244-acc6-792ae7607bf8 .shogun-image-content {
  
    align-items: center;
  
}

.s-094934e5-2b36-4244-acc6-792ae7607bf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-094934e5-2b36-4244-acc6-792ae7607bf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-094934e5-2b36-4244-acc6-792ae7607bf8.shogun-image {
  box-sizing: border-box;
}




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





  img.s-094934e5-2b36-4244-acc6-792ae7607bf8.shogun-image {
    
    
  }


.s-094934e5-2b36-4244-acc6-792ae7607bf8 .shogun-image-content {
  
    align-items: center;
  
}

.s-094934e5-2b36-4244-acc6-792ae7607bf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-094934e5-2b36-4244-acc6-792ae7607bf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-094934e5-2b36-4244-acc6-792ae7607bf8.shogun-image {
  box-sizing: border-box;
}




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





  img.s-094934e5-2b36-4244-acc6-792ae7607bf8.shogun-image {
    
    
  }


.s-094934e5-2b36-4244-acc6-792ae7607bf8 .shogun-image-content {
  
    align-items: center;
  
}

.s-094934e5-2b36-4244-acc6-792ae7607bf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-094934e5-2b36-4244-acc6-792ae7607bf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-094934e5-2b36-4244-acc6-792ae7607bf8.shogun-image {
  box-sizing: border-box;
}




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





  img.s-094934e5-2b36-4244-acc6-792ae7607bf8.shogun-image {
    
    
  }


.s-094934e5-2b36-4244-acc6-792ae7607bf8 .shogun-image-content {
  
    align-items: center;
  
}

.s-094934e5-2b36-4244-acc6-792ae7607bf8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-094934e5-2b36-4244-acc6-792ae7607bf8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-094934e5-2b36-4244-acc6-792ae7607bf8.shogun-image {
  box-sizing: border-box;
}




}
#s-c4b5def3-ba48-46f4-893a-9f5500ae9c77 {
  padding-top: 40px;
padding-bottom: 10px;
text-align: left;
}

#s-c4b5def3-ba48-46f4-893a-9f5500ae9c77 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-f87a70c1-ff3c-4eef-8d70-ae65425412b0 {
  padding-top: 0px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-4fbfa095-cc30-4689-b537-bc0240ca05fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4fbfa095-cc30-4689-b537-bc0240ca05fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4fbfa095-cc30-4689-b537-bc0240ca05fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4fbfa095-cc30-4689-b537-bc0240ca05fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7918f9a9-f2c4-4a7e-87c5-d546046f7ba9 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-7918f9a9-f2c4-4a7e-87c5-d546046f7ba9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7918f9a9-f2c4-4a7e-87c5-d546046f7ba9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a401ea5-de8d-4700-a781-081077ebe3d9 {
  margin-top: 40px;
margin-bottom: 40px;
}

#s-3a401ea5-de8d-4700-a781-081077ebe3d9 .shogun-icon-wrapper {
  text-align: center;
}


#s-3a401ea5-de8d-4700-a781-081077ebe3d9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 100px !important;
  color: rgba(255, 255, 255, 1);
}

#s-73f7077d-a6f1-49f4-9318-aa305a937ec9 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
text-align: left;
}

#s-73f7077d-a6f1-49f4-9318-aa305a937ec9 .shogun-heading-component h4 {
  color: rgba(252, 252, 252, 1);
  font-weight:  500 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-458c8705-1172-43d8-b48d-a7dd6c304866 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 40px;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-458c8705-1172-43d8-b48d-a7dd6c304866:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-458c8705-1172-43d8-b48d-a7dd6c304866:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-458c8705-1172-43d8-b48d-a7dd6c304866-root {
    text-align: left;
  }


#s-458c8705-1172-43d8-b48d-a7dd6c304866.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Rubik;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-458c8705-1172-43d8-b48d-a7dd6c304866-root {
    text-align: left;
  }


#s-458c8705-1172-43d8-b48d-a7dd6c304866.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-458c8705-1172-43d8-b48d-a7dd6c304866-root {
    text-align: left;
  }


#s-458c8705-1172-43d8-b48d-a7dd6c304866.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-458c8705-1172-43d8-b48d-a7dd6c304866-root {
    text-align: left;
  }


#s-458c8705-1172-43d8-b48d-a7dd6c304866.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Rubik;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-458c8705-1172-43d8-b48d-a7dd6c304866-root {
    text-align: left;
  }


#s-458c8705-1172-43d8-b48d-a7dd6c304866.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Rubik;
  display:  inline-block ;
}
}
#s-e2f6f07c-8552-48ba-ab62-eb0979774770 {
  min-height: 50px;
background-color: rgba(0, 109, 215, 1);
}








#s-e2f6f07c-8552-48ba-ab62-eb0979774770 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2f6f07c-8552-48ba-ab62-eb0979774770.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ea0b03b-ac11-461f-a3a1-c7c86c859187 {
  margin-top: 40px;
margin-bottom: 40px;
}

#s-5ea0b03b-ac11-461f-a3a1-c7c86c859187 .shogun-icon-wrapper {
  text-align: center;
}


#s-5ea0b03b-ac11-461f-a3a1-c7c86c859187 .shogun-icon-wrapper > .shogun-icon {

  font-size: 100px !important;
  color: rgba(254, 254, 255, 1);
}

#s-2ba6b517-1ac5-4bde-ae92-82dacd38fc28 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 20px;
text-align: left;
}

#s-2ba6b517-1ac5-4bde-ae92-82dacd38fc28 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-b8c19ac3-2c2b-4309-bc5f-3611bfb630a8 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 40px;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b8c19ac3-2c2b-4309-bc5f-3611bfb630a8:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(10, 10, 10, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b8c19ac3-2c2b-4309-bc5f-3611bfb630a8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b8c19ac3-2c2b-4309-bc5f-3611bfb630a8-root {
    text-align: left;
  }


#s-b8c19ac3-2c2b-4309-bc5f-3611bfb630a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Rubik;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b8c19ac3-2c2b-4309-bc5f-3611bfb630a8-root {
    text-align: left;
  }


#s-b8c19ac3-2c2b-4309-bc5f-3611bfb630a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8c19ac3-2c2b-4309-bc5f-3611bfb630a8-root {
    text-align: left;
  }


#s-b8c19ac3-2c2b-4309-bc5f-3611bfb630a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8c19ac3-2c2b-4309-bc5f-3611bfb630a8-root {
    text-align: left;
  }


#s-b8c19ac3-2c2b-4309-bc5f-3611bfb630a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Rubik;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b8c19ac3-2c2b-4309-bc5f-3611bfb630a8-root {
    text-align: left;
  }


#s-b8c19ac3-2c2b-4309-bc5f-3611bfb630a8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Rubik;
  display:  inline-block ;
}
}
#s-fca49b00-0f11-4195-a95c-589e88117087 {
  min-height: 50px;
background-color: rgba(12, 155, 11, 1);
}








#s-fca49b00-0f11-4195-a95c-589e88117087 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fca49b00-0f11-4195-a95c-589e88117087.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bed30cb-a06a-4201-b071-7b12490fd4e1 {
  margin-top: 40px;
margin-bottom: 40px;
}

#s-2bed30cb-a06a-4201-b071-7b12490fd4e1 .shogun-icon-wrapper {
  text-align: center;
}


#s-2bed30cb-a06a-4201-b071-7b12490fd4e1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 100px !important;
  color: rgba(255, 255, 255, 1);
}

#s-10bb9fa0-e074-483c-aa87-ab31386c4d93 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
text-align: left;
}

#s-10bb9fa0-e074-483c-aa87-ab31386c4d93 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-e943148b-2625-4cca-ad24-efb53add9633 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 40px;
margin-right: 10%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(253, 251, 251, 1);
text-align: left;
text-decoration: none;
color: rgba(5, 5, 5, 1);
background-image: none;
hover-type: color;
}
#s-e943148b-2625-4cca-ad24-efb53add9633:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e943148b-2625-4cca-ad24-efb53add9633:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e943148b-2625-4cca-ad24-efb53add9633 {
  
}
#s-e943148b-2625-4cca-ad24-efb53add9633:hover {background-color: rgba(252, 248, 248, 1) !important;
text-decoration: none !important;
color: rgba(8, 8, 8, 1) !important;
background-image: none !important;
hover-type: color !important;}}

  #s-e943148b-2625-4cca-ad24-efb53add9633-root {
    text-align: left;
  }


#s-e943148b-2625-4cca-ad24-efb53add9633.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Rubik;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e943148b-2625-4cca-ad24-efb53add9633-root {
    text-align: left;
  }


#s-e943148b-2625-4cca-ad24-efb53add9633.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e943148b-2625-4cca-ad24-efb53add9633-root {
    text-align: left;
  }


#s-e943148b-2625-4cca-ad24-efb53add9633.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Rubik;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e943148b-2625-4cca-ad24-efb53add9633-root {
    text-align: left;
  }


#s-e943148b-2625-4cca-ad24-efb53add9633.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Rubik;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e943148b-2625-4cca-ad24-efb53add9633-root {
    text-align: left;
  }


#s-e943148b-2625-4cca-ad24-efb53add9633.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-family: Rubik;
  display:  inline-block ;
}
}
#s-8179779f-5aff-4f79-a51a-8bb31a431245 {
  padding-top: 40px;
padding-bottom: 20px;
text-align: left;
}

#s-8179779f-5aff-4f79-a51a-8bb31a431245 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Rubik";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



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

#s-ef678d1e-6008-4581-b8b5-f8035da0397f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ef678d1e-6008-4581-b8b5-f8035da0397f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-ef678d1e-6008-4581-b8b5-f8035da0397f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ef678d1e-6008-4581-b8b5-f8035da0397f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ef678d1e-6008-4581-b8b5-f8035da0397f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Rubik;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-ef678d1e-6008-4581-b8b5-f8035da0397f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
