.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-fb881429-b2fe-4712-88c3-e053d7f00a80 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 426px;
background-position: right center;
}
@media (max-width: 767px){#s-fb881429-b2fe-4712-88c3-e053d7f00a80 {
  min-height: 0px;
}
}
#s-fb881429-b2fe-4712-88c3-e053d7f00a80 {
  background-image: url(https://i.shgcdn.com/7693a2a9-0435-441d-81e4-e9a268af1053/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-fb881429-b2fe-4712-88c3-e053d7f00a80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb881429-b2fe-4712-88c3-e053d7f00a80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media only screen and (max-width: 766px) {
  .page-width.page-width--full-width-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .page-width.page-width--full-width-medium {
    padding-left: 0;
    padding-right: 0;
  }
}
.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

#s-5379a9f0-18c2-49be-bd38-7f79f101c093 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
}

@media (min-width: 0px) {
[id="s-5379a9f0-18c2-49be-bd38-7f79f101c093"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5379a9f0-18c2-49be-bd38-7f79f101c093"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5379a9f0-18c2-49be-bd38-7f79f101c093"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5379a9f0-18c2-49be-bd38-7f79f101c093"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b22dafb7-82eb-4089-bef5-d20ec5f608d0 {
  padding-top: 47px;
padding-left: 54px;
padding-bottom: 47px;
padding-right: 54px;
min-height: 426px;
}
@media (max-width: 767px){#s-b22dafb7-82eb-4089-bef5-d20ec5f608d0 {
  padding-top: 21px;
padding-left: 15px;
padding-bottom: 39px;
padding-right: 15px;
min-height: 0px;
}
}







#s-b22dafb7-82eb-4089-bef5-d20ec5f608d0 > .shg-box-overlay {
  background-color: rgba(29, 38, 46, 1);
  opacity: 0.7;
}#s-b22dafb7-82eb-4089-bef5-d20ec5f608d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-409b9679-b6df-4f4d-bb3b-00e5914528f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-409b9679-b6df-4f4d-bb3b-00e5914528f9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-3c96cf00-55a4-4ba6-9cb0-5da2f6bba667 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}

#s-3c96cf00-55a4-4ba6-9cb0-5da2f6bba667 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.3em;
  
  
}



.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-a3afbb64-a9e3-4ec0-952d-45efcf1703a9 {
  margin-top: 16px;
}

#s-4d5ee58f-1bf8-469d-b1bd-6eafba0a6d58 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-96314690-883c-4344-9da2-12bdec6ef090 {
  padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(247, 248, 249, 1);
}
@media (min-width: 1200px){#s-96314690-883c-4344-9da2-12bdec6ef090 {
  margin-top: 0px;
margin-bottom: 24px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96314690-883c-4344-9da2-12bdec6ef090 {
  margin-bottom: 24px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-96314690-883c-4344-9da2-12bdec6ef090 {
  display: none;
}
#s-96314690-883c-4344-9da2-12bdec6ef090, #wrap-s-96314690-883c-4344-9da2-12bdec6ef090 { display:none !important; }}@media (max-width: 767px){#s-96314690-883c-4344-9da2-12bdec6ef090 {
  display: none;
}
#s-96314690-883c-4344-9da2-12bdec6ef090, #wrap-s-96314690-883c-4344-9da2-12bdec6ef090 { display:none !important; }}
#s-acc12a22-8ce0-4166-9e1c-aa47880921cc {
  margin-bottom: 24px;
text-align: center;
}

#s-acc12a22-8ce0-4166-9e1c-aa47880921cc .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-acc12a22-8ce0-4166-9e1c-aa47880921cc .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-acc12a22-8ce0-4166-9e1c-aa47880921cc .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-acc12a22-8ce0-4166-9e1c-aa47880921cc .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.3em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-acc12a22-8ce0-4166-9e1c-aa47880921cc .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-61be4123-f7c0-4294-b6dd-a8fec841e122"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61be4123-f7c0-4294-b6dd-a8fec841e122"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-61be4123-f7c0-4294-b6dd-a8fec841e122"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-61be4123-f7c0-4294-b6dd-a8fec841e122"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ad07d42d-c0e1-41d0-a34a-af6e093de159 {
  text-align: center;
}







  #s-ad07d42d-c0e1-41d0-a34a-af6e093de159 img.shogun-image {
    

    
    
    
  }


#s-ad07d42d-c0e1-41d0-a34a-af6e093de159 .shogun-image-content {
  
    align-items: center;
  
}

#s-f72f3114-e31b-4ee4-ad72-82a1c248c15a {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f72f3114-e31b-4ee4-ad72-82a1c248c15a {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-f72f3114-e31b-4ee4-ad72-82a1c248c15a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f72f3114-e31b-4ee4-ad72-82a1c248c15a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c667c933-39bb-4b57-af9c-e043651b2882 {
  margin-top: -25px;
margin-left: auto;
margin-right: auto;
max-width: 300px;
}

@media (min-width: 0px) {
[id="s-c667c933-39bb-4b57-af9c-e043651b2882"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c667c933-39bb-4b57-af9c-e043651b2882"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c667c933-39bb-4b57-af9c-e043651b2882"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c667c933-39bb-4b57-af9c-e043651b2882"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-40e33e6a-4e43-48bc-96b4-b96a2f506652 {
  text-align: center;
}







  #s-40e33e6a-4e43-48bc-96b4-b96a2f506652 img.shogun-image {
    

    
    
    
  }


#s-40e33e6a-4e43-48bc-96b4-b96a2f506652 .shogun-image-content {
  
    align-items: center;
  
}

#s-736675ff-bd43-4454-92ce-6e8eead00e67 {
  text-align: center;
}







  #s-736675ff-bd43-4454-92ce-6e8eead00e67 img.shogun-image {
    

    
    
    
  }


#s-736675ff-bd43-4454-92ce-6e8eead00e67 .shogun-image-content {
  
    align-items: center;
  
}

#s-86ae8af3-f659-4e53-a645-ea10e8d9151d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86ae8af3-f659-4e53-a645-ea10e8d9151d .shogun-heading-component h2 {
  color: rgba(3, 23, 61, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-2c07cd83-d48c-41cc-9a3e-ddfdc3446c05 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 325px;
}

#s-84789ffb-60f8-4a91-9d79-e9b7e26ffe52 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}

#s-314ac542-7576-4b22-b5cc-a3fb88d9e796 {
  text-align: center;
}







  #s-314ac542-7576-4b22-b5cc-a3fb88d9e796 img.shogun-image {
    

    
    
    
  }


#s-314ac542-7576-4b22-b5cc-a3fb88d9e796 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3b16fc8-902f-4b81-97cb-2571d78cc280 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d3b16fc8-902f-4b81-97cb-2571d78cc280 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-d3b16fc8-902f-4b81-97cb-2571d78cc280 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3b16fc8-902f-4b81-97cb-2571d78cc280.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d35ab1f9-0c8e-4eb8-ab2d-c737662662a0 {
  margin-top: -25px;
margin-left: auto;
margin-right: auto;
max-width: 300px;
}

@media (min-width: 0px) {
[id="s-d35ab1f9-0c8e-4eb8-ab2d-c737662662a0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d35ab1f9-0c8e-4eb8-ab2d-c737662662a0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d35ab1f9-0c8e-4eb8-ab2d-c737662662a0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d35ab1f9-0c8e-4eb8-ab2d-c737662662a0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-95bb3a9d-16fb-496e-bfd0-255fa2d6e591 {
  text-align: center;
}







  #s-95bb3a9d-16fb-496e-bfd0-255fa2d6e591 img.shogun-image {
    

    
    
    
  }


#s-95bb3a9d-16fb-496e-bfd0-255fa2d6e591 .shogun-image-content {
  
    align-items: center;
  
}

#s-8eae0600-3cea-4f61-9464-f0f46edf88b6 {
  text-align: center;
}







  #s-8eae0600-3cea-4f61-9464-f0f46edf88b6 img.shogun-image {
    

    
    
    
  }


#s-8eae0600-3cea-4f61-9464-f0f46edf88b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6b29ef9-0b7e-47c1-9da1-ca90a7d2b1ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6b29ef9-0b7e-47c1-9da1-ca90a7d2b1ba .shogun-heading-component h2 {
  color: rgba(3, 23, 61, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-173657ea-899a-44eb-9cda-5f32448f3496 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 325px;
}

#s-70f44d0b-d454-42cb-9f33-dbb0ae6b53ca {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}

#s-3e5df0ea-d3e5-4d93-bc53-9ba05ccbeca7 {
  text-align: center;
}







  #s-3e5df0ea-d3e5-4d93-bc53-9ba05ccbeca7 img.shogun-image {
    

    
    
    
  }


#s-3e5df0ea-d3e5-4d93-bc53-9ba05ccbeca7 .shogun-image-content {
  
    align-items: center;
  
}

#s-3505e67d-ade9-44f6-92ee-9d14e09277c7 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3505e67d-ade9-44f6-92ee-9d14e09277c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3505e67d-ade9-44f6-92ee-9d14e09277c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44666331-ad5a-4db0-b0ec-2a8961a42827 {
  margin-top: -25px;
min-height: 50px;
}








#s-44666331-ad5a-4db0-b0ec-2a8961a42827 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44666331-ad5a-4db0-b0ec-2a8961a42827.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34cd8729-0ab2-482b-bdfe-2b2bcd05fd4f {
  text-align: center;
}







  #s-34cd8729-0ab2-482b-bdfe-2b2bcd05fd4f img.shogun-image {
    

    
    
    
  }


#s-34cd8729-0ab2-482b-bdfe-2b2bcd05fd4f .shogun-image-content {
  
    align-items: center;
  
}

#s-9e6b5290-a97a-4b99-91b8-0222b19c926e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e6b5290-a97a-4b99-91b8-0222b19c926e .shogun-heading-component h2 {
  color: rgba(3, 23, 61, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f66ef2a2-2979-4d79-9ad0-6ca8e7fdce3a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 325px;
}

#s-1ba1d08c-f7f5-4a57-977b-d9d703b6f341 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}

#s-7f4ce4e4-a754-47b7-bc6e-dd343ca8a64e {
  padding-top: 50px;
padding-bottom: 50px;
background-color: rgba(247, 248, 249, 1);
}
@media (min-width: 1200px){#s-7f4ce4e4-a754-47b7-bc6e-dd343ca8a64e {
  display: none;
}
#s-7f4ce4e4-a754-47b7-bc6e-dd343ca8a64e, #wrap-s-7f4ce4e4-a754-47b7-bc6e-dd343ca8a64e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f4ce4e4-a754-47b7-bc6e-dd343ca8a64e {
  display: none;
}
#s-7f4ce4e4-a754-47b7-bc6e-dd343ca8a64e, #wrap-s-7f4ce4e4-a754-47b7-bc6e-dd343ca8a64e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f4ce4e4-a754-47b7-bc6e-dd343ca8a64e {
  margin-bottom: 16px;
}
}@media (max-width: 767px){#s-7f4ce4e4-a754-47b7-bc6e-dd343ca8a64e {
  margin-bottom: 16px;
}
}
#s-2c3d5c76-38fe-43ba-bd97-11cdba56de66 {
  margin-bottom: 24px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2c3d5c76-38fe-43ba-bd97-11cdba56de66 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



@media (min-width: 0px) {
[id="s-da6b5aaf-2baa-477a-bcab-cc3720eda52d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da6b5aaf-2baa-477a-bcab-cc3720eda52d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-da6b5aaf-2baa-477a-bcab-cc3720eda52d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-da6b5aaf-2baa-477a-bcab-cc3720eda52d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3a20611e-8f30-4cc0-b6bd-152a76ba7256 {
  text-align: center;
}







  #s-3a20611e-8f30-4cc0-b6bd-152a76ba7256 img.shogun-image {
    

    
    
    
  }


#s-3a20611e-8f30-4cc0-b6bd-152a76ba7256 .shogun-image-content {
  
    align-items: center;
  
}

#s-818c7620-7bb7-48ef-91bc-b85544b6b5c4 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-818c7620-7bb7-48ef-91bc-b85544b6b5c4 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-818c7620-7bb7-48ef-91bc-b85544b6b5c4 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-818c7620-7bb7-48ef-91bc-b85544b6b5c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-818c7620-7bb7-48ef-91bc-b85544b6b5c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39e37ae3-f7fe-4e2f-bdaa-6bee5c62274b {
  margin-top: -25px;
margin-left: auto;
margin-right: auto;
max-width: 300px;
}

@media (min-width: 0px) {
[id="s-39e37ae3-f7fe-4e2f-bdaa-6bee5c62274b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-39e37ae3-f7fe-4e2f-bdaa-6bee5c62274b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-39e37ae3-f7fe-4e2f-bdaa-6bee5c62274b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-39e37ae3-f7fe-4e2f-bdaa-6bee5c62274b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a4b540a5-4ac1-4064-a174-7c1592d93b95 {
  text-align: center;
}







  #s-a4b540a5-4ac1-4064-a174-7c1592d93b95 img.shogun-image {
    

    
    
    
  }


#s-a4b540a5-4ac1-4064-a174-7c1592d93b95 .shogun-image-content {
  
    align-items: center;
  
}

#s-005784f0-515d-49e6-b1a3-81c7c4506279 {
  text-align: center;
}







  #s-005784f0-515d-49e6-b1a3-81c7c4506279 img.shogun-image {
    

    
    
    
  }


#s-005784f0-515d-49e6-b1a3-81c7c4506279 .shogun-image-content {
  
    align-items: center;
  
}

#s-b0651898-8ba4-4db4-9772-df6c8083e90d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b0651898-8ba4-4db4-9772-df6c8083e90d {
  margin-top: 14px;
}
}
#s-b0651898-8ba4-4db4-9772-df6c8083e90d .shogun-heading-component h2 {
  color: rgba(3, 23, 61, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-2b8421c4-eb8a-4ece-928b-6409048d53bb {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 325px;
}

#s-58ca9ddc-b8a8-49d5-8307-867a53b2fa46 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-58ca9ddc-b8a8-49d5-8307-867a53b2fa46 {
  margin-bottom: 32px;
}
}@media (max-width: 767px){#s-58ca9ddc-b8a8-49d5-8307-867a53b2fa46 {
  display: none;
}
#s-58ca9ddc-b8a8-49d5-8307-867a53b2fa46, #wrap-s-58ca9ddc-b8a8-49d5-8307-867a53b2fa46 { display:none !important; }}
#s-47960f19-2356-4948-89c3-ae4a43288c16 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-47960f19-2356-4948-89c3-ae4a43288c16 {
  display: none;
}
#s-47960f19-2356-4948-89c3-ae4a43288c16, #wrap-s-47960f19-2356-4948-89c3-ae4a43288c16 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47960f19-2356-4948-89c3-ae4a43288c16 {
  display: none;
}
#s-47960f19-2356-4948-89c3-ae4a43288c16, #wrap-s-47960f19-2356-4948-89c3-ae4a43288c16 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-47960f19-2356-4948-89c3-ae4a43288c16 {
  margin-bottom: 51px;
display: none;
}
#s-47960f19-2356-4948-89c3-ae4a43288c16, #wrap-s-47960f19-2356-4948-89c3-ae4a43288c16 { display:none !important; }}
#s-9423b632-04be-4dfe-a838-b0744c551e54 {
  text-align: center;
}







  #s-9423b632-04be-4dfe-a838-b0744c551e54 img.shogun-image {
    

    
    
    
  }


#s-9423b632-04be-4dfe-a838-b0744c551e54 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c504511-369c-48c5-9318-a86d8e6b07c1 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3c504511-369c-48c5-9318-a86d8e6b07c1 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-3c504511-369c-48c5-9318-a86d8e6b07c1 {
  margin-top: 0px;
margin-bottom: 30px;
}
}







#s-3c504511-369c-48c5-9318-a86d8e6b07c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c504511-369c-48c5-9318-a86d8e6b07c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e17c8640-d5d6-49ae-a789-1273607134f1 {
  margin-top: -25px;
margin-left: auto;
margin-right: auto;
max-width: 300px;
}

@media (min-width: 0px) {
[id="s-e17c8640-d5d6-49ae-a789-1273607134f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e17c8640-d5d6-49ae-a789-1273607134f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e17c8640-d5d6-49ae-a789-1273607134f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e17c8640-d5d6-49ae-a789-1273607134f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cefe59f7-37b5-494b-98f5-eac0b353d31e {
  text-align: center;
}







  #s-cefe59f7-37b5-494b-98f5-eac0b353d31e img.shogun-image {
    

    
    
    
  }


#s-cefe59f7-37b5-494b-98f5-eac0b353d31e .shogun-image-content {
  
    align-items: center;
  
}

#s-595120c9-634a-4fff-853a-44ad11798bb3 {
  text-align: center;
}







  #s-595120c9-634a-4fff-853a-44ad11798bb3 img.shogun-image {
    

    
    
    
  }


#s-595120c9-634a-4fff-853a-44ad11798bb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-167e19d1-c758-46d2-b554-2fe16c580066 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-167e19d1-c758-46d2-b554-2fe16c580066 .shogun-heading-component h2 {
  color: rgba(3, 23, 61, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-0b257175-6518-4c6a-bdc3-58b8603ef697 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 325px;
}

#s-089e4fb6-8e34-4dc5-ab12-e1b625e14be1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}
@media (max-width: 767px){#s-089e4fb6-8e34-4dc5-ab12-e1b625e14be1 {
  display: none;
}
#s-089e4fb6-8e34-4dc5-ab12-e1b625e14be1, #wrap-s-089e4fb6-8e34-4dc5-ab12-e1b625e14be1 { display:none !important; }}
#s-034dd78b-bdd1-4cf1-aca4-eacb29922ca1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-034dd78b-bdd1-4cf1-aca4-eacb29922ca1 {
  display: none;
}
#s-034dd78b-bdd1-4cf1-aca4-eacb29922ca1, #wrap-s-034dd78b-bdd1-4cf1-aca4-eacb29922ca1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-034dd78b-bdd1-4cf1-aca4-eacb29922ca1 {
  display: none;
}
#s-034dd78b-bdd1-4cf1-aca4-eacb29922ca1, #wrap-s-034dd78b-bdd1-4cf1-aca4-eacb29922ca1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-034dd78b-bdd1-4cf1-aca4-eacb29922ca1 {
  display: none;
}
#s-034dd78b-bdd1-4cf1-aca4-eacb29922ca1, #wrap-s-034dd78b-bdd1-4cf1-aca4-eacb29922ca1 { display:none !important; }}
#s-aad25aed-eabe-4c24-9807-60bdf1070cbf {
  text-align: center;
}







  #s-aad25aed-eabe-4c24-9807-60bdf1070cbf img.shogun-image {
    

    
    
    
  }


#s-aad25aed-eabe-4c24-9807-60bdf1070cbf .shogun-image-content {
  
    align-items: center;
  
}

#s-ec4d83b1-138d-4b33-a9f5-eeca035a064c {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ec4d83b1-138d-4b33-a9f5-eeca035a064c {
  margin-left: 1px;
margin-right: 1px;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
}
}







#s-ec4d83b1-138d-4b33-a9f5-eeca035a064c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec4d83b1-138d-4b33-a9f5-eeca035a064c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe84dcf1-8e54-457d-b63a-d233cb839cd8 {
  margin-top: -25px;
min-height: 50px;
}








#s-fe84dcf1-8e54-457d-b63a-d233cb839cd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe84dcf1-8e54-457d-b63a-d233cb839cd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb79786a-3c55-4618-a8b3-2d2a5c13320b {
  text-align: center;
}







  #s-bb79786a-3c55-4618-a8b3-2d2a5c13320b img.shogun-image {
    

    
    
    
  }


#s-bb79786a-3c55-4618-a8b3-2d2a5c13320b .shogun-image-content {
  
    align-items: center;
  
}

#s-94b46242-6793-4691-b236-f71a72fc8f24 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-94b46242-6793-4691-b236-f71a72fc8f24 {
  margin-top: 14px;
}
}
#s-94b46242-6793-4691-b236-f71a72fc8f24 .shogun-heading-component h2 {
  color: rgba(3, 23, 61, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-cd1b393c-a99f-4c17-935c-f3fce3ded89d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 325px;
}

#s-5ffb39ad-7871-426f-b648-9312d1f3018e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5ffb39ad-7871-426f-b648-9312d1f3018e {
  margin-left: auto;
margin-bottom: 58px;
margin-right: auto;
}
}@media (max-width: 767px){#s-5ffb39ad-7871-426f-b648-9312d1f3018e {
  display: none;
}
#s-5ffb39ad-7871-426f-b648-9312d1f3018e, #wrap-s-5ffb39ad-7871-426f-b648-9312d1f3018e { display:none !important; }}
#s-191ff3ba-fbd9-4cde-9702-d82e7558953f {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-191ff3ba-fbd9-4cde-9702-d82e7558953f {
  display: none;
}
#s-191ff3ba-fbd9-4cde-9702-d82e7558953f, #wrap-s-191ff3ba-fbd9-4cde-9702-d82e7558953f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-191ff3ba-fbd9-4cde-9702-d82e7558953f {
  display: none;
}
#s-191ff3ba-fbd9-4cde-9702-d82e7558953f, #wrap-s-191ff3ba-fbd9-4cde-9702-d82e7558953f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-191ff3ba-fbd9-4cde-9702-d82e7558953f {
  margin-left: auto;
margin-bottom: 58px;
margin-right: auto;
display: none;
}
#s-191ff3ba-fbd9-4cde-9702-d82e7558953f, #wrap-s-191ff3ba-fbd9-4cde-9702-d82e7558953f { display:none !important; }}
#s-f0f84def-a815-462a-9278-2de273a23a32 {
  margin-bottom: -32px;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f0f84def-a815-462a-9278-2de273a23a32 {
  margin-top: -16px;
}
}@media (max-width: 767px){#s-f0f84def-a815-462a-9278-2de273a23a32 {
  padding-left: 8%;
padding-right: 8%;
}
}
#s-4d75a160-0cee-4718-b4cf-1cb0493daa0f {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d75a160-0cee-4718-b4cf-1cb0493daa0f {
  display: none;
}
#s-4d75a160-0cee-4718-b4cf-1cb0493daa0f, #wrap-s-4d75a160-0cee-4718-b4cf-1cb0493daa0f { display:none !important; }}@media (max-width: 767px){#s-4d75a160-0cee-4718-b4cf-1cb0493daa0f {
  display: none;
}
#s-4d75a160-0cee-4718-b4cf-1cb0493daa0f, #wrap-s-4d75a160-0cee-4718-b4cf-1cb0493daa0f { display:none !important; }}
#s-30c63a9b-b6dd-48b1-aed4-0850d4a35167 {
  margin-top: 32px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 1200px){#s-30c63a9b-b6dd-48b1-aed4-0850d4a35167 {
  display: none;
}
#s-30c63a9b-b6dd-48b1-aed4-0850d4a35167, #wrap-s-30c63a9b-b6dd-48b1-aed4-0850d4a35167 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30c63a9b-b6dd-48b1-aed4-0850d4a35167 {
  display: none;
}
#s-30c63a9b-b6dd-48b1-aed4-0850d4a35167, #wrap-s-30c63a9b-b6dd-48b1-aed4-0850d4a35167 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-30c63a9b-b6dd-48b1-aed4-0850d4a35167 {
  max-width: 600px;
}
}@media (max-width: 767px){#s-30c63a9b-b6dd-48b1-aed4-0850d4a35167 {
  margin-top: 0px;
margin-right: auto;
max-width: 400px;
}
}
#s-3fef7dd8-c40f-411f-b6d1-baec8904da1c {
  margin-top: 8px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 450px;
}

#s-d656de48-c3d0-4325-aab3-eaedb2dc8438 {
  margin-top: 8px;
padding-top: 20px;
}
@media (min-width: 1200px){#s-d656de48-c3d0-4325-aab3-eaedb2dc8438 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d656de48-c3d0-4325-aab3-eaedb2dc8438 {
  margin-top: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d656de48-c3d0-4325-aab3-eaedb2dc8438 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-d656de48-c3d0-4325-aab3-eaedb2dc8438 {
  margin-top: 10px;
}
}
#s-d42140f1-c2d5-4780-b39f-0562b1843e18 {
  margin-top: 8px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(247, 248, 249, 1);
}
@media (min-width: 1200px){#s-d42140f1-c2d5-4780-b39f-0562b1843e18 {
  margin-top: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d42140f1-c2d5-4780-b39f-0562b1843e18 {
  margin-top: 30px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d42140f1-c2d5-4780-b39f-0562b1843e18 {
  margin-top: 20px;
}
}@media (max-width: 767px){#s-d42140f1-c2d5-4780-b39f-0562b1843e18 {
  margin-top: 10px;
display: none;
}
#s-d42140f1-c2d5-4780-b39f-0562b1843e18, #wrap-s-d42140f1-c2d5-4780-b39f-0562b1843e18 { display:none !important; }}
#s-ddcc8981-78a0-46d2-83a9-8eb3976e98bb {
  margin-top: 20px;
margin-bottom: 0px;
text-align: center;
}

#s-ddcc8981-78a0-46d2-83a9-8eb3976e98bb .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-53e55660-f252-4647-b87f-1ae4a4392e7f {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
max-width: 696px;
}

#s-9eef80ba-2161-403c-94fc-9830fe9d3082 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
}
@media (min-width: 768px) and (max-width: 991px){#s-9eef80ba-2161-403c-94fc-9830fe9d3082 {
  display: none;
}
#s-9eef80ba-2161-403c-94fc-9830fe9d3082, #wrap-s-9eef80ba-2161-403c-94fc-9830fe9d3082 { display:none !important; }}@media (max-width: 767px){#s-9eef80ba-2161-403c-94fc-9830fe9d3082 {
  display: none;
}
#s-9eef80ba-2161-403c-94fc-9830fe9d3082, #wrap-s-9eef80ba-2161-403c-94fc-9830fe9d3082 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9eef80ba-2161-403c-94fc-9830fe9d3082"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9eef80ba-2161-403c-94fc-9830fe9d3082"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9eef80ba-2161-403c-94fc-9830fe9d3082"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9eef80ba-2161-403c-94fc-9830fe9d3082"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-137f4a6e-2827-4871-9106-be2fd20cb870 {
  text-align: center;
}
@media (min-width: 1200px){#s-137f4a6e-2827-4871-9106-be2fd20cb870 {
  margin-top: 7px;
margin-bottom: -35px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-137f4a6e-2827-4871-9106-be2fd20cb870 {
  margin-top: 7px;
margin-bottom: -15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-137f4a6e-2827-4871-9106-be2fd20cb870 {
  margin-top: 90px;
max-width: 350px;
}
}@media (max-width: 767px){#s-137f4a6e-2827-4871-9106-be2fd20cb870 {
  display: none;
}
#s-137f4a6e-2827-4871-9106-be2fd20cb870, #wrap-s-137f4a6e-2827-4871-9106-be2fd20cb870 { display:none !important; }}






  #s-137f4a6e-2827-4871-9106-be2fd20cb870 img.shogun-image {
    

    
    
    
  }


#s-137f4a6e-2827-4871-9106-be2fd20cb870 .shogun-image-content {
  
    align-items: center;
  
}

#s-443447d8-e9ab-4ef8-b908-d56f1709baf3 {
  margin-top: 40px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-443447d8-e9ab-4ef8-b908-d56f1709baf3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-443447d8-e9ab-4ef8-b908-d56f1709baf3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-443447d8-e9ab-4ef8-b908-d56f1709baf3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-443447d8-e9ab-4ef8-b908-d56f1709baf3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-443447d8-e9ab-4ef8-b908-d56f1709baf3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-443447d8-e9ab-4ef8-b908-d56f1709baf3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-443447d8-e9ab-4ef8-b908-d56f1709baf3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-18f5dc5b-18f4-4484-b997-f8b55d84f564 {
  margin-top: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-18f5dc5b-18f4-4484-b997-f8b55d84f564 {
  margin-top: 30px;
}
}






  #s-18f5dc5b-18f4-4484-b997-f8b55d84f564 img.shogun-image {
    

    
    
    
  }


#s-18f5dc5b-18f4-4484-b997-f8b55d84f564 .shogun-image-content {
  
    align-items: center;
  
}

#s-94804787-d9d7-4dad-8f27-4ed608419ca8 {
  margin-top: 50px;
text-align: center;
}
@media (min-width: 1200px){#s-94804787-d9d7-4dad-8f27-4ed608419ca8 {
  margin-top: 58px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-94804787-d9d7-4dad-8f27-4ed608419ca8 {
  margin-top: 62px;
}
}






  #s-94804787-d9d7-4dad-8f27-4ed608419ca8 img.shogun-image {
    

    
    
    
  }


#s-94804787-d9d7-4dad-8f27-4ed608419ca8 .shogun-image-content {
  
    align-items: center;
  
}

#s-74c91075-74e8-4eee-9c82-cc72c75526df {
  margin-top: 50px;
text-align: center;
}







  #s-74c91075-74e8-4eee-9c82-cc72c75526df img.shogun-image {
    

    
    
    
  }


#s-74c91075-74e8-4eee-9c82-cc72c75526df .shogun-image-content {
  
    align-items: center;
  
}

#s-733e19c2-2ef9-49d8-98c9-fd43f1bb3ed2 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 430px;
}

#s-a9570551-ba67-4901-8788-b1d45505098c {
  margin-top: 30px;
margin-bottom: 30px;
max-width: 430px;
}

#s-a016ef17-336f-4758-ba7a-acc10d288357 {
  max-width: 430px;
}

#s-b3e844dc-39af-452a-a845-1c3eb42e972d {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-b3e844dc-39af-452a-a845-1c3eb42e972d {
  display: none;
}
#s-b3e844dc-39af-452a-a845-1c3eb42e972d, #wrap-s-b3e844dc-39af-452a-a845-1c3eb42e972d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3e844dc-39af-452a-a845-1c3eb42e972d {
  display: none;
}
#s-b3e844dc-39af-452a-a845-1c3eb42e972d, #wrap-s-b3e844dc-39af-452a-a845-1c3eb42e972d { display:none !important; }}@media (max-width: 767px){#s-b3e844dc-39af-452a-a845-1c3eb42e972d {
  display: none;
}
#s-b3e844dc-39af-452a-a845-1c3eb42e972d, #wrap-s-b3e844dc-39af-452a-a845-1c3eb42e972d { display:none !important; }}
@media (min-width: 0px) {
[id="s-b3e844dc-39af-452a-a845-1c3eb42e972d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3e844dc-39af-452a-a845-1c3eb42e972d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b3e844dc-39af-452a-a845-1c3eb42e972d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3e844dc-39af-452a-a845-1c3eb42e972d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5fb62155-279e-49d0-aee6-6780e9d24cbd {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-5fb62155-279e-49d0-aee6-6780e9d24cbd {
  margin-top: 7px;
margin-bottom: -15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-5fb62155-279e-49d0-aee6-6780e9d24cbd {
  margin-top: 74px;
}
}@media (max-width: 767px){#s-5fb62155-279e-49d0-aee6-6780e9d24cbd {
  display: none;
}
#s-5fb62155-279e-49d0-aee6-6780e9d24cbd, #wrap-s-5fb62155-279e-49d0-aee6-6780e9d24cbd { display:none !important; }}






  #s-5fb62155-279e-49d0-aee6-6780e9d24cbd img.shogun-image {
    

    
    
    
  }


#s-5fb62155-279e-49d0-aee6-6780e9d24cbd .shogun-image-content {
  
    align-items: center;
  
}

#s-4335bbba-5036-4b87-8dc2-6c63e817fa86 {
  margin-top: 30px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-4335bbba-5036-4b87-8dc2-6c63e817fa86"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4335bbba-5036-4b87-8dc2-6c63e817fa86"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4335bbba-5036-4b87-8dc2-6c63e817fa86"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-4335bbba-5036-4b87-8dc2-6c63e817fa86"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4335bbba-5036-4b87-8dc2-6c63e817fa86"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-4335bbba-5036-4b87-8dc2-6c63e817fa86"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-4335bbba-5036-4b87-8dc2-6c63e817fa86"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-c9fc56db-f947-4e0c-8789-217d4658149a {
  margin-top: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c9fc56db-f947-4e0c-8789-217d4658149a {
  margin-top: 30px;
}
}






  #s-c9fc56db-f947-4e0c-8789-217d4658149a img.shogun-image {
    

    
    
    
  }


#s-c9fc56db-f947-4e0c-8789-217d4658149a .shogun-image-content {
  
    align-items: center;
  
}

#s-97e70091-4b93-4da0-956f-4e23d98852a1 {
  margin-top: 50px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-97e70091-4b93-4da0-956f-4e23d98852a1 {
  margin-top: 90px;
}
}






  #s-97e70091-4b93-4da0-956f-4e23d98852a1 img.shogun-image {
    

    
    
    
  }


#s-97e70091-4b93-4da0-956f-4e23d98852a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-cfdb6a2e-2a0e-4ec8-b186-3e6b84e3886d {
  margin-top: 62px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-cfdb6a2e-2a0e-4ec8-b186-3e6b84e3886d {
  margin-top: 82px;
}
}






  #s-cfdb6a2e-2a0e-4ec8-b186-3e6b84e3886d img.shogun-image {
    

    
    
    
  }


#s-cfdb6a2e-2a0e-4ec8-b186-3e6b84e3886d .shogun-image-content {
  
    align-items: center;
  
}

#s-126f349f-cc4a-4802-9ea2-938bee3e3f90 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 430px;
}

#s-f4f3baf6-361a-48c0-a484-4f2b1352b659 {
  margin-top: 30px;
margin-bottom: 30px;
max-width: 430px;
}

#s-fb6d598c-2576-4ea9-80d6-d0ea31534707 {
  max-width: 430px;
}

#s-0a0af51c-c00a-4fc5-96a3-67cb5c0f8b3e {
  margin-top: 8px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(247, 248, 249, 1);
}
@media (min-width: 1200px){#s-0a0af51c-c00a-4fc5-96a3-67cb5c0f8b3e {
  margin-top: 30px;
display: none;
}
#s-0a0af51c-c00a-4fc5-96a3-67cb5c0f8b3e, #wrap-s-0a0af51c-c00a-4fc5-96a3-67cb5c0f8b3e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a0af51c-c00a-4fc5-96a3-67cb5c0f8b3e {
  margin-top: 30px;
display: none;
}
#s-0a0af51c-c00a-4fc5-96a3-67cb5c0f8b3e, #wrap-s-0a0af51c-c00a-4fc5-96a3-67cb5c0f8b3e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a0af51c-c00a-4fc5-96a3-67cb5c0f8b3e {
  margin-top: 20px;
display: none;
}
#s-0a0af51c-c00a-4fc5-96a3-67cb5c0f8b3e, #wrap-s-0a0af51c-c00a-4fc5-96a3-67cb5c0f8b3e { display:none !important; }}@media (max-width: 767px){#s-0a0af51c-c00a-4fc5-96a3-67cb5c0f8b3e {
  margin-top: 10px;
}
}
#s-bba0d43d-896c-4d78-a033-4dfeba161c47 {
  margin-top: 10px;
text-align: center;
}

#s-bba0d43d-896c-4d78-a033-4dfeba161c47 .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.3em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-bba0d43d-896c-4d78-a033-4dfeba161c47 .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bba0d43d-896c-4d78-a033-4dfeba161c47 .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-bba0d43d-896c-4d78-a033-4dfeba161c47 .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.3em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-bba0d43d-896c-4d78-a033-4dfeba161c47 .shogun-heading-component h2 {
  color: rgba(29, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: center;
}


}
#s-791fe1b1-ca10-4662-8ca5-2b201b8672fb {
  margin-left: -4px;
margin-right: -4px;
padding-top: 5px;
max-width: 644px;
}

#s-0b854fb9-e14a-4a95-9a91-c94654c8e867 {
  padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-0b854fb9-e14a-4a95-9a91-c94654c8e867"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b854fb9-e14a-4a95-9a91-c94654c8e867"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0b854fb9-e14a-4a95-9a91-c94654c8e867"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b854fb9-e14a-4a95-9a91-c94654c8e867"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ce3c7f41-836c-47cd-b5db-e1bf8f099817 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ce3c7f41-836c-47cd-b5db-e1bf8f099817 {
  margin-top: 80px;
}
}@media (max-width: 767px){#s-ce3c7f41-836c-47cd-b5db-e1bf8f099817 {
  margin-top: 10px;
margin-bottom: 20px;
}
}






  #s-ce3c7f41-836c-47cd-b5db-e1bf8f099817 img.shogun-image {
    

    
    
    
  }


#s-ce3c7f41-836c-47cd-b5db-e1bf8f099817 .shogun-image-content {
  
    align-items: center;
  
}

#s-03d45d7e-c49a-439b-869a-e024c102977e {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-03d45d7e-c49a-439b-869a-e024c102977e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-03d45d7e-c49a-439b-869a-e024c102977e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-03d45d7e-c49a-439b-869a-e024c102977e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-03d45d7e-c49a-439b-869a-e024c102977e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-03d45d7e-c49a-439b-869a-e024c102977e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-03d45d7e-c49a-439b-869a-e024c102977e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-03d45d7e-c49a-439b-869a-e024c102977e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-5248b832-4c3d-4340-9ae3-0b19460ff6fd {
  text-align: center;
}







  #s-5248b832-4c3d-4340-9ae3-0b19460ff6fd img.shogun-image {
    

    
    
    
  }


#s-5248b832-4c3d-4340-9ae3-0b19460ff6fd .shogun-image-content {
  
    align-items: center;
  
}

#s-965144dd-ac4d-49a3-a4b8-740ca6cbd567 {
  margin-top: 20px;
max-width: 430px;
}

#s-2c6fb44c-b2ce-4c09-b57d-20ec3cbeee34 {
  margin-top: 40px;
text-align: center;
}







  #s-2c6fb44c-b2ce-4c09-b57d-20ec3cbeee34 img.shogun-image {
    

    
    
    
  }


#s-2c6fb44c-b2ce-4c09-b57d-20ec3cbeee34 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d70274b-12d9-4d82-a70d-bcda3993e982 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 430px;
}

#s-00561789-ac00-42d7-917f-f36914ab047b {
  margin-top: 40px;
text-align: center;
}







  #s-00561789-ac00-42d7-917f-f36914ab047b img.shogun-image {
    

    
    
    
  }


#s-00561789-ac00-42d7-917f-f36914ab047b .shogun-image-content {
  
    align-items: center;
  
}

#s-d7bca913-9984-4c4f-a53f-153bf1c49b79 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 430px;
}

#s-bf05fac1-d8ac-4e54-8cdc-f4c175a1a9ea {
  margin-top: 40px;
margin-bottom: 40px;
padding-top: 40px;
padding-bottom: 40px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-bf05fac1-d8ac-4e54-8cdc-f4c175a1a9ea {
  display: none;
}
#s-bf05fac1-d8ac-4e54-8cdc-f4c175a1a9ea, #wrap-s-bf05fac1-d8ac-4e54-8cdc-f4c175a1a9ea { display:none !important; }}@media (max-width: 767px){#s-bf05fac1-d8ac-4e54-8cdc-f4c175a1a9ea {
  display: none;
}
#s-bf05fac1-d8ac-4e54-8cdc-f4c175a1a9ea, #wrap-s-bf05fac1-d8ac-4e54-8cdc-f4c175a1a9ea { display:none !important; }}
#s-136ee113-3e69-4162-9c95-c844e55ec191 {
  margin-top: 4px;
margin-bottom: 0px;
}

#s-bcda697c-8a10-4e3c-9333-43c92aa8deea {
  margin-top: 8px;
margin-bottom: 28px;
text-align: center;
}

#s-bcda697c-8a10-4e3c-9333-43c92aa8deea .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-955da2ad-a72a-4085-ab54-35ce7a8563a8 {
  margin-top: 6px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-955da2ad-a72a-4085-ab54-35ce7a8563a8 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-955da2ad-a72a-4085-ab54-35ce7a8563a8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-955da2ad-a72a-4085-ab54-35ce7a8563a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-955da2ad-a72a-4085-ab54-35ce7a8563a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-955da2ad-a72a-4085-ab54-35ce7a8563a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-9e2081cb-4df3-478b-a9f1-bfe44c18f777 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9e2081cb-4df3-478b-a9f1-bfe44c18f777 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e2081cb-4df3-478b-a9f1-bfe44c18f777 {
  cursor: pointer;
}#s-9e2081cb-4df3-478b-a9f1-bfe44c18f777.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e35b65f7-efb5-49c7-9099-20205330d64d {
  border-style: solid;
margin-top: 0px;
padding-top: 40px;
padding-bottom: 16px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}







  #s-e35b65f7-efb5-49c7-9099-20205330d64d img.shogun-image {
    

    
    
    
  }


#s-e35b65f7-efb5-49c7-9099-20205330d64d .shogun-image-content {
  
    align-items: center;
  
}

#s-60bf9aed-616b-47e9-9cdc-25022681e55f {
  padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-60bf9aed-616b-47e9-9cdc-25022681e55f {
  margin-bottom: 30px;
}
}
.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-b8a467ec-6062-4a72-9c3f-30c6d995f482 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 32px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(28, 172, 218, 1);
}
#s-b8a467ec-6062-4a72-9c3f-30c6d995f482:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(23, 143, 182, 1) !important;}#s-b8a467ec-6062-4a72-9c3f-30c6d995f482:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(14, 106, 136, 1) !important;}

  #s-b8a467ec-6062-4a72-9c3f-30c6d995f482-root {
    text-align: center;
  }


#s-b8a467ec-6062-4a72-9c3f-30c6d995f482.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b8a467ec-6062-4a72-9c3f-30c6d995f482-root {
    text-align: center;
  }


#s-b8a467ec-6062-4a72-9c3f-30c6d995f482.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8a467ec-6062-4a72-9c3f-30c6d995f482-root {
    text-align: center;
  }


#s-b8a467ec-6062-4a72-9c3f-30c6d995f482.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8a467ec-6062-4a72-9c3f-30c6d995f482-root {
    text-align: center;
  }


#s-b8a467ec-6062-4a72-9c3f-30c6d995f482.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b8a467ec-6062-4a72-9c3f-30c6d995f482-root {
    text-align: center;
  }


#s-b8a467ec-6062-4a72-9c3f-30c6d995f482.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-8aa36dcc-2894-4cf0-8375-d2e3565eb496 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8aa36dcc-2894-4cf0-8375-d2e3565eb496 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8aa36dcc-2894-4cf0-8375-d2e3565eb496 {
  cursor: pointer;
}#s-8aa36dcc-2894-4cf0-8375-d2e3565eb496.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-643096d5-3869-4efe-b7fe-134ce874951f {
  border-style: solid;
margin-top: 0px;
padding-top: 40px;
padding-bottom: 16px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-643096d5-3869-4efe-b7fe-134ce874951f img.shogun-image {
    

    
    
    
  }


#s-643096d5-3869-4efe-b7fe-134ce874951f .shogun-image-content {
  
    align-items: center;
  
}

#s-806384ef-b412-4787-9ef0-bd5f528c5a03 {
  padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-806384ef-b412-4787-9ef0-bd5f528c5a03 {
  margin-bottom: 30px;
}
}
#s-c82d4496-4c7a-4f2c-97f3-141d8533c9a3 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 32px;
padding-right: 20px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(28, 172, 218, 1);
}
#s-c82d4496-4c7a-4f2c-97f3-141d8533c9a3:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(23, 143, 182, 1) !important;}#s-c82d4496-4c7a-4f2c-97f3-141d8533c9a3:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(14, 106, 136, 1) !important;}

  #s-c82d4496-4c7a-4f2c-97f3-141d8533c9a3-root {
    text-align: center;
  }


#s-c82d4496-4c7a-4f2c-97f3-141d8533c9a3.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c82d4496-4c7a-4f2c-97f3-141d8533c9a3-root {
    text-align: center;
  }


#s-c82d4496-4c7a-4f2c-97f3-141d8533c9a3.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c82d4496-4c7a-4f2c-97f3-141d8533c9a3-root {
    text-align: center;
  }


#s-c82d4496-4c7a-4f2c-97f3-141d8533c9a3.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c82d4496-4c7a-4f2c-97f3-141d8533c9a3-root {
    text-align: center;
  }


#s-c82d4496-4c7a-4f2c-97f3-141d8533c9a3.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c82d4496-4c7a-4f2c-97f3-141d8533c9a3-root {
    text-align: center;
  }


#s-c82d4496-4c7a-4f2c-97f3-141d8533c9a3.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-e728a122-cff9-4d68-94d0-b5fe90fafa31 {
  margin-top: 0px;
padding-top: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-e728a122-cff9-4d68-94d0-b5fe90fafa31 {
  display: none;
}
#s-e728a122-cff9-4d68-94d0-b5fe90fafa31, #wrap-s-e728a122-cff9-4d68-94d0-b5fe90fafa31 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e728a122-cff9-4d68-94d0-b5fe90fafa31 {
  display: none;
}
#s-e728a122-cff9-4d68-94d0-b5fe90fafa31, #wrap-s-e728a122-cff9-4d68-94d0-b5fe90fafa31 { display:none !important; }}@media (max-width: 767px){#s-e728a122-cff9-4d68-94d0-b5fe90fafa31 {
  display: none;
}
#s-e728a122-cff9-4d68-94d0-b5fe90fafa31, #wrap-s-e728a122-cff9-4d68-94d0-b5fe90fafa31 { display:none !important; }}
#s-6d7f01a2-fb58-4e5e-bd21-f78ca41b3a4e {
  margin-top: 64px;
margin-bottom: 106px;
text-align: center;
}

#s-10377535-503b-47c6-88cd-e878a0f3c152 {
  margin-top: -24px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-10377535-503b-47c6-88cd-e878a0f3c152 {
  margin-top: 0px;
}
}
#s-385cf341-4610-4467-9f87-f18b13fb3fca {
  margin-top: 8px;
margin-bottom: 28px;
text-align: center;
}

#s-385cf341-4610-4467-9f87-f18b13fb3fca .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-198c9207-694c-481a-92e9-68d0d8310dc7 {
  margin-top: 0px;
margin-bottom: -56px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-198c9207-694c-481a-92e9-68d0d8310dc7 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-198c9207-694c-481a-92e9-68d0d8310dc7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-198c9207-694c-481a-92e9-68d0d8310dc7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-198c9207-694c-481a-92e9-68d0d8310dc7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-198c9207-694c-481a-92e9-68d0d8310dc7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-198c9207-694c-481a-92e9-68d0d8310dc7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-198c9207-694c-481a-92e9-68d0d8310dc7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 12.0px);
}

[id="s-198c9207-694c-481a-92e9-68d0d8310dc7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.0px);
}

}

#s-3310af3d-e27d-4eb1-adc5-0287d86fe968 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3310af3d-e27d-4eb1-adc5-0287d86fe968 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3310af3d-e27d-4eb1-adc5-0287d86fe968 {
  cursor: pointer;
}#s-3310af3d-e27d-4eb1-adc5-0287d86fe968.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49cdb1c6-f23b-4caf-aeb9-33eb0f2e1185 {
  border-style: solid;
margin-top: 0px;
padding-top: 40px;
padding-bottom: 16px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}







  #s-49cdb1c6-f23b-4caf-aeb9-33eb0f2e1185 img.shogun-image {
    

    
    
    
  }


#s-49cdb1c6-f23b-4caf-aeb9-33eb0f2e1185 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a6bf230-5601-49c0-b3c7-aa1adbaea37d {
  padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-3a6bf230-5601-49c0-b3c7-aa1adbaea37d {
  margin-bottom: 30px;
}
}
#s-1cfd5176-c8e2-4baf-84bb-fa82843d9ba5 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 32px;
padding-right: 20px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(28, 172, 218, 1);
}
#s-1cfd5176-c8e2-4baf-84bb-fa82843d9ba5:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(23, 143, 182, 1) !important;}#s-1cfd5176-c8e2-4baf-84bb-fa82843d9ba5:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(14, 106, 136, 1) !important;}

  #s-1cfd5176-c8e2-4baf-84bb-fa82843d9ba5-root {
    text-align: center;
  }


#s-1cfd5176-c8e2-4baf-84bb-fa82843d9ba5.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1cfd5176-c8e2-4baf-84bb-fa82843d9ba5-root {
    text-align: center;
  }


#s-1cfd5176-c8e2-4baf-84bb-fa82843d9ba5.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1cfd5176-c8e2-4baf-84bb-fa82843d9ba5-root {
    text-align: center;
  }


#s-1cfd5176-c8e2-4baf-84bb-fa82843d9ba5.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1cfd5176-c8e2-4baf-84bb-fa82843d9ba5-root {
    text-align: center;
  }


#s-1cfd5176-c8e2-4baf-84bb-fa82843d9ba5.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1cfd5176-c8e2-4baf-84bb-fa82843d9ba5-root {
    text-align: center;
  }


#s-1cfd5176-c8e2-4baf-84bb-fa82843d9ba5.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-f362d5ee-d9ec-43d5-a72b-2ca4b4f310c0 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f362d5ee-d9ec-43d5-a72b-2ca4b4f310c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f362d5ee-d9ec-43d5-a72b-2ca4b4f310c0 {
  cursor: pointer;
}#s-f362d5ee-d9ec-43d5-a72b-2ca4b4f310c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93adc9b5-4921-45b9-be91-c0f6be9c1728 {
  border-style: solid;
margin-top: 0px;
padding-top: 40px;
padding-bottom: 16px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-93adc9b5-4921-45b9-be91-c0f6be9c1728 img.shogun-image {
    

    
    
    
  }


#s-93adc9b5-4921-45b9-be91-c0f6be9c1728 .shogun-image-content {
  
    align-items: center;
  
}

#s-49d07311-60d7-4f78-8f23-8c51c223bfb2 {
  padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-49d07311-60d7-4f78-8f23-8c51c223bfb2 {
  margin-bottom: 30px;
}
}
#s-fbedcac4-20d8-4677-b379-40f062d1bc06 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 32px;
padding-right: 20px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(28, 172, 218, 1);
}
#s-fbedcac4-20d8-4677-b379-40f062d1bc06:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(23, 143, 182, 1) !important;}#s-fbedcac4-20d8-4677-b379-40f062d1bc06:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(14, 106, 136, 1) !important;}

  #s-fbedcac4-20d8-4677-b379-40f062d1bc06-root {
    text-align: center;
  }


#s-fbedcac4-20d8-4677-b379-40f062d1bc06.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fbedcac4-20d8-4677-b379-40f062d1bc06-root {
    text-align: center;
  }


#s-fbedcac4-20d8-4677-b379-40f062d1bc06.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fbedcac4-20d8-4677-b379-40f062d1bc06-root {
    text-align: center;
  }


#s-fbedcac4-20d8-4677-b379-40f062d1bc06.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fbedcac4-20d8-4677-b379-40f062d1bc06-root {
    text-align: center;
  }


#s-fbedcac4-20d8-4677-b379-40f062d1bc06.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fbedcac4-20d8-4677-b379-40f062d1bc06-root {
    text-align: center;
  }


#s-fbedcac4-20d8-4677-b379-40f062d1bc06.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-063a203b-40c5-4b5a-a345-6f6f69ff3eb4 {
  margin-top: 0px;
padding-top: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-063a203b-40c5-4b5a-a345-6f6f69ff3eb4 {
  display: none;
}
#s-063a203b-40c5-4b5a-a345-6f6f69ff3eb4, #wrap-s-063a203b-40c5-4b5a-a345-6f6f69ff3eb4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-063a203b-40c5-4b5a-a345-6f6f69ff3eb4 {
  display: none;
}
#s-063a203b-40c5-4b5a-a345-6f6f69ff3eb4, #wrap-s-063a203b-40c5-4b5a-a345-6f6f69ff3eb4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-063a203b-40c5-4b5a-a345-6f6f69ff3eb4 {
  display: none;
}
#s-063a203b-40c5-4b5a-a345-6f6f69ff3eb4, #wrap-s-063a203b-40c5-4b5a-a345-6f6f69ff3eb4 { display:none !important; }}@media (max-width: 767px){#s-063a203b-40c5-4b5a-a345-6f6f69ff3eb4 {
  margin-top: 24px;
margin-bottom: -8px;
}
}
#s-5ecbd9ab-dc71-4a3c-8ea1-69c53f889334 {
  margin-top: 64px;
margin-bottom: 106px;
text-align: center;
}

#s-943aefa7-f56a-47f7-80b2-18f272d74552 {
  margin-top: -24px;
margin-bottom: 0px;
}

#s-52f0cf9b-e6d1-4f8f-ab75-377afee54a84 {
  margin-top: 8px;
margin-bottom: 28px;
text-align: center;
}

#s-52f0cf9b-e6d1-4f8f-ab75-377afee54a84 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  text-align: center;
}



#s-be12bedc-2057-4c38-800c-82edb70b2023 {
  margin-top: 0px;
margin-bottom: -56px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-be12bedc-2057-4c38-800c-82edb70b2023 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-be12bedc-2057-4c38-800c-82edb70b2023"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be12bedc-2057-4c38-800c-82edb70b2023"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-be12bedc-2057-4c38-800c-82edb70b2023"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-be12bedc-2057-4c38-800c-82edb70b2023"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

}

#s-9ffd6e5d-6571-41b6-b6bd-3513beb14a3a {
  margin-bottom: 16px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9ffd6e5d-6571-41b6-b6bd-3513beb14a3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ffd6e5d-6571-41b6-b6bd-3513beb14a3a {
  cursor: pointer;
}#s-9ffd6e5d-6571-41b6-b6bd-3513beb14a3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca67b730-e22e-40d2-a6ab-59f71aa2e220 {
  border-style: solid;
margin-top: 0px;
padding-top: 40px;
padding-bottom: 16px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(255, 255, 255, 1);
opacity: 1;
}







  #s-ca67b730-e22e-40d2-a6ab-59f71aa2e220 img.shogun-image {
    

    
    
    
  }


#s-ca67b730-e22e-40d2-a6ab-59f71aa2e220 .shogun-image-content {
  
    align-items: center;
  
}

#s-629de0b0-bb39-4d3b-9da0-4ec27857a183 {
  margin-bottom: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-1da5c397-10f0-4135-bd70-e31cf1e9436b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 32px;
padding-right: 20px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(28, 172, 218, 1);
}
#s-1da5c397-10f0-4135-bd70-e31cf1e9436b:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(23, 143, 182, 1) !important;}#s-1da5c397-10f0-4135-bd70-e31cf1e9436b:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(14, 106, 136, 1) !important;}

  #s-1da5c397-10f0-4135-bd70-e31cf1e9436b-root {
    text-align: center;
  }


#s-1da5c397-10f0-4135-bd70-e31cf1e9436b.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1da5c397-10f0-4135-bd70-e31cf1e9436b-root {
    text-align: center;
  }


#s-1da5c397-10f0-4135-bd70-e31cf1e9436b.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1da5c397-10f0-4135-bd70-e31cf1e9436b-root {
    text-align: center;
  }


#s-1da5c397-10f0-4135-bd70-e31cf1e9436b.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1da5c397-10f0-4135-bd70-e31cf1e9436b-root {
    text-align: center;
  }


#s-1da5c397-10f0-4135-bd70-e31cf1e9436b.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1da5c397-10f0-4135-bd70-e31cf1e9436b-root {
    text-align: center;
  }


#s-1da5c397-10f0-4135-bd70-e31cf1e9436b.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-16d265d1-be19-4faf-a164-6bead42e8a2e {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(223, 227, 230, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-16d265d1-be19-4faf-a164-6bead42e8a2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16d265d1-be19-4faf-a164-6bead42e8a2e {
  cursor: pointer;
}#s-16d265d1-be19-4faf-a164-6bead42e8a2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93654295-ecb1-48be-9b5e-0a551083f199 {
  border-style: solid;
margin-top: 0px;
padding-top: 40px;
padding-bottom: 16px;
border-color: rgba(255, 255, 255, 1);
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-93654295-ecb1-48be-9b5e-0a551083f199 img.shogun-image {
    

    
    
    
  }


#s-93654295-ecb1-48be-9b5e-0a551083f199 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a5c5ad7-74d4-44b2-b74d-fa0e3d5ba2b5 {
  margin-bottom: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-27ef76d7-7a5e-4da9-9272-ad48022ab57e {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 32px;
padding-right: 20px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(28, 172, 218, 1);
}
#s-27ef76d7-7a5e-4da9-9272-ad48022ab57e:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(23, 143, 182, 1) !important;}#s-27ef76d7-7a5e-4da9-9272-ad48022ab57e:active {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(14, 106, 136, 1) !important;}

  #s-27ef76d7-7a5e-4da9-9272-ad48022ab57e-root {
    text-align: center;
  }


#s-27ef76d7-7a5e-4da9-9272-ad48022ab57e.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-27ef76d7-7a5e-4da9-9272-ad48022ab57e-root {
    text-align: center;
  }


#s-27ef76d7-7a5e-4da9-9272-ad48022ab57e.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-27ef76d7-7a5e-4da9-9272-ad48022ab57e-root {
    text-align: center;
  }


#s-27ef76d7-7a5e-4da9-9272-ad48022ab57e.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-27ef76d7-7a5e-4da9-9272-ad48022ab57e-root {
    text-align: center;
  }


#s-27ef76d7-7a5e-4da9-9272-ad48022ab57e.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-27ef76d7-7a5e-4da9-9272-ad48022ab57e-root {
    text-align: center;
  }


#s-27ef76d7-7a5e-4da9-9272-ad48022ab57e.shg-btn {
  color: rgba(28, 172, 218, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-39269e5e-c034-4b33-a9f2-9640d738760d {
  margin-top: 40px;
margin-bottom: 64px;
padding-top: 40px;
padding-bottom: 40px;
background-color: rgba(247, 248, 249, 1);
}

#s-a7ad021f-ba1c-4467-a7b4-a1837059354d {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-a7ad021f-ba1c-4467-a7b4-a1837059354d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a7ad021f-ba1c-4467-a7b4-a1837059354d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a7ad021f-ba1c-4467-a7b4-a1837059354d {
  display: none;
}
#s-a7ad021f-ba1c-4467-a7b4-a1837059354d, #wrap-s-a7ad021f-ba1c-4467-a7b4-a1837059354d { display:none !important; }}@media (max-width: 767px){#s-a7ad021f-ba1c-4467-a7b4-a1837059354d {
  display: none;
}
#s-a7ad021f-ba1c-4467-a7b4-a1837059354d, #wrap-s-a7ad021f-ba1c-4467-a7b4-a1837059354d { display:none !important; }}
#s-a7ad021f-ba1c-4467-a7b4-a1837059354d .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a7ad021f-ba1c-4467-a7b4-a1837059354d .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.3em;
  
  
}


}@media (max-width: 767px){#s-a7ad021f-ba1c-4467-a7b4-a1837059354d .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  
}


}
#s-369e626b-71a0-461f-9692-5d736691a0ff {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-369e626b-71a0-461f-9692-5d736691a0ff {
  display: none;
}
#s-369e626b-71a0-461f-9692-5d736691a0ff, #wrap-s-369e626b-71a0-461f-9692-5d736691a0ff { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-369e626b-71a0-461f-9692-5d736691a0ff {
  display: none;
}
#s-369e626b-71a0-461f-9692-5d736691a0ff, #wrap-s-369e626b-71a0-461f-9692-5d736691a0ff { display:none !important; }}
#s-369e626b-71a0-461f-9692-5d736691a0ff .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.3em;
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-369e626b-71a0-461f-9692-5d736691a0ff .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.3em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-369e626b-71a0-461f-9692-5d736691a0ff .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.3em;
  
  text-align: center;
}


}
#s-507c0ac6-ae24-4ebd-a79a-621baaae127f {
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 991px){#s-507c0ac6-ae24-4ebd-a79a-621baaae127f {
  display: none;
}
#s-507c0ac6-ae24-4ebd-a79a-621baaae127f, #wrap-s-507c0ac6-ae24-4ebd-a79a-621baaae127f { display:none !important; }}@media (max-width: 767px){#s-507c0ac6-ae24-4ebd-a79a-621baaae127f {
  display: none;
}
#s-507c0ac6-ae24-4ebd-a79a-621baaae127f, #wrap-s-507c0ac6-ae24-4ebd-a79a-621baaae127f { display:none !important; }}
@media (min-width: 0px) {
[id="s-507c0ac6-ae24-4ebd-a79a-621baaae127f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-507c0ac6-ae24-4ebd-a79a-621baaae127f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-507c0ac6-ae24-4ebd-a79a-621baaae127f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-507c0ac6-ae24-4ebd-a79a-621baaae127f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-6a8ad2d4-e6ce-4de2-b57b-1009eafe8103 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}








#s-6a8ad2d4-e6ce-4de2-b57b-1009eafe8103 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a8ad2d4-e6ce-4de2-b57b-1009eafe8103 {
  cursor: pointer;
}#s-6a8ad2d4-e6ce-4de2-b57b-1009eafe8103.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ce13a34-177f-4553-85d1-bd4b0e5e448a {
  text-align: center;
}







  #s-7ce13a34-177f-4553-85d1-bd4b0e5e448a img.shogun-image {
    

    
    
    
  }


#s-7ce13a34-177f-4553-85d1-bd4b0e5e448a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-106417c7-8015-40a1-9b45-a01403d0ace7 {
  margin-top: 25px;
}

#s-6fc118c6-9f48-4513-9040-1ef652232a38 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}








#s-6fc118c6-9f48-4513-9040-1ef652232a38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6fc118c6-9f48-4513-9040-1ef652232a38 {
  cursor: pointer;
}#s-6fc118c6-9f48-4513-9040-1ef652232a38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8027844a-f702-4301-963f-f6bf9ae1b3e0 {
  text-align: center;
}







  #s-8027844a-f702-4301-963f-f6bf9ae1b3e0 img.shogun-image {
    

    
    
    
  }


#s-8027844a-f702-4301-963f-f6bf9ae1b3e0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-0d5d44ce-8bc3-4303-8cdb-f168e39ee271 {
  margin-top: 25px;
}

#s-72f44cce-86b6-4806-8df3-121716253bb5 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}








#s-72f44cce-86b6-4806-8df3-121716253bb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72f44cce-86b6-4806-8df3-121716253bb5 {
  cursor: pointer;
}#s-72f44cce-86b6-4806-8df3-121716253bb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4381a10d-400d-4746-a236-2fbad03a488c {
  text-align: center;
}







  #s-4381a10d-400d-4746-a236-2fbad03a488c img.shogun-image {
    

    
    
    
  }


#s-4381a10d-400d-4746-a236-2fbad03a488c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-10809210-8bf7-4ed9-9744-4f5c78049a31 {
  margin-top: 25px;
}

#s-f12670d9-f3f4-4c6c-a00d-86e584288732 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}








#s-f12670d9-f3f4-4c6c-a00d-86e584288732 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f12670d9-f3f4-4c6c-a00d-86e584288732 {
  cursor: pointer;
}#s-f12670d9-f3f4-4c6c-a00d-86e584288732.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-786a51e1-a85e-4a78-aa4c-84c4c5ea7d5b {
  text-align: center;
}







  #s-786a51e1-a85e-4a78-aa4c-84c4c5ea7d5b img.shogun-image {
    

    
    
    
  }


#s-786a51e1-a85e-4a78-aa4c-84c4c5ea7d5b .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-34924135-2788-44e0-b65d-56bf678302fb {
  margin-top: 25px;
}

#s-43b25144-04c7-4c70-a84f-e31f3b17c16d {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}








#s-43b25144-04c7-4c70-a84f-e31f3b17c16d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43b25144-04c7-4c70-a84f-e31f3b17c16d {
  cursor: pointer;
}#s-43b25144-04c7-4c70-a84f-e31f3b17c16d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71f23a0e-f49a-41d3-90cc-884db11db6c2 {
  text-align: center;
}







  #s-71f23a0e-f49a-41d3-90cc-884db11db6c2 img.shogun-image {
    

    
    
    
  }


#s-71f23a0e-f49a-41d3-90cc-884db11db6c2 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-abf270cc-f04d-4446-aaf8-7851dcf966ac {
  margin-top: 25px;
}

#s-06501d00-33f2-4291-ade6-62f6c07ffdfa {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}








#s-06501d00-33f2-4291-ade6-62f6c07ffdfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06501d00-33f2-4291-ade6-62f6c07ffdfa {
  cursor: pointer;
}#s-06501d00-33f2-4291-ade6-62f6c07ffdfa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73071a01-2cdd-449e-8a9b-474b7be30549 {
  text-align: center;
}







  #s-73071a01-2cdd-449e-8a9b-474b7be30549 img.shogun-image {
    

    
    
    
  }


#s-73071a01-2cdd-449e-8a9b-474b7be30549 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ad5de941-e643-484d-9502-83c87a209f85 {
  margin-top: 25px;
}

@media (min-width: 768px) and (max-width: 991px){#s-e669a271-9765-4112-b2b9-52e4bb00082b {
  display: none;
}
#s-e669a271-9765-4112-b2b9-52e4bb00082b, #wrap-s-e669a271-9765-4112-b2b9-52e4bb00082b { display:none !important; }}@media (max-width: 767px){#s-e669a271-9765-4112-b2b9-52e4bb00082b {
  display: none;
}
#s-e669a271-9765-4112-b2b9-52e4bb00082b, #wrap-s-e669a271-9765-4112-b2b9-52e4bb00082b { display:none !important; }}
@media (min-width: 0px) {
[id="s-e669a271-9765-4112-b2b9-52e4bb00082b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e669a271-9765-4112-b2b9-52e4bb00082b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-e669a271-9765-4112-b2b9-52e4bb00082b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-e669a271-9765-4112-b2b9-52e4bb00082b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

#s-4a1a810a-71e0-4e29-ba34-e5eeae664a1f {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}








#s-4a1a810a-71e0-4e29-ba34-e5eeae664a1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a1a810a-71e0-4e29-ba34-e5eeae664a1f {
  cursor: pointer;
}#s-4a1a810a-71e0-4e29-ba34-e5eeae664a1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0946400f-d0a3-4c84-a80c-41850ff5f8dc {
  text-align: center;
}







  #s-0946400f-d0a3-4c84-a80c-41850ff5f8dc img.shogun-image {
    

    
    
    
  }


#s-0946400f-d0a3-4c84-a80c-41850ff5f8dc .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-2d0ef820-c1ad-4807-976b-1164b355410f {
  margin-top: 25px;
}

#s-20d26eed-e7ba-4646-92ed-117583f4c814 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}








#s-20d26eed-e7ba-4646-92ed-117583f4c814 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20d26eed-e7ba-4646-92ed-117583f4c814 {
  cursor: pointer;
}#s-20d26eed-e7ba-4646-92ed-117583f4c814.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c88c9027-035f-4052-bd8b-2b192b967aa6 {
  text-align: center;
}







  #s-c88c9027-035f-4052-bd8b-2b192b967aa6 img.shogun-image {
    

    
    
    
  }


#s-c88c9027-035f-4052-bd8b-2b192b967aa6 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ca04aeb9-e375-458b-aa58-3fa6c3bdb163 {
  margin-top: 25px;
}

#s-ec114d5b-4e1c-45d6-84bf-3d7c46d44c59 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 600px;
}
@media (min-width: 1200px){#s-ec114d5b-4e1c-45d6-84bf-3d7c46d44c59 {
  display: none;
}
#s-ec114d5b-4e1c-45d6-84bf-3d7c46d44c59, #wrap-s-ec114d5b-4e1c-45d6-84bf-3d7c46d44c59 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ec114d5b-4e1c-45d6-84bf-3d7c46d44c59 {
  display: none;
}
#s-ec114d5b-4e1c-45d6-84bf-3d7c46d44c59, #wrap-s-ec114d5b-4e1c-45d6-84bf-3d7c46d44c59 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ec114d5b-4e1c-45d6-84bf-3d7c46d44c59"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-ec114d5b-4e1c-45d6-84bf-3d7c46d44c59"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-ec114d5b-4e1c-45d6-84bf-3d7c46d44c59"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-ec114d5b-4e1c-45d6-84bf-3d7c46d44c59"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-31a66829-7234-4259-8777-98dcca6a6282 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
background-color: rgba(255, 255, 255, 1);
}








#s-31a66829-7234-4259-8777-98dcca6a6282 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31a66829-7234-4259-8777-98dcca6a6282 {
  cursor: pointer;
}#s-31a66829-7234-4259-8777-98dcca6a6282.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecec1778-2caf-4158-92db-be57aad21ff9 {
  text-align: center;
}







  #s-ecec1778-2caf-4158-92db-be57aad21ff9 img.shogun-image {
    

    
    
    
  }


#s-ecec1778-2caf-4158-92db-be57aad21ff9 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-530639e0-80c5-4dab-af26-89bcf6615b4a {
  margin-top: 25px;
}

#s-972a2b88-1367-4772-9a68-261b044386f1 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}








#s-972a2b88-1367-4772-9a68-261b044386f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-972a2b88-1367-4772-9a68-261b044386f1 {
  cursor: pointer;
}#s-972a2b88-1367-4772-9a68-261b044386f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c32a471e-42ca-4fd2-8682-b678ad890146 {
  text-align: center;
}







  #s-c32a471e-42ca-4fd2-8682-b678ad890146 img.shogun-image {
    

    
    
    
  }


#s-c32a471e-42ca-4fd2-8682-b678ad890146 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-fd5df1a6-d1a5-4032-b3dc-52af0ab532a2 {
  margin-top: 25px;
}

#s-8efa610b-b45c-42c2-8fe3-95aaf5521da0 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}








#s-8efa610b-b45c-42c2-8fe3-95aaf5521da0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8efa610b-b45c-42c2-8fe3-95aaf5521da0 {
  cursor: pointer;
}#s-8efa610b-b45c-42c2-8fe3-95aaf5521da0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17807a08-d01f-4346-9580-348bcb1b8003 {
  text-align: center;
}







  #s-17807a08-d01f-4346-9580-348bcb1b8003 img.shogun-image {
    

    
    
    
  }


#s-17807a08-d01f-4346-9580-348bcb1b8003 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c8de65f9-4bee-491d-978a-40d5853c828e {
  margin-top: 25px;
}

#s-0a756cee-e945-4d1f-901c-73953fff267c {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 600px;
}
@media (min-width: 1200px){#s-0a756cee-e945-4d1f-901c-73953fff267c {
  display: none;
}
#s-0a756cee-e945-4d1f-901c-73953fff267c, #wrap-s-0a756cee-e945-4d1f-901c-73953fff267c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a756cee-e945-4d1f-901c-73953fff267c {
  display: none;
}
#s-0a756cee-e945-4d1f-901c-73953fff267c, #wrap-s-0a756cee-e945-4d1f-901c-73953fff267c { display:none !important; }}
@media (min-width: 0px) {
[id="s-0a756cee-e945-4d1f-901c-73953fff267c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-0a756cee-e945-4d1f-901c-73953fff267c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-0a756cee-e945-4d1f-901c-73953fff267c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-0a756cee-e945-4d1f-901c-73953fff267c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-ac0e2bb6-7330-41eb-b9a9-d67721e46822 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}








#s-ac0e2bb6-7330-41eb-b9a9-d67721e46822 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac0e2bb6-7330-41eb-b9a9-d67721e46822 {
  cursor: pointer;
}#s-ac0e2bb6-7330-41eb-b9a9-d67721e46822.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1aa5f88-1dfe-4d44-b425-2df82dea3436 {
  text-align: center;
}







  #s-c1aa5f88-1dfe-4d44-b425-2df82dea3436 img.shogun-image {
    

    
    
    
  }


#s-c1aa5f88-1dfe-4d44-b425-2df82dea3436 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-85dbf523-c03e-43f5-a7d8-debd49943c5b {
  margin-top: 25px;
}

#s-4039cd10-880d-4926-a056-f5595726ec7f {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}








#s-4039cd10-880d-4926-a056-f5595726ec7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4039cd10-880d-4926-a056-f5595726ec7f {
  cursor: pointer;
}#s-4039cd10-880d-4926-a056-f5595726ec7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40c7bfa3-67f8-4433-a887-2a52b6cd8dcc {
  text-align: center;
}







  #s-40c7bfa3-67f8-4433-a887-2a52b6cd8dcc img.shogun-image {
    

    
    
    
  }


#s-40c7bfa3-67f8-4433-a887-2a52b6cd8dcc .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-af72b482-da2b-4f57-9b2f-f0cab1891266 {
  margin-top: 25px;
}
@media (max-width: 767px){#s-af72b482-da2b-4f57-9b2f-f0cab1891266 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
}
}
#s-8b911e9d-8722-4102-80b8-39cdd1f8fb88 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}








#s-8b911e9d-8722-4102-80b8-39cdd1f8fb88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b911e9d-8722-4102-80b8-39cdd1f8fb88 {
  cursor: pointer;
}#s-8b911e9d-8722-4102-80b8-39cdd1f8fb88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4651c2c9-ce1c-4609-8e71-aaec0327ff7c {
  text-align: center;
}







  #s-4651c2c9-ce1c-4609-8e71-aaec0327ff7c img.shogun-image {
    

    
    
    
  }


#s-4651c2c9-ce1c-4609-8e71-aaec0327ff7c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c775692f-23bd-4de6-9678-3a665a31bd3e {
  margin-top: 25px;
}

#s-15f3fe3c-c35c-4b1d-87a8-da8bc0cbc13f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
max-width: 600px;
}
@media (min-width: 1200px){#s-15f3fe3c-c35c-4b1d-87a8-da8bc0cbc13f {
  display: none;
}
#s-15f3fe3c-c35c-4b1d-87a8-da8bc0cbc13f, #wrap-s-15f3fe3c-c35c-4b1d-87a8-da8bc0cbc13f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15f3fe3c-c35c-4b1d-87a8-da8bc0cbc13f {
  display: none;
}
#s-15f3fe3c-c35c-4b1d-87a8-da8bc0cbc13f, #wrap-s-15f3fe3c-c35c-4b1d-87a8-da8bc0cbc13f { display:none !important; }}
@media (min-width: 0px) {
[id="s-15f3fe3c-c35c-4b1d-87a8-da8bc0cbc13f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 768px) {
[id="s-15f3fe3c-c35c-4b1d-87a8-da8bc0cbc13f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-15f3fe3c-c35c-4b1d-87a8-da8bc0cbc13f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-15f3fe3c-c35c-4b1d-87a8-da8bc0cbc13f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-864a3d75-77a5-4e29-b564-75df754670ab {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}








#s-864a3d75-77a5-4e29-b564-75df754670ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-864a3d75-77a5-4e29-b564-75df754670ab {
  cursor: pointer;
}#s-864a3d75-77a5-4e29-b564-75df754670ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-351e56cf-f0cf-4bfd-bac8-9dd2ef7e26ca {
  text-align: center;
}







  #s-351e56cf-f0cf-4bfd-bac8-9dd2ef7e26ca img.shogun-image {
    

    
    
    
  }


#s-351e56cf-f0cf-4bfd-bac8-9dd2ef7e26ca .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f031df17-351e-4050-85af-fd4bea7961da {
  margin-top: 25px;
}

#s-84ce341b-de08-4c22-bf61-54530b914c41 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(218, 218, 218, 1);
border-style: solid;
border-radius: 5px;
min-height: 160px;
background-color: rgba(255, 255, 255, 1);
}








#s-84ce341b-de08-4c22-bf61-54530b914c41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84ce341b-de08-4c22-bf61-54530b914c41 {
  cursor: pointer;
}#s-84ce341b-de08-4c22-bf61-54530b914c41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d335264-e1b9-4b01-a2c7-fb743a0d5e48 {
  text-align: center;
}







  #s-7d335264-e1b9-4b01-a2c7-fb743a0d5e48 img.shogun-image {
    

    
    
    
  }


#s-7d335264-e1b9-4b01-a2c7-fb743a0d5e48 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-767067d9-e7f9-42ba-a2f0-8b02cfff5dfa {
  margin-top: 25px;
}
@media (max-width: 767px){#s-767067d9-e7f9-42ba-a2f0-8b02cfff5dfa {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
}
}
#s-fc10a9ba-c0a4-4dbe-a54a-f7a4a86eb62c {
  margin-top: 30px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-fc10a9ba-c0a4-4dbe-a54a-f7a4a86eb62c {
  margin-top: 20px;
}
}
#s-c4572dcb-fbe8-4869-aa3c-3786b8521993 {
  min-height: 390px;
background-color: rgba(247, 248, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-c4572dcb-fbe8-4869-aa3c-3786b8521993 {
  padding-right: 20px;
}
}@media (max-width: 767px){#s-c4572dcb-fbe8-4869-aa3c-3786b8521993 {
  margin-bottom: -32px;
padding-top: 0px;
padding-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-c4572dcb-fbe8-4869-aa3c-3786b8521993"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c4572dcb-fbe8-4869-aa3c-3786b8521993"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c4572dcb-fbe8-4869-aa3c-3786b8521993"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c4572dcb-fbe8-4869-aa3c-3786b8521993"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c4572dcb-fbe8-4869-aa3c-3786b8521993"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4572dcb-fbe8-4869-aa3c-3786b8521993"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c4572dcb-fbe8-4869-aa3c-3786b8521993"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-83ee8135-6a30-4e5b-8db5-6561f2080f4d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 390px;
background-position: center center;
}
@media (min-width: 1200px){#s-83ee8135-6a30-4e5b-8db5-6561f2080f4d {
  min-height: 400px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-83ee8135-6a30-4e5b-8db5-6561f2080f4d {
  min-height: 400px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-83ee8135-6a30-4e5b-8db5-6561f2080f4d {
  min-height: 510px;
}
}







#s-83ee8135-6a30-4e5b-8db5-6561f2080f4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83ee8135-6a30-4e5b-8db5-6561f2080f4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8d730d4-3ff6-442b-9182-bb18ea191596 {
  margin-top: 30px;
margin-left: -80px;
margin-right: 0px;
padding-top: 20px;
padding-left: 40px;
padding-bottom: 20px;
padding-right: 40px;
min-height: 40px;
max-width: 492px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a8d730d4-3ff6-442b-9182-bb18ea191596 {
  margin-top: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a8d730d4-3ff6-442b-9182-bb18ea191596 {
  margin-top: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a8d730d4-3ff6-442b-9182-bb18ea191596 {
  margin-top: 15px;
max-width: 600px;
}
}@media (max-width: 767px){#s-a8d730d4-3ff6-442b-9182-bb18ea191596 {
  margin-top: -30px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 350px;
}
}







#s-a8d730d4-3ff6-442b-9182-bb18ea191596 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-a8d730d4-3ff6-442b-9182-bb18ea191596.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c26e1a2a-1113-405e-901b-a667f3c3ef2e {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}

#s-c26e1a2a-1113-405e-901b-a667f3c3ef2e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.5em;
  
  
}


@media (max-width: 767px){#s-c26e1a2a-1113-405e-901b-a667f3c3ef2e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  
}


}
#s-ab3e3135-8407-4d6d-883b-fd697e892fbd {
  margin-top: 20px;
}

#s-bba9b746-a74a-4aaf-9db1-4bf98a68cfef {
  margin-top: 16px;
}

#s-f7f4e343-dbfa-4cc8-ab8b-90c598074a20 {
  margin-top: 60px;
padding-top: 40px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
background-color: rgba(247, 248, 249, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f7f4e343-dbfa-4cc8-ab8b-90c598074a20 {
  
}
}@media (max-width: 767px){#s-f7f4e343-dbfa-4cc8-ab8b-90c598074a20 {
  margin-left: -4%;
margin-right: -4%;
padding-bottom: 40px;
}
}
#s-8203e2f1-7f0b-4cfc-905a-1382ab7f04a1 {
  margin-top: 8px;
margin-bottom: 28px;
text-align: center;
}

#s-8203e2f1-7f0b-4cfc-905a-1382ab7f04a1 .shogun-heading-component h2 {
  color: rgba(30, 38, 46, 1);
  font-weight:  700 ;
  font-family: "Bitter";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.3em;
  
  text-align: center;
}



.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-7d25164b-0823-41b0-b80f-6ec83b00019e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-7d25164b-0823-41b0-b80f-6ec83b00019e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 0);
  padding: 12px;
}

#s-7d25164b-0823-41b0-b80f-6ec83b00019e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(29, 38, 46, 1);
}

#s-7d25164b-0823-41b0-b80f-6ec83b00019e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-7d25164b-0823-41b0-b80f-6ec83b00019e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(29, 38, 46, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-7d25164b-0823-41b0-b80f-6ec83b00019e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3083a6fa-2565-4e65-9b80-fac2f31f980c {
  margin-top: 8px;
margin-left: 1%;
margin-bottom: 8px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3083a6fa-2565-4e65-9b80-fac2f31f980c {
  margin-left: 2%;
}
}@media (max-width: 767px){#s-3083a6fa-2565-4e65-9b80-fac2f31f980c {
  margin-left: 4%;
margin-right: 4%;
}
}
#s-efe7880e-b707-4f92-8fa4-6d17ad3932de {
  margin-top: 8px;
margin-left: 2%;
margin-bottom: 8px;
margin-right: 1%;
}
@media (min-width: 1200px){#s-efe7880e-b707-4f92-8fa4-6d17ad3932de {
  margin-left: 1%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-efe7880e-b707-4f92-8fa4-6d17ad3932de {
  margin-left: 1%;
}
}@media (max-width: 767px){#s-efe7880e-b707-4f92-8fa4-6d17ad3932de {
  margin-right: 4%;
}
}
#s-a898df4e-6e4f-4db8-9c70-e441ed43604a {
  margin-top: 8px;
margin-left: 1%;
margin-bottom: 8px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a898df4e-6e4f-4db8-9c70-e441ed43604a {
  margin-left: 2%;
}
}@media (max-width: 767px){#s-a898df4e-6e4f-4db8-9c70-e441ed43604a {
  margin-left: 4%;
margin-right: 0%;
}
}
#s-c232797b-f8dd-459e-ab65-26a6161ee671 {
  margin-top: 8px;
margin-left: 1%;
margin-bottom: 8px;
margin-right: 1%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c232797b-f8dd-459e-ab65-26a6161ee671 {
  margin-left: 2%;
}
}@media (max-width: 767px){#s-c232797b-f8dd-459e-ab65-26a6161ee671 {
  margin-left: 4%;
margin-right: 0%;
}
}
#s-c09527ba-05dc-4b31-a30e-387c6fccba7f {
  margin-top: 32px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}